show system internal access-list resource utilization

show system internal access-list resource utilization

import json

"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'

myheaders={'content-type':'application/json'}
payload={
  "ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show system internal access-list resource utilization",
  "output_format": "json"
}

response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "TABLE_module": {
                        "ROW_module": {
                            "TABLE_instance": {
                                "ROW_instance": [
                                    {
                                        "TABLE_resource_util_info": {
                                            "ROW_resource_util_info": [
                                                {
                                                    "ents_free": "12", 
                                                    "ents_pctage": "25.00", 
                                                    "ents_use": "4", 
                                                    "resource_hdr": "LOU"
                                                }, 
                                                {
                                                    "ents_use": "4", 
                                                    "resource_hdr": "Both LOU Operands"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Single LOU Operands"
                                                }, 
                                                {
                                                    "ents_use": "2", 
                                                    "resource_hdr": "LOU L4 src port"
                                                }, 
                                                {
                                                    "ents_use": "2", 
                                                    "resource_hdr": "LOU L4 dst port"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU L3 packet len"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP tos"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP dscp"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP precedence"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU ip TTL"
                                                }, 
                                                {
                                                    "ents_free": "16", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "TCP Flags"
                                                }, 
                                                {
                                                    "ents_free": "244", 
                                                    "ents_pctage": "0.81", 
                                                    "ents_use": "2", 
                                                    "resource_hdr": "Protocol CAM"
                                                }, 
                                                {
                                                    "ents_free": "14", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Mac Etype/Proto CAM"
                                                }, 
                                                {
                                                    "ents_free": "30", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 0"
                                                }, 
                                                {
                                                    "ents_free": "62", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 1"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 7"
                                                }, 
                                                {
                                                    "ents_free": "254", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 8"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 11"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 12"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 13"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 14"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 16"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 17"
                                                }, 
                                                {
                                                    "ents_free": "512", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Ingress Dest info table"
                                                }, 
                                                {
                                                    "ents_free": "512", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Egress Dest info table"
                                                }
                                            ]
                                        }, 
                                        "inst": "0"
                                    }, 
                                    {
                                        "TABLE_resource_util_info": {
                                            "ROW_resource_util_info": [
                                                {
                                                    "ents_free": "12", 
                                                    "ents_pctage": "25.00", 
                                                    "ents_use": "4", 
                                                    "resource_hdr": "LOU"
                                                }, 
                                                {
                                                    "ents_use": "4", 
                                                    "resource_hdr": "Both LOU Operands"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Single LOU Operands"
                                                }, 
                                                {
                                                    "ents_use": "2", 
                                                    "resource_hdr": "LOU L4 src port"
                                                }, 
                                                {
                                                    "ents_use": "2", 
                                                    "resource_hdr": "LOU L4 dst port"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU L3 packet len"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP tos"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP dscp"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP precedence"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU ip TTL"
                                                }, 
                                                {
                                                    "ents_free": "16", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "TCP Flags"
                                                }, 
                                                {
                                                    "ents_free": "244", 
                                                    "ents_pctage": "0.81", 
                                                    "ents_use": "2", 
                                                    "resource_hdr": "Protocol CAM"
                                                }, 
                                                {
                                                    "ents_free": "14", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Mac Etype/Proto CAM"
                                                }, 
                                                {
                                                    "ents_free": "30", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 0"
                                                }, 
                                                {
                                                    "ents_free": "62", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 1"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 7"
                                                }, 
                                                {
                                                    "ents_free": "254", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 8"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 11"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 12"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 13"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 14"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 16"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 17"
                                                }, 
                                                {
                                                    "ents_free": "512", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Ingress Dest info table"
                                                }, 
                                                {
                                                    "ents_free": "512", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Egress Dest info table"
                                                }
                                            ]
                                        }, 
                                        "inst": "1"
                                    }, 
                                    {
                                        "TABLE_resource_util_info": {
                                            "ROW_resource_util_info": [
                                                {
                                                    "ents_free": "12", 
                                                    "ents_pctage": "25.00", 
                                                    "ents_use": "4", 
                                                    "resource_hdr": "LOU"
                                                }, 
                                                {
                                                    "ents_use": "4", 
                                                    "resource_hdr": "Both LOU Operands"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Single LOU Operands"
                                                }, 
                                                {
                                                    "ents_use": "2", 
                                                    "resource_hdr": "LOU L4 src port"
                                                }, 
                                                {
                                                    "ents_use": "2", 
                                                    "resource_hdr": "LOU L4 dst port"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU L3 packet len"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP tos"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP dscp"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP precedence"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU ip TTL"
                                                }, 
                                                {
                                                    "ents_free": "16", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "TCP Flags"
                                                }, 
                                                {
                                                    "ents_free": "244", 
                                                    "ents_pctage": "0.81", 
                                                    "ents_use": "2", 
                                                    "resource_hdr": "Protocol CAM"
                                                }, 
                                                {
                                                    "ents_free": "14", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Mac Etype/Proto CAM"
                                                }, 
                                                {
                                                    "ents_free": "30", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 0"
                                                }, 
                                                {
                                                    "ents_free": "62", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 1"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 7"
                                                }, 
                                                {
                                                    "ents_free": "254", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 8"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 11"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 12"
                                                }, 
                                                {
                                                    "ents_free": "1021", 
                                                    "ents_pctage": "0.19", 
                                                    "ents_use": "2", 
                                                    "resource_hdr": "L4 op labels, Tcam 13"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 14"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 16"
                                                }, 
                                                {
                                                    "ents_free": "1021", 
                                                    "ents_pctage": "0.19", 
                                                    "ents_use": "2", 
                                                    "resource_hdr": "L4 op labels, Tcam 17"
                                                }, 
                                                {
                                                    "ents_free": "512", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Ingress Dest info table"
                                                }, 
                                                {
                                                    "ents_free": "512", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Egress Dest info table"
                                                }
                                            ]
                                        }, 
                                        "inst": "2"
                                    }, 
                                    {
                                        "TABLE_resource_util_info": {
                                            "ROW_resource_util_info": [
                                                {
                                                    "ents_free": "12", 
                                                    "ents_pctage": "25.00", 
                                                    "ents_use": "4", 
                                                    "resource_hdr": "LOU"
                                                }, 
                                                {
                                                    "ents_use": "4", 
                                                    "resource_hdr": "Both LOU Operands"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Single LOU Operands"
                                                }, 
                                                {
                                                    "ents_use": "2", 
                                                    "resource_hdr": "LOU L4 src port"
                                                }, 
                                                {
                                                    "ents_use": "2", 
                                                    "resource_hdr": "LOU L4 dst port"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU L3 packet len"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP tos"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP dscp"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU IP precedence"
                                                }, 
                                                {
                                                    "ents_use": "0", 
                                                    "resource_hdr": "LOU ip TTL"
                                                }, 
                                                {
                                                    "ents_free": "16", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "TCP Flags"
                                                }, 
                                                {
                                                    "ents_free": "244", 
                                                    "ents_pctage": "0.81", 
                                                    "ents_use": "2", 
                                                    "resource_hdr": "Protocol CAM"
                                                }, 
                                                {
                                                    "ents_free": "14", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Mac Etype/Proto CAM"
                                                }, 
                                                {
                                                    "ents_free": "30", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 0"
                                                }, 
                                                {
                                                    "ents_free": "62", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 1"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 7"
                                                }, 
                                                {
                                                    "ents_free": "254", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 8"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 11"
                                                }, 
                                                {
                                                    "ents_free": "1023", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "L4 op labels, Tcam 12"
                                                }, 
                                                {
                                                    "ents_free": "1021", 
                                                    "ents_pctage": "0.19", 
                                                    "ents_use": "2", 
                                                    "resource_hdr": "L4 op labels, Tcam 13"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 14"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 16"
                                                }, 
                                                {
                                                    "ents_free": "1022", 
                                                    "ents_pctage": "0.09", 
                                                    "ents_use": "1", 
                                                    "resource_hdr": "L4 op labels, Tcam 17"
                                                }, 
                                                {
                                                    "ents_free": "512", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Ingress Dest info table"
                                                }, 
                                                {
                                                    "ents_free": "512", 
                                                    "ents_pctage": "0.00", 
                                                    "ents_use": "0", 
                                                    "resource_hdr": "Egress Dest info table"
                                                }
                                            ]
                                        }, 
                                        "inst": "3"
                                    }
                                ]
                            }, 
                            "module_number": "1"
                        }
                    }
                }, 
                "code": "200", 
                "input": "show system internal access-list resource utilization", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show system internal access-list resource utilization command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show system internal access-list resource utilization

