Cisco - Add/Remove VLAN Port
Issue:You need to add or remove a port from a VLAN. In this case the switch is a 2950.
Quick/Visual/Learning:
Telnet to the Switch.
"en" to enter enabled mode
"config t" to enter config mode
"interface fast 0/19" In this example I am configuring port 19
"switchport access vlan 2" In this example I am adding port 19 to VLAN 2
To remove a port from a vlan follow the above steps but on the last step enter:
"no switchport access vlan 2"
0 comments :
Post a Comment