码迷,mamicode.com
首页 > 其他好文 > 详细

SNMP-网络管理协议

时间:2014-10-24 00:18:02      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:style   color   ar   使用   for   strong   sp   文件   on   

SNMP协议简介:

a. 轮询(Polling) -- 定时获取状态,

  中断(Interrupt)--出问题通知

b. 共同体名(community) -- 口令
--只读口令

--读写口令

使用SNMP:

1 安装snmp

[root@cuijian /]# yum -y install net-snmp*

2 编辑snmp配置文件

[root@cuijian /]# vi /etc/snmp/snmpd.conf

rocommunity xxxx.xxx..(共同体核对口令)

disk /  51606140(最大值)

3 查看用法

[root@cuijian snmp]# service snmpd --status

用法: /etc/init.d/snmpd {start|stop|status|restart|condrestart|reload|force-reload}

[root@cuijian snmp]# service snmpd restart    //启动snmp服务

4 配置开机启动服务

[root@cuijian snmp]# chkconfig snmpd on

SNMP-网络管理协议

标签:style   color   ar   使用   for   strong   sp   文件   on   

原文地址:http://www.cnblogs.com/thrillerz/p/4047117.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!