'In SNMP, Can we remove .0 from the end of a Scalar OID?
I have a situation, I have defined a scalar OID in my MIB but when I try to get value of the OID from the Agent using SNMP Get, it says "No OID exists" but when I append .0 at the end of the OID it replies with the value. I need to know can I make sure that this .0 at the end of the OID should not be required?
Solution 1:[1]
The OID convention (.0 for scalar objects) is part of SNMP standards, so cannot be altered for you alone.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Lex Li |
