Hello, I am successfully getting callbacks in a SNMP polling program, and I noticed that there are different callback message types as per snmp_api.h:
#define NETSNMP_CALLBACK_OP_RECEIVED_MESSAGE 1 #define NETSNMP_CALLBACK_OP_TIMED_OUT 2 #define NETSNMP_CALLBACK_OP_SEND_FAILED 3 #define NETSNMP_CALLBACK_OP_CONNECT 4 #define NETSNMP_CALLBACK_OP_DISCONNECT 5 I have seen callback message types 1, 2, and possibly type 3. But I have not seen message types 4 and 5. Do these messages correspond to the session open handshake and session close? How can I enable receiving callbacks for message types 4 and 5 when polling a device? Thanks, Brendan ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
