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

Windows服务器
实现对共享文件的监控
Win2K:在SCSI硬盘上装2000
Win 2K:体验运行如飞的感觉
Win 2003组策略和安全模板的应用
Win2003作路由 局域网共享上网Win2003作路由 局域网共享上网
Win2003远程桌面的配置及应用
快速关闭Win2003的三种方法
不在Windows下也能使用优盘
网络软件在多操作系统中共享技巧
WinServer2003秘笈放送
Win Server 2003系统优化的常用技巧
千呼万唤:Windows 2003 SP1抢鲜试用
Win2003中Web服务器的配置
win2003 server优化一网打尽
XP/2003系统服务备份与保护
如何配置Win2003的DNS服务器
透视Windows2003的Web接口
WindowsServer2003应用技巧集
win2003最新优化方法大全
Win2003中快速建立ADSL拨号

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


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