Hi all,
I am working on snmpv2c inform functionality in core java currently.I am able to send an inform to snmp enabled machines where i am able to receive the inform as a CommandResponderEvent using the method processPDU. But on the sending side, a getResponse on the ResponseEvent object after sending the inform is returning null.Do I have to set a response for the inform in the receiving end inside the processPDU where I receive the inform? If yes, how do I set the response. Please help with any code snippets if possible. I am new to this subject and I would really appreciate a helping hand.
I am working on snmpv2c inform functionality in core java currently.I am able to send an inform to snmp enabled machines where i am able to receive the inform as a CommandResponderEvent using the method processPDU. But on the sending side, a getResponse on the ResponseEvent object after sending the inform is returning null.Do I have to set a response for the inform in the receiving end inside the processPDU where I receive the inform? If yes, how do I set the response. Please help with any code snippets if possible. I am new to this subject and I would really appreciate a helping hand.