|
Posted by Hans =?iso-8859-1?Q?J=F8rgen?= on July 9, 2008, 11:49 am
If you were Registered and logged in, you could reply and use other advanced thread options
On Wed, 09 Jul 2008 17:10:57 +0200, Wim Holemans wrote:
>
> As a next step i wanted to collect the data via snmp (CISCO-RTTMON-MIB)
> but i always get an error when trying to get the data :
> -Error: OID not increasing:
> CISCO-RTTMON-MIB::rttMonStatsCaptureCompletions.100.0.1.1.1
> >= CISCO-RTTMON-MIB::rttMonStatsCaptureCompletions.100.0.1.1.1
>
> Is this a known bug ? I'm using the following software to extract the data :
> [root@mgmt mibs]# snmpwalk -h
> USAGE: snmpwalk [OPTIONS] AGENT [OID]
>
> Version: 5.4
> Web: http://www.net-snmp.org/
> Email: net-snmp-coders@lists.sourceforge.net
>
> Anyone has seen this before ? Solution ?
Have not been using this MIB, but similar problems occurs from
time to time in other MIBs (and other vendors)
If the 'not increasing' are to be expected then a "-Cc" switch to
net-snmp snmpwalk disables the test.
But this one seems to return the same index on getnext. Thats looks
like a bug. This one had a loop with one element. Larger loops seen!
Do you need to use getnext? If you can figure out the index you might
be able to use get alone to get the data.
/hjj
|