C613-50100-01 REV C Command Reference for x930 Series 1870
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
IPV4 HARDWARE ACCESS CONTROL LIST (ACL) COMMANDS
ACCESS
-LIST (HARDWARE IP NUMBERED)
To create an access-list that will deny all IGMP packets (IP protocol 2) from the
192.168.0.0 network, enter the commands:
awplus# configure terminal
awplus(config)# access-list 3000 deny proto 2 192.168.0.0/16
any
TCP Example To create an access-list that will permit TCP packets with a destination address of
192.168.1.1, a destination port of 80 and any source address and source port, enter
the commands:
awplus# configure terminal
awplus(config)# access-list 3000 permit tcp any 192.168.1.1/32
eq 80
copy-to-mirror
Example
To create an access-list that will copy-to-mirror TCP packets with a destination
address of 192.168.1.1, a destination port of 80 and any source address and source
port for use with the mirror interface command, enter the commands:
awplus# configure terminal
awplus(config)# access-list 3000 copy-to-mirror tcp any
192.168.1.1/32 eq 80
Related
Commands
access-group
mirror interface
show running-config
show access-list (IPv4 Hardware ACLs)