How To Remove Vlan From Cisco Switch?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Remove VLAN from the switch configuration:
a. Run the no vlan <vlan_id> command.
b. Remove the switch port from the VLAN:
i. Run the switchport access vlan <vlan_id> command.
ii. Enter the no switchport access vlan <vlan_id> command.
2. Verify the VLAN is removed:
a. Run the show vlan command to view the current list of VLANs.
b. Run the show running-config command to view the switch configuration.
c. Run the show interfaces <switch_port> switchport command to view the current port configuration.