S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
2-3
Cisco MDS 9000 Family Command Reference
OL-18089-02, Cisco MDS NX-OS Release 4.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 servers which are
members 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.