[c-nsp] 3560g switch - tagged vlans and untagged frames

sthaug at nethelp.no sthaug at nethelp.no
Tue Apr 9 00:48:21 EDT 2013


> 	I would like to be able to accept both tagged and untagged frames on my 
> 3560g. For the untagged frames, I'd like to be able to say these are a 
> member of some vlan - say 100 - otherwise I want to be able to allow 
> tagged frames from some list.
> 
> 	In testing, it doesn't appear that "switchport trunk native vlan xxxx" 
> is doing the job; anything I send untagged is dropped and doesn't show 
> up in the switch mac address tables.  Here is my config:

Similar configs work for us.

> interface GigabitEthernet0/45
>   description testing cisco vlans
>   switchport trunk encapsulation dot1q
>   switchport trunk native vlan 6
>   switchport trunk allowed vlan 306
>   switchport mode trunk
> 
> 
> It it helps. I do also have dot1q native vlan tagging enabled.

I believe you need to drop that - it tells the switch that the native
VLAN should be tagged.

Also, add the native VLAN to the list of allowed VLANs (so you'd get
"switchport trunk allowed vlan 6,306" here).

Steinar Haug, Nethelp consulting, sthaug at nethelp.no


More information about the cisco-nsp mailing list