[筆記] FreeBSD 10.1 SNMPWALK 抓不到資料
本文于2393天之前發表,文章內容可能已經過時。
改 /usr/local/share/snmp/snmpd.conf
You need to change the following limits:
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
to:
view systemview included .1.3.6.1.2.1
view systemview included .1.3.6.1.2.1.25.1.1
這樣就好,多了一個 .1 差很多很多….