Page 1 of 1

Pulling SNMPfor Temperature on RB/800

Posted: Fri Mar 04, 2011 12:31 am
by wispwest
We use Cacti, and we can pull all the interface statistics on a generic SNMP level, but does anyone know how to pull the temperature stats? Is there a file to download?

I noticed the RB/800's get VERY hot, good during the winter, bad during the summer. Our boards are used for PtP outdoor radio, using the ODE-MTK outdoor enclosure.

Re: Pulling SNMPfor Temperature on RB/800

Posted: Fri Mar 04, 2011 9:16 am
by normis
use snmp-walk to find out the oids. also you can do "/system resource print oid"

Re: Pulling SNMPfor Temperature on RB/800

Posted: Fri Mar 04, 2011 4:54 pm
by wispwest
Thanks. What's SNMP walk? Also, when I "/system resource print oid", it just lists this. Nothing with Temperature...

uptime: .1.3.6.1.2.1.1.3.0
total-hdd-space: .1.3.6.1.2.1.25.2.3.1.5.1
used-hdd-space: .1.3.6.1.2.1.25.2.3.1.6.1
total-memory: .1.3.6.1.2.1.25.2.3.1.5.2
used-memory: .1.3.6.1.2.1.25.2.3.1.6.2
cpu-load: .1.3.6.1.2.1.25.3.3.1.2.1

Re: Pulling SNMPfor Temperature on RB/800

Posted: Sun Mar 06, 2011 2:25 am
by Belyivulk
the user Beccara knows how to do this - perhaps find / talk to him. MT support can give you his contact details.

Re: Pulling SNMPfor Temperature on RB/800

Posted: Fri Jan 25, 2013 10:42 pm
by mrdarbandy
just use the following command to get the temperature oid:

system health print oid:
active-fan: .1.3.6.1.4.1.14988.1.1.3.9.0
voltage: .1.3.6.1.4.1.14988.1.1.3.8.0
temperature: .1.3.6.1.4.1.14988.1.1.3.10.0

but let me know how would you create a graph with these oid s.

please share your results...