Specifications

Table Of Contents
2-3
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
aaa accounting commands
aaa accounting commands
Use the no form of the command to disable TACACS+ accounting.
aaa accounting commands level default stop-start group tacacs+
no aaa accounting commands level default
Syntax Description
Command Default By default, TACACS+ accounting is disabled.
Command Modes Global configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines If TACACS+ accounting is enabled, the SCE platform sends an accounting message to the TACACS+
server after every command execution. The accounting message is logged in the TACACS+ server for
the use of the network administrator.
The start-stop keyword (required) indicates that the accounting message is sent at the beginning and the
end (if the command was successfully executed) of the execution of a CLI command.
Authorization: admin
Examples The following example enables TACACS+ accounting for the admin privilege level (10).
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)# aaa accounting commands 10 default stop-start group tacacs+
SCE(config)#
level The privilege level for which to enable the TACACS+ accounting
0: User
5: Viewer
10: Admin
15: Root
Release Modification
3.0.3 This command was introduced.