linux上配置snmp代理

來源:互聯網
上載者:User

在linux上配置snmp代理的過程,

先確定是否安裝了snmp服務,然後修改snmpd.conf檔案,使之符合snmp管理端的要求,確認修改OK後,

重新啟動snmpd,最後確定防火牆已經開啟了snmp的連接埠(一般為UDP 161)。

1.查詢是否安裝了snmp服務,

CentOS-----------

rpm -qa|grep snmp ,有輸出則OK。

啟動snmpd :/etc/init.d/snmpd start

OpenSuSe-----------

查看software management中的內容。

啟動snmpd :YaST  / System Service(Runlevel) /enable snmpd ,一路next /accept下去。

2.修改snmpd.conf
CentOS-----------

vi /etc/snmp/snmpd.conf,然後作如下修改:

com2sec notConfigUser  192.168.0.0/16  密碼字
view all    included  .1                               80
access  notConfigGroup ""      any       noauth    exact  all  none none
OpenSuSe-----------
cd /etc/snmpconf
snmpconf
 1 / 1 / 1 / 3 / 密碼字 / 192.168.0.0/16 / f / f / q

 

重新啟動snmpd
/etc/init.d/snmpd restart

3.修改防火牆
iptables -t filter -I chain名字  -p udp --dport 161 -j ACCEPT
service iptables save;service iptables restart;iptables -L

4.測試snmpd
 snmpwalk -v 2c 192.168.200.156  -c 密碼字

 

 

參考:

1.http://www.diybl.com/course/6_system/linux/Linuxjs/200861/119376.html

2.http://felipeferreira.net/?p=50 linux下安裝及配置snmp服務

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.