cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
657
Views
0
Helpful
3
Replies

MIB OIDs for PIX-515 mem and CPU stats 6.2(2)

pavlosd
Level 2
Level 2

I was wondering if anyone can help me with the MIB tree for the entry to get statistics for memory and cpu usage through SNMP.

I found in a forum the following fields but no seem to work with Pix Ver 6.2(2)..

OID cpu5sec 1.3.6.1.4.1.9.9.109.1.1.1.1.3.1

OID cpu1min 1.3.6.1.4.1.9.9.109.1.1.1.1.4.1

OID cpu5min 1.3.6.1.4.1.9.9.109.1.1.1.1.5.1

OID mem5minUsed 1.3.6.1.4.1.9.9.48.1.1.1.5.1

OID mem5minFree 1.3.6.1.4.1.9.9.48.1.1.1.6.1

OID curNumConnections 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6

OID maxNumConnections 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7

Any ideas? I am using a PIX-515

3 Replies 3

rmushtaq
Level 8
Level 8

CPU utilization info is provided in the cpmCPUTotalTable of CISCO-PROCESS-MIB from 6.2(1) and later. The objects to use are: cpmCPUTotal5minRev, cpmCPUTotal1minRev and cpmCPUTotal5secRev as the earlier ones are deprecated. For Mem related objects CISCO-MEMORY-POOL-MIB can be looked at. When you poll the objects what do you get?.

This are the values I get if I use the old values. Seems that the Mem and Connections are Ok.. My problem seems to be with the cpu...

MC# snmpget -c public 192.168.1.1 .1.3.6.1.4.1.9.9.109.1.1.1.1.3.1

enterprises.9.9.109.1.1.1.1.3.1 = Gauge32: 0

MC# snmpget -c public 192.168.1.1 .1.3.6.1.4.1.9.9.109.1.1.1.1.4.1

enterprises.9.9.109.1.1.1.1.4.1 = Gauge32: 0

MC# snmpget -c public 192.168.1.1 .1.3.6.1.4.1.9.9.109.1.1.1.1.5.1

enterprises.9.9.109.1.1.1.1.5.1 = Gauge32: 0

MC# snmpget -c public 192.168.1.1 .1.3.6.1.4.1.9.9.48.1.1.1.5.1

enterprises.9.9.48.1.1.1.5.1 = Gauge32: 24248320

MC# snmpget -c public 192.168.1.1 .1.3.6.1.4.1.9.9.48.1.1.1.6.1

enterprises.9.9.48.1.1.1.6.1 = Gauge32: 42860544

MC# snmpget -c public 192.168.1.1 .1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6

enterprises.9.9.147.1.2.2.2.1.5.0.6 = Gauge32: 408

MC# snmpget -c public 192.168.1.1 .1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7

enterprises.9.9.147.1.2.2.2.1.5.0.7 = Gauge32: 734

What does the output of 'show cpu usage' on PIX show?