i have this problem in a last time and now i can work fine with this config.

radius server user files.

jack         Auth-Type := Accept 
                Service-Type = Framed-User, 
                Framed-Protocol = PPP, 
                Session-Timeout=1815, 
                Idle-Timeout = 1825    

cisco 3620

add to you conf

virtual-profile if-needed
virtual-profile virtual-template 1

interface Virtual-Template1
 ip unnumbered Loopback0
 ip nat inside
 peer default ip address pool direcciones
 ppp authentication chap
!


and check this documentantion
http://www.cisco.com/warp/public/131/8.html

bye



----- Original Message ----- 
From: "Andrew Kelaidis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 26, 2003 12:27 PM
Subject: Timeout and Cisco 3640.Please help!


> Hi,
> I am using radius version 0.7 (stable) with mysql and a CISCO 3640 as NAS. 
> The configuration work fine but I deal with a problem lately with Timeout 
> attributes. Here is an examples:
> Radius Access-Accept packet attributes:
> Port-Limit = 1
> Framed-Protocol = PPP
> Framed-Pool = 255.255.255.254
> Framed-MTU = 576
> Service-Type = Framed-User
> Idle-Timeout = 300
> Session-Timeout = 14400
> Cisco 3640 log:
> .. AAA/AUTHOR/LCP: Processing AV service=ppp
> .. AAA/AUTHOR/LCP: Processing AV idletime=300
> .. AAA/AUTHOR/LCP: idletime failed
> .. AAA/AUTHOR/LCP: Denied
> .. AAA/AUTHOR/: Duplicate per-user event LCP_DOWN ignored
> .. AAA/MEMORY: free_user (0x61544CD8) user='xxx' ruser='NULL' 
> port='Serial12/0:7' rem_addr='...' Authen_type=PAP service=PPP priv=1
> .. AAA/AUTHOR/FSM: LCP succeds trivially
> 
> When I put only the Session-Timeout the (same) following error occurs:
> .. AAA/AUTHOR/LCP: Processing AV timeout=14400
> .. AAA/AUTHOR/LCP: Denied
> ..... .....
> after that the call lasted for 7 seconds. I don't think that the problem is 
> from radius server.
> 
> Thank you in advanced.
> Andrew Kelaidis
> 
> _________________________________________________________________
> STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
> http://join.msn.com/?page=features/junkmail
> 
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to