RE: Help regarding - tracing NETSNMP v3 and OID to Textual conversion for MIBs.

2015-08-12 Thread Chauhan, Pushpendra Sin
Thanks Ajit for help I will try API in code and test. From: Ajit Ambekar [mailto:007aji...@gmail.com] Sent: Wednesday, August 12, 2015 3:29 PM To: Chauhan, Pushpendra Sin Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Help regarding - tracing NETSNMP v3 and OID to Textual conversion for MI

Antw: Problems registering AgentX (in C)

2015-08-12 Thread Ulrich Windl
Hi again! Even after adding "snmp_set_do_debugging(1);" at the beginning of my program, I have no real clue; the last lines I get are these: --- trace: snmp_sess_select_info(): snmp_api.c, 5862: sess_select: for all sessions: 5 3 sess_select: next alarm 0.-1020349360 sec sess_select: blocking:no

Re: Help regarding - tracing NETSNMP v3 and OID to Textual conversion for MIBs.

2015-08-12 Thread Ajit Ambekar
Hi, You can use the API snmp_set_do_debugging(1), and check for possible packet drop errors. On Wed, Aug 12, 2015 at 3:02 PM, Chauhan, Pushpendra Sin < pushpendra.sin.chau...@hp.com> wrote: > Hi All, > > > > We have an application which receive and process trap using NET-SNMP > library. > > We a

Antw: Problems registering AgentX (in C)

2015-08-12 Thread Ulrich Windl
Hi! I got absolute zero replies to my message, so I created an isolated test case in the mean-time. The test case looks like this: static volatile intstop_requests = 0; /* count stop requests */ /* main */ int main(int argc, char *argv[]) { int result = 0;

Help regarding - tracing NETSNMP v3 and OID to Textual conversion for MIBs.

2015-08-12 Thread Chauhan, Pushpendra Sin
Hi All, We have an application which receive and process trap using NET-SNMP library. We are facing challenges to know the reasons of failure conditions. We would like to know if there are API's to get the error code for below scenario or can these API's be provided: - When a v3 trap