Hello,
I don't get asynchrnuos messeges to work.

ResponseListener listener = new ResponseListener() {
                 public void onResponse(ResponseEvent event) {
                     System.out.println(event.getPeerAddress());
                 }
             };

             snmp.send(request, target, usm, listener);

The answer is everytime "null", but if i try the same with synch 
messages it works.

Or do you have an other suggestion how I can react on multible 
responses, because the request goes to the broadcast address of the 
Network (f.e. 192.168.11.255)
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to