21
Apr
How to configure a new port with VLAN (Cisco)
Filed Under (Misc) on 21-04-2008
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)
