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

Windows服务器
Win 2000系统内存优化全攻略
Windows系统的十则高级应用技巧
更改Win 2000收藏夹位置
Win2000/XP/2003下的密码探测器
Win 2000系统中的关机技巧
Win 2000日志及其删除方法
Win 2000系统磁盘碎片整理
卸载你的Windows 2000
Windows共享问题巧解决
Win2000特殊的系统目录和文件
Win 2000系统自带的10款小工具
Windows操作系统辅助功能
Win 2000操作系统的启动优化
Win 2000系统补丁的快速安装
恢复Win2000/XP管理员密码
Win2000下“复活”老网卡
Win2000注册表的备份与恢复
Win 2000密码破解
win2000终端在无盘win9X上的实现
Win2000域控制器诊断

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


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