Hi, We are using agentx with shared tables (e.g. subagent 1 has row 1, subagent 2 row 2, ...). Table_iterator is not used, because we don't want to register a whole table, but only rows. The net-snmp version is 5.3.0.1. We had the problem that when a getNext on a subagent was called, the getNext-callbackFunction was called to often, even we returned SNMP_ENDOFMIBVIEW. We believe that SNMP_ENDOFMIBVIEW was treated wrong in snmp_agent.c file, function check_getnext_results(). By commenting out the if-statement at line 2809-2815, our problem seems to be solved.
Did we misunderstand something? Can you please give us a feedback? Best regards Keller Beat, Wildhaber Stefan ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
