How To Add a Vlan To a Trunk?
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. Configure the appropriate ports on the switch as trunk ports. To do this, use the command “switchport mode trunk”.
2. Add the VLAN to the trunk configuration. To do this, use the command “switchport trunk allowed vlan <vlan number>”.
3. Verify that the VLAN has been added to the trunk by using the command “show vlan”.
4. Finally, save the configuration by using the command “write memory”.