slot  1
=======



INSTANCE 0x0
-------------


         ACL Hardware Resource Utilization (Mod 1)
         ----------------------------------------------------------
                                        Used    Free    Percent 
                                                        Utilization
------------------------------------------------------------------- 
Ingress PACL                            2       254     0.78
 Ingress PACL IPv4                      0               0.00
 Ingress PACL IPv6                      0               0.00
 Ingress PACL MAC                       0               0.00
 Ingress PACL ALL                       2               0.78
 Ingress PACL OTHER                     0               0.00
Ingress L2 QOS                          2       254     0.78
 Ingress L2 QOS IPv4                    0               0.00
 Ingress L2 QOS IPv6                    0               0.00
 Ingress L2 QOS MAC                     0               0.00
 Ingress L2 QOS ALL                     2               0.78
 Ingress L2 QOS OTHER                   0               0.00
Ingress L2 SPAN ACL                     0       256     0.00
 Ingress L2 SPAN ACL IPv4               0               0.00
 Ingress L2 SPAN ACL IPv6               0               0.00
 Ingress L2 SPAN ACL MAC                0               0.00
 Ingress L2 SPAN ACL ALL                0               0.00
 Ingress L2 SPAN ACL OTHER              0               0.00
Ingress VACL                            2       254     0.78
 Ingress VACL IPv4                      0               0.00
 Ingress VACL IPv6                      0               0.00
 Ingress VACL MAC                       0               0.00
 Ingress VACL ALL                       2               0.78
 Ingress VACL OTHER                     0               0.00
