Re: ActiveAlarmTable implementation in Net-SNMP

2005-12-19 Thread Pichi Reddy
Hi Dave, Thanks very much for your response. > > I am using send_v2_trap ( ) to send notifications from subagents .I want to > > send the following objects as varbinds with a notification. > > > > AlarmTableEntry ::= SEQUENCE { > > > > alarmId > > alarmOb

Re: ActiveAlarmTable implementation in Net-SNMP

2005-12-13 Thread Dave Shield
On Sun, 2005-12-04 at 04:12 -0800, Pichi Reddy wrote: > > I am using send_v2_trap ( ) to send notifications from subagents .I want to > > send the following objects as varbinds with a notification. > > > > AlarmTableEntry ::= SEQUENCE { > > > > alarmId > >

Fwd: Re: ActiveAlarmTable implementation in Net-SNMP

2005-12-05 Thread Pichi Reddy
> Hi Wes , > > Thank you very much for your response. > > I have gone throgh agent/agent_trap.c file. > > I am using send_v2_trap ( ) to send notifications from subagents .I want to > send the following objects as varbinds with a notification. > > AlarmTableEntry ::= SEQUENCE { > >

Re: ActiveAlarmTable implementation in Net-SNMP

2005-11-29 Thread Wes Hardaker
> On Fri, 25 Nov 2005 09:26:33 -0800 (PST), Pichi Reddy <[EMAIL PROTECTED]> > said: Pichi> I am using Net-SNMP 5.1.2 for SNMP agent and subagents. Pichi> I need to provide support for alarmTable for all the notifications SNMP Pichi> agent sends on behalf of our subagents to trap destinat

ActiveAlarmTable implementation in Net-SNMP

2005-11-25 Thread Pichi Reddy
Hi Gurus, I am using Net-SNMP 5.1.2 for SNMP agent and subagents. I need to provide support for alarmTable for all the notifications SNMP agent sends on behalf of our subagents to trap destinations. Can you pls tell me which part of the Net SNMP code needs to be modified to provide thi