//
list.addVarBind("dsServerDescription");
// Make the SNMP get request and wait for the result.
//
SnmpRequest request = session.snmpGetNextRequest(null, list);
final boolean completed = request.waitForCompletion(0);
// Check for a timeout of the request.
//