Linux :
SETP.1 安裝 snmp 服務
shell# yum install -y net-snmp*
SETP.2 設定 /etc/snmp/snmpd.conf
com2sec notConfigUser default public
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view all included .1 80
access notConfigGroup "" any noauth exact all none none
SETP.3 啟動snmp服務
shell# service snmpd start
shell# chkconfig snmpd on
SETP.4 設定 iptables
-A INPUT -m state –state NEW -m udp -p udp –dport 161 -j ACCEPT
Windows :
SETP.1 安裝 snmp 服務
- Windows Server 2003: 新增或移除程式→ 新增/移除Windows元件→ Management and Monitoring Tools→ Simple Network Management Protocol (SNMP)
- Windows Server 2008: 伺服器管理員→ 新增功能→ SNMP服務
SETP.2 允許連線資訊
打開【服務】,點選SNMP Service右鍵內容,設定以下代理程式、安全性。
參考資料:
http://www.net-snmp.org/docs/man/snmpd.conf.html
沒有留言:
張貼留言