How To Configure Vlan On 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. Log into the switch and enter privileged EXEC mode by typing “enable” and entering the enable password.
2. Enter global configuration mode by typing “configure terminal”.
3. Create the VLAN by typing “vlan <VLAN ID>”.
4. Assign an IP address to the VLAN by typing “ip address <IP address> <subnet mask>”.
5. Assign an interface to the VLAN by typing “interface vlan <VLAN ID>”.
6. Configure the interface with the desired settings.
7. Save the configuration by typing “copy running-config startup-config”.
8. Test the VLAN configuration by pinging the IP address and making sure that it is reachable.