05-03-2022 12:35 PM
I am having difficulty with deploying VLAN's. I will add a VLAN to a trunk port on both sides using the configuration command "switchport trunk allowed vlan add ...." and I can see that it has been added to the trunk, but when I do a "show vlan" its not there at the switch I want it on. I even create a dummy vlan on the server to up the revision and force a database send out but still nothing. Are there other things to look for when adding a VLAN to a trunk and deploying to an access switch?
Solved! Go to Solution.
05-03-2022 12:37 PM
The switchport trunk allowed vlan ... command does not add a vlan to a switch, it adds a vlan to a trunk link.
You need to either use VTP and have a VTP server where you create vlans and then VTP clients that update their vlan database based on that or you use VTP transparent and manually add the vlan to each switch.
Jon
05-03-2022 12:37 PM
The switchport trunk allowed vlan ... command does not add a vlan to a switch, it adds a vlan to a trunk link.
You need to either use VTP and have a VTP server where you create vlans and then VTP clients that update their vlan database based on that or you use VTP transparent and manually add the vlan to each switch.
Jon
05-03-2022 12:46 PM
adding to trunk not meaning create VLAN,
you need
vlan name <- this command create VLAN in SW
05-03-2022 01:32 PM
05-03-2022 01:12 PM - edited 05-03-2022 01:38 PM
...............
05-03-2022 01:15 PM
Balaji
What is the point of this post other than to try and score points.
If you have something to add then by all means but you have literally just repeated what has already been said.
I don't understand what this adds to the post.
Jon
05-03-2022 01:27 PM - edited 05-03-2022 01:38 PM
...........follow
05-03-2022 01:29 PM
I know it can happen that people are posting at same time you sometimes see same response from multiple users so maybe that is case here but you referred to the other answers in your post so I assumed you had seen them already.
No problem.
Jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide