From: Matthew Poole (matthew.poole@blueyonder.co.uk)
Date: Tue Dec 17 2002 - 09:53:43 GMT-3
I'm trying to configure a map-class dialer for my dialer profile so that the
line clears down after 20 seconds:
interface BRI0/0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
ppp authentication chap
!
!
interface Dialer1
ip address 192.168.1.1 255.255.255.0
encapsulation ppp
dialer pool 1
dialer remote-name R4
dialer string 325600 class profile
dialer-group 1
ppp authentication chap
!
!
map-class dialer profile
dialer idle-timeout 20
dialer fast-idle 15
dialer-list 1 protocol ip permit
However when I do a ping and show isdn active, the ping is successful but the
idle timout is still 120 Seconds? Output is below with debug dialer.
R5#ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
00:47:09: BR0/0 DDR: rotor dialout [priority]
00:47:09: BR0/0 DDR: Dialing cause ip (s=192.168.1.1, d=192.168.1.2)
00:47:09: BR0/0 DDR: Attempting to dial 325600
00:47:47244640255: %LINK-3-UPDOWN: Interface BRI0/0:2, changed state to up
00:47:45123225436: BR0/0:2: interface must be fifo queue, force fifo
00:47:45123225252: %DIALER-6-BIND: Interface BR0/0:2 bound to profile
Di1.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 28/31/32 ms
R5#
00:47:10: BR0/0:2 DDR: dialer protocol up
R5#
00:47:11: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0/0:2, changed
stat
e to up
R5#sh isdn active
-----------------------------------------------------------------------------
--- ISDN ACTIVE CALLS ----------------------------------------------------------------------------- --- Call Calling Called Remote Seconds Seconds Seconds Charges Type Number Number Name Used Left Idle Units/Currency ----------------------------------------------------------------------------- --- Out 325600 R4 6 114 5 0 ----------------------------------------------------------------------------- ---I've tried it by also placing dialer idle-timeout directly in the dialer but this had the same affect (i.e none!)
Any ideas why it doesn't indicate 20 Seconds? Thanks. .
This archive was generated by hypermail 2.1.4 : Fri Jan 17 2003 - 17:21:47 GMT-3