cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
983
Views
0
Helpful
2
Replies

HWIC-4SHDSL-E router back to back connection

acbennyma
Level 1
Level 1

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?

                  

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

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

Review Cisco Networking for a $25 gift card