Hi All,
I am using NET-SNMP version 5.4.2.1.
I implemented a new MIB which was then registered using the API
netsnmp_create_handler_registration(..) to AgentX.
Writen a simple shell script which in turn calls the set of snmp queries
periodically(say 50 queries in every 10 secs) in a loop. Packed 4-5 snmp
queries in a single SNMP Get packet. so totally 10 request packet for every 10
secs.
Under normal circumstances, everything works fine. I am getting the correct
reponse regularly.
If I increase the load on my server (machine which runs the app that registers
the handler), the behavior changes. I enabled log to analyze the issue.
On Analyzing, I found that AgentX receives multiple request for the same OID
though a single snmpget is called. I am running a sniffer in between which
tells that only one snmpget was sent to the server. But AgentX receives
multiple copies and my app response for the same.
Because of this, in my client (NMS), I got gen-err with errIndex = 1(too big).
After that I got 'No Such Object avaiable" error.
AgentX always resending the same request (OID) though NMS sends different OID.
Please provide me a pointer if you come across such behavior.
Regards,
Prakash.V
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders