C613-50170-01 Rev B
Command Reference for x510 Series
1482
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
V
4 H
ARDWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
ACCESS
-
LIST
(
NUMBERED
HARDWARE
ACL
FOR
MAC
ADDRESSES
)
To create an access-list that will permit packets if their source MAC address starts
with 0000.00ab, use the commands:
awplus#
configure terminal
awplus(config)#
access-list 4001 permit 0000.00ab.1234
0000.0000.FFFF any
To create an access-list that will send a copy of packets to the mirror port if their
source MAC address starts with 0000.00ab, use the commands:
awplus#
configure terminal
awplus(config)#
access-list 4001 copy-to-mirror 0000.00ab.1234
0000.0000.FFFF any
You also need to configure the mirror port with the
To destroy the access-list with an access-list identity of 4000 enter the commands:
awplus#
configure terminal
awplus(config)#
no access-list 4000
Related
Commands
show access-list (IPv4 Hardware ACLs)
Command
changes
Version 5.4.6-2.1:
send-to-vlan-port
action parameter added