[SNMP4J] snmp set value null

dajiang hdajiang at rfnetech.com
Wed Nov 30 12:10:43 CET 2011


Hi,

I have problem sending set pdu.
here is my code:

PDU pdu = new PDU();
VariableBinding vb = new VariableBinding(oid);
Variable v = new Integer32(value);
vb.setVariable(v);
pdu.addOID(vb);
snmp.set(pdu, getTarget());
from the snmp pkt I captured, the value is always NULL.

BTW, how to search this mailing list so that I won't ask repeated questions?

Can anybody help? thx.



More information about the SNMP4J mailing list