|
SNMP Stack 4_12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains the OIDs for the usmStats variables. These variables are returned with the SNMPv3 usm security model when an error occurs. They are part of the RFC 2574 mib.
SnmpContextv3
Field Summary | |
static java.lang.String |
usmStatsDecryptionErrors
The total number of packets received by the SNMP engine which were dropped because they could not be decrypted. |
static java.lang.String |
usmStatsNotInTimeWindows
The total number of packets received by the SNMP engine which were dropped because they appeared outside of the authoritative SNMP engine's window. |
static java.lang.String[] |
usmStatsOids
The array with all the usmStats dotted OIDs in it. |
static java.lang.String[] |
usmStatsStrings
The array with all the usmStats verbal OIDs in it. |
static java.lang.String |
usmStatsUnknownEngineIDs
The total number of packets received by the SNMP engine which were dropped because they referenced an snmpEngineID that was not known to the SNMP engine. |
static java.lang.String |
usmStatsUnknownUserNames
The total number of packets received by the SNMP engine which were dropped because they referenced a user that was not known to the SNMP engine. |
static java.lang.String |
usmStatsUnsupportedSecLevels
The total number of packets received by the SNMP engine which were dropped because they requested a securityLevel that was unknown to the SNMP engine or otherwise unavailable. |
static java.lang.String |
usmStatsWrongDigests
The total number of packets received by the SNMP engine which were dropped because they didn't contain the expected digest value. |
static java.lang.String |
version_id
|
Field Detail |
public static final java.lang.String version_id
public static final java.lang.String usmStatsUnsupportedSecLevels
public static final java.lang.String usmStatsNotInTimeWindows
public static final java.lang.String usmStatsUnknownUserNames
public static final java.lang.String usmStatsUnknownEngineIDs
public static final java.lang.String usmStatsWrongDigests
public static final java.lang.String usmStatsDecryptionErrors
public static final java.lang.String[] usmStatsOids
public static final java.lang.String[] usmStatsStrings
|
SNMP Stack 4_12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |