How to configure VLANs on Cisco Catalyst Switch

Hi Diego,

The “vlan database” command is an old CatOS command. We don’t use it anymore.

Old CatOS method:

vlan database
vlan 10
exit

New IOS method:

conf t
vlan 10
exit

Hope this helps.

Rene

1 Like