04-15-2013 12:53 AM - edited 03-04-2019 07:35 PM
Hello expert,
I have two site that has a copper wire (2 wire) connection between each router ( No Telco in between )
Now I want to use 1921 router with HWIC-4SHDSL-E card to connect these two ste together.
Can I use attach configuration to make the connection reference from the diagram?
04-15-2013 03:44 AM
Hello Acbennyma,
interfaces that are member of a bridge-group cannot have an IP address, using IRB as you would like to do you can have an IP address only on the BVI1 logical interface.
The LAN interface and the ATM interface are just members of the bridge-group with no L3 configuration.
Besides this, the configuration of CO side looks like reasonable
Hope to help
Giuseppe
04-16-2013 07:28 PM
Dear Giuseppe,
Thanks for your support! I have amended the configuration showed as below, can you help to check if this configuration can be worked in my current network connection.
DSR R1 Act as CO
bridge irb
bridge 1 protocol ieee
bridge 1 route ip
interface BVI1
ip address 10.1.1.1 255.255.255.0
no shut
int gig 0/0
description LAN
no shut
bridge-group 1
controller DSL 0
mode atm
line-term co
line-mode 2-wire enhanced--------or line-mode 2-wire line-one/line-zero
dsl-mode shdsl symmetric annex B
line-rate 2048
!
interface ATM0
ip address 192.168.2.1 255.255.255.0
no atm ilmi-keepalive
pvc 0/100
broadcast
encapsulation aal5snap
bridge 1 route ip
*************************************************
DSL R2 Act as CPE
bridge irb
bridge 1 protocol ieee
bridge 1 route ip
interface BVI1
ip address 10.1.1.2 255.255.255.0
no shut
int gig 0/0
description LAN
no shut
bridge-group 1
controller DSL 0
mode atm
line-term cpe
line-mode 2-wire enhanced --------or line-mode 2-wire line-one/line-zero
dsl-mode shdsl symmetric annex B
line-rate 2048
!
interface ATM0
ip address 192.168.2.2 255.255.255.0
no atm ilmi-keepalive
pvc 0/100
broadcast
encapsulation aal5snap
bridge 1 route ip
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide