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

Windows服务器
Windows2000磁盘扫描功能
Win 2000中也用Msconfig
Windows服务调用机制
改造Win2000“位置条”
Win 2000操作中Hosts文件
Windows 2000常用的十则超级技巧
共享Win 2000系统网络打印机
电脑重启故障解析
微软新Windows文件系统WinFS
Win 2000访问网上邻居加速秘籍
修改注册表停用Windows徽标键
重装操作系统20条军规
彻底放弃快速启动功能
让Win2000系统达到最佳性能
Win 2000系统中ADSL的共享办法
妙!USB移动盘也建“回收站”
轻松设置让Win2000达到最佳性能
菜鸟必看 揭开系统资源的神秘面纱
Windows 2000启动菜单详解
解决Windows 2000/XP的蓝屏陷阱

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


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