批處理 方式安裝配置SNMP服務

最近公司在上 Nagios 監控,須要批量對Windows 平臺啓用SNMP服務。ios

閒言少敘 立馬正題windows

終端計算機批量啓用SNMP 服務並進行配置。
一、利用DISM 進行SNMP 服務安裝。
ECHO off
cd %~sdp0
start /wait dism /online /enable-feature /featurename:SNMP
regedit /s "SNMP.reg"
將上述文件保存爲SNMP.bat 便可
參考文檔:https://www.raymond.cc/blog/add-or-remove-windows-features-through-the-command-prompt/ide

二、對SNMP 服務的配置,選用直接修改註冊表的方式。一下文件直接保存爲.reg 方便調用blog


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" rem

相關文章
相關標籤/搜索