Hi,
Baranidharan Ramakoti wrote: > > What is the indexOID and what it would be like? Is it the OID of Index > column in the table, or anything else? No, the indexOID is the (common) instance sub-identifier of the instances in a table's row. For example within "ifDescr.1" the indexOID is "1". > > Also some tables have neither the row status nor the row index columns? How > do we create a row in those tables? That is implementation specific. Please consult the documentation (MIB spec.) of your agent. In any case, you will not be able to use TableUtils.createRow for that. Regards, Frank -- AGENT++ http://www.agentpp.com http://www.snmp4j.com http://www.mibexplorer.com http://www.mibdesigner.com _______________________________________________ SNMP4J mailing list [email protected] http://lists.agentpp.org/mailman/listinfo/snmp4j
