radius not recieving username from cisco

Athiqur Rahman subs at arahmantech.com
Mon May 10 13:04:36 CEST 2010


Hi,

I have an as5300 IOS Version 12.2 and FreeRADIUS Version 2.1.8

When I open ppp connection to from windows xp laptop to my as5300 it is 
not sending the login credentials to the FreeRadius. FeeRadius says the 
username attribute was not found

below is the snippet of debug output


rad_recv: Accounting-Request packet from host 192.168.0.57 port 1646, 
id=211, length=97
        NAS-IP-Address = 192.168.0.57
        NAS-Port = 182
        NAS-Port-Type = Async
        Called-Station-Id = "02081131234"
        Calling-Station-Id = "2075176623"
        Acct-Status-Type = Start
        Service-Type = Framed-User
        Acct-Session-Id = "0000006E"
        Framed-Protocol = PPP
        Acct-Delay-Time = 0
+- entering group preacct {...}
++[preprocess] returns ok
*[acct_unique] WARNING: Attribute User-Name was not found in request, 
unique ID MAY be inconsistent *
[acct_unique] Hashing 'NAS-Port = 182,Client-IP-Address = 
217.73.64.57,NAS-IP-Address = 217.73.64.57,Acct-Session-Id = "0000006E",'
[acct_unique] Acct-Unique-Session-ID = "93340c227b9a5bca".
++[acct_unique] returns ok
[suffix] Proxy reply, or no User-Name.  Ignoring.
++[suffix] returns ok
++[files] returns noop


below is my aaa configuration. I just want to contact the radius for ppp 
connections

aaa new-model
aaa authentication login default local
aaa authentication ppp default group radius
aaa authorization network default none
aaa accounting send stop-record authentication failure
aaa accounting network default start-stop group radius



More information about the Freeradius-Users mailing list