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

Windows服务器
Win2000 IIS5.0之WWW设置
Win2000建立小型局域网
Win2000浏览器状态诊断
手工定制Win2000应答文件
Windows2000 启动光盘制作
Win2000磁盘编辑(四)
Win2000磁盘编辑(三)
Windows2000软件冲突一例
Windows2000全面优化(一)
Windows2000全面优化(二)
Windows2000全面优化(三)
Win2000文件比较工具
Win2000文件版本查看工具
无人参与安装Windows2000全攻略
Win2000磁盘编辑(二)
Win2000磁盘编辑(一)
Windows 2000页面文件的优化
Win2000远程储存分析
Win2000远程储存诊断
WIN2000活动目录之结构篇

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


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