We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
Mass ARP causes snmpd shows "ERR snmpd[34]: Error allocating more space for arpcache. Cache will continue to be limited to 4096 entries"
Steps to reproduce the issue:
Not reproduce everytime due to realloc mechanism.
It's a known bug net-snmp bug 2678. And net-snmp has fix it (link).
Describe the results you received:
Get syslog ERR snmpd[34]: Error allocating more space for arpcache. Cache will continue to be limited to 4096 entries"
ERR snmpd[34]: Error allocating more space for arpcache. Cache will continue to be limited to 4096 entries"
Describe the results you expected:
Do not show such error.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
@sunnogo , thanks for reporting. It looks like there is a fix. would you be able to incorporate the patch in snmpd build? https://github.com/Azure/sonic-buildimage/tree/master/src/snmpd
Sorry, something went wrong.
@sunnogo , are you talk about another thread?
@lguohan Yeah... Sorry, let me copy it to the right thread. And delete it.
[SNMP] fix issue sonic-net#1874, ERR snmpd[34]: Error allocating more…
2d887c2
… space for arpcache. Cache will continue to be limited to 4096 entries
[SNMP] fix issue #1874, ERR snmpd[34]: Error allocating more space fo…
4715dbb
…r arpcache. Cache will continue to be limited to 4096 entries (#1989)
No branches or pull requests
Description
Mass ARP causes snmpd shows "ERR snmpd[34]: Error allocating more space for arpcache. Cache will continue to be limited to 4096 entries"
Steps to reproduce the issue:
Not reproduce everytime due to realloc mechanism.
It's a known bug net-snmp bug 2678. And net-snmp has fix it (link).
Describe the results you received:
Get syslog
ERR snmpd[34]: Error allocating more space for arpcache. Cache will continue to be limited to 4096 entries"
Describe the results you expected:
Do not show such error.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: