400-810-1218加入收藏夹|设为主页|广告服务|网币|登录|注册
当前位置:首页 >> 技术频道 >> 架设与应用

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

来源:赛迪网 作者:佚名 发布时间:2009-07-16 14:01:21 发表评论

摘要:SNMP(Simple Network Management Protocol,简单网络管理协议),用来对通信线路进行管理。在Windows服务器上配置SNMP服务时,使用手动填写信息太麻烦。

关键词:服务器SNMP服务

  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

0
顶一下
0
踩一下

发表评论

请自觉遵守互联网相关政策法规,作者管理后台可以删除恶意评论、广告和违禁词语。