Hello Frank,
We are using SNMP4J 1.8.1 to query the SNMP agent and observed the following
behavior with different timeouts/retries.
Requesting about 20 OIDs and processing responses asynchronously using simple
implementations of ResponseListener and TreeListener (for WALK) interfaces
Hello Varma,
The network and agent performance is decisive
for the optimal timeout/retry strategy.
With a non-default timeout model you can
further optimize the overall performance,
for example, by resending requests
with t=500ms after t/4,t/2,t instead of
after t,t,t which is the default for 3