Re: Sending SNMPV3 Trap from C code

2007-07-31 Thread das01
I am also trying to send SNMPV3 traps from C code, is there a way to so this without adding an SNMPv3 destination to the snmpd.conf file. I am currently using create_trap_session(...) to create my sessions but this doesnt support SNMPv3 users/passwords etc... I am using send_v2trap to send the tr

Fwd: Re: Sending SNMPV3 Trap from C code

2007-07-26 Thread Reza Salehi
Thank you so mush Dave. It worked. Note: forwarded message attached. - Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. --- Begin Message --- On 26/07/07, Reza Salehi <[EMAIL PROTECTED]> wrote:

Re: Sending SNMPV3 Trap from C code

2007-07-26 Thread Dave Shield
On 26/07/07, Reza Salehi <[EMAIL PROTECTED]> wrote: > I am using send_v2trap(notification-var) for sending V2 trap inside my > C code. > I want to send Traps in V3 protocol. > > I would appreciate it if you could tell me what command I should use? Use the same code, but configure an SNMPv3 destin

Sending SNMPV3 Trap from C code

2007-07-25 Thread Reza Salehi
Hi All, I am using send_v2trap(notification-var) for sending V2 trap inside my C code. I want to send Traps in V3 protocol. I would appreciate it if you could tell me what command I should use? or If there any examples or documents in this matter. Thanks, Reza