On Thu, 2005-04-07 at 14:29, Shobana Sampath wrote:
> [d:\net-snmp-5.2.1\bin]snmpd
> No log handling enabled - turning on stderr logging
> Warning: no access control information configured.  <==
>   It's unlikely this agent can serve any useful     <==
>   purpose in this state.                            <==

Note this particular error message.
There's a reason the agent is telling you about this!


> [d:\net-snmp-5.2.1\bin]snmpget -v 2c -c public
> 10.86.160.102 1.3.6.1.4.1.9.10.102.1.1.1
> Timeout: No Response from 10.86.160.102.

Yup.
If you haven't got any access control set up,
then you won't be able to query the agent.
Just like it told you.

Try creating the file
   D:/net-snmp-5.2.1/etc/snmp/snmpd.conf
                              ^^^^^
(note that's "snmpd", rather than "snmp")
containing

   rocommunity public

and restart the agent.

Dave



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to