Aug 6, 2024
show VLAN
to view existing VLANs.
enable
to enable configuration mode.configure terminal
.vlan 2
name butter
show VLAN
again to see the new VLAN name 'butter' under VLAN 2.configure terminal
.interface fa0/1
switchport mode access
switchport access vlan 2
show VLAN
to verify that VLAN 2 (butter) is active and tied to port fa0/1.