Hello everybody,
I've got a problem with a SNMP test for my UPS. I want to check some values and I'm getting every value if I'm using the MIB Browser, but I don't get any value over the test settings. If I check for it, I just get the message "SNMP error: no value returned".
Any Idea to solve my problem?
I'm using HostMonitor 7.50 and the OID is "SNMP upsEstimatedMinutesRemaining" (1.3.6.1.2.1.33.1.2.3).
Thanks for your efforts,
ataudte.
"SNMP error: no value returned", but MIB Browser s
1.3.6.1.2.1.33.1.2.3 is single instance counter, right? Then you should add ".0", use OID 1.3.6.1.2.1.33.1.2.3.0
MIB Browser may work with wrong OIDs because MIB Browser uses Windows API that accepts responses from SNMP Agent even if returned OID is different from requested OID (Windows processes SNMP Get request like SNMP GetNext)
Regards
Alex
MIB Browser may work with wrong OIDs because MIB Browser uses Windows API that accepts responses from SNMP Agent even if returned OID is different from requested OID (Windows processes SNMP Get request like SNMP GetNext)
Regards
Alex