Chapter 19: ACL Commands
300
Example
The following command creates an ACL that discards the ingress traffic
flow specified in classifier ID 18 and applies the ACL to port 4:
create acl=12 description=”IP flow deny”
action=deny classifierlist=18 portlist=4
The following command creates an ACL that discards the ingress traffic
flows specified in classifier ID 2 and 17 and applies the ACL to ports 2 and
6:
create acl=6 description=”subnet flow deny”
action=deny classifierlist=2,17 portlist=2,6
The following command creates an ACL that permits the ingress traffic
flow specified in classifier ID 18 and applies the ACL to ports 8 to 10:
create acl=24 description=”subnet flow deny”
action=permit classifierlist=18 portlist=8-10