2dslBridging 2 ISP dsl services to VLANS using bridge groups
!
bridge irb
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.100
encapsulation dot1Q 100
ip address 192.168.1.1 255.255.255.0
!
interface FastEthernet0/0.101
encapsulation dot1Q 101
bridge-group 1
!
interface FastEthernet0/0.102
encapsulation dot1Q 102
bridge-group 2
!
interface ATM0/0/0
description iiNet
no ip address
logging event atm pvc state
no atm ilmi-keepalive
dsl operating-mode adsl2+
bridge-group 1
pvc 8/35
!
interface ATM0/1/0
description Internode
no ip address
logging event atm pvc state
no atm ilmi-keepalive
dsl operating-mode adsl2+
bridge-group 2
pvc 8/35
tx-ring-limit 3
encapsulation aal5snap
!
bridge 1 protocol ieee
bridge 1 route ip
bridge 2 protocol ieee
bridge 2 route ip
!