Cisco Systems XR Water System User Manual


 
Authentication, Authorization, and Accounting Commands on Cisco IOS XR Software
aaa accounting system default
SR-4
Cisco IOS XR System Security Command Reference
aaa accounting system default
To enable authentication, authorization, and accounting (AAA) system accounting, use the aaa
accounting system default command in global configuration mode. To disable system accounting, use
the no form of this command.
aaa accounting system default {start-stop | stop-only} {none | method}
no aaa accounting system default
Syntax Description
Defaults AAA accounting is disabled.
Command Modes Global configuration
Command History
Usage Guidelines To use this command, you must be in a user group associated with a task group that includes the proper
task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on
Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
System accounting does not use named accounting lists; you can define only the default list for system
accounting.
start-stop Sends a “start accounting” notice during system bootup and a “stop accounting”
notice during system shutdown or reload.
stop-only Sends a “stop accounting” notice during system shutdown or reload.
none Uses no accounting.
method Method used to enable AAA system accounting. The value is one of the
following options:
group tacacs+—Uses the list of all TACACS+ servers for accounting.
group radius—Uses the list of all RADIUS servers for accounting.
group named-group—Uses a named subset of TACACS+ or RADIUS
servers for accounting, as defined by the aaa group server tacacs+ or aaa
group server radius command.
Release Modification
Release 2.0 This command was introduced on the Cisco CRS-1.
Release 3.0 No modification.
Release 3.2 This command was supported on the Cisco XR 12000 Series Router.
Release 3.3.0 The method argument was added to specify either group tacacs+, group radius,or
group named-group options.