How To Add a Vlan To a Port?
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. First, identify the port you wish to add the VLAN to – use the switch’s show running–config command to view the current configuration of the port.
2. Next, configure the port to accept multiple VLANs using the switchport trunk allowed vlan command.
3. Use the switchport access vlan <vlan_id> command to add a specific VLAN to the port.
4. Type in the end command to save the configuration for the port and exit the configuration mode.
5. Finally, refresh the port by running the interface <port> command.