Re: [SNMP4J] Trap Handling Configuration Framework

2016-09-30 Thread Ronald Braswell
Thank you. Ron On Thu, Sep 29, 2016 at 3:50 PM, Fabrice Bacchella < fabrice.bacche...@orange.fr> wrote: > I have written two product: > > The first, https://github.com/fbacchella/SmiExtensions integrate in > snmp4j and can help resolve OID, it still in early stage. > > The second, https://github

[SNMP4J] Behaviour of ResponseListener in SNMP V3

2016-09-30 Thread Peter Verthez
Hi Frank, If we are using asynchronous SNMP calls with SNMPv3, what should be the behaviour in case of timeout, when you used wrong credentials such as a wrong user name.Should the ResponseListener always be triggered, with event.getResponse() = null, after the timeout? I would expect th