On Fri, 2005-06-03 at 15:10, [EMAIL PROTECTED] wrote:
> 63 =>./snmpgetnext -v 2c -c P-public localhost MY-MIB::rCount.0
> MY-MIB::rCount.0 = INTEGER: 0

That's wrong for a start.
This should be returning 'MY-MIB::boardId.0

> 65 =>./snmpbulkget -Cr1 -v 2c -c P-public localhost MY-MIB::rCount.0
> MY-MIB::rCount.0 = INTEGER: 0

And here.
There definitely seems to be a problem with moving on
from your scalar object to the next table.


Neither of these involve the first table at all.

What does

   snmpgetnext -v 2c -c P-public localhost MY-MIB::boardId

show?


> 66 =>./snmpbulkget -Cr2 -v 2c -c P-public localhost MY-MIB::rCount
> MY-MIB::rCount.0 = INTEGER: 3
> MY-MIB::boardId.0 = INTEGER: 0

Hmmm... but that one works correctly...

> 67 =>./snmpbulkget -Cr2 -v 2c -c P-public localhost MY-MIB::rCount.0
> MY-MIB::boardId.0 = INTEGER: 0
> MY-MIB::boardId.1 = INTEGER: 1

As does that.
This is confusing!


>  I am thinking that I will spend a little time decreasing the size of
> my MIB and just have a small sample to see if this is reproducible
> with array-user without a lot of extras involved

The first thing to check, IMO, is why the initial 'getnext rCount.0'
query is failing.  If you can track that down, I wouldn't be
surprised if much of the rest falls into place as well.
He said optimistically....

Dave



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to