{"id":143,"date":"2020-10-22T18:16:34","date_gmt":"2020-10-22T16:16:34","guid":{"rendered":"http:\/\/www.sensimedia.org\/?p=143"},"modified":"2025-03-07T08:44:20","modified_gmt":"2025-03-07T07:44:20","slug":"management-acl-on-n-series","status":"publish","type":"post","link":"https:\/\/sensimedia.org\/?p=143","title":{"rendered":"Management ACL on N-Series"},"content":{"rendered":"\n<p>Management ACLs filter packet use to manage the switch.<\/p>\n\n\n\n<p>First we do create a specific access-list with the  keyword management<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">console(config)# management access-list AdminList<\/pre>\n\n\n\n<p>You can restrict by source vlan, Ips, subnet for a specific services<\/p>\n\n\n\n<p>The list of service is restricted to:<br> &#8211; Telnet<br> &#8211; SSH<br> &#8211; Http(s)<br> &#8211; TFTP<br> &#8211; snmp<br> &#8211; sntp<br>  &#8211; any  (the word &#8221; any&#8221; include all of them.)<br><br>You can also, specify a priority to order access<\/p>\n\n\n\n<p>For exemple you can do this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">console(config-macl)#permit ip-source 192.168.99.1 service snmp\nconsole(config-macl)#permit ip-source 192.168.100.10 service snmp\nconsole(config-macl)#permit ip-source 192.168.99.1 service ssh\nconsole(config-macl)#permit ip-source 192.168.100.10 service ssh\nconsole(config-macl)# deny vlan 666 service any\nconsole(config-macl)# deny ip-source 192.168.10.0 mask \/24 service ssh\nconsole(config-macl)# deny ip-source 192.168.200.0 mask \/24 vlan 200 service snmp<\/pre>\n\n\n\n<p>After we do associate to the  management access-class<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">console(config)#management access-class AdminList<\/pre>\n\n\n\n<p>Keep in minds:<br>If one of this service is not start, it&#8217;s not necessary to add in the management access-list<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Management ACLs filter packet use to manage the switch. First we do create a specific access-list with the keyword management console(config)# management access-list AdminList You can restrict by source vlan, Ips, subnet for a specific services The list of service is restricted to: &#8211; Telnet &#8211; SSH &#8211; Http(s) &#8211; TFTP &#8211; snmp &#8211; sntp &hellip; <a href=\"https:\/\/sensimedia.org\/?p=143\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Management ACL on N-Series&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,6,9],"tags":[16,21,23],"class_list":["post-143","post","type-post","status-publish","format-standard","hentry","category-dellemc","category-networking","category-os6","tag-dellemc","tag-networking","tag-os6"],"_links":{"self":[{"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/posts\/143","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sensimedia.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=143"}],"version-history":[{"count":1,"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/posts\/143\/revisions"}],"predecessor-version":[{"id":518,"href":"https:\/\/sensimedia.org\/index.php?rest_route=\/wp\/v2\/posts\/143\/revisions\/518"}],"wp:attachment":[{"href":"https:\/\/sensimedia.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=143"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sensimedia.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=143"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sensimedia.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=143"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}