C613-50066-01 REV A
Command Reference for IE200 Series Industrial Managed PoE+ Switches
741
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
NUMBERED
)
only the standard access-list name. This moves you to the IPv4 Standard ACL
Configuration mode for the selected standard numbered access-list, and from here
you can configure the deny or permit filters for this selected standard numbered
access-list.
The table
IPv4 Software Access List Commands and Prompts
shows the prompts at
which ACL commands are entered.
NOTE
:
Software ACLs will
deny
access unless
explicitly permitted
by an ACL action.
Examples
To create ACL number
67
that will deny packets from subnet
172.16.10
, use the
commands:
awplus#
configure terminal
awplus(config)#
access-list 67 deny 172.16.10.0 0.0.0.255
Alternatively, to enter the IPv4 Standard ACL Configuration mode to create the
ACL filter and deny packets from subnet
172.16.10.0
for the standard
numbered access-list
67
, use the commands:
awplus#
configure terminal
awplus(config)#
access-list 67
awplus(config-ip-std-acl)#
deny 172.16.10.0 0.0.0.255
Related
Commands
(access-list standard named filter)
show running-config
show ip access-list