Hi Bill Fenner,
Issue resolved. I have rebooted the device and started snmpd . socket file
/var/agentx/master got created and example code is working.
Thanks,
Pushpa.T
On Thu, Oct 3, 2024 at 5:09 PM Pushpa Thimmaiah
wrote:
> Hi Bill Fenner,
>
> Thank you. I enabled Unix transport and added 'a
Hi Bill Fenner,
Thank you. I enabled Unix transport and added 'agentXSocket
/var/agentx/master' in /etc/snmp/snmpd.conf, and I was able to execute
snmpd. There was no /var/agentx/master created after starting snmpd, and
AgentX was unable to connect to snmpd.
I am following the AgentX tutorial at
h
Hi Pushpa,
You are not enabling UNIX domain support, so net-snmp can't open the UNIX
domain socket for agentx. You can either use the TCP socket by configuring
with something like
agentXSocket tcp:127.0.0.1:705
and then configuring clients similarly, e.g., "snmptrap -X tcp:705"
Or adding the UN
Hi All,
I am getting following error while starting snmpd in net-snmp-5.9. I have
enabled agentx and compiled the source. Kindly guide me to resolve the
same.
I have created directory /var/agentx
---
agentx/master: initializing...
trace: netsnmp_tdomain_transport_tspec(): snmp_transp