C613-50066-01 REV A
Command Reference for IE200 Series Industrial Managed PoE+ Switches
743
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
IP
V
4 S
OFTWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
(
ACCESS
-
LIST
STANDARD
NAMED
FILTER
)
Usage
An ACL can be configured with multiple ACL filters using sequence numbers. If the
sequence number is omitted, the next available multiple of 10 will be used as the
sequence number for the new filter. A new ACL filter can be inserted into the
middle of an existing list by specifying the appropriate sequence number.
NOTE
:
The access control list being configured is selected by running the
access-list
standard (named)
command with the required access control list number, or name,
but with no further parameters selected.
Software ACLs will
deny
access unless
explicitly permitted
by an ACL action.
Examples
Use the following commands to add a new filter entry to access-list
my-list
that
will reject IP address
10.1.1.1
:
awplus#
configure terminal
awplus(config)#
access-list standard my-list
awplus(config-ip-std-acl)#
deny 10.1.1.1/32
Use the following commands to insert a new filter entry into access-list
my-list
at sequence position number
15
that will accept IP network
10.1.2.0
:
awplus#
configure terminal
awplus(config)#
access-list standard my-list
awplus(config-ip-std-acl)#
15 permit 10.1.2.0/24
Related
Commands
access-list standard (named)
show running-config
show ip access-list