<?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: EXOS 22.7.x.x - ACL Preventing Layer 2 Communication between clients in the same subnet. in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-22-7-x-x-acl-preventing-layer-2-communication-between/m-p/68765#M18599</link>
    <description>&lt;P&gt;&lt;USER-MENTION data-id="9898672"&gt;@Stefan K.&lt;/USER-MENTION&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like this;&lt;/P&gt;&lt;P&gt;entry 1 {&lt;BR /&gt;if match all {&lt;BR /&gt;destination-address 10.0.0.0/8 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;deny ;&lt;BR /&gt;count deny ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry 2 {&lt;BR /&gt;if match all {&lt;BR /&gt;destination-address 172.16.0.0/12 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;deny ;&lt;BR /&gt;count deny ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry 3 {&lt;BR /&gt;if match all {&lt;BR /&gt;destination-address 192.168.0.0/16&amp;nbsp;;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;deny ;&lt;BR /&gt;count deny ;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Applied to a VLAN on Egress, lets say VLAN100, if i have two clients configured on the same switch that is doing the L3 they cannot communicate with each other…. i’ve never had this with Cisco\HP\Dell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way i can then get it to work is with an additional entry of;&lt;/P&gt;&lt;P&gt;if match all {&lt;BR /&gt;source-address 192.168.1.0/24 ;&lt;BR /&gt;destination-address 192.168.1.0/24 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;permit ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having the an ACL blocking access to the RFC1918 subnets also blocks routing protocols like VRRP, but i have seen another article on that and that only seems to really effect the likes of VRRP if the ACL is on Ingress.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2021 22:52:12 GMT</pubDate>
    <dc:creator>RobertWilkinson</dc:creator>
    <dc:date>2021-02-10T22:52:12Z</dc:date>
    <item>
      <title>EXOS 22.7.x.x - ACL Preventing Layer 2 Communication between clients in the same subnet.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-22-7-x-x-acl-preventing-layer-2-communication-between/m-p/68763#M18597</link>
      <description>&lt;P&gt;Anyone else got an issue with clients communicating with each other on the same&amp;nbsp;subnet if deploying an ACL Policy on egress of a VLAN.&lt;/P&gt;&lt;P&gt;In Cisco world a normal RFC1918 ACL Egressing the VLAN&amp;nbsp;is sufficient for a guest network, clients can still communicate with each other but this can be additionally adjusted with an ACL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems in EXOS as soon as you define an ACL it enables a type of Client Isolation and the only way around this would be to specifically allow client&amp;nbsp; to client config via an additional rule to allow egress traffic of the whole subnet.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 20:10:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-22-7-x-x-acl-preventing-layer-2-communication-between/m-p/68763#M18597</guid>
      <dc:creator>RobertWilkinson</dc:creator>
      <dc:date>2021-02-10T20:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS 22.7.x.x - ACL Preventing Layer 2 Communication between clients in the same subnet.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-22-7-x-x-acl-preventing-layer-2-communication-between/m-p/68764#M18598</link>
      <description>&lt;P&gt;Could you show us the ACL you created?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 22:16:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-22-7-x-x-acl-preventing-layer-2-communication-between/m-p/68764#M18598</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-02-10T22:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS 22.7.x.x - ACL Preventing Layer 2 Communication between clients in the same subnet.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-22-7-x-x-acl-preventing-layer-2-communication-between/m-p/68765#M18599</link>
      <description>&lt;P&gt;&lt;USER-MENTION data-id="9898672"&gt;@Stefan K.&lt;/USER-MENTION&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like this;&lt;/P&gt;&lt;P&gt;entry 1 {&lt;BR /&gt;if match all {&lt;BR /&gt;destination-address 10.0.0.0/8 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;deny ;&lt;BR /&gt;count deny ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry 2 {&lt;BR /&gt;if match all {&lt;BR /&gt;destination-address 172.16.0.0/12 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;deny ;&lt;BR /&gt;count deny ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry 3 {&lt;BR /&gt;if match all {&lt;BR /&gt;destination-address 192.168.0.0/16&amp;nbsp;;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;deny ;&lt;BR /&gt;count deny ;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Applied to a VLAN on Egress, lets say VLAN100, if i have two clients configured on the same switch that is doing the L3 they cannot communicate with each other…. i’ve never had this with Cisco\HP\Dell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way i can then get it to work is with an additional entry of;&lt;/P&gt;&lt;P&gt;if match all {&lt;BR /&gt;source-address 192.168.1.0/24 ;&lt;BR /&gt;destination-address 192.168.1.0/24 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;permit ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having the an ACL blocking access to the RFC1918 subnets also blocks routing protocols like VRRP, but i have seen another article on that and that only seems to really effect the likes of VRRP if the ACL is on Ingress.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 22:52:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-22-7-x-x-acl-preventing-layer-2-communication-between/m-p/68765#M18599</guid>
      <dc:creator>RobertWilkinson</dc:creator>
      <dc:date>2021-02-10T22:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS 22.7.x.x - ACL Preventing Layer 2 Communication between clients in the same subnet.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-22-7-x-x-acl-preventing-layer-2-communication-between/m-p/68766#M18600</link>
      <description>&lt;P&gt;Turns out it works on Ingress on the VLAN, Cisco and Enterasys is the opposite way. All sorted now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still have to have an entry that has the L2 subnet as a source and destination to allow clients to reach each other but not a major issue, just not usual behavior for other vendor ACL’s.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 23:22:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-22-7-x-x-acl-preventing-layer-2-communication-between/m-p/68766#M18600</guid>
      <dc:creator>RobertWilkinson</dc:creator>
      <dc:date>2021-03-29T23:22:05Z</dc:date>
    </item>
  </channel>
</rss>

