cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
560
Views
0
Helpful
8
Replies

ISDN backup for lease lines

netman2k5
Level 1
Level 1

currently we have lease lines connection between HQ and remote office. Need to do ISDN backup for this lease line. Any info is appreciated.

8 Replies 8

nbhandarkar
Level 1
Level 1

You can create a dialer interface on your remote router and on the primary link interface (LL) you can add the commands "backup interface d0" and "backup delay 5 120"(any suitable values would be fine).

You also need to create a dialer int on your HQ router too.

mhussein
Level 4
Level 4

This document may help you get started:

http://www.cisco.com/en/US/tech/tk801/tk133/technologies_configuration_example09186a008009455d.shtml

Cisco documents refer to this as Dial on Demand Routing (DDR).

Regards,

Mustafa

ashookoul
Level 1
Level 1

hi

well configure ur BRI interface and then configure backup on serial interface .there is no need to create Dialer interface if u r using single isdn line as backup.

For configuring backup on serial interface these r the commands

eg : if u have interface bri0/0

then commands are

backup interface b0/0

backup delay 30 400 (any numbers u wish),

1st number 30 is when ur lease line goes dowm it will wait for 30 sec and then isdn will trigger ,2nd number 400 is when ur lease line comes up it will wait for 400sec then will go down)

Hi Ashookoul,

So here is how I understand your config:

interface s0/0

backup interface bri0/0

backup delay 30 400

can this work on other interfaces too ? such as fastethernet. Thanks for all help.

It can, but it won't do you much good. The backup interface command requires the link failure to be detected by the interface (usually due to loss of HDLC or PPP keepalives). An Ethernet interface almost never goes down at the physical layer, so backup interface never kicks in.

You can expect to get a bunch of responses to your question, because there are many ways to approach dial backup and which is right for you will depend on a number of factors, including your router platform, your experience level, how your telco bills for calls, your expected usage, even where you are!

Your three choices are "backup interface," "Dial on demand routing," and "Dialer watch." All have advantages and disadvantages (there is extensive discussion in my book, the tradeoffs between DDR and backup interface are discussed in a white paper on my web site).

If you choose to use dialer watch, make sure you are running 12.2 IOS or a recent 12.1 release. Although introduced in 12.0, Cisco could not get dialer watch to work right until 12.1(7). 12.3 has some obscure problems with dialer watch that you probably will never detect, but unless you need a 12.3 feature, I'd stick with 12.2 for now.

Also use care with dial on demand and backup interface, there are many undesireable interactions between dial backup, dialers, and various switching modes on different platforms, so a configuration with is rock solid on one IOS release/platform combination may perform poorly (or not at all) on another combination.

Finally, whatever you do, make sure you include a means to test your ISDN lines when not required for backup, and a means to detect and report when you are running on ISDN. Otherwise, you'll find your ISDN line will be dead when you need it, and if not, your first indication of link trouble will be when a humongous ISDN bill arrives.

Good luck and have fun!

Vincent C Jones

www.networkingunlimited.com

prashantsansare
Level 1
Level 1

Hi

wht yu can do is on your Lease line serial Interface configure the isdn has a backup interface by giving command example :

1)backup interface bri 0

2)backup delay 20 60

after giving this command yur isdn interface will be in standby mode once lease line fails yu isdn will get acitivtated after 20 seconds and once lease line isd up yur ISDN will get disconnected after 60 seonds

Regards

Prashant

Thank you all very much.

Dear Prashant,

Got a question for you about what you suggested: this bri backup is only kicked off if the serial interface goes down or data cannot go thru it even the interface still up ? these are different issues. Thank you very much.