C613-50631-01 Rev A Command Reference for IE340 Series 2030
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV4 SOFTWARE ACCESS CONTROL LIST (ACL) COMMANDS
ACCESS
-LIST (STANDARD NUMBERED)
access-list (standard numbered)
Overview This command configures a standard numbered access-list that permits or denies
packets from a specific source IP address. You can:
• use this command to enter a new or existing ACL number and enter the IPv4
Standard ACL Configuration mode. Once in that mode, you can create an
ACL filter entry using the command (access-list standard numbered filter).
This approach lets you give the entry a sequence number.
• or, use this command to create an ACL and an ACL filter entry at the same
time. With this approach, you cannot give the entry a sequence number, so
the entry will go after any existing entries.
The no variant of this command removes a specified standard numbered
access-list.
Syntax [to enter
the sub-mode]
access-list {<1-99>|<1300-1999>}
no access-list {<1-99>|<1300-1999>}
Syntax [to create
an ACL entry]
access-list {<1-99>|<1300-1999>} {deny|permit} <source>
no access-list {<1-99>|<1300-1999>} {deny|permit} <source>
Mode Global Configuration
Parameter Description
<1-99> IP standard access-list.
<1300-1999> IP standard access-list (expanded range).
deny Access-list rejects packets from the specified source.
permit Access-list accepts packets from the specified source.
<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.