On Tue, 2006-02-28 at 18:34 +0530, Rustagi, Sandeep (Sandeep) wrote:

> When I am querying the snmpget on sysUpTime of linux machine using the
> following command:
> 
> snmpget -c public 172.16.131.71 system.sysUpTime.0
> 
> I see the requests coming two times in the ethereal and responses
> also two times. 

Perhaps the response is simply taking too long to arrive, and the
snmpget command is retrying the request before the first response
arrives.

Try
    snmpget -c public -t 20 172.16.131.71 system.sysUpTime.0

or
    snmpget -c public -r 0  172.16.131.71 system.sysUpTime.0

Dave


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
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