Syntax
access-list list# [[{insert | replace | move}] [{entry# destination source1
[source2]]}{deny | permit}{log} {srcIpAddr [srcWildCardBits]| host srcIpAddr |
any}
list#
insert
replace
move
entry
#
destination
source1
source2
deny
permit
log
srcIpAddr
srcWildCard
Bits
host
any
Syntax of the "no" Form
The no form of this command removes the defined access list or entries (one or more) in a list:
no access-list list-number [ent1 [ent2]]
list-number
ent1
ent2
Mode
Global configuration:
Default
No access list defined (all access permitted)
Standard access list number ranging from 1 to 99.
New access entry is inserted before an existing entry # in an ACL. The
access-list
command sequentially numbers entries for this purpose.
Same as above, except the new access entry replaces an entry # in the existing
ACL (the entry # must already exist.)
Moves a sequence of ACL entries in front of another entry.
Sequential entry number in ACL to add/delete ranging from 1 to 999.
Position before which entries are to be moved. Range: 1‐999.
Sequential number of first ACL entry to move. Range: 1‐999.
Sequential number of last ACL entry to move. Range: 1‐999.
Denies access if specified conditions are met.
Permits access if conditions met.
Enables alarm logging and reporting of source IP addresses for configured ACL
entries.
Identifies the source by IP address.
Bits to ignore in the source address. A mask of 0.0.0.225 implies only the most
important bits of the source address are considered.
Marks only the exact source address matching the condition. Same as
srcWildCardBits = 0.0.0.0.
Marks any source address matching the condition. Same as srcWildCardBits =
255.255.255.255.
The standard access list number ranging from 1 to 99.
Optional single entry number, or the first entry number in the range to
be removed. If unspecified, the entire ACL is removed.
Optional last entry number in the range to be removed.
XSR(config)#
General Security Commands
show
XSR CLI Reference Guide 16-87
Need help?
Do you have a question about the X-Pedition XSR CLI and is the answer not in the manual?