C613-50102-01 REV C
Command Reference for x510 Series
1395
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
IP
V
4 H
ARDWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
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
awplus#
configure terminal
awplus(config)#
access-list 3000 copy-to-mirror tcp any
192.168.1.1/32 eq 80
Related
Commands