I want to use a script through the device configuration tab on SolarWinds to configure VLANs parameters on each switch so I don’t have to do it manually.
The issue is there is no “all VLANs” configuration for Brocade, so each vlan would specifically need to be configured, by VLAN number. For example:
Configure terminal
VLAN 5
Spanning-tree
Exit
VLAN 8
Spanning-tree
Exit
And so on…..
So, is there a way to determine which VLANs are running on the Brocade switches, then configure each VLAN with the same settings, all using a script?
C