Re: Configuring trap receiver address and community string from the C code

2009-11-18 Thread Wes Hardaker
> On Fri, 13 Nov 2009 20:04:08 +0530, Goutham BG said: GB> But I need to know how we can configure the trap receiver address and the GB> community string from a standalone (separate) application or from a AgentX GB> subagent? The Net-SNMP master agent, which follows the IETF specified RFCs w

Re: Configuring trap receiver address and community string from the C code

2009-11-16 Thread Goutham BG
Hi Dave, Thanks for the information. The below details gives more clarity on my project and the issues. Trap generation: send_v2trap() The process generating the alarms>SNMP trap generator->net-snmp main agent SNMP master agent configuration: [GU

Re: Configuring trap receiver address and community string from the C code

2009-11-12 Thread Dave Shield
2009/11/12 Goutham BG : > I am using net-snmp to send alarms generated in the system > as SNMPv2 trap notifications. Is this a standalone application, a separate subagent, or a module within the main SNMP agent? How are you sending the traps? > As part of this I need a way to configure the trap

Configuring trap receiver address and community string from the C code

2009-11-12 Thread Goutham BG
Hi I am using net-snmp to send alarms generated in the system as SNMPv2 trap notifications. As part of this I need a way to configure the trap receiver address and the community string from a C/C++ program (or a subagent). Can you please let me know how trap receiver address and community string