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

Windows服务器
win2000终端机应用
Windows 2000中环境变量
Win2000电源管理状态诊断
Win2000上安装PHP+MYSQL(IIS版)
Win2000之PPTP Ping诊断
Win2000之DNS服务器的设置
Win2000添加常用服务设置网络属性
Win2000权限诊断
Windows2000:五则超酷应用技巧
Win2K Server:TCP/IP配置全攻略(上)
Win2000 Server:TCP/IP配置全攻略(下)
Win2K:加快浏览“网上邻居”速度
Windows维护四步曲之系统清理
Win 2K/XP:管理员密码巧恢复
Win 2K:高效操作23条妙法
Win2K/XP:巧妙屏蔽信使服务
找找我在哪儿 自启动程序攻略
PrintSreen截取视频画面二法
改造Windows的“文档”菜单
Win 2K:让2000也兼容

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


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