On Dell layer 3 switches (except 6024), the management vlan cannot be routed. By default, the management vlan is 1. If you want to route vlan 1, you need to change the management vlan to something else and then you will be able enable routing on vlan 1. You can manage the switch via a routing interface also.
bh1633
909 Posts
0
August 31st, 2010 13:00
On Dell layer 3 switches (except 6024), the management vlan cannot be routed. By default, the management vlan is 1. If you want to route vlan 1, you need to change the management vlan to something else and then you will be able enable routing on vlan 1. You can manage the switch via a routing interface also.
console> enable
console# config
console (config)# vlan database
console (config-vlan)# vlan 999
console(config-vlan)# exit
console (config)# ip address vlan 99
console (config)# interface vlan 1
console (config-if-vlan1)# routing
extrandubi
20 Posts
0
August 31st, 2010 15:00
Sorry...
You create another vlan (99)
Yo etablished vlan inte4rface for vlan 99
and you make vlan 1 -->routing???
Please explain me.
extrandubi
20 Posts
0
September 1st, 2010 03:00
Ok now i understand your explanation. Basically i change de management vlan.
Thanks ¡¡¡¡¡¡¡¡
fmp
17 Posts
0
October 7th, 2012 12:00
am looking for a solution for this issue. I will post the solution once i got one.
keep in touch!
fmp
17 Posts
0
October 7th, 2012 12:00
but what if I am not (or don't want to) routing to vlan1; instead to vlan 10 or etc?