cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
840
Views
0
Helpful
3
Replies

Backup ISDN auto disconnected

kokencisco
Level 1
Level 1

Hi

I would know if there is a command that permit to configure auto disconnect the backup isdn interface, after that the interface try for 3 times to connect without success.

3 Replies 3

enc
Level 1
Level 1

I am not able to test this, but it might be an idea:

On serial interfaces you can use " dialer enable-timeout" with a max value of 2147483 which is a lot of days.

You can not use this command with the purpose you have direcly on an ISDN interface, but I would expect you could use is on a Dialer interface.

(ISDN interfaces are not held down after a call has failed or completed because these interfaces support several possible calls at a time)

interface Dialer1

description ISDN

bandwidth 64

ip address

encapsulation ppp

dialer pool 1

dialer idle-timeout 180

dialer enable-timeout 2147483

dialer string 1234567890

dialer-group 1

interface BRI1/0

no ip address

encapsulation ppp

dialer pool-member 1

:-)

Thanks you for answer. Now I'm studing the command dialer enable-timeout... if there is good news I'll write here ;)

Hi,

At Serial interface try "backup interface dialer0" and set delay to get dialer to be fired by "backup delay 5 5" both commands to be configured at serial interface also put floating static routes i.e 0.0.0.0 0.0.0.0 Serial 0

0.0.0.0 0.0.0.0 dialer 0 50

This will enable the backup configuration

and put the "dialer ideal-timeout 100" at dialer interface.

Hope this can help u out.

rgds,

Hardik..