Send documentation comments to mdsfeedback-doc@cisco.com
11-78
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 11 I Commands
iscsi authentication
iscsi authentication
To configure the default authentication method for iSCSI, use the iscsi authentication command. To
revert to the default, use the no form of the command.
iscsi authentication {chap | chap-none | none | username username password [0 | 7] password}
no iscsi authentication {chap | chap-none | none | username}
Syntax Description
Defaults chap-none
The default password is a cleartext password.
Command Modes Configuration mode.
Command History
Usage Guidelines By default, the Cisco MDS 9000 Family switch accepts an iSCSI initiator with either no authentication
or CHAP authentication. If CHAP authentication is always required, use the iscsi authentication chap
command. If no authentication is always required, use the iscsi authentication none command.
Use the chap-none option to override the global configuration which might have been configured to
allow only one option—either CHAP or none—not both.
Note This command is not supported on the Cisco MDS 9124 switch, the Cisco Fabric Switch for HP c-Class
BladeSystem, and the Cisco Fabric Switch for IBM BladeCenter.
chap-none Configure either the CHAP or no authentication.
chap Configures the Challenge Handshake Authentication Protocol (CHAP)
authentication method.
none Specifies that no authentication is required for the selected interface
username username Assigns CHAP username to be used when switch is authenticated.
password Configures the password for the username.
0 Specifies that the password is a cleartext CHAP password.
7 Specifies that the password is an encrypted CHAP password.
password Specifies a password for the username.
Release Modification
1.1(1) This command was introduced.
2.0(x) Added the username option.