<?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 redirect-port in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40784#M9279</link>
    <description>Hello, colleagues!&lt;BR /&gt;
&lt;BR /&gt;
I have LAG, for example ports 10-14&lt;BR /&gt;
#enable sharing 10 grou 10-14 alg address-based L3&lt;BR /&gt;
I have ACL:&lt;BR /&gt;
entry ACL{&lt;BR /&gt;
if {&lt;BR /&gt;
} then {&lt;BR /&gt;
redirect-port 10;&lt;BR /&gt;
} }&lt;BR /&gt;
#configure access-list ACL ports 1-4 ingress&lt;BR /&gt;
&lt;BR /&gt;
As I understand traffic have to go not only for port 10, but exit from ports 10-14 based on address-based L3 algorithm.&lt;BR /&gt;
As I'm right?&lt;BR /&gt;
Is there some conditions for this ACL? (same vlan in ingress and redirect ports, somthing else)&lt;BR /&gt;
&lt;BR /&gt;
Main problem that I can see traffic is come to ingress ports (1-4) - counters is groing.&lt;BR /&gt;
But I can't see traffic in egress ports (10-14).&lt;BR /&gt;
&lt;BR /&gt;
Any ideas or advices?&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
    <pubDate>Wed, 17 Dec 2014 14:47:00 GMT</pubDate>
    <dc:creator>Alexandr_P</dc:creator>
    <dc:date>2014-12-17T14:47:00Z</dc:date>
    <item>
      <title>ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40784#M9279</link>
      <description>Hello, colleagues!&lt;BR /&gt;
&lt;BR /&gt;
I have LAG, for example ports 10-14&lt;BR /&gt;
#enable sharing 10 grou 10-14 alg address-based L3&lt;BR /&gt;
I have ACL:&lt;BR /&gt;
entry ACL{&lt;BR /&gt;
if {&lt;BR /&gt;
} then {&lt;BR /&gt;
redirect-port 10;&lt;BR /&gt;
} }&lt;BR /&gt;
#configure access-list ACL ports 1-4 ingress&lt;BR /&gt;
&lt;BR /&gt;
As I understand traffic have to go not only for port 10, but exit from ports 10-14 based on address-based L3 algorithm.&lt;BR /&gt;
As I'm right?&lt;BR /&gt;
Is there some conditions for this ACL? (same vlan in ingress and redirect ports, somthing else)&lt;BR /&gt;
&lt;BR /&gt;
Main problem that I can see traffic is come to ingress ports (1-4) - counters is groing.&lt;BR /&gt;
But I can't see traffic in egress ports (10-14).&lt;BR /&gt;
&lt;BR /&gt;
Any ideas or advices?&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Wed, 17 Dec 2014 14:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40784#M9279</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2014-12-17T14:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40785#M9280</link>
      <description>Yes.this should work.What is the exos version.&lt;BR /&gt;
