04-04-2025 01:13 PM
I have two new C8200-1N-4T routers. I'm trying to read the temperature sensors over SNMP but it doesn't seem to be working.
Currently running IOS XE 17.16.01a but it's the same with 17.09.02a.
On an older C8200-1N-4T (so exactly same model) running 17.09.02a i can read the temp sensor with this OID:
mib-2.99.1.1.1.4.7003
On the new C8200-1N-4T when I try with the same OID I get the error:
SNMPv2-SMI::mib-2.99.1.1.1.4.7003 = No Such Object available on this agent at this OID
How could this be? It's the same type of router running the same software version.
Solved! Go to Solution.
04-09-2025 04:51 AM
Have you tried 1.3.6.1.4.1.9.9.91.1.1.1.1?
That should be the table with 1.3.6.1.4.1.9.9.91.1.1.1.1.4 being the sensor value for temps.
04-04-2025 10:39 PM
- Sometimes the OID can slightly differ according to the hardware layout , try to find out with :
show snmp mib
M.
04-05-2025 03:28 PM
Hi. Not sure what I should be looking for.
show snmp mib produces a huge list. Tried searching for anything temperature related but couldn't find anything.
04-05-2025 11:36 PM
- You could also try to snmpwalk the OID partially starting from 2.99.1.1.1.4
or use show snmp mib | inc 2.99
M.
04-06-2025 11:43 PM
Thank you for taking the time to respond @marce1000
show snmp mib | inc 2.99 doesn't return anything.
04-06-2025 11:51 PM
- Not all devices have a temperature sensor ; check with show environment , if available you could also try :
1.3.6.1.4.1.9.9.13.1.3.1.3 (ciscoEnvMonTemperatureStatusValue) present in CISCO-ENVMON-MIB
M.
04-06-2025 11:54 PM
The sensors are there for sure. Already checked that.
1.3.6.1.4.1.9.9.13.1.3.1.3 is also not there.
04-07-2025 12:11 AM
- Have an snmpbulkwalk of CISCO-ENVMON-MIB and look for related OID's
M.
04-09-2025 04:51 AM
Have you tried 1.3.6.1.4.1.9.9.91.1.1.1.1?
That should be the table with 1.3.6.1.4.1.9.9.91.1.1.1.1.4 being the sensor value for temps.
04-09-2025 07:15 AM
Hi Ben. Yes that was it. Did an snmp walk and got the values.
So on the same type of device running the same software version,
this: enterprises.9.9.91.1.1.1.1.4.7003 works on both the new one and the old one, while
this: mib-2.99.1.1.1.4.7003 works only on the older device but doesn't work on the new one.
On the old device both enterprises.9.9.91.1.1.1.1.4.7003 and mib-2.99.1.1.1.4.7003 show the same value.
Thank you!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide