[c-nsp] Question - VLAN tagging Catalyst 6500 to Linux Host

Christopher.Marget at usc-bt.com Christopher.Marget at usc-bt.com
Mon Apr 5 13:36:27 EDT 2010


It sounds like you intend for the 10.1.1.0/24 subnet to be UNtagged?

> interface Vlan309
>  description Linux Host
>  ip address 10.1.1.1 255.255.255.0
> !
> interface Port-channel32
>  desc LACP bonded 3 GigE interfaces
>  switchport
>  switchport access vlan 309

With a tagging (trunk) interface, ^this^line^ is a no-op.

>  switchport trunk encapsulation dot1q
>  switchport trunk allowed vlan 309,999,1000,1001

You probably want to add:

switchport mode trunk     <- run in tagging mode
switchport nonegotiate    <- don't attempt DTP negotiation with the Linux box
switchport trunk native vlan 309  <- don't tag vlan 309





More information about the cisco-nsp mailing list