Hi!

Where can I find anything about this command: 'netsnmp_table_row_add_index()' ?
It's in the data_set.c:

netsnmp_table_row_add_index(row, ASN_OCTET_STR, "snmpv3", strlen("snmpv3"));

I'd like to use Unsigned32 index instead of string index. 

netsnmp_table_row_add_index(row, ASN_UNSIGNED, 1, 1); Will this be good? 

Do have to give the index number one by one... ? : /

Thanks!

Nikolett
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to