System information

12-83
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
delete accesslist
Usage Guidelines Because access lists are cluster entities, this operation affects all targets associated with this access list,
regardless of where the associated SCSI routing instance is running within the high availability cluster.
Use the delete accesslist name all to clear all entries from the access list, but retain the access list
entity.
Use the delete accesslist name command with no additional parameters to completely delete the
named access list. Before completely deleting an access list, verify that it is no longer associated
with any SCSI routing instance target.
Changes to access lists do not impact currently connected IP hosts; changes are effective for all
subsequent connections.
Note If you delete an access list that is still associated with a SCSI routing instance target, the target remains
bound to the access list, but subsequent connection requests by IP hosts will be rejected (as if the
scsirouter target accesslist none command had been issued). Use the show scsirouter command with
the target keyword to view access lists associated with SCSI routing instance targets.
In a cluster environment, access list management functions are handled by a single storage router. To
determine which storage router is performing access list management functions, issue the show cluster
command. If you issue a delete accesslist command from a storage router that is not performing access
list management functions, the CLI displays an informational message with the name of the node that is
currently handling those functions.
See Chapter 11, “Maintaining and Managing the SN 5428-2 Storage Router, for more information on
operating the storage router in a cluster.
Examples The following example completely deletes the access list named fooList from the currently running
configuration:
[SN5428-2A]# delete accesslist fooList
The following example deletes all entries from the access list named fooList1. The access list entity itself
is not deleted from the currently running configuration:
[SN5428-2A]# delete accesslist fooList1 all
The following example deletes all access lists from the currently running configuration:
[SN5428-2A]# delete accesslist all
The following example deletes the specified IP address from the named access list, fooList2. This
command does not update the bootable configuration of the storage router until a
save accesslist bootconfig or save all bootconfig command is issued.
[SN5428-2A]# delete fooList2 192.168.54.12/32
The following example deletes the specified CHAP user name from the named accesslist, fooList3. This
command does not update the bootable configuration of the storage router until a
save accesslist bootconfig or save all bootconfig command is issued.
[SN5428-2A]# delete fooList3 chap-username webserver15