On Tue, 23 Nov 2004 17:55:39 -0800 [EMAIL PROTECTED] wrote:
WC> However, as we should all know, the call to the function
WC> netsnmp_table_set_multi_add_default_row creates the row, as a default.

It seems we know different things. This does not add a row to the table at all.
It defines the default values to be used when creating a new row. Try setting a
column for a new index in your table, and see if a row appears. Depending on
the table configuration (if you require RowStatus to create a new row), it
will, and should use the defaults you specified at init for any columns you did
not send in the set request.

WC> why the index cannot be *completed* as part of the operation of the
WC> function

I assume you are referring to the 'oid indexes not complete:
iso.2.840.10036.1.1' message. That is the OID received in the snmp request, and
it is indeed incomplete. It is the table OID, with no indexes. Nothing in that
debug message indicates that this is any sort of error.

The only reason you aren't getting data is that you haven't inserted any into
the table. The 'default' row is internal data for the helper, not an actual row
presented to the public.

-- 
Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>  
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to