VLANS - mathewyanez/tech-journal GitHub Wiki
Creating VLANs on a Switch: Although using the Cisco interface is easier atm. enable configure terminal vlan [vlan-number] name [vlan-name] Configuring an Interface as an Access Port enable configure terminal interface [interface-id]switchport mode access switchport access vlan [vlan-number] exit
Configuring an Interface as a Trunk Port enable configure terminal interface [interface-id] switchport mode trunk switchport trunk allowed vlan [vlan-list] exit