dot1q across a bridge-group in a router

From: Ryan (ryan95842@gmail.com)
Date: Tue Jun 26 2007 - 17:51:07 ART


I haven't been able to get this to work yet nor have I found any
documentation that says it's even possible...

SW1 --- dot1q --- Bridged DSL --- RTR --- Bridged DSL --- dot1q --- SW2
                                          (bridge-group)

Essentially, I want to run a dot1q trunk across a bridged DSL service from
site A to site B.

SW1
!
interface f0/1
 switchport mode trunk
 switchport trunkl encapsualtion dot1q
 no shut
end
!
This interfaces connects to a transparent bridged DSL modem

RTR
!
bridge irb
!
bridge 40 protocol ieee
bridge 40 aging-time 3600
!
interface ATM4/0.100 point-to-point
 description to SW1
 bridge-group 40
 pvc 0/100
!
interface ATM4/0.200 point-to-point
 description to SW2
 bridge-group 40
 pvc 0/200
!

SW2
!
interface f0/1
 switchport mode trunk
 switchport trunkl encapsualtion dot1q
 no shut
end
!
This interfaces connects to a transparent bridged DSL modem

Thoughts?

-Ryan



This archive was generated by hypermail 2.1.4 : Sun Jul 01 2007 - 17:24:51 ART