<?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: What are the Command to passtrough Customer-LACP through an Extremeswitch with sw 22.1 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22951#M2105</link>
    <description>Hi Pa Trick,    Please take a look at the article     https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-l2pt-profile-in-Extreme-Switches</description>
    <pubDate>Thu, 03 Nov 2016 07:41:00 GMT</pubDate>
    <dc:creator>Karthik_Mohando</dc:creator>
    <dc:date>2016-11-03T07:41:00Z</dc:date>
    <item>
      <title>What are the Command to passtrough Customer-LACP through an Extremeswitch with sw 22.1</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22946#M2100</link>
      <description>Setup: Point to Point connection with two Extreme x620. We have setup a VMAN for transparent Service. &lt;BR /&gt;
Customer use LACP on both end that we have to transport from A-Switch to the B-Switch. &lt;BR /&gt;
Now the LACP goes not trough by the Extreme with an VMAN?&lt;BR /&gt;
Could somebody tell me how i can tunneling the LACP-Protokoll trough the Extreme for this customer ! &lt;BR /&gt;</description>
      <pubDate>Wed, 02 Nov 2016 22:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22946#M2100</guid>
      <dc:creator>Pa_Trick</dc:creator>
      <dc:date>2016-11-02T22:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are the Command to passtrough Customer-LACP through an Extremeswitch with sw 22.1</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22947#M2101</link>
      <description>Hello Pa Trick&lt;BR /&gt;
&lt;BR /&gt;
If I am not mistaken LACP is only a point to point protocol.  That means it can only go to the next switch and stop.&lt;BR /&gt;
&lt;BR /&gt;
Even if you create a tunnel I do not believe you will be able to have a LACP communication go through multiple switches.&lt;BR /&gt;
&lt;BR /&gt;
P&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Nov 2016 00:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22947#M2101</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2016-11-03T00:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are the Command to passtrough Customer-LACP through an Extremeswitch with sw 22.1</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22948#M2102</link>
      <description>If you see below there are some solution!&lt;BR /&gt;
This is Extreme Networks!!!</description>
      <pubDate>Thu, 03 Nov 2016 00:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22948#M2102</guid>
      <dc:creator>Pa_Trick</dc:creator>
      <dc:date>2016-11-03T00:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are the Command to passtrough Customer-LACP through an Extremeswitch with sw 22.1</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22949#M2103</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
try this:&lt;BR /&gt;
 entry lacp {&lt;BR /&gt;
    if match all {&lt;BR /&gt;
        ethernet-destination-address 01:80:c2:00:00:02 ;&lt;BR /&gt;
    } then {&lt;BR /&gt;
        redirect-port 22 ;&lt;BR /&gt;
        count cnt_lcap;&lt;BR /&gt;
    }}&lt;BR /&gt;
add that ACL on the correct port and use the forwarding port in the redirect-port action (22 in the example). If you have a LAG, add one ACL per physical port. Do the return path as well.</description>
      <pubDate>Thu, 03 Nov 2016 01:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22949#M2103</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-11-03T01:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are the Command to passtrough Customer-LACP through an Extremeswitch with sw 22.1</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22950#M2104</link>
      <description>Note you need to do this on every port in the path between the two user sites.  This will allow the middle switches to keep the patch of the LAG group that they are not a part of&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Nov 2016 01:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22950#M2104</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2016-11-03T01:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are the Command to passtrough Customer-LACP through an Extremeswitch with sw 22.1</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22951#M2105</link>
      <description>Hi Pa Trick,    Please take a look at the article     https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-l2pt-profile-in-Extreme-Switches</description>
      <pubDate>Thu, 03 Nov 2016 07:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22951#M2105</guid>
      <dc:creator>Karthik_Mohando</dc:creator>
      <dc:date>2016-11-03T07:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are the Command to passtrough Customer-LACP through an Extremeswitch with sw 22.1</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22952#M2106</link>
      <description>Great  Thank you for help!</description>
      <pubDate>Thu, 03 Nov 2016 13:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/what-are-the-command-to-passtrough-customer-lacp-through-an/m-p/22952#M2106</guid>
      <dc:creator>Pa_Trick</dc:creator>
      <dc:date>2016-11-03T13:12:00Z</dc:date>
    </item>
  </channel>
</rss>

