User's Manual
103
Configuring Network Accounting using AAA
To enable AAA accounting, run command aaa accounting. The aaa accounting network command can be used
to establish one or multiple accounting method lists. The network accounting is enabled to provide information
to all PPP/SLIP sessions, these information including packets, bytes and time accounting. You can run the
following command in global configuration mode to start the configuration:
Command Purpose
aaa accounting network
{
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 network 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.