Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

How to enable detailed RADIUS accounting packet logging 

Jun 06, 2014 07:32 PM

AMP can be configured to do detailed logging of the RADIUS accounting packets it receives. To do so AMP creates a directory for that device under:

/var/log/radius/radacct/


To enable this feature please do the following:

1. Using nano (or your favorite text editor), edit the file:

/etc/raddb/radiusd.conf 

Search on "accounting {" where you will find the following text:

accounting {
#
# Create a 'detail'ed log of the packets.
# Note that accounting requests which are proxied
# are also logged in the detail file.
# detail

2. To enable detailed logging, un-comment the last line above by removing the # from in front of detail. It should look like this after editing:

accounting {
#
# Create a 'detail'ed log of the packets.
# Note that accounting requests which are proxied
# are also logged in the detail file.
detail

3. Save the file and run the following command to restart radiusd:

service radiusd restart

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.