Send documentation comments to mdsfeedback-doc@cisco.com
2-3
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 2 A Commands
aaa accounting default
aaa accounting default
To configure the default accounting method, use the aaa accounting default command. To revert to the
default local accounting, use the no form of the command.
aaa accounting default {group group-name [none] | none} | local [none] | none}
no aaa accounting default {group group-name [none] | none} | local [none] | none}
Syntax Description
Defaults Local accounting.
Command Modes Configuration mode.
Command History
Usage Guidelines Specify the currently configured command preceded by a no in order to revert to the factory default.
Examples The following example enables accounting to be performed using remote TACACS+ servers which are
member of the group called TacServer, followed by the local accounting method.
switch# config t
switch(config)# aaa accounting default group TacServer
The following example turns off accounting.
switch(config)# aaa accounting default none
The following example reverts to the local accounting (default).
switch(config)# no aaa accounting default group TacServer
Related Commands
group group-name Specifies the group authentication method. The group name is a maximum
of 127 characters.
local Specifies the local authentication method.
none No authentication, everyone permitted.
Release Modification
1.3(1) This command was introduced.
Command Description
show aaa accounting Displays the configured accounting methods.