cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1051
Views
0
Helpful
2
Replies

Changing management VLAN on 2950s

davidccarter
Level 1
Level 1

Bad practice I know but we currently manage our 2950 switches using an IP address assigned to VLAN 1. We would like to change this to use a new VLAN with a different subnet which will also mean changing the default gateway. I have tried this and although it works fine I can't do it without a console connection as I lose connectivity during the changes. It also seems to require a reload after making the changes as it seems to maintain the old default-gateway even though I have changed it!!

Does anyone know if there is a way of managing these changes without either reloading the switch or having to make the changes via a console port.

2 Replies 2

spremkumar
Level 9
Level 9

hi

Cisco 2950 Switches are Layer 2 switches and you wont be able to have more than one SVI which can have ip address assigned to it.(not more than one L3 interface vlan with ip address assigned).

if you try to create the same the previous interface will go into shutdown mode automatically.

Its better to get onto the console and do the changes.But do remember that you can have as many as L2 vlans created depend upon the platform limitations..

regds

sean
Level 3
Level 3

For the default-gateway issue, did you do a

no ip default-gateway

first, change mgmt vlans, then create the new default gateway? If not, that might be the reason that the old gateway is still there. Also, on any switch that supports mls, its better to use a default route than the default gateway command. Example:

conf t

ip route 0.0.0.0 0.0.0.0

end

Hope this helps.