tutorial asyncapp

2018-03-19 Thread jayshankar nair
Hi, I am getting the following errors on running tutorial asyncapp. ./asyncapp 127.0.0.1 registered debug token parse-mibs, 1 read_objid: Unknown Object Identifier (Sub-id not found: (top) -> system). Please let me know the issue. Thanks, Jayshankar --

Re: Duplicate Traps being sent from a Sub Agent: unhandled PDU in logs

2018-03-19 Thread Larry Hayes
I tracked this down to probably being a multiple thread issue. The mail loop which calls the API: agent_check_and_process() is in the main process. The call to sendTrap2 is in a thread. What I see is the sendTrap2 logic is making the request to the snmpd, and before it can put the request on the i

Re: How to configure net-snmp to expose the agentx_send_ping() function

2018-03-19 Thread Larry Hayes
Thanks for the suggestion. I eventually just modified the bit bake recipe to copy out the needed header files to a destination in the search path. Larry On Sun, Mar 18, 2018 at 2:35 PM Bill Fenner wrote: > Hi Larry, > > I don't have a direct answer to your question: I don't know if there's a

TUT:Simple Application

2018-03-19 Thread jayshankar nair
Hi , I am trying to compile the code available at http://www.net-snmp.org/wiki/index.php/TUT:Simple_Application.But i am getting the following error. snmpget: Unknown Error 32767 (Unknown error -86805603). Thanks, Jayshankar ---