Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

isdn bri dial backup for pppoe dialer

Status
Not open for further replies.

rinma

Technical User
Aug 17, 2004
14
HR
Hi!
Please help me!
I have 1721 router with WIC ISDN bri card and 10 Mbit/s card.I have configured router for adsl connection with pppoe dialer and that works fine.
Now, I have a problem how to configure ISDN backup link!!!
Does anybody have any sample configurations??
 
Rinma

There are a few solutions here but I'd recommend a floating static route with a dialer interface :
1 Configure the dialer interface - e.g. dialer1
2 If your routing table is like this
route 0.0.0.0 0.0.0.0 ATM0

Then add the following :
route 0.0.0.0 0.0.0.0 dialer1 50

This will bring up the dialer interface and route all traffic through it in the event of the ATM (dsl) going down.

Don't forget to set the correct encapsulation on your dialer int.

Steve
 
Rinma

There are a few solutions here but I'd recommend a floating static route with a dialer interface :
1 Configure the dialer interface - e.g. dialer1
2 If your routing table is like this
route 0.0.0.0 0.0.0.0 ATM0

Then add the following :
route 0.0.0.0 0.0.0.0 dialer1 50

This will bring up the dialer interface and route all traffic through it in the event of the ATM (dsl) going down - the higher metric keeps the route "floating" until needed.

Don't forget to set the correct encapsulation on your dialer int.

Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top