System information

12-307
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
scsirouter target accesslist
scsirouter target accesslist
To associate the named access list with the specified target, use the scsirouter target accesslist
command.
scsirouter name target {name | all} accesslist {name |any|none} [ro|rw]
Syntax Description
Defaults If access type (read-only or read/write) is not specified, the default is read/write.
Command Modes Administrator.
Command History
Usage Guidelines An access list identifies the IP hosts allowed to access the associated storage target through the
SN 5428-2 Storage Router. IP hosts can be identified by IP address, CHAP user name, or iSCSI Name.
Access lists are associated with specific storage targets. Each target can be associated with one access
list that provides IP hosts read/write device access and one access list that provides read-only device
access.
When an IP host attempts to access a storage resource, the storage router first looks for a matching entry
using the access list configured to allow read/write device access. If the IP host does not have a matching
entry in the read/write access list, the access list configured for read-only device access (if any) is used.
If the IP host does not have a matching entry on either access list, the IP host is denied access to the
storage resource.
Note Some host operating systems impose restrictions on the use of read-only access lists. For details, see the
readme files and Release Notes for Cisco iSCSI Driver for your IP host operating system.
name The name of the SCSI routing instance to which this target belongs.
target name The name of the storage target to associate with this access list. The target
must already exist.
target all Associate all targets with the named access list.
accesslist name The name of the access list to associate with this storage target.
accesslist any Allow connections and logins for the specified target from any IP host. This
is effectively “open access.
accesslist none Prevent any new connections or logins to this target from any IP hosts. This
is effectively “no access.
ro (Optional) Allow the IP hosts identified by the specified access list
read-only device access.
rw (Optional) Allow the IP hosts identified by the specified access list
read/write device access. This is the default.
Release Modification
3.2.1 This command was introduced.