On Mon, 2006-03-13 at 16:17 +0530, Ramachandrappa, Nataraju Karidasarahalli wrote: > If I start the developed agent and gave the following snmpget command > snmpget -c demo localhost 1.3.6.1.4.1.11.255.1.2.1.0. that particular > handler gets called 3 times. > > Why it is getting called 3 times.
The only thing that springs to mind is the request being repeated because the response took too long to return. What happens if you try snmpget -c demo -t 60 localhost 1.3.6.1.4.1.11.255.1.2.1.0 ? If that still invokes the handler three times, then if you post the actual code, I'll have a look to see if I can reproduce the problem. Dave ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ 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
