[c-nsp] transparent bridging, correct approach?
Phil Mayers
p.mayers at imperial.ac.uk
Thu Feb 8 05:19:52 EST 2007
Peter Kranz wrote:
> It's a Cisco 6500 on one side, and a Extreme BD 6808 on the other adding the
> 802.1q tags..
Erm... don't use the "bridge blah" commands on a 6500. An equivalent
config to the one you posted is:
vlan 116
name vl-116
!
int g1/1
switchport
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 116
int g4/2
switchport
switchport mode access
switchport access vlan 116
More information about the cisco-nsp
mailing list