您好,登錄后才能下訂單哦!
1、yum安裝方式 --有YUM源的話可以采用這種方式,最快
yum install -y net-snmp net-snmp-utils
2、以下是安裝snmp服務(wù)需要的rpm包:
libsensors3-2.10.6-55.el5.i386.rpm
lm_sensors-2.10.6-55.el5.i386.rpm
net-snmp-libs-5.3.2.2-5.el5.i386.rpm
net-snmp-5.3.2.2-5.el5.i386.rpm
net-snmp-utils-5.3.2.2-5.el5.i386.rpm
3、配置
vim
/etc/snmp/snmpd
.conf
A、修改默認(rèn)的community string
com2sec notConfigUser default public
將Password修改為你才知道的字符串(其實(shí)就是密碼) --這個(gè)地方不要使用默認(rèn)的不然會被***
B、把下面的#號去掉
#view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc
C、把下面的語句
access notConfigGroup "" any noauth exact systemview none none
改成:
access notConfigGroup "" any noauth exact mib2 none none
4、重啟snmpd服務(wù)
#/etc/rc.d/init.d/snmpd restart
或者service snmpd restart
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。