I'm using net-snmp on FreeBSD 3.2.  The implementation has gone pretty
smoothly, with a few exceptions.  I'm actively troubleshooting them on my
end, but any feedback or pointers would be helpful.  *thanks*

1. I have a subagent that supports a rather large table (up to 2000
entries).  I've implemented it using the iterator list.  The problem is that
there are several fields in the table entry that are no longer supported.
Since the iterator walks the entire list for each field (supported or not)
the request can actually timeout before the agent responds.  I've optimised
the iterator to minimize this behavior and skip the unsupported fields, but
I still get timeouts when performing a mibwalk which I attribute to the size
of the list.  My list is ordered, but there seems no way for the iterator to
use this information.  Is there some way to avoid this - should I be using
the array style table implementation?

2.  When the problem (1) occurs, the subagent disconnects and seems unable
to re-establish communication with the master agent - sometimes it crashes.
I know that the agentx implementation is not complete, is this a known
issue?  Is there a patch?  I've got to fix this - any hints as to where in
the code I should begin working?

3.  Trying to set certain variables in the MIB_2 ip tables
(ipRouteMetric1(2)(3)(...), ipRouteNextHop, etc.) causes snmpd to core.  Our
answer to this will be to turn off the ip tables.  Is there a place I should
send the core?

4.  While trying to set atIfIndex snmpwalk core'd.  I probably won't
troubleshoot this.  Is there a place to send the core?


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to