On 21/12/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I was wondering if someone could take a quick look at my conf file below
> and see why when I do the following:
>
> /opt/emc/dist/local/usr/bin/snmpget -v 1 -c whatever localhost
> SNMPv2-MIB::sysUpTime.0
>
> I get the following error message:
>
> Timeout: No Response from localhost.

The two thing to check are:
  a) whether the agent is actually reading this config file,
and
  b)  whether it is receiving the request


Try starting the agent using

    snmpd -f -Le -Dread-config -d


It should generate some debugging output relating to
the config file.  Can you see the expected content?
If not, check the location(s) that it's reading from.

If that looks correct, then try issuing the snmpget command
Do you see a raw packet dump of the incoming request?

If not, then there may be some firewall-style filtering
going on (e.g. iptables or similar).

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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