Package uk.co.westhawk.snmp.stack
Interface usmStatsConstants
public interface usmStatsConstants
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
SNMP-USER-BASED-SM-MIB mib.
- Version:
- $Revision: 3.7 $ $Date: 2006/03/23 14:54:10 $
- Author:
- Birgit Arkesteijn
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The total number of packets received by the SNMP engine which were dropped because they could not be decrypted.static final String
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 final String[]
The array with all the usmStats dotted OIDs in it.static final String[]
The array with all the usmStats verbal OIDs in it.static final String
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 final String
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 final String
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 final String
The total number of packets received by the SNMP engine which were dropped because they didn't contain the expected digest value.static final String
-
Field Details
-
version_id
- See Also:
-
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.- See Also:
-
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.- See Also:
-
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.- See Also:
-
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.- See Also:
-
usmStatsWrongDigests
The total number of packets received by the SNMP engine which were dropped because they didn't contain the expected digest value.- See Also:
-
usmStatsDecryptionErrors
The total number of packets received by the SNMP engine which were dropped because they could not be decrypted.- See Also:
-
usmStatsOids
The array with all the usmStats dotted OIDs in it. -
usmStatsStrings
The array with all the usmStats verbal OIDs in it.
-