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-4
Cisco MDS 9000 Family Command Reference
OL-18089-02, Cisco MDS NX-OS Release 4.x
Chapter 2 A Commands
aaa authentication dhchap default
aaa authentication dhchap default
To configure DHCHAP authentication method, use the
aaa authentication dhchap default
command
in configuration mode. To revert to factory defaults, use the
no
form of the command.
aaa authentication dhchap default
{
group
group-name
[
none
] |
none
} |
local
[
none
]
|
none
}}
no aaa authentication dhchap default
{
group
group-name
[
none
] |
none
} |
local
[
none
]
|
none
}
Syntax Description
Defaults
Local user name authentication.
Command Modes
Configuration mode.
Command History
Usage Guidelines
The
local
option disables other authentication methods and configures local authentication to be used
exclusively.
Specify the currently configured command preceded by a
no
in order to revert to the factory default.
Examples
The following example enables all DHCHAP authentication to be performed using remote
servers which are members of the group called TacServers, followed by the local authentication:
switch#
config terminal
switch(config)#
aaa authentication dhchap default group TacServer
The following example
reverts to the local authentication method (default):
switch(config)#
no aaa authentication dhcahp default group TacServer
Related Commands
group
group-name
Specifies the group name authentication method. The group name is a
maximum of 127 characters.
local
Specifies local user name authentication (default).
none
Specifies no authentication.
Release
Modification
1.3(1)
This command was introduced.
Command
Description
show aaa authentication
Displays the configured authentication methods.