>> MIB - Management Information Base

>> Table: snmp - (.1.3.6.1.2.1.11)

snmp
OIDNameTypeAccess
.1InPktsCounter32R
.2OutPktsCounter32R
.3InBadVersionsCounter32R
.4InBadCommunityNamesCounter32R
.5InBadCommunityUsesCounter32R
.6InASNParseErrsCounter32R
.8InTooBigsCounter32R
.9InNoSuchNamesCounter32R
.10InBadValuesCounter32R
.11InReadOnlysCounter32R
.12InGenErrsCounter32R
.13InTotalReqVarsCounter32R
.14InTotalSetVarsCounter32R
.15InGetRequestsCounter32R
.16InGetNextsCounter32R
.17InSetRequestsCounter32R
.18InGetResponsesCounter32R
.19InTrapsCounter32R
.20OutTooBigsCounter32R
.21OutNoSuchNamesCounter32R
.22OutBadValuesCounter32R
.24OutGenErrsCounter32R
.25OutGetRequestsCounter32R
.26OutGetNextsCounter32R
.27OutSetRequestsCounter32R
.28OutGetResponsesCounter32R
.29OutTrapsCounter32R
.30EnableAuthenTrapsENUMRW
.31SilentDropsCounter32R
.32ProxyDropsCounter32R

InPkts
The total number of messages delivered to the SNMP
entity from the transport service.
OutPkts
The total number of SNMP Messages which were
passed from the SNMP protocol entity to the
transport service.
InBadVersions
The total number of SNMP messages which were delivered
to the SNMP entity and were for an unsupported SNMP
version.
InBadCommunityNames
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.
InBadCommunityUses
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.
InASNParseErrs
The total number of ASN.1 or BER errors encountered by
the SNMP entity when decoding received SNMP messages.
InTooBigs
The total number of SNMP PDUs which were
delivered to the SNMP protocol entity and for
which the value of the error-status field was
`tooBig'.
InNoSuchNames
The total number of SNMP PDUs which were
delivered to the SNMP protocol entity and for
which the value of the error-status field was
`noSuchName'.
InBadValues
The total number of SNMP PDUs which were
delivered to the SNMP protocol entity and for
which the value of the error-status field was
`badValue'.
InReadOnlys
The total number valid SNMP PDUs which were delivered
to the SNMP protocol entity and for which the value
of the error-status field was `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.
InGenErrs
The total number of SNMP PDUs which were delivered
to the SNMP protocol entity and for which the value
of the error-status field was `genErr'.
InTotalReqVars
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.
InTotalSetVars
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.
InGetRequests
The total number of SNMP Get-Request PDUs which
have been accepted and processed by the SNMP
protocol entity.
InGetNexts
The total number of SNMP Get-Next PDUs which have been
accepted and processed by the SNMP protocol entity.
InSetRequests
The total number of SNMP Set-Request PDUs which
have been accepted and processed by the SNMP protocol
entity.
InGetResponses
The total number of SNMP Get-Response PDUs which
have been accepted and processed by the SNMP protocol
entity.
InTraps
The total number of SNMP Trap PDUs which have been
accepted and processed by the SNMP protocol entity.
OutTooBigs
The total number of SNMP PDUs which were generated
by the SNMP protocol entity and for which the value
of the error-status field was `tooBig.'
OutNoSuchNames
The total number of SNMP PDUs which were generated
by the SNMP protocol entity and for which the value
of the error-status was `noSuchName'.
OutBadValues
The total number of SNMP PDUs which were generated
by the SNMP protocol entity and for which the value
of the error-status field was `badValue'.
OutGenErrs
The total number of SNMP PDUs which were generated
by the SNMP protocol entity and for which the value
of the error-status field was `genErr'.
OutGetRequests
The total number of SNMP Get-Request PDUs which
have been generated by the SNMP protocol entity.
OutGetNexts
The total number of SNMP Get-Next PDUs which have
been generated by the SNMP protocol entity.
OutSetRequests
The total number of SNMP Set-Request PDUs which
have been generated by the SNMP protocol entity.
OutGetResponses
The total number of SNMP Get-Response PDUs which
have been generated by the SNMP protocol entity.
OutTraps
The total number of SNMP Trap PDUs which have
been generated by the SNMP protocol entity.
EnableAuthenTraps
Indicates whether the SNMP entity is permitted to
generate authenticationFailure traps.  The value of this
object overrides any configuration information; as such,
it provides a means whereby all authenticationFailure
traps may be disabled.
Note that it is strongly recommended that this object
be stored in non-volatile memory so that it remains
constant across re-initializations of the network
management system.
Enumerations:
  • enabled (1)
  • disabled (2)
SilentDrops
The total number of Confirmed Class PDUs (such as
GetRequest-PDUs, GetNextRequest-PDUs,
GetBulkRequest-PDUs, SetRequest-PDUs, and
InformRequest-PDUs) delivered to the SNMP entity which
were silently dropped because the size of a reply
containing an alternate Response Class PDU (such as a
Response-PDU) with an empty variable-bindings field
was greater than either a local constraint or the
maximum message size associated with the originator of
the request.
ProxyDrops
The total number of Confirmed Class PDUs
(such as GetRequest-PDUs, GetNextRequest-PDUs,
GetBulkRequest-PDUs, SetRequest-PDUs, and
InformRequest-PDUs) delivered to the SNMP entity which
were silently dropped because the transmission of
the (possibly translated) message to a proxy target
failed in a manner (other than a time-out) such that
no Response Class PDU (such as a Response-PDU) could
be returned.


MIB Reference to Software Version 7.5.1 generated on 2006/08/03. Provided by webmaster@funkwerk-ec.com
Copyright ©2006 by Funkwerk Enterprise Communications GmbH