Create Date: Aug 23 2012 9:24AM
I am trying to set a variable to a port number (or range) and apply the variable when configuring a vlan:
set var uplink 1:48
config vlan vlan200 add port $uplink tag
I can see that the variable gets created and is correctly '1:48', however the config vlan command fails with the ^ pointing at the 'u' in uplink.
I am just using the scripting basics guide as my reference (they do this using $count to assign a vlan to a port), has the variable call changed in 15.X or am i simply doing something wrong / unsupported?
Thanks.
(from Nick_Lindhag)