View statistics for SNMP packet processing that the SNMP agent on the Sun Secure Application Switch performs.
exec
show switchServices snmp stats
| Heading | Description | Filter |
|---|---|---|
| In Pkts | The total number of packets from the transport service. | inPkts counter32 |
| In Bad Versions | The total number of packets received for an unsupported SNMP version. | inBadVersions counter32 |
| In Bad Community Names | The total number of packets received that contains an unknown community name. The system expects to receive SNMP packets that contain the same community string configured for the associated SNMP user. | inBadCommunityNames counter32 |
| In Bad Community Uses | The total number of packets received for an SNMP operation that it does not allow for the SNMP community specified in the packet. | inBadCommunityUses counter32 |
| In ASN Parse Errs | The total number of ASN.1 or Basic Encoding Rules (BER) errors encountered while decoding received SNMP packets. | inAsnParseErrs counter32 |
| Silent Drops | The total number of Get and Set PDUs received and dropped silently. The SNMP agent drops the PDUs because the size of a reply containing an alternate Response-PDU with an empty variable-bindings field was greater than either a local constraint or the maximum message size associated with the originator of the request. | silentDrops counter32 |
| Proxy Drops | The total number of Get and Set PDUs received and dropped silently. The SNMP agent drops the PDUs because the transmission of the (possibly translated) packet to a proxy target failed in a manner (other than a time-out) such that the SNMP agent could not return a Response-PDU. | proxyDrops counter32 |
| Unknown Security Models | The total number of packets received and dropped because the packets referenced a security model that the SNMP agent does not support or recognize. | unKnownSecurityModels counter32 |
| Invalid Msgs | The total number of packets received and dropped because the packets contained invalid or inconsistent components. | invalidMsgs counter32 |
| Unknown PDU Handlers | The total number of packets received and dropped because it could not pass the PDU in the packet to an application responsible for handling the PDU type. (that is, no SNMP application had registered for the proper combination of the contextEngineID and the pduType). | unKnownPduHandlers counter32 |
| Unsupported Security Levels | The total number of packets received and dropped because they requested a security level that the SNMP agent did not recognize or the security level was unavailable. | unsupportedSecLevels counter32 |
| Not In Time Window | The total number of packets received and dropped because they were not delivered within the SNMP agent's acceptable delivery delay timeframe. | notInTimeWindows counter32 |
| Unknown User Names | The total number of received packets received and dropped because they referenced a user that the SNMP agent did not recognize. | unKnownUsernames counter32 |
| Unknown Engine IDs | The total number of packets received and dropped because they referenced an EngineID that was not known to the SNMP agent. | unKnownEngineIds counter32 |
| Wrong Digests | The total number of received packets dropped because they did not contain the expected digest value. | wrongDigests counter32 |
| Decryption Errors | The total number of received packets dropped because it could not decrypt the packets. | decryptionErrors counter32 |