Good morning, yesterday I encountered such a problem: when setting up the next dell switch, after I’ve missed the vlan, I get an error that there is no such command.

What could be the problem and how to fix it? Or switch to a landfill?

After these commands behaves normally

vlan databasevlan 180 

But when I prescribe it .. writes a nonexistent command.

 interface vlan 180 

with 20 switches such it turned out 4.

Here I copied the config:

console> enaconsole# confconsole(config)# aaa authentication login default lineconsole(config)# aaa authentication enable default lineconsole(config)# username admin password ******console(config)# exitconsole# confconsole(config)# line consoleconsole(config-line)# login authentication defaultconsole(config-line)# password ******console(config-line)# exitconsole(config)# line telnetconsole(config-line)# login authentication defaultconsole(config-line)# password ******console(config-line)# exitconsole(config)# vlan databaseconsole(config-vlan)# vlan 180console(config-vlan)# interface vlan 180% Unrecognized commandconsole(config-vlan)#

    1 answer 1

    Well, I see no one answered, I figured out the problem, can someone come in handy ..

    There, due to different firmware, there are some features, so after console (config-vlan) # vlan 180 you need to exit vlana. (exit) and then prescribe interface vlan 180.