命令行配置Windows SNMP服务
 
我转载这篇文章的目的和该文的作者一样,找个地方记下来:
2009-06-12 18:26:18
熟悉命令行的用这个肯定很好,不过一般人不愿意记忆啊。

博主回复:
所以才用用博客把它记下来。
2009-06-13 09:35:10
 
原文如下:
 
经常需要在Windows服务器上配置SNMP服务,一项项手动填写信息太麻烦。所以就用命令行执行配置文件来实现。
1) 创建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
2) 在服务器上运行以下命令
C:\Windows\System32\Sysocmgr.exe /i:%windir%\inf\sysoc.inf /u:path_to_the_file/snmp.inf