Increase limit of 32 characters which can be sent for OCTETSTRING to a value defined in SNMP_OCTETSTRING_MAX_LENGTH
The new SNMP_OCTETSTRING_MAX_LENGTH default is 1024
Also SNMP_PACKET_LENGTH needed to be increased to support larger payloads. There is instability in the underlying library on ESP8266 platforms if this is too large.
Also, if packet sizes are set too large, then this leads to fragmentation which isn't handled.
Increase limit of 32 characters which can be sent for OCTETSTRING to a value defined in SNMP_OCTETSTRING_MAX_LENGTH The new SNMP_OCTETSTRING_MAX_LENGTH default is 1024
Also SNMP_PACKET_LENGTH needed to be increased to support larger payloads. There is instability in the underlying library on ESP8266 platforms if this is too large.
Also, if packet sizes are set too large, then this leads to fragmentation which isn't handled.