[AGENT++] error on manage when receiving a trap notfication with a finite number of variable bindings

Jochen Katz katz at agentpp.com
Wed Aug 29 23:28:40 CEST 2007


Hi,

> 20070829.14:02:56: 7642: (1)WARNING: Testing for v3 message: Bad parse of
> version

this should only happen, if the received message is corrupt/invalid.
Are you using an unmodified release of snmp++?
I would need a packet dump to see what's going wrong: snmp++ dumps this
information if compiled with _DEBUG defined and the following log settings:
   DefaultLog::log()->set_filter(ERROR_LOG, 15);
   DefaultLog::log()->set_filter(WARNING_LOG, 15);
   DefaultLog::log()->set_filter(EVENT_LOG, 15);
   DefaultLog::log()->set_filter(INFO_LOG, 15);
   DefaultLog::log()->set_filter(DEBUG_LOG, 15);

Regards,
  Jochen





More information about the AGENTPP mailing list