cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2672
Views
0
Helpful
1
Replies

Management VLAN 2960

Roger Richards
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

packetrends
Level 1
Level 1

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

View solution in original post

1 Reply 1

packetrends
Level 1
Level 1

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