每當我重啟SNMP服務後,在其他台server上使用snmp測試指令snmpwalk -v 2c -c ap206 192.168.5.206 可以順利執行,但是每當到了HOST-RESOURCES-MIB::hrStorageIndex.10 = INTEGER: 10之後就會出現Timeout: No Response from 192.168.5.206,再次執行snmpwalk -v 2c -c ap206 192.168.5.206就不就不會跑了直接秀Timeout: No Response from 192.168.5.206,請問這是怎麼一回事??
[root@was225 network-scripts]# snmpwalk -v 2c -c ap206 192.168.5.206
...
HOST-RESOURCES-MIB::hrSystemNumUsers.0 = Gauge32: 2
HOST-RESOURCES-MIB::hrSystemProcesses.0 = Gauge32: 103
HOST-RESOURCES-MIB::hrSystemMaxProcesses.0 = INTEGER: 0
HOST-RESOURCES-MIB::hrMemorySize.0 = INTEGER: 14367508 KBytes
HOST-RESOURCES-MIB::hrStorageIndex.1 = INTEGER: 1
HOST-RESOURCES-MIB::hrStorageIndex.3 = INTEGER: 3
HOST-RESOURCES-MIB::hrStorageIndex.6 = INTEGER: 6
HOST-RESOURCES-MIB::hrStorageIndex.7 = INTEGER: 7
HOST-RESOURCES-MIB::hrStorageIndex.10 = INTEGER: 10
Timeout: No Response from 192.168.5.206
[root@was225 network-scripts]# snmpwalk -v 2c -c ap206 192.168.5.206
Timeout: No Response from 192.168.5.206
[root@was225 network-scripts]#
net-snmp 5.7.3 的 bug.
https://sourceforge.net/p/net-snmp/patches/1350/
升到 5.8 以上再試試.