Hi Dave,

Same output:
        "Timeout: No Response from localhost"

Just as reminder,
If I want to run my code run with OS provided
"net-snmp-5.2.1.2-fc4.1.x86_64.rpm", then there are 2 ways:
Somehow make changes in my code that after output of last OID of my MIB, the
output should be "No more variables left in this MIB View (It is past the
end of the MIB tree)" instead of error message.
OR
Add "SNMPv2-SMI.txt, SNMPv2-TC.txt etc." MIBs, which contains objects for
OID ".1.3.6.1.6" to master agent.

I prefer first one. Please let me know if there is another way available.
 
Kindly let me know how can I execute above 2 potential solutions, or there
is another solution for this or any further information is needed.

Regards,
Ajay

-----Original Message-----
From: Dave Shield [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 02, 2006 10:53 PM
To: Ajay Hotchandani
Cc: net-snmp-users@lists.sourceforge.net
Subject: RE: Timeout: No Response after output of last OID

On Fri, 2006-02-10 at 15:12 +0530, Ajay Hotchandani wrote:
> But with "net-snmp-5.2.1.2-fc4.1", when I give command
> "snmpwalk -v 2c -c public localhost .1.3.6.1.6", I get
>  error as "Timeout: No Response from localhost".

What happens if you try

   snmpwalk -v 2c -t 60 -c public localhost .1.3.6.1.6

?  (to give the agent more time to respond)


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