04-29-2009 12:23 PM - edited 03-06-2019 05:27 AM
When using Native vlan 99 on both switches, should I prune or allow this vlan on the do1q trunk link?
The Native vlan carried untagged traffic over the trunk link?
Thanks
SW1
int G0/1
switchport
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk native vlan 99
switchport trunk allow vlan 10,20,99
SW2
int G0/1
switchport
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk native vlan 99
switchport trunk allow vlan 10,20,99
Solved! Go to Solution.
04-29-2009 12:53 PM
Best Practice is NOT to use Vlan1 at all. It should be left for control packets.
All packets are untagged on the native Vlan.
04-29-2009 12:30 PM
If you manually prune this Vlan, it will stop sending traffic over it and break the native vlan connectivity.
Yes, the native vlan carries untagged traffic but it is still part of the trunk.
The command 'show int trunk' will display the Vlans that are in forwarding state and not pruned.
__
Edison.
04-29-2009 12:42 PM
Thanks for the reply.
Is it Cisco best pratice to use any vlan rather than vlan 1 for the Native vlan?
What packets are untagged on a switch that use this native vlan?
04-29-2009 12:53 PM
Best Practice is NOT to use Vlan1 at all. It should be left for control packets.
All packets are untagged on the native Vlan.
04-29-2009 01:37 PM
"Is it Cisco best pratice to use any vlan rather than vlan 1 for the Native vlan?"
Yes and in addition it also best practice to choose a vlan for your native vlan that
1) does not have any ports allocated into it for user machines/servers etc.
2) does not have a L3 vlan interface. There is no need to route the native vlan.
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