63
CSA-7400 QSG
Example
Clear the whole ACL table.
ACL list actions
Description
show the Legal actions supported.
Prerequisite
None
Syntax
acl list actions
Options
None
Table 1: Actions Table
Type Description
drop
Drop the packet.
RedirectPort
Forwarding the packet to the port such as XE x.
RedirectTrunk
Forwarding the packet to the trunk x.
OuterVlanNew
Modify the outer VLAN ID.
Example
ACL list actions.
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 clear
ADLINK(fabric)# show acl
index priority policer_id action qualifiers......
ADLINK(fabric)# acl list actions
Action type param0/param1,example
redirectPort redirect packet to a port.eg:redirectPort=xe1
RedirectTrunk redirect packet to a trunk,eg:redirecttrunk=1
Drop drop the packe,eg:drop
OuterVlanNew modify the outervlan id to a new id.eg:OuterVlanNew=1024
ADLINK(fabric)#