<?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 for add-vlan-id in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13487#M891</link>
    <description>Can you also tell me how to remove the vlan on the other side. is there any ACL rule or anything that can remove the added acl on the other port at egress..</description>
    <pubDate>Tue, 20 Mar 2018 09:07:00 GMT</pubDate>
    <dc:creator>Danial_Jalil</dc:creator>
    <dc:date>2018-03-20T09:07:00Z</dc:date>
    <item>
      <title>ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13480#M884</link>
      <description>I want to add an ingress ACL to a port that adds a vlan to an untagged traffic. if the traffic is tagged it should add a second vlan. following is my code but somehow i am facing error. is it the right syntax to implement it&lt;BR /&gt;
&lt;BR /&gt;
entry testing {&lt;BR /&gt;
    if match all {&lt;BR /&gt;
    } then {&lt;BR /&gt;
        permit;&lt;BR /&gt;
        add-vlan-id 51;&lt;BR /&gt;
    }&lt;BR /&gt;
} &lt;BR /&gt;
&lt;BR /&gt;
#configure access-list testing ports 4 ingress</description>
      <pubDate>Mon, 19 Mar 2018 23:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13480#M884</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-19T23:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13481#M885</link>
      <description>Can you show us the error you are seeing?</description>
      <pubDate>Mon, 19 Mar 2018 23:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13481#M885</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2018-03-19T23:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13482#M886</link>
      <description>It's correct, but your switch/version needs to support this ACL action modifier.  It came out in 16.1.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Mar 2018 00:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13482#M886</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2018-03-20T00:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13483#M887</link>
      <description>it is  21.1.1.4</description>
      <pubDate>Tue, 20 Mar 2018 00:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13483#M887</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-20T00:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13484#M888</link>
      <description>Could you try the following -&lt;BR /&gt;
