Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

snmp v2c inform

Status
Not open for further replies.

sans1988

Programmer
Feb 15, 2011
1
IN
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top