cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5726
Views
5
Helpful
3
Replies

ASR1002 monitoring via SNMP

smolnyuts
Level 1
Level 1

Hi Community,

we are experiencing some troubles with SNMP monitoring of our new ASR1002 router, namely, with OID numbers of several counters: CPU load, errors/non-unicast interface counters etc. We are using Cacti for SNMP monitoring, and are unable to find the correct OID values for corresponding parameters to correct device graph templates. I tried to find OIDs via Cisco SNMP object navigator (for example, cpmCPUTotal5minRev - 1.3.6.1.4.1.9.9.109.1.1.1.1.8), but these values seems to be not correct, and snmpwalk shows strange results:

snmpget -v 2c -c  my_community device_name  1.3.6.1.4.1.9.9.109.1.1.1.1.8
CISCO-SMI::ciscoMgmt.109.1.1.1.1.8 = No Such Instance currently exists at this OID

but:

snmpwalk -v 2c -c my_community device_name 1.3.6.1.4.1.9.9.109.1.1.1.1.8
CISCO-SMI::ciscoMgmt.109.1.1.1.1.5.2 = Gauge32: 1
CISCO-SMI::ciscoMgmt.109.1.1.1.1.5.3 = Gauge32: 1
CISCO-SMI::ciscoMgmt.109.1.1.1.1.5.4 = Gauge32: 4

i.e.,  there are several counters at this OID, instead of one.

So where we can find exact MIB information for the device? It is running IOS-XE Software (PPC_LINUX_IOSD-IPBASE-M), Version 12.2(33)XNF2

---

Thank You in advance,

Dmitry Kroupenier.

3 Replies 3

yjdabear
VIP Alumni
VIP Alumni

So this ASR1002 has at least 3 CPUs, and it doesn't seem to support cpmCPUTotal5minRev (1.3.6.1.4.1.9.9.109.1.1.1.1.8) since you're being redirected to the old (deprecated?) cpmCPUTotal5min (1.3.6.1.4.1.9.9.109.1.1.1.1.5).

As far as finding out which of the three CPUs is the one you want to graph, you'll need to correlate cpmCPUTotalTable and entPhysicalTable, as explained at http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094a94.shtml#multiple

Oh, many thanks for the link!

I will try to build the correct graph template.

r.richards
Level 1
Level 1

I understand the original post is 3 years old at this point but I found myself with the same issue.

After performing a complete MIB walk of my ASR1002-X I found the following MIBs to use in Cacti CPU graph

OLD-CISCO-CPU-MIB    1.3.6.1.4.1.9.2.1.56.0    busyPer.0    INTEGER    2

OLD-CISCO-CPU-MIB    1.3.6.1.4.1.9.2.1.57.0    avgBusy1.0    INTEGER    1

OLD-CISCO-CPU-MIB    1.3.6.1.4.1.9.2.1.58.0    avgBusy5.0    INTEGER    1

OLD-CISCO-CPU-MIB    1.3.6.1.4.1.9.2.1.59.0    idleCount.0    INTEGER    4880

OLD-CISCO-CPU-MIB    1.3.6.1.4.1.9.2.1.60.0    idleWired.0    INTEGER    0