This is a discussion on Re: Problems implementing a v2 trap, within the SNMP Coders forums, part of the Networking and Network Related category; On 17/08/06, Felipe openglx <openglx@starbyte.net> wrote: > When I > ran snmpd, it gave ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 17/08/06, Felipe openglx <openglx@starbyte.net> wrote:
> When I > ran snmpd, it gave me this error everytime my send_trap function was > called: > > "send_trap: no v2 trapOID varbind provided" > My code looks something like this: > snmp_varlist_add_variable(&var_list, > snmptrap_oid, OID_LENGTH(snmptrap_oid), > ASN_OBJECT_ID, > dlswTrapCircuitUp_oid, > OID_LENGTH(dlswTrapCircuitUp_oid)); No - that looks fine at first glance. I'd be inclined to run the agent under a debugger, set a breakpoint in the send_trap routine (perhaps at the point this message is displayed), and have a look at the varbind list of the PDU. How does this compare with the list that you were expecting to see? Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |