<div>All,</div>
<div> </div>
<div>I've set up FR2 to log acct data to mysql and that appears to be working.  I'm curious about how to enable the logging of specific attributes that are being sent by the NAS.  Specifically:</div>
<div> </div>
<div> rad_recv: Accounting-Request packet from host x.x.x.120 port 51637, id=50, length=95<br>        Acct-Status-Type = Interim-Update<br>        Acct-Session-Id = "C2594B9A71DB"<br>        Acct-Delay-Time = 0<br>
        User-Name = "joe.bobuser"<br>        NAS-Identifier = "M20"<br>        Juniper-Interactive-Command = "run start shell "<br>        NAS-IP-Address = x.x.x.120<br>+- entering group preacct {...}</div>

<div> </div>
<div>As you can see in the Accounting-Request packet above There is a NAS-Identifier and a Juniper-Interactive-Command entry.  Those attributes are not being logged (nor do I think I'd want them) in my radacct file.   Is there a way to have radius automatically populate an accountingactivity table (history file if you will)?  Or this there a manual way say in postauth to send those attributes to a mysql table via  script when an Accounting-Request packet is received.  The above attributes are being sent and are logged in my detail-`date` log file in /var/log/radius/radacct/IP_OF_NAS directory.</div>

<div> </div>
<div>Thanks,</div>
<div>N</div>