On 17/10/2007, Borthakur, Bhaskar <[EMAIL PROTECTED]> wrote: > I am new to the SNMP world. I am trying to write a stand alone agent which > services snmpget requests from a client. After initializing the net-snmp, I > am able to send traps but I am not able to receive any snmpget/walk request. > > I see that when I do an snmpget, the udp queue size increases on the socket > where I start my stand-lone agent but the call back I am supposed to > receiver never comes from the net-snmp libraries.
> Here is how I have written code for my own agent [snip] The most obvious thing about that code, is that nowhere do you call the routine 'snmp_read()' to accept the incoming request. Or the routine 'agent_check_and_process()' to handle this at a slightly higher level. Have a look at the code in http://www.net-snmp.org/tutorial/tutorial-5/toolkit/demon/example-demon.c for an example of a basic agent framework. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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
