cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
613
Views
0
Helpful
4
Replies

Native VLAN

colmgrier
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Best Practice is NOT to use Vlan1 at all. It should be left for control packets.

All packets are untagged on the native Vlan.

View solution in original post

4 Replies 4

Edison Ortiz
Hall of Fame
Hall of Fame

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.

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?

Best Practice is NOT to use Vlan1 at all. It should be left for control packets.

All packets are untagged on the native Vlan.

"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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: