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
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:
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
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