Hi,
On my host I’m
using legacy snmp (internally developed by our team) which lacks IPv6
functionality. In order to circumvent this, I’d like to use net-snmp
agent which supports IPv6 and adding new MIBs at ease. Could you please
let me know how to run my legacy snmp as sub-agent of net-snm
Hi all,
I have a requirement where i need to generate core-dump by sending
SIGSEGV signal ( kill -11 ). But i found that in the net-snmpd
code there is no handler for SIGSEGV signal. I tried adding the
following code snippet but it dint work.
In snmpd.c i added the following
#ifdef SIGSEGV
R