| statnsacl6Result Structure Definition |
The statnsacl6Result structure defines the return type for statnsacl6 API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nsacl6List |
Pointer to the nsacl6 List. |
| nsacl6stats Structure Definition |
The nsacl6stats structure defines the actual return type values for statnsacl6 API. |
Syntax |
Members |
acl6name |
Name of the ACL6 rule whose statistics you want the Citrix ADC to display. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
acl6totpktsbridged |
Packets matching a bridge IPv6 ACL, which is in transparent mode and bypasses service processing. |
acl6pktsbridgedrate |
Packets matching a bridge IPv6 ACL, which is in transparent mode and bypasses service processing. |
acl6totpktsdenied |
Packets dropped because they match IPv6 ACLs with processing mode set to DENY. |
acl6pktsdeniedrate |
Packets dropped because they match IPv6 ACLs with processing mode set to DENY. |
acl6totpktsallowed |
Packets matching IPv6 ACLs with processing mode set to ALLOW. Citrix ADC processes these packets. |
acl6pktsallowedrate |
Packets matching IPv6 ACLs with processing mode set to ALLOW. Citrix ADC processes these packets. |
acl6totpktsnat |
Packets matching a NAT ACL6, resulting in a NAT session. |
acl6pktsnatrate |
Packets matching a NAT ACL6, resulting in a NAT session. |
acl6tothits |
Packets matching an IPv6 ACL. |
acl6hitsrate |
Packets matching an IPv6 ACL. |
acl6totmisses |
Packets not matching any IPv6 ACL. |
acl6missesrate |
Packets not matching any IPv6 ACL. |
acl6totpktsnat64 |
Packets matching a NAT64 ACL6, resulting in a NAT64 translation. |
acl6pktsnat64rate |
Packets matching a NAT64 ACL6, resulting in a NAT64 translation. |
acl6totcount |
Total number of ACL6 rules configured. |
dfdacl6totcount |
Total number of DFD ACL6 rules configured. |
dfdacl6tothits |
Packets matching an dfd ACL6. |
dfdacl6hitsrate |
Packets matching an dfd ACL6. |
dfdacl6totmisses |
Packets not matching any DFD ACL6. |
dfdacl6missesrate |
Packets not matching any DFD ACL6. |
acl6perhits |
Number of times the acl6 was hit |
acl6perhitsrate |
Rate of times the acl6 was hit |
See Also |