C613-50631-01 Rev A Command Reference for IE340 Series 2029
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV4 SOFTWARE ACCESS CONTROL LIST (ACL) COMMANDS
ACCESS
-LIST STANDARD (NAMED)
there you can configure your access-lists by using the command (access-list
standard named filter).
NOTE: Software ACLs will deny access unless explicitly permitted by an ACL action.
Examples To define a standard access-list named ‘my-list‘ and deny any packets from any
source, use the commands:
awplus# configure terminal
awplus(config)# access-list standard my-list deny any
Alternatively, to define a standard access-list named ‘my-list’ and enter the IPv4
Standard ACL Configuration mode, and then create ACL entry 5 to deny any
packets from any source, use the commands:
awplus# configure terminal
awplus(config)# access-list standard my-list
awplus(config-ip-std-acl)# 5 deny any
Related
commands
(access-list standard named filter)
show interface access-group
show ip access-list
show running-config