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

Windows服务器
浅析2003两种快速自动登录捷径
巧妙启用Windows 2003的远程桌面
2000与XP网络登录差异对比
配置Win2000系统中的磁盘配额
定制全新的Win2000另类“位置条”
给Win2K系统加装纯DOS支持
为Windows 2003移植系统还原
突破Win 2003系统的种种限制
快速恢复Win2000/XP管理员密码
如何让Win2000系统达到最佳性能
实现Win 2000系统补丁的快速安装
轻松做好Windows 2000安全策略
活用2003的“分区增容”功能
Win2003下提高FSO的安全性
配置基于Win 2003 的服务器
Win 2003环境中设置一个Web服务器
在Win 2003中重置Internet协议
Win 2003中给用户文件指派登录脚本
Win 2003创建映像之前使用Sysprep
Win 2003中配置打印机和打印服务器

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-18   浏览: 111 ::
收藏到网摘: 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