cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
131
Views
0
Helpful
2
Replies

How to extract OID from SNMP messages for IOS devices

ns9631
Level 1
Level 1

How to extract the OID from a SNMP message for IOS/XOS

I need to monitor the temperature of the Router therefore please provides us the process to be followed up

Nisheeth

 

2 Replies 2

You would normally use CISCO-ENVMON-MIB SNMP for Cisco IOS. Some devices might have multiple temp sensors. The base OID will be a table, and you'll need to find the specific OID instance for the sensor you want to monitor.

You can use the snmpwalk command is for this.

I’ve no idea on Exteme networks. Hope this helps. 

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

julian.bendix
Level 4
Level 4

You could also search for an existing OID here and explore it's sub OIDs:
https://snmp.cloudapps.cisco.com/Support/SNMP/do/BrowseOID.do?local=en

You can also try the advanced search and e.g. search for 'temperature':
https://snmp.cloudapps.cisco.com/Support/SNMP/do/SearchOID.do?local=en&step=1 

Let me know if I can give more details!