forked from extremenetworks/ExtremeScripting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApply_Config_Template_Changes.txt
More file actions
35 lines (31 loc) · 1.35 KB
/
Apply_Config_Template_Changes.txt
File metadata and controls
35 lines (31 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Apply Config Template
v33
- First version shared
v36
- Now supports any Family of devices.
- Check is made for lookup in csvVarLookup
v38
- Commands ending with "\ny" were not processed correctly if the template text file was in DOS format
- Updated CLI functions, which can now handle error message false positives
v40
- Added logic to process #if/#elseif/#else/#end Cisco velocity type statements
v42
- Added logic to process #error fail|stop|continue
v48
- Added input to gracefully skip execution if device not found in CSV file
v54
- Added ability to change the accpeted CSV delimiter character; this can now be set in the
new const_CSV_DELIMITER workflow variable
- Added MAC address as device lookup in CSV file
- Site and CSV variable names can now include the "-" character
- Now automatically enters config context on applicable family types
v56
- On completion workflow now triggers device rediscovery and config reload via XIQ-SE API
v57
- Function to read CSV file now tolerates empty lines in CSV file as well as spaces before/after
commas/values are now stripped
v61 - posted
- Was not working on Product Families other than: VSP Series, Summit Series, ERS Series and ISW Series
- Added basic commands to enable PrivExec, and Config mode for Family "200 Series"
- Added basic commands to enable no paging for Family "ISW-Series"
Todo: