NAME
sendeasytrap, sendtrapvars, sendv2trap - send TRAPs or INFORMs
from a Net-SNMP MIB module
SYNOPSIS
##iinncclluuddee <
vvooiidd sseennddeeaassyyttrraapp((iinntt trap,, iinntt specific));; vvooiidd sseennddttrraappvvaarrss((iinntt trap,, iinntt specific,, ssttrruucctt vvaarriiaabblleelliisstt **vars));; vvooiidd sseennddvv22ttrraapp((ssttrruucctt vvaarriiaabblleelliisstt **vars));;> DESCRIPTION
These three routines may be used to send traps from a MIB module withinthe Net-SNMP agent (including an AgentX subagent).
sseennddeeaassyyttrraapp(()) sends an SNMPv1 trap (or the SNMPv2 equivalent) to the list of configured trap destinations (or "sinks"), using the provided values for the generic trap type, and specific trap value. sseennddttrraappvvaarrss(()) is similar, but appends the supplied list of variable bindings to the traps that are sent. sseennddvv22ttrraapp(()) uses the supplied list of variable bindings to form anSNMPv2 trap, which is sent to SNMPv2-capable sinks on the configured
list. An equivalent INFORM is sent to the configuredq list of inform sinks. Sinks that can only handle SNMPv1 traps are skipped. The various "sendtrap()" calls allow you to specify traps in different formats. And the various "trapsink" directives allow you to specify destinations to receive different formats. But *all* traps are sent to *all* destinations, regardless of how they were specified. I.e. it's trapsink / sendeasytrap [ Trap ] trap2sink [ Generator ]sendv2trap / [ ] --- informsink
trapsess *Not*sendeasytrap ----------> trapsink
sendv2trap ----------> trap2sink
???? ----------> informsink
???? ----------> trapsess
WWAARRNNIINNGGSS These routines are used to send the traps immediately they are called.Invoking them at the appropriate time is left to the MIB module pro-
grammer.SEE ALSO
ssnnmmppdd..ccoonnff(5), ssnnmmppttrraappdd(8) 4.2 Berkeley Distribution 7 Mar 2002 SNMPTRAPAPI(3)