cancel
Showing results for 
Search instead for 
Did you mean: 

define a variable as a list

define a variable as a list

Alex20
New Contributor II
is it possible to define a variable as a list and then to be able to browse it (in a script .xsf) ?

Many thanks in advance, alex
1 REPLY 1

BrandonC
Extreme Employee
Yes, this is possible.

.xsf scripts support TCL, and any variables are TCL lists (split on whitespace).

See:
https://documentation.extremenetworks.com/exos_22.4/EXOS_21_1/CLI_Scripting/r_using-builtin-function...

and

https://documentation.extremenetworks.com/exos_22.4/EXOS_21_1/CLI_Scripting/r_using-script-variables...

for more information.
GTM-P2G8KFN