Hi,
I'm getting crazy while trying to setup VLAN routing on 2 stacked M6220.
I have 2 M6220 in a blade chassis. They are stacked together and connected to 10 blades.
I upgraded their firmware : they are now running version 5.1.4.5
I have setup 2 VLANs, default (1) and 200.
the internet gateway is 10.0.104.254 (default VLAN 1). I want to be able to access internet from VLAN 200, so i try to setup VLAN routing. First i've tried to do this from the web UI (this seemed simple, i followed the Dell Powerconnect M6220 configuration guide which says i need to enable IP routing and i need to assign each VLAN an IP interface). This was not successful.
Now i'm looking into the forum, and i found some instructions about how to setup VLAN routing from CLI.
I'm supposed to do something like :
config
interface vlan 200
routing
ip address 192.168.200.254 255.255.255.0
well, the "routing" command does not exist. The prompt says :
SW1(config-if-vlan200)#routing
^
% Invalid input detected at '^' marker.
Anybody knows what i'm doing wrong ?