SNMP process may crash when polling Ethernet Connectivity Fault Management protocol statistics using OID - 1.3.111.2.802 (lan-man-stds).
The router should have at least below CFM configuration:
# set chassis network-services enhanced-ip # set protocols oam ethernet connectivity-fault-management maintenance-domain BNG level 2 # set protocols oam ethernet connectivity-fault-management performance-monitoring hardware-assisted-keepalives enable
/var/crash/*core*: No such file or directory
-rw-rw---- 1 root wheel 1918751 Feb 18 02:03 /var/tmp/snmpd.core-tarball.0.tgz
-rw-rw---- 1 root wheel 2066752 Feb 18 02:46 /var/tmp/snmpd.core-tarball.1.tgz
-rw------- 1 root wheel 1451487 Feb 29 22:59 /var/tmp/snmpd.core.2.gz
When the OID - 1.3.111.2.802 (lan-man-stds) is polled by the SNMP server, the SNMPD process crashes with coredump.
Workaround is the exclude this OID in a SNMP view and associate the view with the community string.
Example:
set snmp view test-view oid .1 include
set snmp view test-view oid .1.3.111.2.802 exclude
set snmp community public view test-view
set snmp community public authorization read-only
Please refer the link for more information on this PR1364001.