| statsnmpResult Structure Definition |
The statsnmpResult structure defines the return type for statsnmp 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. |
snmpList |
Pointer to the snmp List. |
| snmpstats Structure Definition |
The snmpstats structure defines the actual return type values for statsnmp API. |
Syntax |
Members |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
snmptotrxpkts |
SNMP packets received. |
snmprxpktsrate |
SNMP packets received. |
snmptottxpkts |
SNMP packets transmitted. |
snmptxpktsrate |
SNMP packets transmitted. |
snmptotgetreqs |
SNMP Get-Request PDUs that have been accepted and processed. |
snmpgetreqsrate |
SNMP Get-Request PDUs that have been accepted and processed. |
snmptotgetnextreqs |
SNMP Get-Next PDUs that have been accepted and processed. |
snmpgetnextreqsrate |
SNMP Get-Next PDUs that have been accepted and processed. |
snmptotgetbulkreqs |
SNMP Get-Bulk PDUs that have been accepted and processed. |
snmpgetbulkreqsrate |
SNMP Get-Bulk PDUs that have been accepted and processed. |
snmptotresponses |
SNMP Get-Response PDUs that have been generated by the Citrix ADC. |
snmpresponsesrate |
SNMP Get-Response PDUs that have been generated by the Citrix ADC. |
snmptottraps |
SNMP Trap PDUs that have been generated by the Citrix ADC. |
snmptoterrreqdropped |
SNMP requests dropped. |
snmptotparseerrs |
Number of ASN.1 or BER errors encountered when decoding received SNMP Messages. |
snmptotbadversions |
Number of SNMP messages received, which were for an unsupported SNMP version. |
snmptotbadcommname |
SNMP messages received, which used an SNMP community name not known to the Citrix ADC. |
snmptotbadcommuse |
The total number of SNMP Messages received that represented an SNMP operation which was not allowed by the SNMP community named in the Message. |
snmpunsupportedsecuritylevel |
SNMP packets that were dropped because they requested a security level that was
unknown to the Citrix ADC or otherwise unavailable.
|
snmpnotintimewindow |
SNMP packets that were dropped because they appeared outside of the authoritative SNMP engine's window. |
snmpunknownusername |
SNMP packets that were dropped because they referenced a user that was not known to the SNMP engine. |
snmpunknownengineids |
SNMP packets that were dropped because they referenced an SNMP engine ID that was not known to the Citrix ADC. |
snmpwrongdigests |
SNMP packets that were dropped because they did not contain the expected digest value. |
snmpdecryptionerrors |
SNMP packets that were dropped because they could not be decrypted. |
See Also |