// We want to read the "dsServerDescription" variable.
//
// We will thus query "dsServerDescription"
//
list.addVarBind("dsServerDescription");
// Make the SNMP get request and wait for the result.
//
SnmpRequest request = session.snmpGetNextRequest(null, list);