How to configure a new port with VLAN (Cisco)
Here’s how to hot port 5 on VLAN 1081 on a Cisco Catalyst 2950.
# enable
# config t
# interface fastethernet0/5
# switchport access vlan 1081
# switchport mode access
# no shut
# exit
# exit
# wr (writes configuration)
Categories: Misc