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.")
 
 
(2 intermediate revisions by the same user not shown)
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>

Latest revision as of 22:49, 13 February 2021

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
!