How to run my legacy snmp "agent" as sub-agent of net-snmp agent

2009-06-23 Thread Krishna Mohan
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

Regarding signal handler for SIGSEGV

2009-06-23 Thread Lakshmi Priya Madhusudan -X (lmadhusu - HCL at Cisco)
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