Difference between revisions of "Bridge Groups And Double Tagging"

From Baranoski.ca
Jump to navigation Jump to search
(Created page with "It doesn't work.")
 
Line 1: Line 1:
 
It doesn't work.
 
It doesn't work.
 +
 +
For reference, here's a standard bridging config.  For a reason I haven't confirmed yet, it won't communicate on the double tagged interface.
 +
 +
<PRE>
 +
bridge irb
 +
bridge 1 protocol ieee
 +
bridge 1 route ip
 +
!
 +
interface BVI1
 +
ip address 10.10.10.10 255.255.255.0
 +
!
 +
interface GigabitEthernet8.2000
 +
encapsulation dot1q 10 second-dot1q 2000
 +
bridge-group 1
 +
!
 +
</PRE>

Revision as of 17:26, 21 February 2019

It doesn't work.

For reference, here's a standard bridging config. For a reason I haven't confirmed yet, it won't communicate on the double tagged interface.

bridge irb
bridge 1 protocol ieee
bridge 1 route ip
!
interface BVI1
 ip address 10.10.10.10 255.255.255.0
!
interface GigabitEthernet8.2000
 encapsulation dot1q 10 second-dot1q 2000
 bridge-group 1
!