Specifications

12-82
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
delete accesslist
delete accesslist
To delete an entire access list, all access lists, or a specified entry from the named access list, use the
delete accesslist command. This command does not change the persistent storage router configuration
until the relevant configuration information has been saved using the appropriate save command with
the bootconfig keyword.
delete accesslist all
delete accesslist name [A.B.C.D/bits | A.B.C.D/1.2.3.4]
delete accesslist name [chap-username username | iscsi-name string]
delete accesslist name all
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
name The name of the access list.
A.B.C.D/bits (Optional) IP address and subnet mask of the IP host being deleted from 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 (Optional) IP address and subnet mask of the IP host being deleted from 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.
chap-username
username
(Optional) The CHAP user name configured for the IP host being deleted
from the access list. The CHAP user name is used for iSCSI authentication
purposes.
iscsi-name string (Optional) The iSCSI Name of the IP host being deleted from the access list.
name all Delete all entries from the named access list.
all Delete all access lists.
Release Modification
3.2.1 This command was introduced.