C613-50631-01 Rev A Command Reference for IE340 Series 2031
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV4 SOFTWARE ACCESS CONTROL LIST (ACL) COMMANDS
ACCESS
-LIST (STANDARD NUMBERED)
Default Any traffic controlled by a software ACL that does not explicitly match a filter is
denied.
Usage notes Use this command when configuring a standard numbered access-list for filtering
IP software packets.
You can either create access-lists from within this command, or you can enter
access-list followed by only the number. Entering only the number moves you to
the IPv4 Standard ACL Configuration mode for the selected access-list. From there
you can configure your access-lists by using the command (access-list standard
numbered filter).
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.0, use the
commands:
awplus# configure terminal
awplus(config)# access-list 67 deny 172.16.10.0 0.0.0.255
Alternatively, to define ACL number 67 and enter the IPv4 Standard ACL
Configuration mode, and then create ACL entry 5 to deny any packets from subnet
172.16.10.0, use the commands:
awplus# configure terminal
awplus(config)# access-list 67
awplus(config-ip-std-acl)# 5 deny 172.16.10.0 0.0.0.255
Related
commands
(access-list standard numbered filter)
show interface access-group
show ip access-list
show running-config