0% found this document useful (0 votes)
48 views6 pages

Activity Log

Uploaded by

ramizzz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views6 pages

Activity Log

Uploaded by

ramizzz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Aradial RADIUS

ActivityLog
Aradial RADIUS ActivityLog

©2007 Aradial

This document contains proprietary and confidential information of Aradial and shall not be reproduced or
transferred to other documents, disclosed to others, or used for any purpose other than that for which it is
furnished, without the prior written consent of Aradial. It shall be returned to the Aradial upon request.
The trademark and service marks of Aradial, including the Aradial logo, are the exclusive property of Aradial, and
may not be used without permission. All other marks mentioned in this material are the property of their respective
owners.

Document Information
Software Version: 3.5.8
Document Version: 1.0
Publication Date: Feb 2007

Page 2
Aradial RADIUS ActivityLog

Contents
1. Activity Log .......................................................................................................................... 4
Overview..................................................................................................................................... 4
Activity Log Format ................................................................................................................... 4
Sample Output ............................................................................................................................ 5
Log File Configuration............................................................................................................... 6

Page 3
Aradial RADIUS ActivityLog

1. Activity Log
Overview
RADIUS Activity Log is a new log generated by Aradial, which has the following
characteristics:

 It contains a line for each RADIUS request/response.

 Its format is defined in the template file ActivityLog.tpl in Aradial root


directory.

 It is generated by Aradial's logging mechanism using a separate log file.


Therefore, it can either be written to a file or sent to a Syslog daemon (or
both), depending on the log file configuration.

Activity Log Format


The Activity Log format is defined in a file with the following format:

 A text file with one line which can contain a mixture of plain text and
reference elements.

 The template file references are enclosed by '@' from both sides and can
have the following reference names:

• MsgType - The type of the RADIUS message. Can be one of:

• Auth.Accept

• Auth.Reject

• Auth.Challenge

• Auth.Proxy

• Auth.Proxy.Accept

• Auth.Proxy.Reject

• Auth.Proxy.Challenge

• Acct.Start

• Acct.Stop

Page 4
Aradial RADIUS ActivityLog

• Acct.Interim

• Acct.Proxy.[Start/Stop/Interim]

• Acct.Proxy.Response

• NASIP - The NAS IP of the accounting request..

• Date - The date of the accounting request.

• Time - The time of the accounting request.

• RejectMsg - Reject message generated for the request.

• RejectPassword - The clear text password typed by the user in case of


access-reject.

• AttrName - A name of a RADIUS attribute from the request list.

• Reply.AttrName - A name of a RADIUS attribute from the reply list.

Example:
@[d]Date@,@Time@,@MsgType@,@NASIP@,@RejectMsg@,@RejectPassword@,@Acct-Session-
Id@,@NAS-Port@,@Acct-Status-Type@,@User-Name@,@Acct-Authentic@,@Service-
Type@,@Framed-Protocol@,@Framed-Compression@,@Framed-IP-Address@,@Login-
Service@,@Login-IP-Host@,@Acct-Delay-Time@,@Acct-Session-Time@,@Acct-Input-
Octets@,@Acct-Output-Octets@,@NAS-Port-Type@,@Acct-Terminate-Cause@

Sample Output
02/10/07,23:59:10,Auth.Accept,10.0.0.2,,,,,,DemoUser1,,,,,,,,,,,,,

02/10/07,23:59:10,Acct.Start,10.0.0.2,,,175212,,1,DemoUser1,,,1,,,,,,,,,,

02/10/07,23:59:13,Acct.Stop,10.0.0.2,,,175212,,2,DemoUser1,,,1,,,,,,3,750000000,750000000,,

02/10/07,23:59:17,Auth.Reject,10.0.0.2,Password Mismatch, Password Typed =


password1,password1,,,,DemoUser1,,,,,,,,,,,,,

02/10/07,23:59:26,Auth.Proxy,10.0.0.2,,,,,,customer1,,,,,,,,,,,,,

02/10/07,23:59:26,Auth.Proxy.Accept,10.0.0.2,,,,,,customer1,,,,,,,,,,,,,

02/10/07,23:59:26,Acct.Proxy.Start,10.0.0.2,,,175214,,1,customer1,,,1,,,,,,,,,,

02/10/07,23:59:26,Acct.Proxy.Response,10.0.0.2,,,175214,,1,customer1,,,1,,,,,,,,,,

02/10/07,23:59:29,Acct.Proxy.Stop,10.0.0.2,,,175214,,2,customer1,,,1,,,,,,3,750000000,750000000,,

02/10/07,23:59:29,Acct.Proxy.Response,10.0.0.2,,,175214,,2,customer1,,,1,,,,,,3,750000000,750000000,,

02/10/07,23:59:59,Auth.Proxy,10.0.0.2,,,,,,customer1,,,,,,,,,,,,,

02/10/07,23:59:59,Auth.Proxy.Reject,10.0.0.2,,password1,,,,customer1,,,,,,,,,,,,,

Page 5
Aradial RADIUS ActivityLog

Log File Configuration


The Activity Log file is configured using the Admin application Data
Management/Log Configuration page. Log file #13 in Aradial configuration is used
for the Activity Log. See screenshot below.

Page 6

You might also like