I created a script using in solarwinds to change a port on a juniper EX4200 switch. The script executed and the status shows that it was committed without errors, but when I logon to the switch nothing has changed. Has anyone experience this problem before? What do I need to do to get the script to take effect on the switch?
#script
edit
delete interfaces ge-0/0/3 unit 0 family ethernet-switching vlan members v220
set interfaces ge-0/0/3 unit 0 family ethernet-switching vlan members v111
commit