On 22 March 2011 16:04, Naama Bar Menachem
<naama.barmenac...@novelsat.com> wrote:
> How do I extract index values from netsnmp_variable_list?

The netsnmp_table_request_info structure
    (as returned by netsnmp_extract_table_info(request))
contains a field 'indexes'.
This is a list of the index values for that particular varbind
    (held as a varbind list - you simply ignore the OID field)

This hold for *all* table handlers - there's nothing special
about raw tables here.

Dave

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
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