How To Add Interface To Vlan?
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. Connect to the switch using a console connection.
2. Enter the configuration mode by typing “configure terminal”.
3. Create the VLAN by entering the command “vlan vlan_number”, replacing “vlan_number” with the desired VLAN number.
4. Add the interface to the VLAN by entering the command “interface interface_name”, replacing “interface_name” with the desired interface name.
5. Enter the command “switchport mode access”.
6. Enter the command “switchport access vlan vlan_number”, replacing “vlan_number” with the desired VLAN number.
7. Exit configuration mode by typing “end”.
8. Save the changes by typing “copy running-config startup-config”.