Specifications

12-28
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
accesslist A.B.C.D/bits
accesslist A.B.C.D/bits
To add the IP address and subnet mask of IP hosts to the named access list, use the
accesslist A.B.C.D/bits command.
accesslist name A.B.C.D/bits | A.B.C.D/1.2.3.4 [A.B.C.D/bits | A.B.C.D/1.2.3.4]...
[A.B.D.F/bits | A.B.C.D/1.2.3.4]
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines Use the accesslist A.B.C.D/bits command after creating an access list to populate the list with IP
address entries. Enter multiple addresses and masks, separating each by a space.
Access lists identify the IP hosts allowed to access a common set of storage resources and are associated
with specific storage targets. IP hosts can be identified by:
IP address
CHAP user name (used for iSCSI authentication)
iSCSI Name
An access list can contain one or more types of identification entries. If an identification entry type exists
in the access list, the IP host attempting to access the associated storage target must have a matching
entry defined in the access list. For example, if an access list contains both IP address and iSCSI Name
identification entry types, then every IP host that requires access to the associated set of storage
resources must have a matching IP address and iSCSI Name entry in the access list.
There is a maximum of 100 access lists per storage router or per storage router cluster. There is a
maximum of 200 access list identification entries across all access lists in the storage router or storage
router cluster.
name The name of an access list to which you are adding information.
A.B.C.D/bits IP address and subnet mask of the IP host being added to the access list.
A.B.C.D is the dotted quad notation of the IP address. The /bits specifies the
subnet mask in CIDR style.
A.B.C.D/1.2.3.4 The IP address and subnet mask of the IP host being added to the access list.
A.B.C.D is the dotted quad notation of the IP address. 1.2.3.4 is the dotted
quad notation of the subnet mask.
Release Modification
3.2.1 This command was introduced.