Specifications

12-287
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
scsirouter authentication
scsirouter authentication
To enable iSCSI authentication using the specified AAA authentication services for the named SCSI
routing instance, use the scsirouter authentication command.
scsirouter name authentication {listname | default | none}
Syntax Description
Defaults AAA authentication is disabled.
Command Modes Administrator.
Command History
Usage Guidelines Use the scsirouter authentication command to enable iSCSI authentication for IP hosts requesting
access to storage using the named SCSI routing instance. AAA performs authentication using the
services configured on the specified iSCSI authentication list. Use the aaa authentication iscsi
command to configure the iSCSI authentication list.
Note If authentication is enabled for a SCSI routing instance using the default iSCSI authentication list, but
no AAA authentication list is available, AAA attempts to use the local authentication method. If a list
other than default is specified and not available, AAA authentication will fail for the SCSI routing
instance.
Examples The following example enables iSCSI authentication for the SCSI routing instance named foo, using the
default iSCSI authentication list:
[SN5428-2A]# scsirouter foo authentication default
The following example enables iSCSI authentication of the SCSI routing instance named foo2, using the
iSCSI authentication list named testlab:
[SN5428-2A]# scsirouter foo2 authentication testlab
name The name of this SCSI routing instance.
listname Enable AAA authentication using the specified iSCSI authentication list.
default Enable AAA authentication using the default iSCSI authentication list.
none Disable AAA authentication for this SCSI routing instance.
Release Modification
3.2.1 This command was introduced.