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



      
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to