Re: SNMPd crashing at leat once daily

2015-01-05 Thread Fedor Sumkin
Hi all, This is usual problem arising from insufficient open file descriptors. In such case snmpd can stop responding and sometimes may crash. Just increase ulimit open files(ulimit -n 65536 ) and restart snmpd daemon. For permanent change you have to tweak sysctl-s fs.filemax and /etc/security/l

Re: an issue about snmpwalk

2015-08-10 Thread Fedor Sumkin
Hi Li, Check whenever `getnext` is working correctly on a each oid in oid sub tree. It seems that your mib-browser tool uses `getbulk` request type which usually not subjected to this problem Usually this can be done by exporting oids from `snmpbulkwalk -On ...` command on a oid sub tree. Then, m