62
CSA-7400 QSG
Example
Add an ACL rule to make all packets with source IP in the 10.10.10.0 network segment
redirect to port xe0.
ACL delete
Description
Delete an ACL.
Prerequisite
None
Syntax
acl delete <0-1023>
Options
<0-1023>
The acl rule id which will be deleted. It can be got by
the CMD “show acl”.
Example
Delete an ACL.
ACL clear
Description
Clear the whole ACL table
Prerequisite
None
Syntax
acl clear
Options
None
ADLINK(fabric)# acl add 0 redirectPort=xe2 policer=1
SrcIp=10.10.10.10/255.255.255.0
ADLINK(fabric)# show acl
index priority policer_id action qualifiers......
0 0 1 redirectPort=xe2 SrcIp=10.10.10.10/255.255.255.0
ADLINK(fabric)# acl del 0
ADLINK(fabric)# show acl
index priority policer_id action qualifiers......
ADLINK(fabric)# acl add 0 redirectport=xe0 policer=1
srcip=10.10.10.10/255.255.255.0
ADLINK(fabric)# show acl
index priority policer_id action qualifiers......
0 0 1 redirectPort=xe2 SrcIp=10.10.10.10/255.255.255.0