当前位置: 首页 > 图文教程 > 服务器 > Windows服务器 > Windows服务器上配置SNMP服务方法

Windows服务器
Win+apache下配置虚拟主机和绑定域名
Winodws Server 2008 安装手记
Windows服务器磁盘性能优化
Windows 2008网络负载均衡之主机控制篇
Windows Server 2008之Server Core攻略
浅析Windows2003的两种快速自动登录捷径
win2000上怎么装PHP+MYSQL(IIS版)
windows必须掌握的八个DOS命令
Windows Server 2008之数据安全
专家讲堂:如何创建Windows VPN服务器
Server Core部署IIS7+PHP FastCGI+MySQL
抢鲜披露Windows Server 2008 R2新功能
Windows Server网络负载均衡技术
用好Windows Server 2008系统触发器
Windows Server 2008成为IT新宠
Hyper-V Server 2008系统管理实战
Windows 2008下利用Diskpart管理磁盘
命令行模式修改文件夹的访问及共享权限
Windows中合理设置共享文件夹访问权限
Vista系统下IIS的HTTP 500错误解决办法

Windows服务器上配置SNMP服务方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-18   浏览: 112 ::
收藏到网摘: n/a

SNMP(Simple Network Management Protocol,简单网络管理协议),用来对通信线路进行管理。在Windows服务器上配置SNMP服务时,使用手动填写信息太麻烦。下面是使用命令行执行配置文件来实现。

创建snmp.inf

[NetOptionalComponents]

SNMP = 1

[SNMP]

Contact_Name = "ITSupport"

Location = "ServerRoom"

Service = Physical, Applications, End-to-End

Community_Name = Type_your_string_here

Traps = Type_the_destination_IP

Send_Authentication = Yes

Accept_CommunityName = Type_your_string_here:Read_Only

Any_Host = no

Limit_Host = Type_the_destination_IP

在服务器上运行以下命令

C:\Windows\System32\Sysocmgr.exe /i:%windir%\inf\sysoc.inf /u:path_to_the_file/snmp.inf