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 _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
