HP-UX AAA Server A.07.01 Administrator's Guide

Table 31-2 Information Recorded by LOG_V2_o (continued)
DescriptionValueTypeField
Service-Class attribute value
service_class
string12
filter
string13
Service-Type followed by
additional fields separated by a
service_type
string[/string[/string]]14
‘/’, depending on Service-Type.
If framed, the other fields (if
present) are:
Framed-Protocol
Framed-IP-Address
Framed-IPv6-Prefix
Framed-Interface-Id
If Login, the other fields (if
present) are:
Login-Service-Type
Login-IP-Host or Login-
IPv6-Host
Login-TCP-Port
For a complete description of the session log format and recorded values, see Chapter 12:
“Logging and Monitoring ” (page 129).
Examples
The following examples illustrate some basic session log configurations.
Livingston Call Detail Record (CDR) Format
By specifying log_acct for aatv, LOG will generate CDRs in a single flat file. Following
is the syntax:
stream *default* {
aatv log_acct
buffer 1
close on
filename session.%Y-%m-%d.log
update 900
wrap 3
}
end
Multiple Logging Streams
By specifying log_all for aatv, LOG will generate a record for each stream defined in
the log.config file (before the end keyword). Following is the syntax:
stream *default* aatv log_all
stream old {
396 Configuration Files