User Manual UMN:CLI
V5808
257
To delete an entry of the named ACL, use the following command.
no access-list WORD {deny |
permit} A.B.C.D/M [exact-match]
Deletes an entry of the named ACL.
no access-list WORD {deny |
permit} any
no access-list WORD remark
LINE
Sample Configuration
This is an example of creating a named ACL entry.
SWITCH(config)# access-list sample_ACL permit 10.55.193.109/24
SWITCH(config)#
7.21.4 Access List Range
To add a user-defined range of the access lists for convenience, use the following
command.
access-list-range {<1-1024> |
WORD} {deny | permit} A.B.C.D
A.B.C.D
Applies the user-defined access list range and
specifies those packets to reject/forward.
1-1024: IP standard access list range
WORD: IP access-list-range name
deny: denies access of packet if conditions are
matched.
permit: permits access of packet if conditions are
matched.
A.B.C.D: start/end IP address to specify the range
any: any source address
access-list-range {<1-1024> |
WORD} {deny | permit} any
To delete a configured range of access list entries, use the following command.
no access-list-range {<1-1024> |
WORD} [{deny | permit} A.B.C.D
A.B.C.D]
Deletes a configured range of access lists for
rejecting/forwarding those packets.
1-1024: IP standard access list range
WORD: IP access-list-range name
A.B.C.D: start/end IP address to specify the range
any: any source address
no access-list-range {<1-1024> |
WORD} [{deny | permit} any]
To write comments for the specified access list range, use the following command.