[SNMP4J] Snmp INFORM response problem

2008-09-17 Thread Tayyab Akram
Hi all, I need some help, I have implemented trap receiver using Snmp4j and now I am sending SnmpV3 INFORM using net-snmp tool *snmpinform* I have implemented the *processPdu()* function to response the INFORM messages as told by Jeff. Still *snmpinform* fails due to bad response, Below is the

Re: [SNMP4J] Snmp INFORM response problem

2008-09-17 Thread Frank Fock
Hi, I would recommend using the http://www.snmp4j.org/doc/org/snmp4j/Snmp.html#addNotificationListener(org.snmp4j.smi.Address, org.snmp4j.CommandResponder) hook to receive notifications and inform requests. The snmp class will then send the response for you. The UDP checksum error can be