SNMP-MPD-MIB
Functions Overview
SNMP-MPD-MIB is a collection of MIB objects. It applies to monitor the processing and distribution of SNMP messages remotely.
SNMP-MPD-MIB collects the number of the packets discarded in the following situations:
When SNMP messages contain unknown or unsupported security module
When SNMP messages contain invalid information
When the Protocol Data Unit (PDU) contained in the packet could not be processed
The OID of root objects is:
iso(1).org(3).dod(6).internet(1).snmpV2(6).snmpModules(3).snmpMPDMIB(11)
Description of Single Objects
snmpUnknownSecurityModels
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.11.2.1.1 |
snmpUnknownSecurityModels |
INTEGER (0..4294967295) |
Read-only |
The total number of packets received by the SNMP engine which were dropped because they referenced a securityModel that was not known to or supported by the SNMP engine. |
This object is implemented as defined in the corresponding MIB files. |
snmpInvalidMsgs
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.11.2.1.2 |
snmpInvalidMsgs |
INTEGER (0..4294967295) |
Read-only |
Number of received SNMP packets discarded due to the incorrect security level. |
This object is implemented as defined in the corresponding MIB files. |
snmpUnknownPDUHandlers
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.11.2.1.3 |
snmpUnknownPDUHandlers |
INTEGER (0..4294967295) |
Read-only |
The total number of packets received by the SNMP engine which were dropped because the PDU contained in the packet could not be passed to an application responsible for handling the pduType, for example no SNMP application had registered for the proper combination of the contextEngineID and the pduType. |
This object is implemented as defined in the corresponding MIB files. |