On 10/04/2008, snmp girl <[EMAIL PROTECTED]> wrote:
> I want to know what is the difference between the walk and get ,

snmpget issues a single GET request for the exact OID specified
snmpwalk issues a series of GETNEXT requests for all OIDs
  located within the specified tree

>                                              and why in
> using get instead of walk for the oid mib of the sql server I can't get any
> answers :there is no such variable name in this MIB

When using "snmpget", you must specify the *exact* OID
that you're interested in.
With "snmpwalk", you can start from anywhere "above"
the OID of interest.

Try running snmpwalk to see the OIDs that are returned,
then invoke snmpget using one of these exact OIDs.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
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