cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
314
Views
0
Helpful
1
Replies

Trunk & Native VLAN

sadik.bash
Level 1
Level 1

Hi,

I inhireted a number of Cisco switches, routers, and firewalls in my new job. I was reveiwing the config file of the switches and ran across a few Interfaces that were created as Trunk ports(802.1q) but also assiged two VLANs as Native VLANs. I got confused since my understanding about Trunk ports is that they would allow the passing of ALL VLANs. My question is why was or what is the purpose of assigning the Trunk Port the Native VLANs?

Much appreciated.

~sK

!

interface GigabitEthernet2/0/41

switchport access vlan 10

switchport trunk encapsulation dot1q

switchport trunk native vlan 2

switchport mode trunk

----------------------------------------------------

1 Reply 1

ALIAOF_
Level 6
Level 6

By default Native VLAN is VLAN 1.  And Native VLAN traffic does not get tagged (802.1q).  Find out what is the purpose of that VLAN2.  So any traffic that is on VLAN 2 does not get tagged and will pass even if there is an issue with the trunk itself.  Couple of useful links:

http://etherealmind.com/basics-cisco-ios-native-vlans/

http://www.sans.org/security-resources/idfaq/vlan.php

Review Cisco Networking for a $25 gift card