> From: Jun Zhang [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 25, 2008 2:49 PM

> Here are the files snmp.conf and snmpd.conf,
> Both installations were from binary net-snmp-5.4.1.
> When I did the last test and get the same error on the 2003 
> Server, the agent is started as a service, I don't see a 
> snmpd process in the taskmgr, though.
> While the hrSystemDate.0 failed, sysUpTime.0 would succeed.

        IIRC, snmp.conf is not applicable to the agent.

        I think you're not running the net-snmp agent.  Try running it on a 
non-default port, in the foreground so that you get all the output:

C:/> snmpd -f -C -c snmpd.conf -Le :20161

Remember to include the port in the request:

snmpwalk -v 1 -c public localhost:20161 hrSystem

        If you get output from this, then you probably need to find and shut 
down the Windows SNMP agent (IIRC WS2K3 defaults to using the agent, Xp doesn't 
install it), or perhaps just continue to run on the alternate port.

        I note that there is no logging configured in your snmpd.conf.  You 
might want to check the Windows applications log for death messages from snmpd.


        HTH,

Mike

-------------------------------------------------------------------------
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-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