> I do not have root privileges and ...
> .... I get the following error when I try to start the agent
> 
> $ ./snmpd -L -f
> Error opening specified endpoint "udp:161"
> Server Exiting with code 1

As William indicated, the agent can only listen on a "privileged"
port (such as 161) if it's run as root.  Try starting it to listen
on another (non-standard) port, using something like:

        ./snmpd -L -f 9999

You'll then need to specify the same port when you query it:

        snmpwalk .... localhost:9999 system

(or whatever the name of the host is).

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://productguide.itmanagersjournal.com/
_______________________________________________
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