This error can also happen when port 161 is already in use. Make sure it is not
the case.
From: Simon Chamlian
Date: Friday, March 6, 2020 at 3:50 PM
To: Larry Hayes
Cc: Net-SNMP Coders , net-snmp-users
Subject: Re: v5.8 - Error opening specified endpoint ""
when I run your suggestion, I get
when I run your suggestion, I get:
Error opening specified endpoint "udp:0.0.0.0:161"
On Fri, Mar 6, 2020 at 3:13 PM Larry Hayes wrote:
> Have you tried specifying the listening address, I know it's optional
> but...
>
> snmpd -c /home/user/my_snmpd.conf -Lf /tmp/snmpd_log.txt udp:0.0.0.0:1
Have you tried specifying the listening address, I know it's optional but...
snmpd -c /home/user/my_snmpd.conf -Lf /tmp/snmpd_log.txt udp:0.0.0.0:161
On Thu, Mar 5, 2020 at 11:53 AM Simon Chamlian
wrote:
> Hi,
>
> When I start snmpd agent, it exists with an error message:
> Error
Hello everybody,
I'm using NET-SNMP 5.7.3 with SSL support enabled and I can properly
configure the daemon to run SNMPV3 with authNoPriv users.
At run time my subagent will register OIDs with a configurable context name.
Everything is working perfectly.
However I can see a minor but unexpected be