<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ACL or policy in General Network Management</title>
    <link>https://community.extremenetworks.com/t5/general-network-management/acl-or-policy/m-p/72947#M78</link>
    <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that the routing device or an access switch? If the latter, I’d consider using policy instead or move to the router for inter-VLAN routing restrictions if you don’t worry about unnecessary traffic reaching the router. If it’s your router, you could for example create a script in XMC that will execute following tasks on the switch:&lt;/P&gt;&lt;OL type="1"&gt;&lt;LI&gt;tftp get to download a .pol file stored in XMC server somewhere&lt;/LI&gt;	&lt;LI&gt;configure access-list ((name)) on relevant hardware piece such as port/VLAN/any&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 03:39:31 GMT</pubDate>
    <dc:creator>Tomasz</dc:creator>
    <dc:date>2021-05-07T03:39:31Z</dc:date>
    <item>
      <title>ACL or policy</title>
      <link>https://community.extremenetworks.com/t5/general-network-management/acl-or-policy/m-p/72946#M77</link>
      <description>&lt;P&gt;entry TestACL { if match all {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; source-address 192.168.1.0/24 ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; destination-address 192.168.170.0/24 ;&lt;BR /&gt;} then {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; deny&amp;nbsp; ;&lt;BR /&gt;} }&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The customer configure this ACL on XOS, he ask me if is possible to replicate on XMC ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 17:56:30 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/general-network-management/acl-or-policy/m-p/72946#M77</guid>
      <dc:creator>Giuseppe_Montan</dc:creator>
      <dc:date>2021-05-04T17:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: ACL or policy</title>
      <link>https://community.extremenetworks.com/t5/general-network-management/acl-or-policy/m-p/72947#M78</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that the routing device or an access switch? If the latter, I’d consider using policy instead or move to the router for inter-VLAN routing restrictions if you don’t worry about unnecessary traffic reaching the router. If it’s your router, you could for example create a script in XMC that will execute following tasks on the switch:&lt;/P&gt;&lt;OL type="1"&gt;&lt;LI&gt;tftp get to download a .pol file stored in XMC server somewhere&lt;/LI&gt;	&lt;LI&gt;configure access-list ((name)) on relevant hardware piece such as port/VLAN/any&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 03:39:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/general-network-management/acl-or-policy/m-p/72947#M78</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2021-05-07T03:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: ACL or policy</title>
      <link>https://community.extremenetworks.com/t5/general-network-management/acl-or-policy/m-p/72948#M79</link>
      <description>&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;Is the routing device, I am looking for a policy to permit or deny the inter-vlan routing.&lt;/P&gt;&lt;P&gt;I will check the script.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 23:57:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/general-network-management/acl-or-policy/m-p/72948#M79</guid>
      <dc:creator>Giuseppe_Montan</dc:creator>
      <dc:date>2021-05-08T23:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: ACL or policy</title>
      <link>https://community.extremenetworks.com/t5/general-network-management/acl-or-policy/m-p/72949#M80</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A policy using Policy feature in XMC could be done but it might be a bit of clicking depending on how many local VLANs you have. You could try to use an automated service for this (deny a resource which is a set of L3 locations and provide each subnet in the Resources). But such policy would have to be applied only to the router, as switches would cut off inside-VLAN communication even port-to-port. I don’t like point to myself but I think we can do a nice and concise ACL for the router and keep the Policy just for the access switches:&lt;/P&gt;&lt;OEMBED url="https://community.extremenetworks.com/extremeswitching-exos-233219/acls-extended-deny-subnet-to-access-other-subnet-and-allow-others-7830409?postid=19909663#post19909663"&gt;&lt;/OEMBED&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 22:15:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/general-network-management/acl-or-policy/m-p/72949#M80</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2021-05-11T22:15:36Z</dc:date>
    </item>
  </channel>
</rss>

