Feedback

  • Contents
 

SNMP objects

snmpInPkts

Type Access Description

Counter

read-only

The total number of Messages delivered to the SNMP entity from the transport service.

snmpOutPkts

Type Access Description

Counter

read-only

The total number of SNMP Messages which were passed from the SNMP protocol entity to the transport service.

snmpInBadVersions

Type Access Description

Counter

read-only

The total number of SNMP Messages that were delivered to the SNMP protocol entity and were for an unsupported SNMP version.

snmpInBadCommunityNames

Type Access Description

Counter

read-only

The total number of SNMP Messages delivered to the SNMP protocol entity that used an SNMP community name not known to said entity.

snmpInBadCommunityUses

Type Access Description

Counter

read-only

The total number of SNMP Messages delivered to the SNMP protocol entity that represented an SNMP operation that was not allowed by the SNMP community named in the Message.

snmpInASNParseErrs

Type Access Description

Counter

read-only

The total number of ASN.1 or BER errors encountered by the SNMP protocol entity when decoding received SNMP Messages.

snmpInTooBigs

Type Access Description

Counter

read-only

The total number of SNMP PDUs that were delivered to the SNMP protocol entity and for which the value of the error-status field is 'tooBig'.

snmpInNoSuchNames

Type Access Description

Counter

read-only

The total number of SNMP PDUs that were delivered to the SNMP protocol entity and for which the value of the error-status field is 'noSuchName'.

snmpInBadValues

Type Access Description

Counter

read-only

The total number of SNMP PDUs that were delivered to the SNMP protocol entity and for which the value of the error-status field is 'badValue'.

snmpInReadOnlys

Type Access Description

Counter

read-only

The total number of valid SNMP PDUs that 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 that 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.

snmpInGenErrs

Type Access Description

Counter

read-only

The total number of SNMP PDUs that were delivered to the SNMP protocol entity and for which the value of the error-status field is 'genErr'.

snmpInTotalReqVars

Type Access Description

Counter

read-only

The total number of MIB objects that have been retrieved successfully by the SNMP protocol entity as the result of receiving valid SNMP Get-Request and Get-Next PDUs.

snmpInTotalSetVars

Type Access Description

Counter

read-only

The total number of MIB objects that have been altered successfully by the SNMP protocol entity as the result of receiving valid SNMP Set-Request PDUs.

snmpInGetRequests

Type Access Description

Counter

read-only

The total number of SNMP Get-Request PDUs that have been accepted and processed by the SNMP protocol entity.

snmpInGetNexts

Type Access Description

Counter

read-only

The total number of SNMP Get-Next PDUs that have been accepted and processed by the SNMP protocol entity.

snmpInSetRequests

Type Access Description

Counter

read-only

The total number of SNMP Set-Request PDUs that have been accepted and processed by the SNMP protocol entity.

snmpInGetResponses

Type Access Description

Counter

read-only

The total number of SNMP Get-Response PDUs that have been accepted and processed by the SNMP protocol entity.

snmpInTraps

Type Access Description

Counter

read-only

The total number of SNMP Trap PDUs that have been accepted and processed by the SNMP protocol entity.

snmpOutTooBigs

Type Access Description

Counter

read-only

The total number of SNMP PDUs that were generated by the SNMP protocol entity and for which the value of the error-status field is 'tooBig'.

snmpOutNoSuchNames

Type Access Description

Counter

read-only

The total number of SNMP PDUs that were generated by the SNMP protocol entity and for which the value of the error-status field is 'noSuchName'.

snmpOutBadValues

Type Access Description

Counter

read-only

The total number of SNMP PDUs that were generated by the SNMP protocol entity and for which the value of the error-status field is 'badValue'.

snmpOutGenErrs

Type Access Description

Counter

read-only

The total number of SNMP PDUs that were generated by the SNMP protocol entity and for which the value of the error-status fiels is 'genErr'.

snmpOutGetRequests

Type Access Description

Counter

read-only

The total number of SNMP Get-Request PDUs that have been generated by the SNMP protocol entity.

snmpOutGetNexts

Type Access Description

Counter

read-only

The total number of SNMP Get-Next PDUs that have been generated by the SNMP protocol entity.

snmpOutSetRequests

Type Access Description

Counter

read-only

The total number of SNMP Set-Request PDUs that have been generated by the SNMP protocol entity.

snmpOutGetResponses

Type Access Description

Counter

read-only

The total number of SNMP Get-Response PDUs that have been generated by the SNMP protocol entity.

snmpOutTraps

Type Access Description

Counter

read-only

The total number of SNMP Trap PDUs that have been generated by the SNMP protocol entity.

snmpEnableAuthenTraps

Type Access Description

Integer

read-write

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.

Note that it is strongly recommended that this object be stored in non-volatile memory so that it remains constant between re-initializations of the network management system.

This object supports the following values:

1 = enabled

2 = disabled