<?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 ACL for applying over VLAN in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19026#M825</link>
    <description>We have 4 VLAN over Core Switch (MLAG configured)&lt;BR /&gt;
VLAN 1: 10.3.1.0&lt;BR /&gt;
VLAN 2: 10.3.2.0&lt;BR /&gt;
VLAN 3: 10.3.3.0&lt;BR /&gt;
VLAN 4: 10.3.4.0&lt;BR /&gt;
&lt;BR /&gt;
we don't want VLAN-3 and VLAN-2 to communicate with VLAN-1.&lt;BR /&gt;
But VLAN-2 and VLAN-3 should communicate each other.&lt;BR /&gt;
Help to apply me what ACL should be applying?&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Feb 2018 12:00:00 GMT</pubDate>
    <dc:creator>Alok_Shukla</dc:creator>
    <dc:date>2018-02-28T12:00:00Z</dc:date>
    <item>
      <title>ACL for applying over VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19026#M825</link>
      <description>We have 4 VLAN over Core Switch (MLAG configured)&lt;BR /&gt;
VLAN 1: 10.3.1.0&lt;BR /&gt;
VLAN 2: 10.3.2.0&lt;BR /&gt;
VLAN 3: 10.3.3.0&lt;BR /&gt;
VLAN 4: 10.3.4.0&lt;BR /&gt;
&lt;BR /&gt;
we don't want VLAN-3 and VLAN-2 to communicate with VLAN-1.&lt;BR /&gt;
But VLAN-2 and VLAN-3 should communicate each other.&lt;BR /&gt;
Help to apply me what ACL should be applying?&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2018 12:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19026#M825</guid>
      <dc:creator>Alok_Shukla</dc:creator>
      <dc:date>2018-02-28T12:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for applying over VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19027#M826</link>
      <description>The most straightforward way to do is using VRF.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2018 12:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19027#M826</guid>
      <dc:creator>Mel78__CISSP__E</dc:creator>
      <dc:date>2018-02-28T12:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for applying over VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19028#M827</link>
      <description>Hi alok,&lt;BR /&gt;
&lt;BR /&gt;
You can deny the traffic for VLAN 1 from VLAN 2 &amp;amp; VLAN 3.&lt;BR /&gt;
&lt;BR /&gt;
entry Vlan_2 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    source-address 10.3.2.0/24;&lt;BR /&gt;
    Destination-Address 10.3.1.0/24;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    count Corp_Vlan_2 ;&lt;BR /&gt;
    deny  ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry Vlan_3 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    source-address 10.3.3.0/24;&lt;BR /&gt;
    Destination-Address 10.3.1.0/24;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    count Corp_Vlan_Traffic2 ;&lt;BR /&gt;
    deny  ;&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2018 12:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19028#M827</guid>
      <dc:creator>Aman</dc:creator>
      <dc:date>2018-02-28T12:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for applying over VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19029#M828</link>
      <description>Thanks Aman&lt;BR /&gt;
this ACL is applied on ingress direction</description>
      <pubDate>Wed, 28 Feb 2018 12:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19029#M828</guid>
      <dc:creator>Alok_Shukla</dc:creator>
      <dc:date>2018-02-28T12:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for applying over VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19030#M829</link>
      <description>It's not working, still pinging both VLAN</description>
      <pubDate>Wed, 28 Feb 2018 19:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19030#M829</guid>
      <dc:creator>Alok_Shukla</dc:creator>
      <dc:date>2018-02-28T19:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for applying over VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19031#M830</link>
      <description>did you apply on the Ingress direction?</description>
      <pubDate>Wed, 28 Feb 2018 19:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19031#M830</guid>
      <dc:creator>Aman</dc:creator>
      <dc:date>2018-02-28T19:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for applying over VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19032#M831</link>
      <description>**  count Corp_Vlan_3 in last statement.&lt;BR /&gt;
 I also doing first time so it could be wrong , but it should work.</description>
      <pubDate>Wed, 28 Feb 2018 19:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19032#M831</guid>
      <dc:creator>Aman</dc:creator>
      <dc:date>2018-02-28T19:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for applying over VLAN</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19033#M832</link>
      <description>yes, we had applied on ingress direction but still, both VLAN can ping each other. &lt;BR /&gt;
&lt;BR /&gt;
Note If an ACL needs to be installed for traffic that is L3 routed, and the ingress/egress ports are on different packet-processing units or different slots, and any of the following features are enabled, we recommend that you install the policy on a per-port basis rather than applying it as a wildcard, or VLAN-based ACL. • MLAG (Multi-switch Link Aggregation Group) • PVLAN • Multiport-FDB (forwarding database)</description>
      <pubDate>Wed, 28 Feb 2018 19:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/acl-for-applying-over-vlan/m-p/19033#M832</guid>
      <dc:creator>Alok_Shukla</dc:creator>
      <dc:date>2018-02-28T19:02:00Z</dc:date>
    </item>
  </channel>
</rss>

