On Thu, Mar 24, 2011 at 10:28:25PM -0400, Brendan Tauras wrote: > #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?
These are used by server sides using a connection based transport, so an agent that listens on TCP can expect to see them. A client using TCP might see the DISCONNECT. /Niels -- Niels Baggesen - @home - Ã…rhus - Denmark - [email protected] The purpose of computing is insight, not numbers --- R W Hamming ------------------------------------------------------------------------------ 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
