Hello,
After a few days running, several OIDs become unavailable, for example .1.3.6.1.4.1.48690.2.2.1.10.1:
[root@x]# snmpget -v 2c -c public 192.168.18.1 .1.3.6.1.4.1.48690.2.2.1.10.1
SNMPv2-SMI::enterprises.48690.2.2.1.10.1 = No Such Instance currently exists at this OID
Restarting snmpd fixes the issue:
[root@x]# snmpget -v 2c -c public 192.168.18.1 .1.3.6.1.4.1.48690.2.2.1.10.1
SNMPv2-SMI::enterprises.48690.2.2.1.10.1 = STRING: "OK"
snmpd was stable in previous versions.
Regards,