[SNMP4J] TRAP source IP on manager side

2010-05-28 Thread Prakash Kolandaivelu
If you know answer you can post here , it may be helpful for other people
who are looking for the answers.

Thanks,
Prakash
___
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j


Re: [SNMP4J] TRAP source IP on manager side

2010-05-28 Thread jaikar gupta
One can get it by using below code in public void
processPdu(CommandResponderEvent e) method:-

UdpAddress udpHostAdress = (UdpAddress) e.getStateReference().getAddress();


Thanks  Regards
Jaikar Gupta


On Sat, May 29, 2010 at 10:48 AM, Prakash Kolandaivelu 
visitprakashin...@gmail.com wrote:

 If you know answer you can post here , it may be helpful for other people
 who are looking for the answers.

 Thanks,
 Prakash
 ___
 SNMP4J mailing list
 SNMP4J@agentpp.org
 http://lists.agentpp.org/mailman/listinfo/snmp4j

___
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j