C613-50631-01 Rev A Command Reference for IE340 Series 2034
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV4 SOFTWARE ACCESS CONTROL LIST (ACL) COMMANDS
(ACCESS-LIST STANDARD NUMBERED FILTER)
(access-list standard numbered filter)
Overview This ACL filter adds a source IP address filter entry to a current standard numbered
access-list. If a sequence number is specified, the new filter entry is inserted at the
specified location. Otherwise, the new filter entry is added at the end of the
access-list.
The no variant of this command removes a source IP address filter entry from the
current standard numbered access-list. You can specify the source IP address filter
entry for removal by entering either its sequence number (e.g. no 10), or by
entering its source IP address filter profile without specifying its sequence number.
Note that the sequence number can be found by running the show access-list (IPv4
Software ACLs) command.
Syntax
[<sequence-number>] {deny|permit} <source>
no {deny|permit} <source>
no <sequence-number>
Mode IPv4 Standard ACL Configuration
Default Any traffic controlled by a software ACL that does not explicitly match a filter is
denied.
Parameter Description
<sequence-number> <1-65535>
The sequence number for the filter entry of the selected
access control list.
deny Access-list rejects packets of the type specified.
permit Access-list allows packets of the type specified
<source> The source address of the packets. The following are the
valid formats for specifying the source:
<ip-addr>
<reverse-mask>
A source subnet, specified by
entering the address and a
reverse mask in dotted decimal
format. For example,
192.168.1.0 0.0.0.255
(equivalent to 192.168.1.0/24).
<ip-addr> A single source address to match.
The source address is specified in
dotted decimal format.
host <ip-addr> A single source address to match.
The source address is specified in
dotted decimal format.
any Any source address.