Re: snmpv3 send response: too long

2018-02-11 Thread duocell
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

snmpv3 send response: too long

2018-01-23 Thread duocell
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)