Lab 2.1: Subnet Design - squatchulator/Tech-Journal GitHub Wiki

Lab 2.1 - Subnet Design

To set up a VLAN

enable
configure terminal
vlan [vlan number]
name [vlan name]

To assign a VLAN to a port

enable
configure terminal
interface FastEthernet0/x
switchport mode access
switchport access vlan [vlan number]

To assign VLANs to multiple ports

enable
configure terminal
interface range FastEthernet 0/x-y
switchport access vlan [vlan number]