您好,登錄后才能下訂單哦!
#yum -y install net-snmp*
#vi /etc/snmp/snmpd.conf
1. 查找以下字段:
代碼:
# sec.name source community
com2sec notConfigUser default public
將"comunity"字段改為你要設(shè)置的密碼.比如"public".
將“default”改為你想哪臺機器可以看到你的snmp信息,如192.168.1.200。
2. 查找以下字段:代碼:
####
# Finally, grant the group read-only access to the systemview view.
# group context sec.model sec.level prefix read write notif
access notConfigGroup "" any noauth exact all none none
將"read"字段改為all.
代碼:
#access notConfigGroup "" any noauth exact systemview none none
3. 查找以下字段:代碼:
## incl/excl subtree mask
#view all included .1 80
將該行前面的"#"去掉.
:wq 保存關(guān)閉
#service snmpd restart
如果有防火墻,打開UDP 161端口。
最后運行netstat -ln查看161端口是否打開了.
# netstat -ln|grep 161
用來測試被控對象(192.168.1.200)是否開啟了SNMP服
# snmpwalk -v 2c -c public 192.168.1.200 if
查看被控端是否有CPU負(fù)載的數(shù)據(jù)返回
#snmpwalk -v 2c 192.168.1.200 -c public .1.3.6.1.4.1.2021.10.1.3
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。