public interface usmStatsConstants
SnmpContextv3
Modifier and Type | Field and Description |
---|---|
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 |
static final java.lang.String version_id
static final java.lang.String usmStatsUnsupportedSecLevels
static final java.lang.String usmStatsNotInTimeWindows
static final java.lang.String usmStatsUnknownUserNames
static final java.lang.String usmStatsUnknownEngineIDs
static final java.lang.String usmStatsWrongDigests
static final java.lang.String usmStatsDecryptionErrors
static final java.lang.String[] usmStatsOids
static final java.lang.String[] usmStatsStrings