cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
361
Views
0
Helpful
1
Replies

Cisco 1003 problem with the command dialer idle-timeout

django999
Level 1
Level 1

I have a cisco 1003

I set the command dialer idle-timeout to the value 300 and there is no disconnection after this time. If I set the time smaller then 60 seconds it works.

Is it possible to configure the router that it disconnected after a time greater then 59 seconds ?

1 Reply 1

Hello,

the dialer idle-timeout is based on interesting outbound traffic by default. With the value set to 300, the line would disconnect when there is no outbound interesting traffic after 300 seconds. Most likely, your interesting traffic is sent in an interval of 60 seconds or greater, that is why the line does disconnect if you set the dialer idle-timeout to less than those 60 seconds.

If you want the ISDN line to disconnect after 60 seconds, regardless of interesting traffic, you could use the interface command ´timeout absolute 1´:

interface BRI0

timeout absolute x (where x is the timeout value measured in minutes)

HTH,

GP