Re: Trap generation using Net-SNMP APIs

2005-07-07 Thread Sridhar S
Garima, You need to use send_v2trap () API to send trap to manager. Look at send_example_notification () function in mibgroup/examples/notification.c for examples. SrIdhar On Fri, 1 Jul 2005 15:17:43 +0530, "Garima Sinha" <[EMAIL PROTECTED]> said: > Hi, > > I have to implement Trap generation i

Re: Trap generation using Net-SNMP APIs

2005-07-01 Thread Wes Hardaker
> On Fri, 1 Jul 2005 15:17:43 +0530, "Garima Sinha" <[EMAIL PROTECTED]> > said: Garima> I have to implement Trap generation in C++. Can someone guide Garima> me in this regard? I have gone through the Net-SNMP APIs. But Garima> I am not able to figure out how to use them for the same Gari