Ingress RACL                            2       254     0.78
 Ingress RACL IPv4                      0               0.00
 Ingress RACL IPv6                      0               0.00
 Ingress RACL MAC                       0               0.00
 Ingress RACL ALL                       2               0.78
 Ingress RACL OTHER                     0               0.00
Ingress L3/VLAN QOS                     4       508     0.78
 Ingress L3/VLAN QOS IPv4               0               0.00
 Ingress L3/VLAN QOS IPv6               0               0.00
 Ingress L3/VLAN QOS MAC                0               0.00
 Ingress L3/VLAN QOS ALL                4               0.78
 Ingress L3/VLAN QOS OTHER              0               0.00
Ingress L3/VLAN SPAN ACL                0       256     0.00
 Ingress L3/VLAN SPAN ACL IPv4          0               0.00
 Ingress L3/VLAN SPAN ACL IPv6          0               0.00
 Ingress L3/VLAN SPAN ACL MAC           0               0.00
 Ingress L3/VLAN SPAN ACL ALL           0               0.00
 Ingress L3/VLAN SPAN ACL OTHER         0               0.00
Ingress SUP                             441     23      95.04
 Ingress SUP IPv4                       138             29.74
 Ingress SUP IPv6                       180             38.79
 Ingress SUP MAC                        37              7.97
 Ingress SUP ALL                        12              2.59
 Ingress SUP OTHER                      74              15.95
SPAN                                    0       512     0.00
 SPAN IPv4                              0               0.00
 SPAN IPv6                              0               0.00
 SPAN MAC                               0               0.00
 SPAN ALL                               0               0.00
 SPAN OTHER                             0               0.00
Egress VACL                             2       254     0.78
 Egress VACL IPv4                       0               0.00
 Egress VACL IPv6                       0               0.00
 Egress VACL MAC                        0               0.00
 Egress VACL ALL                        2               0.78
 Egress VACL OTHER                      0               0.00
Egress RACL                             2       254     0.78
 Egress RACL IPv4                       0               0.00
 Egress RACL IPv6                       0               0.00
 Egress RACL MAC                        0               0.00
 Egress RACL ALL                        2               0.78
 Egress RACL OTHER                      0               0.00
Egress SUP                              128     128     50.00
 Egress SUP IPv4                        0               0.00
 Egress SUP IPv6                        0               0.00
 Egress SUP MAC                         0               0.00
 Egress SUP ALL                         0               0.00
 Egress SUP OTHER                       128             50.00
Feature BFD                             3       13      18.75
 Feature BFD IPv4                       0               0.00
 Feature BFD IPv6                       0               0.00
 Feature BFD MAC                        0               0.00
 Feature BFD ALL                        2               12.50
 Feature BFD OTHER                      0               0.00
Feature DHCP SNOOP                      4       140     2.78
 Feature DHCP SNOOP IPv4                4               2.78
 Feature DHCP SNOOP IPv6                0               0.00
 Feature DHCP SNOOP MAC                 0               0.00
 Feature DHCP SNOOP ALL                 0               0.00
 Feature DHCP SNOOP OTHER               0               0.00
Feature ARP SNOOP                       0       2       0.00
 Feature ARP SNOOP IPv4                 0               0.00
 Feature ARP SNOOP IPv6                 0               0.00
 Feature ARP SNOOP MAC                  0               0.00
 Feature ARP SNOOP ALL                  0               0.00
 Feature ARP SNOOP OTHER                0               0.00
Feature VxLAN OAM                       0       2       0.00
 Feature VxLAN OAM IPv4                 0               0.00
 Feature VxLAN OAM IPv6                 0               0.00
 Feature VxLAN OAM MAC                  0               0.00
 Feature VxLAN OAM ALL                  0               0.00
 Feature VxLAN OAM OTHER                0               0.00
Feature DHCPv6 RELAY                    2       6       25.00
 Feature DHCPv6 RELAY IPv4              0               0.00
 Feature DHCPv6 RELAY IPv6              2               25.00
 Feature DHCPv6 RELAY MAC               0               0.00
 Feature DHCPv6 RELAY ALL               0               0.00
 Feature DHCPv6 RELAY OTHER             0               0.00
Feature DHCP VACL FHS                   0       64      0.00
 Feature DHCP VACL FHS IPv4             0               0.00
 Feature DHCP VACL FHS IPv6             0               0.00
 Feature DHCP VACL FHS MAC              0               0.00
 Feature DHCP VACL FHS ALL              0               0.00
 Feature DHCP VACL FHS OTHER            0               0.00
Feature DHCP SNOOP FHS                  0       4       0.00
 Feature DHCP SNOOP FHS IPv4            0               0.00
 Feature DHCP SNOOP FHS IPv6            0               0.00
 Feature DHCP SNOOP FHS MAC             0               0.00
 Feature DHCP SNOOP FHS ALL             0               0.00
 Feature DHCP SNOOP FHS OTHER           0               0.00
