Re: snmpd failed to start when agentx is enabled

2024-10-03 Thread Pushpa Thimmaiah
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

Re: snmpd failed to start when agentx is enabled

2024-10-03 Thread Pushpa Thimmaiah
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

Re: snmpd failed to start when agentx is enabled

2024-09-26 Thread Bill Fenner
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

snmpd failed to start when agentx is enabled

2024-09-26 Thread Pushpa Thimmaiah
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