Why are the column objects (abcValue and abcSize, xyzValue and xyzSize) defined as "not-accessible"? In fact, there's absolutely nothing in this MIB that can legitimately be queried!
Apart from that, the problem appears to be with the call to netsnmp_table_set_multi_add_default_row() This should list all of the *accessible* columns - i.e. abcValue and abcSize (once you've fixed the MIB). It should not list the index object(s). Try deleting the entry for COLUMN_ABCINDEX, and recompiling the (sub)agent. That should then work OK. Dave ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
