Re: Using NET-SNMP API to Receive Traps

2007-11-26 Thread chrispdraycott
- Original Message - From: "Dave Shield" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Sunday, November 25, 2007 8:01 PM Subject: Re: Using NET-SNMP API to Receive Traps > On 22/11/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: >> I can see tw

Re: Using NET-SNMP API to Receive Traps

2007-11-25 Thread Dave Shield
On 22/11/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I can see two functions that I think might be of use: > > netsnmp_transport_open_server and snmptrapd_add_session > > Are these the ones I need to be looking at? netsnmp_transport_open_server and snmp_add (or snmp_open) yes. Those are

Re: Using NET-SNMP API to Receive Traps

2007-11-22 Thread chrispdraycott
my IP address? Can you point in the right direction a little more please? Thanks Chris - Original Message - From: "Dave Shield" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Thursday, November 22, 2007 9:51 AM Subject: Re: Using NET-SNMP API to Receive

Re: Using NET-SNMP API to Receive Traps

2007-11-22 Thread Dave Shield
On 22/11/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am currently using the NET SNMP API to send get requests and receive GET > Responses from my application. I would like to be able to receive traps in > this application as well. I have read the documentation and cannot see an > obvious

Using NET-SNMP API to Receive Traps

2007-11-22 Thread chrispdraycott
I am currently using the NET SNMP API to send get requests and receive GET Responses from my application. I would like to be able to receive traps in this application as well. I have read the documentation and cannot see an obvious way to do this. Am I missing something? Is this possible? Any h