2008/9/4 Need Help <[EMAIL PROTECTED]>:
> The syntax for "snmptable" is the following:
>
>      USAGE: snmptable [OPTIONS] AGENT TABLE-OID
>
> What does "AGENT " mean?

Exactly the same as for any other Net-SNMP command-line tool.
The address of the remote agent that you wish to query.

So if you would normally run

    snmpwalk -v 1 -c public localhost  myTable

then try

    snmptable -v 1 -c public localhost myTable
or
    snmptable -Ch -v 1 -c public localhost myTable

Dave

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to