On 17/08/06, Felipe openglx <[EMAIL PROTECTED]> 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=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
