Administrator Guide

Security Commands 864
accounting method, accounting records are notified to a TACACS+ server. If
radius is the specified accounting method, accounting records are notified to
a RADIUS server.
Please note the following:
A maximum of five Accounting Method lists can be created for each exec
and commands type.
Only the default Accounting Method list can be created for RADIUS.
There is no provision to create more.
The same list-name can be used for both exec and commands accounting
type
AAA Accounting for commands with RADIUS as the accounting method
is not supported.
Start-stop or None are the only supported record types for RADIUS
accounting. Start-stop enables accounting and None disables accounting.
RADIUS is the only accounting method type supported for RADIUS
accounting.
For the same set of accounting type and list name, the administrator can
change the record type, or the methods list, without having to first delete
the previous configuration.
Example
The following shows an example of the command.
(console)#configure
(console-config)#aaa accounting commands default stop-only tacacs
(console-config)#aaa accounting exec default start-stop radius
(console-config)#aaa accounting dot1x default start-stop radius
(console-config)#aaa accounting dot1x default none
(console-config)#exit
For the same set of accounting type and list name, the administrator can
change the record type, or the methods list, without having to first delete the
previous configuration.
(console)#configure
(console-config)#aaa accounting exec ExecList stop-only tacacs
(console-config)#aaa accounting exec ExecList start-stop tacacs
(console-config)#aaa accounting exec ExecList start-stop tacacs radius
(console-config)#exit