65
CSA-7400 QSG
Example
ACL list qualifiers.
Show ACL
Description
Show the ACLtable
Prerequisite
None
Syntax
show acl
Options
None
Example
Show the ACL table.
ADLINK(fabric)# acl add 0 redirectport=xe2 policer=1
Srcip=10.10.10.1/255.255.255.0
ADLINK(fabric)# show acl
index priority policer_id action qualifiers......
0 0 1 redirectPort=xe2 SrcIp=10.10.10.1/255.255.255.0
ADLINK(fabric)# acl list qualifiers
Qualifier type data/mask,example
SrcIp IPv4 Address/IPv4 Address mask,eg:srcip=10.1.1.0/255.255.255.0
DstIp IPv4 Address/IPv4 Address mask,eg:dstip=10.1.1.0/255.255.255.0
InPort Ports,eg:inport=xe1
OuterVlan 16-bit VLAN data/16-bit mask.12-bitmask is used for vlan
id.eg:outervlan=1024/0x0fff
InnerVlan 16-bit VLAN data/16-bit mask..12-bitmask is used for vlan
id.eg:innervlan=1024/0x0fff
IpProtocol IpProtocol/8-bit mask,eg:ipprotocol=6/0xff
L4SrcPort TCP/UDP port/16-bit mask,eg:l4srcport=80/0xffff
L4DstPort TCP/UDP port/16-bit mask,leg:l4dstport=80/0xffff
SrcMac macaddr</mask>,eg:srcmac=0x001122334455/0xffffffffffff
DstMac macaddr</mask>,eg:dstmac=0x001122334455/0xffffffffffff
EtherType Ether Type/16-bit mask,eg:EtherType=0x0806/0xffff
ADLINK(fabric)#