No subject

Alex Finogenov afinogenov____malibunet.com
Sun Sep 30 19:20:41 CEST 2001


Hi,

Using snmp++, I wrote a simple manager to test my SNMP agent.

For some reason I am having a problem setting a request ID. In the manager I
call

...
Pdu pdu;

::set_request_id(&pdu, ++requestId);

...

Then I insert a varbind list, and finally call

Snmp::get(pdu, target);

Everything seems to work fine except that the request ID that the agent
receives starts always from 1000 regardless of the values set in the
manager.

Can you suggest what might be wrong?

Thanks,
Alex



More information about the AGENTPP mailing list