cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
677
Views
0
Helpful
2
Replies

VTP - native VLAN question

joeadiutori
Level 1
Level 1

Hi All,

Below is the config of a trunk port on one of my switches.  Notice there is no native VLAN configured.  Does this mean there is no native VLAN, or is it VLAN 1 by default?

interface GigabitEthernet0/1

switchport trunk encapsulation dot1q

switchport mode trunk

Thank You - Joe

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Joe

It means that the native vlan is vlan 1 as you say.

With a dot1q trunk there is always a native vlan. If you don't specify which it is then it will be vlan 1.

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Joe

It means that the native vlan is vlan 1 as you say.

With a dot1q trunk there is always a native vlan. If you don't specify which it is then it will be vlan 1.

Jon

Thank you