Hi,
we're trying to get temperatures from an AP9631 card connected to a smart-ups. We tried various OIDs but get always a no such name error. In the integrated mib browser it shows the right OID and snmp get gets the right values for that OID, but when we try to use it in a test we get the error. Other tests like runtime, load or capacity work fine.
We tried .1.3.6.1.4.1.318.1.1.25.1.2.1.6.1.1 and .1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.1
Reading temperature from APC AP9631 via snmp
-
- Posts: 13
- Joined: Mon Sep 14, 2009 1:28 am
- Location: Germany
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Reading temperature from APC AP9631 via snmp
I assume, you are using wrong OID`s.
MIB Browser uses Windows API which does not work correctly in some cases.
MIB Browser may return not requested but nearest valid counter.
While HostMonitor will check for specific counter only.
Please use GET NEXT function of MIB BROWSER to receive valid OIDs and then use these OIDs for SNMP Get test.
We have checked "PowerNet MIB v4.0.1" for AP9631 at:
http://www.apc.com/products/resource/in ... b=Software
Looks like your OID`s should be:
1.3.6.1.4.1.318.1.1.25.1.2.1.6.index
and
1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.index
where index is index of the probe
MIB Browser uses Windows API which does not work correctly in some cases.
MIB Browser may return not requested but nearest valid counter.
While HostMonitor will check for specific counter only.
Please use GET NEXT function of MIB BROWSER to receive valid OIDs and then use these OIDs for SNMP Get test.
We have checked "PowerNet MIB v4.0.1" for AP9631 at:
http://www.apc.com/products/resource/in ... b=Software
Looks like your OID`s should be:
1.3.6.1.4.1.318.1.1.25.1.2.1.6.index
and
1.3.6.1.4.1.318.1.1.10.2.3.2.1.4.index
where index is index of the probe
-
- Posts: 13
- Joined: Mon Sep 14, 2009 1:28 am
- Location: Germany
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
-
- Posts: 13
- Joined: Mon Sep 14, 2009 1:28 am
- Location: Germany
-
- Posts: 13
- Joined: Mon Sep 14, 2009 1:28 am
- Location: Germany