snmp¶
The following operations can be performed on "snmp":
stat snmp¶
Display the statistics related to SNMP.
Synopsys¶
stat snmp [-detail] [-fullValues] [-ntimes <positive_integer>] [-logFile <input_filename>] [-clearstats ( basic | full )]
Arguments¶
detail
Specifies detailed output (including more statistics). The output can be quite voluminous. Without this argument, the output will show only a summary.
fullValues
Specifies that numbers and strings should be displayed in their full form. Without this option, long strings are shortened and large numbers are abbreviated
ntimes
The number of times, in intervals of seven seconds, the statistics should be displayed.
Default value: 1
Minimum value: 0
logFile
The name of the log file to be used as input.
clearstats
Clear the statsistics / counters
Possible values: basic, full
Outputs¶
SNMP packets received (PktsRx)
SNMP packets received.
SNMP packets sent (PktsTx)
SNMP packets transmitted.
Get requests receieved (GetReqRx)
SNMP Get-Request PDUs that have been accepted and processed.
Get-next requests receieved (GtNextRx)
SNMP Get-Next PDUs that have been accepted and processed.
Get-bulk requests received (GtBulkRx)
SNMP Get-Bulk PDUs that have been accepted and pro?cessed.
Responses sent (RspTx)
SNMP Get-Response PDUs that have been generated by the NetScaler.
Traps messages sent (TrapsTx)
SNMP Trap PDUs that have been generated by the NetScaler.
Requests dropped (ReqDrop)
SNMP requests dropped.
ASN.1/BER errors in requests (PrsErrRx)
Number of ASN.1 or BER errors encountered when decoding received SNMP Messages.
Unsupported SNMP version (UnkVrsRx)
Number of SNMP messages received, which were for an unsupported SNMP version.
Unknown community name (UnkCNRx)
SNMP messages received, which used an SNMP community name not known to the NetScaler.
No permission on community (BadCURx)
The total number of SNMP Messages received that represented an SNMP operation which was not allowed by the SNMP community named in the Message.
Unsupported security level (UnkSecLv)
SNMP packets that were dropped because they requested a security level that was
unknown to the NetScaler or otherwise unavailable.
Not in time window (NtTimeWd)
SNMP packets that were dropped because they appeared outside of the authoritative SNMP engine's window.
Unknown user name (UnkUser)
SNMP packets that were dropped because they referenced a user that was not known to the SNMP engine.
Unknown engine Id (UnkEngId)
SNMP packets that were dropped because they referenced an SNMP engine ID that was not known to the NetScaler.
Wrong digest value (WrgDgst)
SNMP packets that were dropped because they did not contain the expected digest value.
Decryption errors (DcrptErr)
SNMP packets that were dropped because they could not be decrypted.
Example¶
stat snmp