<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; SNMP</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/snmp/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS系统下安装SNMP服务</title>
		<link>https://www.osyunwei.com/archives/12773.html</link>
		<comments>https://www.osyunwei.com/archives/12773.html#comments</comments>
		<pubDate>Wed, 20 Jul 2022 07:51:55 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[SNMP]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=12773</guid>
		<description><![CDATA[操作系统：CentOS 7.x 8.x 一、防火墙配置 CentOS 7.x 8.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件，开放ftp服务端口 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/12773.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/12773.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Server 11.10安装snmp</title>
		<link>https://www.osyunwei.com/archives/3783.html</link>
		<comments>https://www.osyunwei.com/archives/3783.html#comments</comments>
		<pubDate>Wed, 09 May 2012 09:52:15 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[SNMP]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3783</guid>
		<description><![CDATA[操作系统：Ubuntu Server 11.10 1、安装配置snmp apt-get install snmp snmpd   #安装，根据提示输入y即可 mv /etc/snmp/snmpd.conf  /etc/snmp/snmpd.confbak  #备份原有配置文件 nano /etc/snmp/snmpd.conf  #新建配置文件，添加以下内容 com2sec notConfigUser default public        group notConfigGroup v1 notConfigUser        group notConfigGroup v2c notConfigUser        view systemview included .1        access notConfigGroup "" any noauth exact systemview none none        syslocation www.osyunwei.com        syscontact Root osyunwei@osyunwei.com        pass .1.3.6.1.4.1.4413.4.1 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3783.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3783.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 R2安装SNMP服务</title>
		<link>https://www.osyunwei.com/archives/3402.html</link>
		<comments>https://www.osyunwei.com/archives/3402.html#comments</comments>
		<pubDate>Sat, 31 Mar 2012 18:45:15 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SNMP]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3402</guid>
		<description><![CDATA[说明： 在Windows Server 2003中SNMP服务是以Windows组件的形式来安装的，具体是通过：开始-设置-控制面板-添加或删除程序-添加删除Windows组件-管理和监视工具-简单网络管理协议（SNMP）来安装的。 在Windows Server 2008以及Windows Server 2008 R2中，SNMP是以一个服务器功能的形式存在的，安装方法也与Windows Server 2003完全不一样了，下面教大家在Windows Server 2008 R2中安装SNMP服务： 一、安装SNMP 打开开始-管理工具-服务器管理 服务器管理器-功能-添加功能 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 选择SNMP服务，下一步 点安装 正在安装 安装完成后，点关闭 重新启动服务器，使SNMP服务生效，否则不能正确配置SNMP （注意：如果不想重启服务器，重新启动一下SNMP服务也可以） 重启SNMP服务方法:服务器管理器-配置-服务-SNMP Service鼠标右键-选择“重新启动”即可。 &#160; 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 &#160; 双击打开NMP Service，切换到安全选项，接受的社区名称-添加 团体权限：只读 社区名称：public 接受来自下列主机的SNMP数据包 编辑，SNMP 服务配置，主机名，IP或IPX 地址(H): 填写Cacti等监控主机的的IP地址:192.168.1.100 当然你也可以选择“接受来自任何主机的SNMP数据包”,为了安全，建议配置为监控主机的IP地址 最后，应用-确定，重启SNMP服务，使配置生效 二、设置防火墙，开启UDP161端口 远程监控主机是通过服务器UDP161端口来获取监控数据的，所以要设置防火墙对外开放UDP161端口 下面设置开启服务器的UDP161端口 打开防火墙：开始-控制面板-系统和安全-查看防火墙状态 打开或关闭Windows防火墙 家庭或工作（专用）网络位置设置：启用Windows防火墙 公用网络位置设置：启用Windows防火墙 最后确定 打开高级设置 点入站规则，再打开右上角的新建规则 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3402.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3402.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
