User's Manual

102
Configuring Connection Accounting Using AAA
To enable AAA accounting, run command aaa accounting. To create a or multiple method list(s) to provide
accounting information about all outbound connections made from the SWITCH, use the aaa accounting
connection command. The outbound connections include Telnet, PAD, H323 and rlogin. Only H323 is
supported currently. You can run the following command in global configuration mode to start the configuration:
Command Purpose
aaa accounting connection
{
default
| list-
name} {{{
start-stop
|
stop-only
}
group
groupname} |
none
}
Establishes the global accounting list.
The list-name is a character string used to name the list you are creating. The method keyword is used to
designate the real method for the accounting process.
The following table lists currently-supported connection accounting methods:
Keyword Notes:
group WORD Uses the named server group to conduct accounting.
group radius Uses the RADIUS for accounting.
group tacacs+
Uses the TACACS+ for accounting.
none Disables accounting services for the specified line or interface.
stop-only
Sends a "stop" record accounting notice at the end of the requested user
process.
start-stop
RADIUS or TACACS+ sends a "start" accounting notice at the beginning of
the requested process and a "stop" accounting notice at the end of the
process.