C613-50631-01 Rev A Command Reference for IE340 Series 1968
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV4 HARDWARE ACCESS CONTROL LIST (ACL) COMMANDS
(ACL-GROUP IP PORT RANGE)
To add the rule match on protocol ports between 20 and 50 on a port ACL group,
use the commands:
awplus# configure terminal
awplus(config)# acl-group ip port PORT_GROUP1
awplus(config-ip-port-group)# range 20 50
To add the rule match on protocol ports greater than 20 except 30 on a port ACL
group, use the commands:
awplus# configure terminal
awplus(config)# acl-group ip port PORT_GROUP1
awplus(config-ip-port-group)# gt 20
awplus(config-ip-port-group)# ne 30
To remove the rule match on protocol ports between 20 and 50 on a port ACL
group, use the commands:
awplus# configure terminal
awplus(config)# acl-group ip port PORT_GROUP1
awplus(config-ip-port-group)# no range 20 50
Related
commands
acl-group ip port
show acl-group ip port
Command
changes
Version 5.5.0-1.1: command added