码迷,mamicode.com
首页 > 其他好文 > 详细

批处理 方式安装配置SNMP服务

时间:2018-05-21 12:17:18      阅读:268      评论:0      收藏:0      [点我收藏+]

标签:SNMP

最近公司在上 Nagios 监控,需要批量对Windows 平台启用SNMP服务。

闲言少叙 立马正题

终端计算机批量启用SNMP 服务并进行配置。
1、利用DISM 进行SNMP 服务安装。
dism /online /enable-feature /featurename:SNMP
regedit /s "SNMP.reg"
参考文档:https://www.raymond.cc/blog/add-or-remove-windows-features-through-the-command-prompt/

2、对SNMP 服务的配置,选用直接修改注册表的方式。一下文件直接保存为.reg 方便调用


Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SNMP\Parameters\ValidCommunities]
"Public"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SNMP\Parameters\PermittedManagers]
"3"="192.168.1.1"

批处理 方式安装配置SNMP服务

标签:SNMP

原文地址:http://blog.51cto.com/unicom/2118615

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!