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-5
Cisco MDS 9000 Family Command Reference
OL-18089-02, Cisco MDS NX-OS Release 4.x
Chapter 2 A Commands
aaa authentication iscsi default
aaa authentication iscsi default
To configure the iSCSI authentication method, use the
aaa authentication iscsi default
command in
configuration mode. To negate the command or revert to factory defaults, use the
no
form of this
command.
aaa authentication iscsi default
{
group
group-name
[
none
] |
none
} |
local
[
none
]
|
none
}}
no aaa authentication iscsi 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 iSCSI 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 iscsi default group TacServer
The following example
reverts to the local authentication method (default):
switch(config)#
no aaa authentication iscsi default group TacServer
Related Commands
group
group-name
Specifies the group name. 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.