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

Windows服务器
Win 2000检测系统安全清单(4)
用Windows Server 2003搭建安全文件服务器(1)
用Windows Server 2003搭建安全文件服务器(2)
用Windows Server 2003搭建安全文件服务器(3)
用Windows Server 2003搭建安全文件服务器(4)
2000 Server 实现磁盘的容错功能
安装Windows 2000十大注意事项
Windows 2000中任务时间表的帐号问题
Win 2000常用系统进程列表
Win2K Internet服务器安全构建指南(一)(IIS篇)
Win2K Internet服务器安全构建指南(三)
Win2K Internet服务器安全构建指南(四)
Win2K Internet服务器安全构建指南(五)
WIN2003服务器安全配置终极技巧(1)
WIN2003服务器安全配置终极技巧(2)
WIN2003服务器安全配置终极技巧(3)
WIN2003服务器安全配置终极技巧(4)
WIN2003服务器安全配置终极技巧(5)
Win2K服务器端安全设置教程(1)
Win2K服务器端安全设置教程(2)

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


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