Feature DHCP SISF                       18      46      28.12
 Feature DHCP SISF IPv4                 0               0.00
 Feature DHCP SISF IPv6                 14              21.88
 Feature DHCP SISF MAC                  0               0.00
 Feature DHCP SISF ALL                  0               0.00
 Feature DHCP SISF OTHER                4               6.25
Netflow/Analytics Filter TCAM           0       0       0.00
 Netflow/Analytics Filter TCAM IPv4     0               0.00
 Netflow/Analytics Filter TCAM IPv6     0               0.00
 Netflow/Analytics Filter TCAM MAC      0               0.00
 Netflow/Analytics Filter TCAM ALL      0               0.00
 Netflow/Analytics Filter TCAM OTHER    0               0.00

LOU                                     4       12      25.00
Both LOU Operands 4
Single LOU Operands 0
LOU L4 src port 2
LOU L4 dst port 2
LOU L3 packet len 0
LOU IP tos 0
LOU IP dscp 0
LOU IP precedence 0
LOU ip TTL 0
TCP Flags 0 16 0.00
Protocol CAM 2 244 0.81
Mac Etype/Proto CAM 0 14 0.00
L4 op labels, Tcam 0 0 30 0.00
L4 op labels, Tcam 1 0 62 0.00
L4 op labels, Tcam 7 0 1023 0.00
L4 op labels, Tcam 8 0 254 0.00
L4 op labels, Tcam 11 0 1023 0.00
L4 op labels, Tcam 12 0 1023 0.00
L4 op labels, Tcam 13 1 1022 0.09
L4 op labels, Tcam 14 0 1023 0.00
L4 op labels, Tcam 16 1 1022 0.09
L4 op labels, Tcam 17 1 1022 0.09
Ingress Dest info table 0 512 0.00
Egress Dest info table 0 512 0.00
Note: Ingress SUP region includes the Redirect region INSTANCE 0x1 ------------- ACL Hardware Resource Utilization (Mod 1) ---------------------------------------------------------- Used Free Percent Utilization ------------------------------------------------------------------- Ingress PACL 2 254 0.78 Ingress PACL IPv4 0 0.00 Ingress PACL IPv6 0 0.00 Ingress PACL MAC 0 0.00 Ingress PACL ALL 2 0.78 Ingress PACL OTHER 0 0.00 Ingress L2 QOS 4 252 1.56 Ingress L2 QOS IPv4 0 0.00 Ingress L2 QOS IPv6 0 0.00 Ingress L2 QOS MAC 0 0.00 Ingress L2 QOS ALL 2 0.78 Ingress L2 QOS OTHER 0 0.00 Ingress L2 SPAN ACL 0 256 0.00 Ingress L2 SPAN ACL IPv4 0 0.00 Ingress L2 SPAN ACL IPv6 0 0.00 Ingress L2 SPAN ACL MAC 0 0.00 Ingress L2 SPAN ACL ALL 0 0.00 Ingress L2 SPAN ACL OTHER 0 0.00 Ingress VACL 2 254 0.78 Ingress VACL IPv4 0 0.00 Ingress VACL IPv6 0 0.00 Ingress VACL MAC 0 0.00 Ingress VACL ALL 2 0.78 Ingress VACL OTHER 0 0.00 Ingress RACL 2 254 0.78 Ingress RACL IPv4 0 0.00 Ingress RACL IPv6 0 0.00 Ingress RACL MAC 0 0.00 Ingress RACL ALL 2 0.78 Ingress RACL OTHER 0 0.00 Ingress L3/VLAN QOS 8 504 1.56 Ingress L3/VLAN QOS IPv4 0 0.00 Ingress L3/VLAN QOS IPv6 0 0.00 Ingress L3/VLAN QOS MAC 0 0.00 Ingress L3/VLAN QOS ALL 4 0.78 Ingress L3/VLAN QOS OTHER 0 0.00 Ingress L3/VLAN SPAN ACL 0 256 0.00 Ingress L3/VLAN SPAN ACL IPv4 0 0.00 Ingress L3/VLAN SPAN ACL IPv6 0 0.00 Ingress L3/VLAN SPAN ACL MAC 0 0.00 Ingress L3/VLAN SPAN ACL ALL 0 0.00 Ingress L3/VLAN SPAN ACL OTHER 0 0.00 Ingress SUP 441 23 95.04 Ingress SUP IPv4 138 29.74 Ingress SUP IPv6 180 38.79 Ingress SUP MAC 37 7.97 Ingress SUP ALL 12 2.59 Ingress SUP OTHER 74 15.95 SPAN 0 512 0.00 SPAN IPv4 0 0.00 SPAN IPv6 0 0.00 SPAN MAC 0 0.00 SPAN ALL 0 0.00 SPAN OTHER 0 0.00 Egress VACL 2 254 0.78 Egress VACL IPv4 0 0.00 Egress VACL IPv6 0 0.00 Egress VACL MAC 0 0.00 Egress VACL ALL 2 0.78 Egress VACL OTHER 0 0.00 Egress RACL 2 254 0.78 Egress RACL IPv4 0 0.00 Egress RACL IPv6 0 0.00 Egress RACL MAC 0 0.00 Egress RACL ALL 2 0.78 Egress RACL OTHER 0 0.00 Egress SUP 128 128 50.00 Egress SUP IPv4 0 0.00 Egress SUP IPv6 0 0.00 Egress SUP MAC 0 0.00 Egress SUP ALL 0 0.00 Egress SUP OTHER 128 50.00 Feature BFD 3 13 18.75 Feature BFD IPv4 0 0.00 Feature BFD IPv6 0 0.00 Feature BFD MAC 0 0.00 Feature BFD ALL 2 12.50 Feature BFD OTHER 0 0.00 Feature DHCP SNOOP 4 140 2.78 Feature DHCP SNOOP IPv4 4 2.78 Feature DHCP SNOOP IPv6 0 0.00 Feature DHCP SNOOP MAC 0 0.00 Feature DHCP SNOOP ALL 0 0.00 Feature DHCP SNOOP OTHER 0 0.00 Feature ARP SNOOP 1 1 50.00 Feature ARP SNOOP IPv4 0 0.00 Feature ARP SNOOP IPv6 0 0.00 Feature ARP SNOOP MAC 0 0.00 Feature ARP SNOOP ALL 0 0.00 Feature ARP SNOOP OTHER 1 50.00 Feature VxLAN OAM 0 2 0.00 Feature VxLAN OAM IPv4 0 0.00 Feature VxLAN OAM IPv6 0 0.00 Feature VxLAN OAM MAC 0 0.00 Feature VxLAN OAM ALL 0 0.00 Feature VxLAN OAM OTHER 0 0.00 Feature DHCPv6 RELAY 2 6 25.00 Feature DHCPv6 RELAY IPv4 0 0.00 Feature DHCPv6 RELAY IPv6 2 25.00 Feature DHCPv6 RELAY MAC 0 0.00 Feature DHCPv6 RELAY ALL 0 0.00 Feature DHCPv6 RELAY OTHER 0 0.00 Feature DHCP VACL FHS 0 64 0.00 Feature DHCP VACL FHS IPv4 0 0.00 Feature DHCP VACL FHS IPv6 0 0.00 Feature DHCP VACL FHS MAC 0 0.00 Feature DHCP VACL FHS ALL 0 0.00 Feature DHCP VACL FHS OTHER 0 0.00 Feature DHCP SNOOP FHS 0 4 0.00 Feature DHCP SNOOP FHS IPv4 0 0.00 Feature DHCP SNOOP FHS IPv6 0 0.00 Feature DHCP SNOOP FHS MAC 0 0.00 Feature DHCP SNOOP FHS ALL 0 0.00 Feature DHCP SNOOP FHS OTHER 0 0.00 Feature DHCP SISF 18 46 28.12 Feature DHCP SISF IPv4 0 0.00 Feature DHCP SISF IPv6 14 21.88 Feature DHCP SISF MAC 0 0.00 Feature DHCP SISF ALL 0 0.00 Feature DHCP SISF OTHER 4 6.25 Netflow/Analytics Filter TCAM 0 0 0.00 Netflow/Analytics Filter TCAM IPv4 0 0.00 Netflow/Analytics Filter TCAM IPv6 0 0.00 Netflow/Analytics Filter TCAM MAC 0 0.00 Netflow/Analytics Filter TCAM ALL 0 0.00 Netflow/Analytics Filter TCAM OTHER 0 0.00 LOU 4 12 25.00
Both LOU Operands 4
Single LOU Operands 0
LOU L4 src port 2
LOU L4 dst port 2
LOU L3 packet len 0
LOU IP tos 0
LOU IP dscp 0
LOU IP precedence 0
LOU ip TTL 0
TCP Flags 0 16 0.00
Protocol CAM 2 244 0.81
Mac Etype/Proto CAM 0 14 0.00
L4 op labels, Tcam 0 0 30 0.00
L4 op labels, Tcam 1 0 62 0.00
L4 op labels, Tcam 7 0 1023 0.00
L4 op labels, Tcam 8 0 254 0.00
L4 op labels, Tcam 11 0 1023 0.00
L4 op labels, Tcam 12 0 1023 0.00
L4 op labels, Tcam 13 1 1022 0.09
L4 op labels, Tcam 14 1 1022 0.09
L4 op labels, Tcam 16 1 1022 0.09
L4 op labels, Tcam 17 1 1022 0.09
Ingress Dest info table 0 512 0.00
Egress Dest info table 0 512 0.00
Note: Ingress SUP region includes the Redirect region INSTANCE 0x2 ------------- ACL Hardware Resource Utilization (Mod 1) ---------------------------------------------------------- Used Free Percent Utilization ------------------------------------------------------------------- Ingress PACL 2 254 0.78 Ingress PACL IPv4 0 0.00 Ingress PACL IPv6 0 0.00 Ingress PACL MAC 0 0.00 Ingress PACL ALL 2 0.78 Ingress PACL OTHER 0 0.00 Ingress L2 QOS 6 250 2.34 Ingress L2 QOS IPv4 0 0.00 Ingress L2 QOS IPv6 0 0.00 Ingress L2 QOS MAC 0 0.00 Ingress L2 QOS ALL 2 0.78 Ingress L2 QOS OTHER 0 0.00 Ingress L2 SPAN ACL 0 256 0.00 Ingress L2 SPAN ACL IPv4 0 0.00 Ingress L2 SPAN ACL IPv6 0 0.00 Ingress L2 SPAN ACL MAC 0 0.00 Ingress L2 SPAN ACL ALL 0 0.00 Ingress L2 SPAN ACL OTHER 0 0.00 Ingress VACL 2 254 0.78 Ingress VACL IPv4 0 0.00 Ingress VACL IPv6 0 0.00 Ingress VACL MAC 0 0.00 Ingress VACL ALL 2 0.78 Ingress VACL OTHER 0 0.00 Ingress RACL 2 254 0.78 Ingress RACL IPv4 0 0.00 Ingress RACL IPv6 0 0.00 Ingress RACL MAC 0 0.00 Ingress RACL ALL 2 0.78 Ingress RACL OTHER 0 0.00 Ingress L3/VLAN QOS 12 500 2.34 Ingress L3/VLAN QOS IPv4 0 0.00 Ingress L3/VLAN QOS IPv6 0 0.00 Ingress L3/VLAN QOS MAC 0 0.00 Ingress L3/VLAN QOS ALL 4 0.78 Ingress L3/VLAN QOS OTHER 0 0.00 Ingress L3/VLAN SPAN ACL 0 256 0.00 Ingress L3/VLAN SPAN ACL IPv4 0 0.00 Ingress L3/VLAN SPAN ACL IPv6 0 0.00 Ingress L3/VLAN SPAN ACL MAC 0 0.00 Ingress L3/VLAN SPAN ACL ALL 0 0.00 Ingress L3/VLAN SPAN ACL OTHER 0 0.00 Ingress SUP 441 23 95.04 Ingress SUP IPv4 138 29.74 Ingress SUP IPv6 180 38.79 Ingress SUP MAC 37 7.97 Ingress SUP ALL 12 2.59 Ingress SUP OTHER 74 15.95 SPAN 0 512 0.00 SPAN IPv4 0 0.00 SPAN IPv6 0 0.00 SPAN MAC 0 0.00 SPAN ALL 0 0.00 SPAN OTHER 0 0.00 Egress VACL 2 254 0.78 Egress VACL IPv4 0 0.00 Egress VACL IPv6 0 0.00 Egress VACL MAC 0 0.00 Egress VACL ALL 2 0.78 Egress VACL OTHER 0 0.00 Egress RACL 2 254 0.78 Egress RACL IPv4 0 0.00 Egress RACL IPv6 0 0.00 Egress RACL MAC 0 0.00 Egress RACL ALL 2 0.78 Egress RACL OTHER 0 0.00 Egress SUP 128 128 50.00 Egress SUP IPv4 0 0.00 Egress SUP IPv6 0 0.00 Egress SUP MAC 0 0.00 Egress SUP ALL 0 0.00 Egress SUP OTHER 128 50.00 Feature BFD 3 13 18.75 Feature BFD IPv4 0 0.00 Feature BFD IPv6 0 0.00 Feature BFD MAC 0 0.00 Feature BFD ALL 2 12.50 Feature BFD OTHER 0 0.00 Feature DHCP SNOOP 8 136 5.56 Feature DHCP SNOOP IPv4 8 5.56 Feature DHCP SNOOP IPv6 0 0.00 Feature DHCP SNOOP MAC 0 0.00 Feature DHCP SNOOP ALL 0 0.00 Feature DHCP SNOOP OTHER 0 0.00 Feature ARP SNOOP 1 1 50.00 Feature ARP SNOOP IPv4 0 0.00 Feature ARP SNOOP IPv6 0 0.00 Feature ARP SNOOP MAC 0 0.00 Feature ARP SNOOP ALL 0 0.00 Feature ARP SNOOP OTHER 1 50.00 Feature VxLAN OAM 0 2 0.00 Feature VxLAN OAM IPv4 0 0.00 Feature VxLAN OAM IPv6 0 0.00 Feature VxLAN OAM MAC 0 0.00 Feature VxLAN OAM ALL 0 0.00 Feature VxLAN OAM OTHER 0 0.00 Feature DHCPv6 RELAY 2 6 25.00 Feature DHCPv6 RELAY IPv4 0 0.00 Feature DHCPv6 RELAY IPv6 2 25.00 Feature DHCPv6 RELAY MAC 0 0.00 Feature DHCPv6 RELAY ALL 0 0.00 Feature DHCPv6 RELAY OTHER 0 0.00 Feature DHCP VACL FHS 0 64 0.00 Feature DHCP VACL FHS IPv4 0 0.00 Feature DHCP VACL FHS IPv6 0 0.00 Feature DHCP VACL FHS MAC 0 0.00 Feature DHCP VACL FHS ALL 0 0.00 Feature DHCP VACL FHS OTHER 0 0.00 Feature DHCP SNOOP FHS 2 2 50.00 Feature DHCP SNOOP FHS IPv4 0 0.00 Feature DHCP SNOOP FHS IPv6 2 50.00 Feature DHCP SNOOP FHS MAC 0 0.00 Feature DHCP SNOOP FHS ALL 0 0.00 Feature DHCP SNOOP FHS OTHER 0 0.00 Feature DHCP SISF 18 46 28.12 Feature DHCP SISF IPv4 0 0.00 Feature DHCP SISF IPv6 14 21.88 Feature DHCP SISF MAC 0 0.00 Feature DHCP SISF ALL 0 0.00 Feature DHCP SISF OTHER 4 6.25 Netflow/Analytics Filter TCAM 0 0 0.00 Netflow/Analytics Filter TCAM IPv4 0 0.00 Netflow/Analytics Filter TCAM IPv6 0 0.00 Netflow/Analytics Filter TCAM MAC 0 0.00 Netflow/Analytics Filter TCAM ALL 0 0.00 Netflow/Analytics Filter TCAM OTHER 0 0.00 LOU 4 12 25.00
Both LOU Operands 4
Single LOU Operands 0
LOU L4 src port 2
LOU L4 dst port 2
LOU L3 packet len 0
LOU IP tos 0
LOU IP dscp 0
LOU IP precedence 0
LOU ip TTL 0
TCP Flags 0 16 0.00
Protocol CAM 2 244 0.81
Mac Etype/Proto CAM 0 14 0.00
L4 op labels, Tcam 0 0 30 0.00
L4 op labels, Tcam 1 0 62 0.00
L4 op labels, Tcam 7 0 1023 0.00
L4 op labels, Tcam 8 0 254 0.00
L4 op labels, Tcam 11 0 1023 0.00
L4 op labels, Tcam 12 0 1023 0.00
L4 op labels, Tcam 13 2 1021 0.19
L4 op labels, Tcam 14 1 1022 0.09
L4 op labels, Tcam 16 1 1022 0.09
L4 op labels, Tcam 17 2 1021 0.19
Ingress Dest info table 0 512 0.00
Egress Dest info table 0 512 0.00
Note: Ingress SUP region includes the Redirect region INSTANCE 0x3 ------------- ACL Hardware Resource Utilization (Mod 1) ---------------------------------------------------------- Used Free Percent Utilization ------------------------------------------------------------------- Ingress PACL 2 254 0.78 Ingress PACL IPv4 0 0.00 Ingress PACL IPv6 0 0.00 Ingress PACL MAC 0 0.00 Ingress PACL ALL 2 0.78 Ingress PACL OTHER 0 0.00 Ingress L2 QOS 8 248 3.12 Ingress L2 QOS IPv4 0 0.00 Ingress L2 QOS IPv6 0 0.00 Ingress L2 QOS MAC 0 0.00 Ingress L2 QOS ALL 2 0.78 Ingress L2 QOS OTHER 0 0.00 Ingress L2 SPAN ACL 0 256 0.00 Ingress L2 SPAN ACL IPv4 0 0.00 Ingress L2 SPAN ACL IPv6 0 0.00 Ingress L2 SPAN ACL MAC 0 0.00 Ingress L2 SPAN ACL ALL 0 0.00 Ingress L2 SPAN ACL OTHER 0 0.00 Ingress VACL 2 254 0.78 Ingress VACL IPv4 0 0.00 Ingress VACL IPv6 0 0.00 Ingress VACL MAC 0 0.00 Ingress VACL ALL 2 0.78 Ingress VACL OTHER 0 0.00 Ingress RACL 2 254 0.78 Ingress RACL IPv4 0 0.00 Ingress RACL IPv6 0 0.00 Ingress RACL MAC 0 0.00 Ingress RACL ALL 2 0.78 Ingress RACL OTHER 0 0.00 Ingress L3/VLAN QOS 16 496 3.12 Ingress L3/VLAN QOS IPv4 0 0.00 Ingress L3/VLAN QOS IPv6 0 0.00 Ingress L3/VLAN QOS MAC 0 0.00 Ingress L3/VLAN QOS ALL 4 0.78 Ingress L3/VLAN QOS OTHER 0 0.00 Ingress L3/VLAN SPAN ACL 0 256 0.00 Ingress L3/VLAN SPAN ACL IPv4 0 0.00 Ingress L3/VLAN SPAN ACL IPv6 0 0.00 Ingress L3/VLAN SPAN ACL MAC 0 0.00 Ingress L3/VLAN SPAN ACL ALL 0 0.00 Ingress L3/VLAN SPAN ACL OTHER 0 0.00 Ingress SUP 441 23 95.04 Ingress SUP IPv4 138 29.74 Ingress SUP IPv6 180 38.79 Ingress SUP MAC 37 7.97 Ingress SUP ALL 12 2.59 Ingress SUP OTHER 74 15.95 SPAN 0 512 0.00 SPAN IPv4 0 0.00 SPAN IPv6 0 0.00 SPAN MAC 0 0.00 SPAN ALL 0 0.00 SPAN OTHER 0 0.00 Egress VACL 2 254 0.78 Egress VACL IPv4 0 0.00 Egress VACL IPv6 0 0.00 Egress VACL MAC 0 0.00 Egress VACL ALL 2 0.78 Egress VACL OTHER 0 0.00 Egress RACL 2 254 0.78 Egress RACL IPv4 0 0.00 Egress RACL IPv6 0 0.00 Egress RACL MAC 0 0.00 Egress RACL ALL 2 0.78 Egress RACL OTHER 0 0.00 Egress SUP 128 128 50.00 Egress SUP IPv4 0 0.00 Egress SUP IPv6 0 0.00 Egress SUP MAC 0 0.00 Egress SUP ALL 0 0.00 Egress SUP OTHER 128 50.00 Feature BFD 3 13 18.75 Feature BFD IPv4 0 0.00 Feature BFD IPv6 0 0.00 Feature BFD MAC 0 0.00 Feature BFD ALL 2 12.50 Feature BFD OTHER 0 0.00 Feature DHCP SNOOP 8 136 5.56 Feature DHCP SNOOP IPv4 8 5.56 Feature DHCP SNOOP IPv6 0 0.00 Feature DHCP SNOOP MAC 0 0.00 Feature DHCP SNOOP ALL 0 0.00 Feature DHCP SNOOP OTHER 0 0.00 Feature ARP SNOOP 1 1 50.00 Feature ARP SNOOP IPv4 0 0.00 Feature ARP SNOOP IPv6 0 0.00 Feature ARP SNOOP MAC 0 0.00 Feature ARP SNOOP ALL 0 0.00 Feature ARP SNOOP OTHER 1 50.00 Feature VxLAN OAM 0 2 0.00 Feature VxLAN OAM IPv4 0 0.00 Feature VxLAN OAM IPv6 0 0.00 Feature VxLAN OAM MAC 0 0.00 Feature VxLAN OAM ALL 0 0.00 Feature VxLAN OAM OTHER 0 0.00 Feature DHCPv6 RELAY 2 6 25.00 Feature DHCPv6 RELAY IPv4 0 0.00 Feature DHCPv6 RELAY IPv6 2 25.00 Feature DHCPv6 RELAY MAC 0 0.00 Feature DHCPv6 RELAY ALL 0 0.00 Feature DHCPv6 RELAY OTHER 0 0.00 Feature DHCP VACL FHS 0 64 0.00 Feature DHCP VACL FHS IPv4 0 0.00 Feature DHCP VACL FHS IPv6 0 0.00 Feature DHCP VACL FHS MAC 0 0.00 Feature DHCP VACL FHS ALL 0 0.00 Feature DHCP VACL FHS OTHER 0 0.00 Feature DHCP SNOOP FHS 0 4 0.00 Feature DHCP SNOOP FHS IPv4 0 0.00 Feature DHCP SNOOP FHS IPv6 0 0.00 Feature DHCP SNOOP FHS MAC 0 0.00 Feature DHCP SNOOP FHS ALL 0 0.00 Feature DHCP SNOOP FHS OTHER 0 0.00 Feature DHCP SISF 18 46 28.12 Feature DHCP SISF IPv4 0 0.00 Feature DHCP SISF IPv6 14 21.88 Feature DHCP SISF MAC 0 0.00 Feature DHCP SISF ALL 0 0.00 Feature DHCP SISF OTHER 4 6.25 Netflow/Analytics Filter TCAM 0 0 0.00 Netflow/Analytics Filter TCAM IPv4 0 0.00 Netflow/Analytics Filter TCAM IPv6 0 0.00 Netflow/Analytics Filter TCAM MAC 0 0.00 Netflow/Analytics Filter TCAM ALL 0 0.00 Netflow/Analytics Filter TCAM OTHER 0 0.00 LOU 4 12 25.00
Both LOU Operands 4
Single LOU Operands 0
LOU L4 src port 2
LOU L4 dst port 2
LOU L3 packet len 0
LOU IP tos 0
LOU IP dscp 0
LOU IP precedence 0
LOU ip TTL 0
TCP Flags 0 16 0.00
Protocol CAM 2 244 0.81
Mac Etype/Proto CAM 0 14 0.00
L4 op labels, Tcam 0 0 30 0.00
L4 op labels, Tcam 1 0 62 0.00
L4 op labels, Tcam 7 0 1023 0.00
L4 op labels, Tcam 8 0 254 0.00
L4 op labels, Tcam 11 0 1023 0.00
L4 op labels, Tcam 12 0 1023 0.00
L4 op labels, Tcam 13 2 1021 0.19
L4 op labels, Tcam 14 1 1022 0.09
L4 op labels, Tcam 16 1 1022 0.09
L4 op labels, Tcam 17 1 1022 0.09
Ingress Dest info table 0 512 0.00
Egress Dest info table 0 512 0.00
Note: Ingress SUP region includes the Redirect region