C613-50055-01 REV A Command Reference for x230 Series Edge Switches 735
AlliedWare Plusâ„¢ Operating System - Version 5.4.5-0.x
IPV4 SOFTWARE ACCESS CONTROL LIST (ACL) COMMANDS
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