entry rule {&lt;BR /&gt;
if {&lt;BR /&gt;
vlan-format untagged;&lt;BR /&gt;
} then {&lt;BR /&gt;
add-vlan-id 51;&lt;BR /&gt;
class-id 2;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
I remember encountering this in a case. "Add-Vlan-Id" works with class-id. Also ensure the VLAN ID you are adding is an available VLAN on the ingress and egress ports.</description>
      <pubDate>Tue, 20 Mar 2018 09:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13484#M888</guid>
      <dc:creator>Sushruth_Sathya</dc:creator>
      <dc:date>2018-03-20T09:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13485#M889</link>
      <description>What is meant by available Vlan.. its already created if thats what you are asking.. if it means something else could you please explain it:)</description>
      <pubDate>Tue, 20 Mar 2018 09:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13485#M889</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-20T09:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13486#M890</link>
      <description>it works, it seems for ingress ACL class id is needed..thank you for the help Sushruth.. you are awesome </description>
      <pubDate>Tue, 20 Mar 2018 09:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13486#M890</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-20T09:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13487#M891</link>
      <description>Can you also tell me how to remove the vlan on the other side. is there any ACL rule or anything that can remove the added acl on the other port at egress..</description>
      <pubDate>Tue, 20 Mar 2018 09:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13487#M891</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-20T09:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13488#M892</link>
      <description>If you want to remove and ACL on a port, then the command is -&lt;BR /&gt;
unconfig access-list &lt;ACL name=""&gt; ingress/egress&lt;/ACL&gt;</description>
      <pubDate>Tue, 20 Mar 2018 09:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13488#M892</guid>
      <dc:creator>Sushruth_Sathya</dc:creator>
      <dc:date>2018-03-20T09:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13489#M893</link>
      <description>Available VLAN means that the VLAN must be added to both the ingress and egress ports.</description>
      <pubDate>Tue, 20 Mar 2018 09:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13489#M893</guid>
      <dc:creator>Sushruth_Sathya</dc:creator>
      <dc:date>2018-03-20T09:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13490#M894</link>
      <description>Can you guys tell me how to remove the VLAN on the other side. is there any ACL rule or anything that can remove the added acl on the other port at egress..(what i want to achieve is internal forwarding mechanism for one port to another..but i cannot do that with macs/ips as all macs will be the same)</description>
      <pubDate>Thu, 22 Mar 2018 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13490#M894</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-22T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13491#M895</link>
      <description>I'm not sure I understand this question. Do you want to perform an L2 redirect from one port to another?</description>
      <pubDate>Thu, 22 Mar 2018 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13491#M895</guid>
      <dc:creator>Sushruth_Sathya</dc:creator>
      <dc:date>2018-03-22T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13492#M896</link>
      <description>Yes! an untag flow enters on lets say port 1 and should be redirected to lets say port 2.. there should be no tag on the traffic when going in port 1 .. and going out of port 2... how do i do thhis? i thought i could assign an internal vlan.. to route traffic from port 1 to 2 .. but then how do i remove this internal traffic when the traffic is leaving port 2? or is there any other approch to do this?</description>
      <pubDate>Thu, 22 Mar 2018 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13492#M896</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-22T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13493#M897</link>
      <description>&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Layer-2-PBR" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Layer-2-PBR&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You can use L2 redirect using the redirect-port action modifier. Refer the attached article.</description>
      <pubDate>Thu, 22 Mar 2018 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13493#M897</guid>
      <dc:creator>Sushruth_Sathya</dc:creator>
      <dc:date>2018-03-22T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13494#M898</link>
      <description>Could you please explain a bit what does port 3:5 means.. i mean i am using extreme network x670 which has 48 ports.. so i should just mentioned redirect-port lets say 48 right?</description>
      <pubDate>Thu, 22 Mar 2018 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13494#M898</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-22T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13495#M899</link>
      <description>3:5 means slot 3 port 5. This will come into play when using chassis or stacked switches. For a single standalone switch, you can use just the port number.</description>
      <pubDate>Thu, 22 Mar 2018 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13495#M899</guid>
      <dc:creator>Sushruth_Sathya</dc:creator>
      <dc:date>2018-03-22T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13496#M900</link>
      <description>I still am not able to redirect the flow from port46 to port 45.i am receiving traffic on port 46 but it is not redirecting it to port 45 as shown in the statistics. can you tell me what am i doing wrong? below is the configuration..&lt;BR /&gt;
&lt;BR /&gt;
ACL....&lt;BR /&gt;
&lt;BR /&gt;
entry one {&lt;BR /&gt;
if match all {&lt;BR /&gt;
} then {&lt;BR /&gt;
redirect-port 45;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
*            46     testing2             ingress  1      0       &lt;BR /&gt;
&lt;BR /&gt;
X670V-48x.40 # show ports 45-48 statistics&lt;BR /&gt;
Port Statistics                                                                        Thu Mar 29 11:21:56 2018&lt;BR /&gt;
Port      Link       Tx Pkt     Tx Byte      Rx Pkt     Rx Byte      Rx Pkt      Rx Pkt      Tx Pkt      Tx Pkt&lt;BR /&gt;
          State       Count       Count       Count       Count       Bcast       Mcast       Bcast       Mcast&lt;BR /&gt;
========= ===== =========== =========== =========== =========== =========== =========== =========== ===========&lt;BR /&gt;
45        A               0           0           0           0           0           0           0           0&lt;BR /&gt;
46        A               0           0     1251587  1882386848           0           0           0           0&lt;BR /&gt;
&lt;BR /&gt;
========= ===== =========== =========== =========== =========== =========== =========== =========== ===========&lt;BR /&gt;
          &amp;gt; in Port indicates Port Display Name truncated past 8 characters&lt;BR /&gt;
          &amp;gt; in Count indicates value exceeds column width. Use 'wide' option or '0' to clear.&lt;BR /&gt;
          Link State: A-Active, R-Ready, NP-Port Not Present L-Loopback&lt;BR /&gt;
          0-&amp;gt;Clear Counters  U-&amp;gt;page up  D-&amp;gt;page down ESC-&amp;gt;exit&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2018 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13496#M900</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-22T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13497#M901</link>
      <description>Danial, what sort of traffic is expected in port 46 ingress. Tagged or untagged? Are the VLANs allowed on port 46 also allowed on port 45?&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2018 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13497#M901</guid>
      <dc:creator>Sushruth_Sathya</dc:creator>
      <dc:date>2018-03-22T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13498#M902</link>
      <description>Yes the vlans are allowed on both the ports.. and untagged traffic is expected on port 46 ingress .</description>
      <pubDate>Thu, 22 Mar 2018 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13498#M902</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-22T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL for add-vlan-id</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13499#M903</link>
      <description>Any help please?</description>
      <pubDate>Thu, 22 Mar 2018 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/acl-for-add-vlan-id/m-p/13499#M903</guid>
      <dc:creator>Danial_Jalil</dc:creator>
      <dc:date>2018-03-22T23:09:00Z</dc:date>
    </item>
  </channel>
</rss>