&lt;BR /&gt;
there is also another feature &lt;BR /&gt;
&lt;BR /&gt;
This feature allows you to apply an ACL that causes matching packets to egress a specific port in a linkaggregation (or load-sharing) group.&lt;BR /&gt;
Note&lt;BR /&gt;
This feature applies only to BlackDiamond 8000 series modules and Summit family switches.&lt;BR /&gt;
The following ACL action is added in support of this feature:&lt;BR /&gt;
redirect-port-no-sharing &lt;BR /&gt;
The ACL overrides any load-sharing algorithm hash that is generated based on the lookup results.&lt;BR /&gt;
Limitations include the following:&lt;BR /&gt;
• If the selected port in a load-sharing group is down, the packets will be dropped.&lt;BR /&gt;
• Like the redirect-port action, the specified port must be a member of the egress VLAN.&lt;BR /&gt;
Following is an example of a configuration and ACL policy that directs traffic matching 10.66.4.10 to&lt;BR /&gt;
LAG port 3:&lt;BR /&gt;
enable sharing 2 group 2,3&lt;BR /&gt;
radiomgmt.pol:&lt;BR /&gt;
entry one {&lt;BR /&gt;
if {&lt;BR /&gt;
destination-address 10.66.4.10/32;&lt;BR /&gt;
} then {&lt;BR /&gt;
ACLs&lt;BR /&gt;
ExtremeXOS 15.6 User Guide 753&lt;BR /&gt;
redirect-port-no-sharing 3;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
config access-list radiomgmt any&lt;BR /&gt;
This example would direct inband management traffic to specific radios connected to specific ports&lt;BR /&gt;
within a load-sharing group&lt;BR /&gt;
&lt;BR /&gt;
NoteUse of the ACL redirect-port-no-sharing port action overrides any load-sharing algorithm&lt;BR /&gt;
hash that is generated based on the lookup results. For more information on this action, see&lt;BR /&gt;
LAG Port Selection on page 753.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2014 14:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40785#M9280</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-12-17T14:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40786#M9281</link>
      <description>I don't need redirect-port-no-sharing (I don't need to redirect traffic in one of LAG ports, traffic have to redirecting in all LAG ports).&lt;BR /&gt;
Main task to balancyng traffic in LAG (on L3 condition).&lt;BR /&gt;
&lt;BR /&gt;
Concept guide say that redirect-port condition have to be not to LAG port, but for one of LAG ports.&lt;BR /&gt;
&lt;BR /&gt;
I have traffic that come to ports 1-4 (it's can be LAG or 4 different ports) and this traffic have to go to LAG port (10-14), also balancing on L3 conditions.&lt;BR /&gt;
&lt;BR /&gt;
I see that traffic is coming to ports 1-4, but I don't see redirected traffic on ports 10-14.</description>
      <pubDate>Wed, 17 Dec 2014 18:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40786#M9281</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2014-12-17T18:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40787#M9282</link>
      <description>is the traffic ingress in on a specific vlan?&lt;BR /&gt;
And the Egress lag is on same vlan?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2014 18:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40787#M9282</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-12-17T18:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40788#M9283</link>
      <description>The below information is from concepts guide.&lt;BR /&gt;
• Using the “redirect-port” action overrides Layer 2 echo kill; the result is that a packet can be made to egress the ingress port at Layer 2.&lt;BR /&gt;
It seems to me as  Layer 2 traffic</description>
      <pubDate>Wed, 17 Dec 2014 18:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40788#M9283</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-12-17T18:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40789#M9284</link>
      <description>this traffic can be in specific vlan or not.&lt;BR /&gt;
this traffic mirroring from other device to X670 and I have to transmit this traffic onwards to 4 different monitoring devices.&lt;BR /&gt;
&lt;BR /&gt;
Thats why I built static LAG (but not lacp) with 4 ports. And this traffic have to go to monitoring device. But 1 device have to receive traffic with the same src-IP/dst-IP. This can done by L3 balancing.&lt;BR /&gt;
&lt;BR /&gt;
Thats why I can configure VLANs on X670 as I want - the same VLAN, or different vlans.&lt;BR /&gt;
&lt;BR /&gt;
Scheme like this:&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13475acda7b64b32a27b7c5c5b5529c1_RackMultipart20141217-9736-1tceol4-55555_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2749i0862AE1A3AB0A150/image-size/large?v=v2&amp;amp;px=999" role="button" title="13475acda7b64b32a27b7c5c5b5529c1_RackMultipart20141217-9736-1tceol4-55555_inline.png" alt="13475acda7b64b32a27b7c5c5b5529c1_RackMultipart20141217-9736-1tceol4-55555_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40789#M9284</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2014-12-17T19:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40790#M9285</link>
      <description>Remove the static  lag and try the below acl.&lt;BR /&gt;
&lt;BR /&gt;
entry ACL{&lt;BR /&gt;
if {&lt;BR /&gt;
} then {&lt;BR /&gt;
redirect-port -list 10,11,12,13,14;&lt;BR /&gt;
} }&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40790#M9285</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-12-17T19:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40791#M9286</link>
      <description>OK.&lt;BR /&gt;
&lt;BR /&gt;
and how traffic will be balancing on src-ip/dst-ip condition?</description>
      <pubDate>Wed, 17 Dec 2014 19:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40791#M9286</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2014-12-17T19:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40792#M9287</link>
      <description>Also, as I know - redirect-port-list  is duplikate (propagates) traffic to each port of port-list.</description>
      <pubDate>Wed, 17 Dec 2014 19:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40792#M9287</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2014-12-17T19:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40793#M9288</link>
      <description>entry ACL{&lt;BR /&gt;
if {&lt;BR /&gt;
&lt;BR /&gt;
sourceip &lt;I&gt;&lt;BR /&gt;
dstip &amp;lt;&amp;gt;&lt;BR /&gt;
} then {&lt;BR /&gt;
redirect-port -list 10,11,12,13,14;&lt;BR /&gt;
} }&lt;BR /&gt;
We can have multiple entries to achieve the end result.&lt;/I&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40793#M9288</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-12-17T19:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40794#M9289</link>
      <description>Also I have no specific (concrete) src-ip/dst-ip. I have only L3 condition with which traffic have to distributed to different ports (10-14)&lt;BR /&gt;
&lt;BR /&gt;
</description>
      <pubDate>Wed, 17 Dec 2014 19:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40794#M9289</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2014-12-17T19:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40795#M9290</link>
      <description>see if multiple entry like this matches ur requirement&lt;BR /&gt;
&lt;BR /&gt;
if {&lt;BR /&gt;
&lt;BR /&gt;
sourceip 1.1.1.1&lt;BR /&gt;
dstip &amp;lt;&amp;gt;&lt;BR /&gt;
} then {&lt;BR /&gt;
redirect-port  10;&lt;BR /&gt;
} }&lt;BR /&gt;
&lt;BR /&gt;
if {&lt;BR /&gt;
&lt;BR /&gt;
sourceip 1.1.1.2&lt;BR /&gt;
dstip &amp;lt;&amp;gt;&lt;BR /&gt;
} then {&lt;BR /&gt;
redirect-port  11;&lt;BR /&gt;
} }&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40795#M9290</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-12-17T20:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40796#M9291</link>
      <description>I have no specific (concrete) src-ip/dst-ip&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40796#M9291</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2014-12-17T20:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL redirect-port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40797#M9292</link>
      <description>that's why I need LAG with L3 algorithm - this algorithm will be similar traffic direct to certain monitoring device.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-redirect-port/m-p/40797#M9292</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2014-12-17T20:55:00Z</dc:date>
    </item>
  </channel>
</rss>

