hai,
   I have extended the agent to support my own oids of a MIB. Since the 
source for these data is external, i mark these requests as delegated and 
communicate these requests to another process through sockets. Now when 
the responses come from that process, i am unmarking the request 
as delegated and i am able to set values for that request. 
   Now, when i don't get any response within some time i want to set the error
 "no such instance" to those requests. So, i start a alarm and check whether 
the response has come. If it has not come, i set "SNMP_ERR_NOSUCHNAME" to 
requests->status and unmark the request as delegated. But i get another 
request for the next registered mib tree. I don't want this behaviour. Also, 
when i don't delegate the request but still set "SNMP_ERR_NOSUCHNAME", the 
agent returns no such instance and doesn't generate another request for the 
next registered mib tree. Why is this inconsistent? I am using table handler in 
net-snmp version 5.1. Any help will be greatly appreciated. Thanks.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to