Thanks a lot Robert!
Can you please point me the possible fixes?
Regards,
Haiyang
On Mon, Jan 29, 2018 at 8:48 AM, Robert Story wrote:
> On Sun, 21 Jan 2018 21:41:06 -0800 duocell wrote:
> D> Need some help to debug the "send response: too long" error in
> D> net-snm
Hi,
Need some help to debug the "send response: too long" error in
net-snmp-5.7.3
I keeps hitting the following error.
"length of packet 1513 exceeds session maximum 1472"
snmplib/snmp_api.c
if (pdu->version == SNMP_VERSION_3 && session->sndMsgMaxSize != 0 &&
length > session->sndMsgMaxSize)