On 06/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>  As you suggested, I have tried to give the path of snmpd.conf in my
>  run-time environment. The exact command I gave is (snmpd.conf file is
>  stored under /etc/ at run-time environment):
>  root:/bin> snmpd -c /etc/snmpd.conf &

You shouldn't need to run this in the background.
The SNMP agent will fork itself off to run as a daemon automatically.

What are the contents of the /etc/snmpd.conf file?

Try starting the agent using

    snmpd -f -Le -d -c /etc/snmpd.conf

and then run the "snmpget" query.
Do you see anything printed by the snmpd command?

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to