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

    Fields
    Modifier and Type
    Field
    Description
    static 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

      static final String version_id
      See Also:
    • usmStatsUnsupportedSecLevels

      static final 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.
      See Also:
    • usmStatsNotInTimeWindows

      static final 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.
      See Also:
    • usmStatsUnknownUserNames

      static final 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.
      See Also:
    • usmStatsUnknownEngineIDs

      static final 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.
      See Also:
    • usmStatsWrongDigests

      static final String 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

      static final String usmStatsDecryptionErrors
      The total number of packets received by the SNMP engine which were dropped because they could not be decrypted.
      See Also:
    • usmStatsOids

      static final String[] usmStatsOids
      The array with all the usmStats dotted OIDs in it.
    • usmStatsStrings

      static final String[] usmStatsStrings
      The array with all the usmStats verbal OIDs in it.