(RADIATOR) idle-timeout Cisco53/800 (offtopic?)
david.kramar at aliatel.cz
david.kramar at aliatel.cz
Tue Apr 30 08:57:46 CDT 2002
Hi, hope is not offtopic
Maybe someone have problem with disconnect cause - Ascend-Disconnect-Cause = tsIdleTimeout, so cisco have default idle-timeout 120 sec. Below is how-to setup
idle time-out on interface or enforce with radius atribute Idle-Timeout = 600.
You can enforce idletime-out with somthing this
AddToReply Service-Type = Framed-User, \
Framed-Protocol = PPP,\
Framed-IP-Netmask = 255.255.255.255,\
Framed-Routing = None,\
Framed-MTU = 1500,\
Framed-Compression = Van-Jacobson-TCP-IP,\
Idle-Timeout = 600
David
#-----------conf. on NAS----------------
interface Dialer1 # ISDN call
!--- Configuration for rotary group 1.
!--- The Dialer interface number (1) must exactly match rotary group number
....
dialer in-band
! -- Enable this dialer interface to be a DDR interface.
! -- This is needed if you want to enforce the idle-timeout.
dialer idle-timeout 300
! -- Idle timeout for incoming calls is 300 seconds (5 minutes).
! -- Users that are idle for more than 300 seconds are dropped.! -- If dialer in-band is used and a dialer idle-timeout is not defined, then
! -- the default idle-timeout of 120 seconds!! (2 minutes) is applied.
dialer-group 1
!--- Apply interesting traffic definition from dialer-list 1.
! -- Note: The specified dialer-group number must be the same as the
! -- dialer-list number; in this example, defined to be "1".
#(conf t)
dialer-list 1 protocol ip permit
! -- any ip trafic
! -- Interesting traffic is defined by dialer-list 1.
! -- This is applied to interface Dialer 1 using dialer-group 1.
! -- Note: The specified dialer-list number must be the same as the
!-- dialer-group number
interface Group-Async0 # Async call
dialer in-band
dialer idle-timeout 900
dialer-group 5
! -- Interesting traffic definition is defined in dialer-list 5 below
! -- Note: The specified dialer-group number must be the same as the
! -- dialer-list number; in this example, defined to be "5".
access-list 101 remark Interesting Traffic Definition to be used in dialer-list 5
access-list 101 deny eigrp any any
access-list 101 permit ip any any
dialer-list 5 protocol ip list 101
!-- Interesting traffic is defined by access-list 101.
____________________________________________________________________
::: Aliatel - Nejlepsi spojeni pro vas business - www.aliatel.cz :::
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list