> Is the "send_v2trap()" API capable of sending V1 traps?
Yes.
The calls documented in 'snmp_trap_api(5)' refer to how traps are
*specified*, rather than the form in which they are sent out.
The agent will convert SMNPv1 format traps into SNMPv2 style (or
vice versa) as appropriate.
The format
Hello,
Is the "send_v2trap()" API capable of sending V1 traps? According to the
documentation
(http://www.net-snmp.org/tutorial-5/agent/group__agent__trap.html#a44), it says
"Sinks that can only handle SNMPv1 traps are skipped.". Which means v1 traps
would not be sent.
But according to the d