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

Windows服务器
配置 Windows Server 2003-IIS 6
Windows 2003系统也玩图片收藏屏保
远程如何修改Windows 2003机器名
在Windows 2003中重置TCP/IP
查看Windows 2003系统日志的简单办法
根治Windows 2003操作系统登录及关机麻烦
为Windows 2003安全—层层设防
保障Windows Server 2003域控制器的安全性
自己动手抠出2003中的IIS6安装程序
Windows 2003操作系统十例最新配置技巧
架设维护Windows Server 2003网页服务器
轻松配置windows2003自带mail服务器
Windows 2003系统中如何实现网络共享还原
Windows Server 2003全接触(1)
Windows Server 2003全接触(2)
Windows Server 2003全接触(3)
Win Server2003常见问题及解决然方案
Windows Server 2003 防火墙
备份与恢复Win2003的AD数据库
Windows Server 2003的Web接口

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


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