欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Windows服務(wù)器SNMP服務(wù)的配置方法

 更新時(shí)間:2009年07月22日 23:31:26   作者:  
SNMP(Simple Network Management Protocol,簡單網(wǎng)絡(luò)管理協(xié)議),用來對(duì)通信線路進(jìn)行管理。
在Windows服務(wù)器上配置SNMP服務(wù)時(shí),使用手動(dòng)填寫信息太麻煩。下面是使用命令行執(zhí)行配置文件來實(shí)現(xiàn)。
  創(chuàng)建snmp.inf
復(fù)制代碼 代碼如下:

  [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

  在服務(wù)器上運(yùn)行以下命令
  C:\Windows\System32\Sysocmgr.exe /i:%windir%\inf\sysoc.inf /u:path_to_the_file/snmp.inf

相關(guān)文章

最新評(píng)論