On Tue, 29 Aug 2000, FlintHillsTechnical Support wrote:

> we have started a new ISP service where users dial into to a remote NAS that then 
>authenticates the user across an L2F tunnel through our Cisco 7206.  We can 
>authenticate the user and allow access, however in the initial accounting record the 
>Cisco does not seem to pass the ip address it has assigned to the user. It does pass 
>this info when the session is ended though.  Has anyone seen this behavior and know 
>how we can obtain the ip address when the user gets on, not when the user disconnects?

Yes. It's something with the Start accounting packet on Cisco NAS's. You have to 
configure the Cisco NAS for sending an "update" packet:

This is the Start packet:

Mon Aug 28 00:11:08 2000
        NAS-IP-Address = xxx.xxx.xxx.xxx
        NAS-Port = 98
        NAS-Port-Type = Async
        User-Name = "xxxxxx@xxx"
        Called-Station-Id = "xxxxxxxxx"
        Calling-Station-Id = "xxxxxxxxx"
        Acct-Status-Type = Start
        Acct-Authentic = RADIUS
        Service-Type = Framed-User
        Acct-Session-Id = "0000A5A7"
        Framed-Protocol = PPP
        Acct-Delay-Time = 0
        Timestamp = 967414268


And this is the Update packet, where you can see the IP address:

Mon Aug 28 00:11:11 2000
        NAS-IP-Address = xxx.xxx.xxx.xxx
        NAS-Port = 98
        NAS-Port-Type = Async
        User-Name = "xxxxxx@xxx"
        Called-Station-Id = "xxxxxxxxx"
        Calling-Station-Id = "xxxxxxxxx"
        Acct-Status-Type = Alive
        Acct-Authentic = RADIUS
        Service-Type = Framed-User
        Acct-Session-Id = "0000A5A7"
        Framed-Protocol = PPP
        Framed-IP-Address = 212.7.51.180
        Acct-Delay-Time = 0
        Timestamp = 967414271


Saludos
JesusR.

-------------------------------------
Jesús Rodríguez
Systems & Network Manager
World Online
[EMAIL PROTECTED]
http://www.worldonline.es
Tel. + (34) 93-2257350
-------------------------------------




===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to