Module rasn_mib::snmp

source ·
Expand description

The Simple Network Management Protocol (SNMP) Group

Implementation of the SNMP group is mandatory for all systems which support an SNMP protocol entity. Some of the objects defined below will be zero-valued in those SNMP implementations that are optimized to support only those functions specific to either a management agent or a management station. In particular, it should be observed that the objects below refer to an SNMP entity, and there may be several SNMP entities residing on a managed node (e.g., if the node is hosting acting as a management station).

Structs§

  • Indicates whether the SNMP agent process is permitted to generate authentication-failure traps. The value of this object overrides any configuration information; as such, it provides a means whereby all authentication-failure traps may be disabled.
  • The total number of ASN.1 or BER errors encountered by the SNMP entity when decoding received SNMP messages.
  • The total number of community-based SNMP messages (for example, SNMPv1) delivered to the SNMP entity which used an SNMP community name not known to said entity. Also, implementations which authenticate community-based SNMP messages using check(s) in addition to matching the community name (for example, by also checking whether the message originated from a transport address allowed to use a specified community name) MAY include in this value the number of messages which failed the additional check(s). It is strongly recommended that the documentation for any security model which is used to authenticate community-based SNMP messages specify the precise conditions that contribute to this value.
  • The total number of community-based SNMP messages (for example, SNMPv1) delivered to the SNMP entity which represented an SNMP operation that was not allowed for the SNMP community named in the message. The precise conditions under which this counter is incremented (if at all) depend on how the SNMP entity implements its access control mechanism and how its applications interact with that access control mechanism. It is strongly recommended that the documentation for any access control mechanism which is used to control access to and visibility of MIB instrumentation specify the precise conditions that contribute to this value.
  • The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is badValue.
  • The total number of SNMP Messages which were delivered to the SNMP protocol entity and were for an unsupported SNMP version.
  • The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is genErr.
  • The total number of SNMP Get-Next PDUs which have been accepted and processed by the SNMP protocol entity.
  • The total number of SNMP Get-Request PDUs which have been accepted and processed by the SNMP protocol entity.
  • The total number of SNMP Get-Response PDUs which have been accepted and processed by the SNMP protocol entity.
  • The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is noSuchName.
  • The total number of Messages delivered to the SNMP entity from the transport service.
  • The total number valid SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is readOnly. It should be noted that it is a protocol error to generate an SNMP PDU which contains the value readOnly in the error-status field, as such this object is provided as a means of detecting incorrect implementations of the SNMP.
  • The total number of SNMP Set-Request PDUs which have been accepted and processed by the SNMP protocol entity.
  • The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is tooBig.
  • The total number of MIB objects which have been retrieved successfully by the SNMP protocol entity as the result of receiving valid SNMP Get-Request and Get-Next PDUs.
  • The total number of MIB objects which have been altered successfully by the SNMP protocol entity as the result of receiving valid SNMP Set-Request PDUs.
  • The total number of SNMP Trap PDUs which have been accepted and processed by the SNMP protocol entity.
  • The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field is badValue.
  • The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field is genErr.
  • The total number of SNMP Get-Next PDUs which have been generated by the SNMP protocol entity.
  • The total number of SNMP Get-Request PDUs which have been generated by the SNMP protocol entity.
  • The total number of SNMP Get-Response PDUs which have been generated by the SNMP protocol entity.
  • The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field is noSuchName.
  • The total number of SNMP Messages which were passed from the SNMP protocol entity to the transport service.
  • The total number of SNMP Set-Request PDUs which have been generated by the SNMP protocol entity.
  • The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field is tooBig.
  • The total number of SNMP Trap PDUs which have been generated by the SNMP protocol entity.