Hi folks. I'm implementing an SNMP agent in an application, and I'm having problems getting tables to work properly.
Let's say the OID of the table is x.x.x.3, and it has 3 columns. After I add a row to the table and walk the MIB, I'd expect to see output like: x.x.x.3.1.1.1 = value x.x.x.3.1.2.1 = value x.x.x.3.1.3.1 = value However, when the table is walked, the resulting OIDs are missing the row number. So, the output is instead: x.x.x.3.1.1 = value x.x.x.3.2.1 = value x.x.x.3.3.1 = value I've been banging my head on this one for a couple days. Can anybody suggest what I'm doing wrong? Thanks! -- Jeff Ramin Software Engineer Singlewire Software PO Box 46218 Madison, WI 53744-6218 Phone Direct - 608.298.1024 www.singlewire.com _______________________________________________ SNMP4J mailing list [email protected] http://lists.agentpp.org/mailman/listinfo/snmp4j
