VLAN details are stoed in the vlan.dat file. You create VLANs in the global config mode
| Task | iOS Command |
|---|---|
| Enter gobal conf mod | conf t |
| Create a VLAN with a valid ID number. | vlan vlan-id |
| specify a unique name to identify the VLAN | name vlan-name |
| return to exec mode | end |