Hi,
I have a MIB which has ifTable ( OID : 1.3.6.1.2.1.2.2) like table structure.
I want to send the last row of the table as a trap. Which OID VariableBinding 
should be used in my trap between ifTable, ifEntry( or any other)?

For example, for other standard field in MIB, I have a code like this:
PDU trap = new PDU();
trap.setType(PDU. TRAP);
trap.add(new VariableBinding(SnmpConstants.sysDescr, new OctetString("My Sys 
Description")));

Appreciate your help.

Thank You,
Shraddha.
_______________________________________________
SNMP4J mailing list
SNMP4J@agentpp.org
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to