linux 配置snmp服務,linux配置snmp

來源:互聯網
上載者:User

linux 配置snmp服務,linux配置snmp


--Linux上配置snmp的方法


--先掛載iso光碟片鏡像檔案
mount -o loop /soft/rhel-server-6.4-x86_64-dvd.iso /mnt/cdrom


--先查看是否已安裝snmp相關包
# rpm -qa|grep snmp


--這裡通過yum的方式進行包的安裝,防止因為依賴關係而裝不全
# yum install net-snmp-*
--或者每一個包單獨安裝
rpm -ivh net-snmp-libs-5.3.2.2-17.el5.x86_64.rpm


--安裝完成所需包之後配置etc/snmp/snmpd.conf檔案
按照如下方式修改snmpd.conf檔案


1、修改預設的community string


com2sec notConfigUser default public


將public修改為規定的字串tppublic


2、把下面的語句


access notConfigGroup "" any noauth exact systemview none none
改成:


access notConfigGroup "" any noauth exact mib2 none none


3、把下面的#號去掉


#view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc






--啟動snmpd服務


service snmpd start
或者/etc/rc.d/init.d/snmpd 


--設為開機啟動
  
$ chkconfig snmpd on


--查看狀態  
chkconfig --list | grep snmpd
  
  

著作權聲明:本文為博主原創文章,未經博主允許不得轉載。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.