Here are the results of running some more tests:

1st time: failure after multicast 224.0.0.0
(IP-MIB::ipNetToMediaIfIndex.4.224.0.0.0 = INTEGER: 4 ) 
2nd time: completed successfully 
3rd time: failure after multicast 224.0.0.0
(IP-MIB::ipNetToMediaIfIndex.4.224.0.0.0 = INTEGER: 
4) 4th time: failure pretty early (IF-MIB::ifSpecific.4 = OID:
SNMPv2-SMI::zeroDotZero) 
5th time: same as 4th (IF-MIB::ifSpecific.4 = OID:
SNMPv2-SMI::zeroDotZero) 
6th time: completed successfully 
7th time: same as 4th test (ifSpecific.4 = OID: SNMPv2-SMI::zeroDotZero)

8th time: completed successfully 
9th time: same as 4th test (IF-MIB::ifSpecific.4 = OID:
SNMPv2-SMI::zeroDotZero) 
10th time: completed successfully  

The command I was running for those was: 
 /usr/local/bin/snmpwalk -v 2c -c public localhost .1.3

If I run the command:
/usr/local/bin/snmpwalk -v 2c -c public -m ALL localhost

1st run: completed successfully
2nd run: completed successfully
3rd run: completed successfully
4th run: completed successfully
5th run: same failure as above (RFC1213-MIB::ifSpecific.4 = OID:
SNMPv2-SMI::zeroDotZero) 
6th run: completed successfully 
7th run: same failure as above (RFC1213-MIB::ifSpecific.4 = OID:
SNMPv2-SMI::zeroDotZero) 
8th run: completed successfully 
9th run: completed successfully 
10th run: same failure as above (RFC1213-MIB::ifSpecific.4 = OID:
SNMPv2-SMI::zeroDotZero)

I ran all of these tests on my development machine (the V440)

-Chris

-----Original Message-----
From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On
Behalf Of Dave Shield
Sent: Wednesday, September 23, 2009 3:24 AM
To: Burkhardt, Chris
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: Error with net-snmp on Solaris 9 sparc

2009/9/22 Burkhardt, Chris <cburkha...@medline.com>:
> /us/local/bin/snmpwalk -v 2c -c public -m .1.3 localhost

No - that's the wrong command.

What Mike was asking for was
     snmpwalk -v 2c -c public localhost   .1.3

(i.e. walking the whole tree, not just the standard objects).

> Also caused snmpd to die with a falk #6, FLTBOUNDS

But we still need to know *where* it falls over.

If it always fails in the same place, then the problem is likely
to be in that particular MIB module.   And we can concentrate
our efforts there.
   If it fails in randomly-varying places, then that's going to be
much more of a headache to sort out.

So what's the last result that you get back from the walk
before the agent falls over?

Dave

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
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