SNMP协议简介:
a. 轮询(Polling) -- 定时获取状态,
中断(Interrupt)--出问题通知
b. 共同体名(community) -- 口令
--只读口令
--读写口令
使用SNMP:
1 安装snmp
[[email protected] /]# yum -y install net-snmp*
2 编辑snmp配置文件
[[email protected] /]# vi /etc/snmp/snmpd.conf
rocommunity xxxx.xxx..(共同体核对口令)
disk / 51606140(最大值)
3 查看用法
[[email protected] snmp]# service snmpd --status
用法: /etc/init.d/snmpd {start|stop|status|restart|condrestart|reload|force-reload}
[[email protected] snmp]# service snmpd restart //启动snmp服务
4 配置开机启动服务
[[email protected] snmp]# chkconfig snmpd on
时间: 2024-12-06 05:26:15