Unsolved

This post is more than 5 years old

20 Posts

80740

August 31st, 2010 12:00

ERROR: Routing is not allowed on the Management VLAN".

  Hi all ¡¡¡¡

I have a  power connect  6220 stack with 2 units.

I have only one vlan in the stack(vlan 1). When i try to established a interface for vlan 1 i have the error message "ERROR: Routing is not allowed on the Management VLAN".

¿If i want to routing in this stack i need to create another vlan? really i want to etablish vlan interface to te vlan 1 to can routing?

Why i have this error? If i make ip address xxxxxxx this addres can routing or its only to manage vlan 1?

 

Thanks all ¡¡¡¡¡

909 Posts

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

20 Posts

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.

20 Posts

September 1st, 2010 03:00

Ok now i understand your explanation. Basically i change de management vlan.

Thanks ¡¡¡¡¡¡¡¡

17 Posts

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!

17 Posts

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?

Top