User Manual
UMN:CLI
V5824G
209
Add entries to the list by repeating the command for different IP addresses.
To delete an entry of the named ACL, use the following command.
Command
Mode
Description
no access-list
WORD
{
deny
|
permit
}
A.B.C.D/M
[
exact-match
]
Global
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.18.4
Access List Range
To add a user-defined range of the access lists for convenience, use the following
command.
Command
Mode
Description
access-list-range
{<1-1024>
|
WORD
} {
deny | permit
}
A.B.C.D
A.B.C.D
Global
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.
Command
Mode
Description
no access-list-range
{<1-1024> |
WORD
} [{
deny | permit
}
A.B.C.D
A.B.C.D
]
Global
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
]
i