C613-50631-01 Rev A Command Reference for IE340 Series 2033
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV4 SOFTWARE ACCESS CONTROL LIST (ACL) COMMANDS
(ACCESS-LIST STANDARD NAMED FILTER)
NOTE: The access control list being configured is selected by running the access-list
standard (named) command with the required access control list 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 interface access-group
show ip access-list
show running-config