cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
370
Views
0
Helpful
4
Replies

Always on ISDN between two 1604 routers

exigent
Level 1
Level 1

We have a 2620 at the main site and (4) 1604s at remote sites. The 1604s are programmed to use dialer-map and sense when traffic for the other side is interesting and then create a connection. The ISDN lines are not metered and are flat rate. Can someone point me to a config for both sides where the ISDN connection remains on full time without the need to sense interesting traffic?

4 Replies 4

tepatel
Cisco Employee
Cisco Employee

One way is By configuring idle-timeout to max 2147483 secs with interesting traffic which will keep the line up for nearly 30 days even if no interesting traaffic passed..

Here is the link for that

http://www.cisco.com/warp/public/471/idle_timeout.html

mljohnson
Level 4
Level 4

The best approach to take is to simply make all traffic interesting and define an idle timeout of 0. This will still require an interesting packet to dial in the event that the link goes down (for whatever reason), but once up it should stay up all the time.

The only way to get dialing without the need for interesting traffic is to use Dialer Watch, which is intended more for backup.

try giving the command

config t

int bri0

dialer load-threshold 1 either

it wouls always keep the link up regardless of the load on it.

U need to give the command on only one router which dials the other

Thanks to all for your responses!!