Wanted to know about Net-SNMP API to send traps from my application rather than from MIB module

2013-12-02 Thread Chaitanya Gulhane
Hi, I am newbie to Net-SNMP. I want to get more familiar with Net-SNMP. I am having following query. I wanted to write an application which will be sending user defined traps to trap receiver. I don't want to use snmptrap command. Instead of that, I want to use Net-SNMP API like netsnmp_send_trap

RE: using trapsess to send authPriv v3 traps (hashing passwords)

2013-12-02 Thread Hammond, Steven
Thank you, I do see now that that works. I must have had something in error in previous testing, I got the packet, but I could not decrypt it. This round of testing all is working. From: sarath azad [mailto:saraths...@yahoo.co.in] Sent: Thursday, November 28, 2013 2:03 AM To: Hammond, Steven;

Remove IF-MIB and IP-MIB

2013-12-02 Thread Jatin Bodarya
Hi all, I want to remove these mibs from my snmp agent. How can I achieve it ? at configure level as well as runtime ? Also I suppose to stop all the MIB from master and just want to include my own MIBs. And run it as a subagent. How can I achieve it ? Thanks in Advance. J

Remove IF-MIB and IP-MIB

2013-12-02 Thread Jatin Bodarya
NET-SNMP version: 5.7.2.rc1 Ubuntu 12.04 Hi all, I want to remove these mibs from my snmp agent. How can I achieve it ? at configure level as well as runtime ? Also I suppose to stop all the MIB from master and just want to include my own MIBs. And run it as a subagent. How can I ach