[SNMP4J] target address timeout

Jerome Jabson jjabson at yahoo.com
Tue Feb 9 02:36:49 CET 2010


Hello,

I'm trying to detect if a target address is not responding during this call:

list = treeUtils.getSubtree(target, new OID(oid));

I have the following set for target address:

                target.setAddress(targetAddress); 
                target.setRetries(RETRIES); 
                target.setTimeout(TIMEOUTS);

where RETRIES = 3
and TIMEOUTS = 5000

for some reason it takes a very long time (5/6 minutes) before I get anything back from calling treeUtils.Any insight would be greatly appreciated.

Thanks,
Jerome



      



More information about the SNMP4J mailing list