{"id":3672,"date":"2017-04-03T13:12:46","date_gmt":"2017-04-03T07:42:46","guid":{"rendered":"https:\/\/www.wikitechy.com\/technology\/?p=3672"},"modified":"2018-11-01T13:44:28","modified_gmt":"2018-11-01T08:14:28","slug":"snmp-service-security-tab-missing-windows-server-2012-r2-dc","status":"publish","type":"post","link":"https:\/\/www.wikitechy.com\/technology\/snmp-service-security-tab-missing-windows-server-2012-r2-dc\/","title":{"rendered":"[ Solved 100% Working] SNMP service security tab is missing &#8211; Windows Server 2012 R2 &#8211; DC"},"content":{"rendered":"<h3 id=\"problem\"><span style=\"color: #800000;\"><strong><label class=\"label label-warning\">PROBLEM:<\/label><\/strong><\/span><\/h3>\n<p>We have to configure the security settings for the <a href=\"https:\/\/www.wikitechy.com\/technology\/snmp-service-security-tab-missing-windows-server-2012-r2-dc\/\" target=\"_blank\" rel=\"noopener\">SNMP-Service<\/a> on a Windows Server. But they are missing!<\/p>\n<p><span style=\"color: #000000;\"><strong>Here are the facts:<\/strong><\/span><\/p>\n<ul>\n<li><span style=\"color: #000000;\">OS: <\/span>Windows Server 2012 R2<\/li>\n<li>We installed the SNMP feature, that we already configured the service (but we forgot to add another IP under Security tab)<\/li>\n<li>We know the issue where you have to restart the <strong>SNMP-service<\/strong> after you installed the feature to see the Security tab (so we made already some restarts.)<\/li>\n<li>We installed now the DC server role.<\/li>\n<li>Now we can not see the Security tab anymore (we don&#8217;t know if it has to do something with the installation of the DC role).<\/li>\n<li>We really need SNMP for monitoring reasons. (So please don&#8217;t advise to use WMI or other things)<\/li>\n<li>We used my domain admin when clicking on <span style=\"color: #000000;\"><strong>&#8220;SNMP-Service&#8221;<\/strong><\/span> &#8211;&gt; <span style=\"color: #000000;\"><strong>&#8220;Properties&#8221;<\/strong><\/span><\/li>\n<li>What can we do to see the Security tab again? Or is there a possibility to configure the SNMP service via CMD or <a href=\"https:\/\/www.wikitechy.com\/tutorials\/azure\/get-the-current-azure-powershell-version\" target=\"_blank\" rel=\"noopener\">PowerShell<\/a>?<\/li>\n<\/ul>\n<h2 id=\"solution-1\"><span style=\"color: #008000;\"><label class=\"label label-info\">SOLUTION 1:<\/label><\/span><\/h2>\n<ul>\n<li>How to: Set <strong>SNMP settings<\/strong> through registry<\/li>\n<li>We set up Permitted Managers and Valid Communities.<\/li>\n<li>HKEY_LOCAL_MACHINE\\SYSTEM\\Current Control Set\\Services\\SNMP\\Parameters\\Permitted Managers<\/li>\n<\/ul>\n<div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <span class=\"code-embed-name\">bash code<\/span> <\/div> <pre class=\"language-bash code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-bash code-embed-code\">REG_SZ<br\/><br\/>Value name: 1<br\/><br\/>Value data: (IP address of monitoring server)<\/code><\/pre> <\/div>\n[ad type=&#8221;banner&#8221;]\n<p>HKEY_LOCAL_MACHINE\\SYSTEM\\Current Control Set\\Services\\SNMP\\Parameters\\Valid Communities<\/p>\n<div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <span class=\"code-embed-name\">bash code<\/span> <\/div> <pre class=\"language-bash code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-bash code-embed-code\">REG_DWORD<br\/><br\/>Value Data: 4<br\/><br\/>Value Name: (community string)<\/code><\/pre> <\/div>\n<h2 id=\"solution-2\"><span style=\"color: #008000;\"><label class=\"label label-info\">SOLUTION 2:<\/label><\/span><\/h2>\n<ul>\n<li>The <a href=\"https:\/\/www.wikitechy.com\/tutorials\/laravel\/laravel-config\" target=\"_blank\" rel=\"noopener\">configuration<\/a> directive you should add to \/etc\/snmp\/snmpd.conf is:<\/li>\n<\/ul>\n<h4 id=\"code\"><span style=\"color: #003300;\"><b>Code:<\/b><\/span><\/h4>\n<div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <span class=\"code-embed-name\">bash code<\/span> <\/div> <pre class=\"language-bash code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-bash code-embed-code\">agentaddress udp:161<\/code><\/pre> <\/div>\n<ul>\n<li>What does <a href=\"https:\/\/www.forums.wikitechy.com\/qa-tag\/netstat\/\" target=\"_blank\" rel=\"noopener\">netstat<\/a> say about <strong>UDP port 161<\/strong>? This will show you if the<a href=\"https:\/\/www.wikitechy.com\/tutorials\/socket\/simple-way-to-emit-messages-by-user-id\" target=\"_blank\" rel=\"noopener\"> socket<\/a> is in use:<\/li>\n<\/ul>\n<h4 id=\"code-2\"><span style=\"color: #003300;\"><b>Code:<\/b><\/span><\/h4>\n<div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <span class=\"code-embed-name\">bash code<\/span> <\/div> <pre class=\"language-bash code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-bash code-embed-code\">netstat -lupn | grep :161<\/code><\/pre> <\/div>\n[ad type=&#8221;banner&#8221;]\n<ul>\n<li>And what happens if you try to start snmpd manually with:<\/li>\n<\/ul>\n<h4 id=\"code-3\"><span style=\"color: #003300;\"><b>Code:<\/b><\/span><\/h4>\n<div class=\"code-embed-wrapper\"> <div class=\"code-embed-infos\"> <span class=\"code-embed-name\">bash code<\/span> <\/div> <pre class=\"language-bash code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-bash code-embed-code\">\/usr\/sbin\/snmpd -c \/etc\/snmp\/snmpd.conf<\/code><\/pre> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>We have to configure the security settings for the SNMP-Service on a Windows Server. But they are missing!<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1699,28],"tags":[7016,6985,6991,6988,6990,6995,6983,7014,6999,6994,6996,7005,7004,7010,7013,7000,7015,6998,7008,7009,7011,7003,7001,6997,6992,6984,7012,6989,7006,6987,7002,6993,7007,6986],"class_list":["post-3672","post","type-post","status-publish","format-standard","hentry","category-linux","category-sql-server","tag-configure-snmp-windows-2012","tag-generate-snmp-trap-windows","tag-how-to-configure-snmp-traps-on-windows-2008-server","tag-how-to-receive-snmp-traps-in-windows","tag-how-to-receive-snmp-traps-in-windows-7","tag-how-to-test-snmp-from-command-line","tag-monitoring-domain-controller-snmp-windows-server-2012-r2-system-monitoring","tag-server-2012-snmp","tag-snmp-logs","tag-snmp-not-responding-windows-2008","tag-snmp-security-issues","tag-snmp-server","tag-snmp-server-2012","tag-snmp-server-windows","tag-snmp-service","tag-snmp-service-security-tab-is-missing","tag-snmp-tool","tag-snmp-troubleshooting-cisco","tag-snmp-windows-2012","tag-snmp-windows-7","tag-snmp-windows-server","tag-snmp-windows-server-2012","tag-snmpwalk-windows","tag-test-snmp-connection","tag-troubleshooting-snmp-linux","tag-windows-snmp-trap-service","tag-windows-2012-snmp","tag-windows-send-snmp-trap-command-line","tag-windows-server-2012-snmp","tag-windows-server-2012-snmp-trap-configuration","tag-windows-snmp","tag-windows-snmp-log","tag-windows-snmp-service","tag-windows-snmp-trap-receiver"],"_links":{"self":[{"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/posts\/3672","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/comments?post=3672"}],"version-history":[{"count":0,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/posts\/3672\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/media?parent=3672"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/categories?post=3672"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/tags?post=3672"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}