![]() |
|
|
|
#1 |
|
hello what is the correct OID to display CPU usage via snmp ? is correct to use 1.3.6.1.4.1.9.2.1.57.0 ? thanks rick rick |
|
|
|
|
#2 |
|
Posts: n/a
|
In article <>,
rick <> wrote: :what is the correct OID to display CPU usage via snmp ? :is correct to use 1.3.6.1.4.1.9.2.1.57.0 ? Depends on the model, but generally speaking, No. 1.3.6.1.4.1.9.2.1.57.0 is iso.org.dod.internet.private.enterprises.cisco.loc al.lcpu.avgBusy1 That's a short term 1-minute exponentially weighted average, which might not be what you want. It is also part of OLD-CISCO-CPU-MIB so it's for older machines / older software [though I don't see a CISCO-CPU-MIB around]. There are other gauges for other equipment or releases (e.g., equipment that has multiple CPUs, non IOS equipment.) -- And the wind keeps blowing the angel / Backwards into the future / And this wind, this wind / Is called / Progress. -- Laurie Anderson Walter Roberson |
|
|
|
#3 |
|
Posts: n/a
|
1.3.6.1.4.1.9.2.1.58.0
worked for me w/mrtg rick wrote: > hello > what is the correct OID to display CPU usage via snmp ? > is correct to use 1.3.6.1.4.1.9.2.1.57.0 ? > > thanks > > rick > Bill F |
|
|
|
#4 |
|
Posts: n/a
|
my device is a Cisco catalyst 3750. But I Could not find any suitable OID to be sure it is a real estimation of CPU usage ... thanks Rick On 2004-06-24, Bill F <> wrote: > 1.3.6.1.4.1.9.2.1.58.0 > > worked for me w/mrtg > > rick wrote: >> hello >> what is the correct OID to display CPU usage via snmp ? >> is correct to use 1.3.6.1.4.1.9.2.1.57.0 ? >> >> thanks >> >> rick >> > RJ45 |
|
|
|
#5 |
|
Posts: n/a
|
I'm not sure I follow your statement.
At any rate here's what I get when I stick this OID in the SNMP Object browser http://www.cisco.com/pcgi-bin/Suppor...=avgBusy5&t=no Object avgBusy5 OID 1.3.6.1.4.1.9.2.1.58 Type INTEGER Permissionread-only Status mandatory MIB OLD-CISCO-CPU-MIB; - View supporting images Description5 minute exponentially-decayed moving average of the CPU busy percentage. RJ45 wrote: > my device is a Cisco catalyst 3750. > But I Could not find any suitable OID to be sure it is a real estimation > of > CPU usage ... > > thanks > > Rick > > On 2004-06-24, Bill F <> wrote: > >>1.3.6.1.4.1.9.2.1.58.0 >> >>worked for me w/mrtg >> >>rick wrote: >> >>>hello >>>what is the correct OID to display CPU usage via snmp ? >>>is correct to use 1.3.6.1.4.1.9.2.1.57.0 ? >>> >>>thanks >>> >>>rick >>> >> Bill F |
|
|
|
#6 |
|
Member
Join Date: Jun 2009
Location: USA
Posts: 66
|
To find an OID I use SNMPtester from www.paessler.com.
This tiny utiliy is helping you to find even OID of interfaces in order to monitor. See this article for more details http://cisconet.com/traffic-analysis...onitoring.html I hope this is informative for you. theapplebee |
|
|
|