05-19-2015 07:11 AM
Good day,
I just got some 2960's. I initially set them up with the same vlan as my data network using the web interface but now I want to change them from vlan 10 to vlan99 for management . I don't see a way to change the management vlan in the web gui. see attached file. help if you can.
Solved! Go to Solution.
05-25-2015 02:41 PM
Roger,
If you have CLI access you should be able to create vlan 99 and assign the ip address you desire to use for managing the device:
Switch(config)# int vlan 99
Switch(config-vlan)#ip add a.b.c.d a.b.c.d
Switch(config)#ip default-gateway a.b.c.d
Below is a link that might be helpful:
https://supportforums.cisco.com/discussion/11138161/how-configure-management-vlan
05-25-2015 02:41 PM
Roger,
If you have CLI access you should be able to create vlan 99 and assign the ip address you desire to use for managing the device:
Switch(config)# int vlan 99
Switch(config-vlan)#ip add a.b.c.d a.b.c.d
Switch(config)#ip default-gateway a.b.c.d
Below is a link that might be helpful:
https://supportforums.cisco.com/discussion/11138161/how-configure-management-vlan
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide