WebNMS Developer Forums
Click on Join Now to Sign Up
In SNMP V1, if a PDU is
constructed with OIDs that are not in the agent, the agent will respond
with ErrorStatus set to "noSuchName" . (i.e 2)
But in SNMP V2, as per SNMP standards, this scenario will be treated as "noSuchObjectException" by the agent.
If an agent receives
1. an SNMPv1 Get/GetNext Request-PDU with an OID that is not implemented in it,
it will respond with errorStatus set to "noSuchName (2)".
Please refer to the following topics in RFC 1905 to get a better understanding on SNMPv2 exceptions .
4.2 PDU Processing
4.2.1 The
Get-Request PDU
4.2.2 The
GetNext-Request PDU
Also refer to the following
topics in RFC 2089, to know the mapping between SNMPv2 exceptions and SNMPv1
errors.
1) 2.2 Mapping SNMPv2 exceptions into SNMPv1
2) 2.3 Mapping noSuchObject and noSuchInstance