Hello,
I am currently working on NCM script that would run on multiple devices and change interface configuration as per following example:
interface GigabitEthernet1/0/1
switchport access vlan xxx
replace with:
interface GigabitEthernet1/0/1
switchport access vlan yyy
If other VLAN is configured on the switch (for example switchport access vlan zzz), no changes should be made.
I have stack switches in my deployment with 3-4 physical appliances in each stack. Furthermore, there are devices with FiveGigabitEthernet interfaces so it also has to be included.
Is it doable with Solarwinds NCM?
Please advise.
Thank you in advance!