C613-50100-01 REV C Command Reference for x930 Series 1874
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
IPV4 HARDWARE ACCESS CONTROL LIST (ACL) COMMANDS
ACCESS
-LIST HARDWARE (NAMED)
access-list hardware (named)
Overview This command creates a named hardware access-list and puts you into IPv4
Hardware ACL Configuration mode, where you can add filters to the ACL. Once you
have configured the ACL, you can apply it to a switch port.
The no variant of this command removes the specified named hardware ACL.
Syntax
access-list hardware <hardware-access-list-name>
no access-list hardware <hardware-access-list-name>
Mode Global Configuration
Default Any traffic on an interface controlled by a hardware ACL that does not explicitly
match a filter is permitted.
Usage Use this command to name a hardware ACL and enter the IPv4 Hardware ACL
Configuration mode. If the named hardware ACL does not exist, it will be created
after entry. If the named hardware ACL does exist, then you can enter IPv4
Hardware ACL Configuration mode for that existing ACL.
Entering this command with the hardware ACL name moves you to the
(config-ip- hw-acl) prompt for the IPv4 Hardware ACL Configuration mode
so you can enter ACL filters with sequence numbers. From this prompt, configure
the filters for the ACL. See the ACL Feature Overview and Configuration Guide for
complete examples of configured sequenced numbered ACLs.
NOTE: Hardware ACLs will permit access unless explicitly denied by an ACL action.
Examples To create the hardware access-list named ACL-1 and enter the IPv4 Hardware ACL
Configuration mode to specify the ACL filter entry, use the commands:
awplus# configure terminal
awplus(config)# access-list hardware ACL-1
awplus(config-ip-hw-acl)#
To remove the hardware access-list named ACL-1, use the commands:
awplus# configure terminal
awplus(config)# no access-list hardware ACL-1
Parameter Description
<hardware-access-
list-name>
Specify the hardware ACL name to then define ACL filters
for in the subsequent IPv4 Hardware ACL Configuration
mode.