亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

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

 更新時間:2009年07月22日 23:31:26   作者:  
SNMP(Simple Network Management Protocol,簡單網(wǎng)絡管理協(xié)議),用來對通信線路進行管理。
在Windows服務器上配置SNMP服務時,使用手動填寫信息太麻煩。下面是使用命令行執(zhí)行配置文件來實現(xiàn)。
  創(chuàng)建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

相關文章

最新評論