>  Does anyone know if net-snmp support table get row operation,

There's no SNMP operation specifically to get a row from a table.

If you know the index of the row that you're interested in,
you can use 'snmpget' to retrieve the individual objects that
may up this row:

        snmpget .... myhost myColOne.4 myColTwo.4 myColThree.4

Or you can use 'snmpgetnext' to walk through the table a row
at a time:

        snmpgetnext .... myhost myColOne myColTwo myColThree
                <gives row 1>
        snmpgetnext .... myhost myColOne.1 myColTwo.1 myColThree.1
                <gives the next row, etc, etc>

Dave

PS: Please - no HTML mail.   Thanks



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.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