<?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: Triple redundancy link in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55902#M16216</link>
    <description>Yes you are right. In such case you need to use scripting to react on link A event. If link A goes down then configure EAPS to use link B and deconfigure vlans from link A. If link A goes up again then deconfigure link B and configure link A...    With LAG there will not be outage. With the scripting approach there will be some shotr outage as script must execute and EAPs must be established again.    But yes doable.</description>
    <pubDate>Wed, 27 Jun 2018 11:09:00 GMT</pubDate>
    <dc:creator>Zdeněk_Pala</dc:creator>
    <dc:date>2018-06-27T11:09:00Z</dc:date>
    <item>
      <title>Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55896#M16210</link>
      <description>Hi, community!I have some problem with configuration redundancy on my switch. I need to set to links as a redundancy. I have links A,B,C. A is a main link whose redundancy link is B. If A and B failed i want to that link C take whole network traffic. I don't have any idea how to do this. &lt;BR /&gt;
&lt;BR /&gt;
Thanks for help&lt;BR /&gt;
Best regards.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2018 17:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55896#M16210</guid>
      <dc:creator>Jakub</dc:creator>
      <dc:date>2018-06-26T17:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55897#M16211</link>
      <description>Please clarify if you are referring to routing and you play with the link cost or if you want  L2 and you  want to play with spantree...</description>
      <pubDate>Tue, 26 Jun 2018 17:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55897#M16211</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2018-06-26T17:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55898#M16212</link>
      <description>Why don't you just setup a 3 port LAG?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2018 18:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55898#M16212</guid>
      <dc:creator>John_Romero</dc:creator>
      <dc:date>2018-06-26T18:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55899#M16213</link>
      <description>If each link is full duplex and the same speed then agree the LAG is the best choice.</description>
      <pubDate>Tue, 26 Jun 2018 18:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55899#M16213</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2018-06-26T18:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55900#M16214</link>
      <description>Spanning tree will take care of this automatically BUT I also recommend a 3 port LAG.</description>
      <pubDate>Tue, 26 Jun 2018 23:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55900#M16214</guid>
      <dc:creator>Martineau__John</dc:creator>
      <dc:date>2018-06-26T23:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55901#M16215</link>
      <description>Yeah, sorry and thank you all ,it is on L2, and the network is connected with EAPS, so without STP. And yes all the links are in full duplex with the same speed. But if i make a 3 port LAG, data will be balanced equal on each port and i want to use only A(if works)&lt;BR /&gt;
only B(if A failed) and only C(if A and B failed). Am i right ?&lt;BR /&gt;
&lt;BR /&gt;
A(master)=&amp;gt;B(slave)/B(Master)=&amp;gt;C(slave)</description>
      <pubDate>Wed, 27 Jun 2018 10:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55901#M16215</guid>
      <dc:creator>Jakub</dc:creator>
      <dc:date>2018-06-27T10:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55902#M16216</link>
      <description>Yes you are right. In such case you need to use scripting to react on link A event. If link A goes down then configure EAPS to use link B and deconfigure vlans from link A. If link A goes up again then deconfigure link B and configure link A...    With LAG there will not be outage. With the scripting approach there will be some shotr outage as script must execute and EAPs must be established again.    But yes doable.</description>
      <pubDate>Wed, 27 Jun 2018 11:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55902#M16216</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2018-06-27T11:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55903#M16217</link>
      <description>Thank you all&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2018 11:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55903#M16217</guid>
      <dc:creator>Jakub</dc:creator>
      <dc:date>2018-06-27T11:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55904#M16218</link>
      <description>There may be other ways to do what you are trying to do ... It would help if we had a simple diagram show switches and what ABC is connected to.  &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Jun 2018 01:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55904#M16218</guid>
      <dc:creator>EtherMAN</dc:creator>
      <dc:date>2018-06-28T01:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55905#M16219</link>
      <description>&lt;BR /&gt;
&lt;BR /&gt;
I configure it by UPM profile, but i have problem with if statment&lt;BR /&gt;
&lt;BR /&gt;
configure upm timer "timer" after 10 every 10&lt;BR /&gt;
&lt;BR /&gt;
    enable lldp ports all&lt;BR /&gt;
&lt;BR /&gt;
    conf lldp ports 1 2 advertise all-tlvs&lt;BR /&gt;
&lt;BR /&gt;
    conf upm event device-detect profile "redundancy" ports 1 2&lt;BR /&gt;
&lt;BR /&gt;
    conf upm event device-undetect profile "redundancy"  ports 1 2&lt;BR /&gt;
&lt;BR /&gt;
create  upm profile redundancy:&lt;BR /&gt;
&lt;BR /&gt;
if (($MATCH($EVENT.NAME,DEVICE-UNDETECT))==0) then&lt;BR /&gt;
&lt;BR /&gt;
enable port 3&lt;BR /&gt;
&lt;BR /&gt;
    else&lt;BR /&gt;
&lt;BR /&gt;
disable port 3&lt;BR /&gt;
&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
but this if always disable port&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jul 2018 15:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55905#M16219</guid>
      <dc:creator>Jakub</dc:creator>
      <dc:date>2018-07-04T15:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55906#M16220</link>
      <description>How about this solution?  &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Active-Standby-port-or-LAG-feature-in-EXOS" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Active-Standby-port-or-LA...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jul 2018 19:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55906#M16220</guid>
      <dc:creator>Brian_Anderson1</dc:creator>
      <dc:date>2018-07-05T19:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55907#M16221</link>
      <description>It's good for two links but you can't set third link as a redundancy to first two&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jul 2018 19:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55907#M16221</guid>
      <dc:creator>Jakub</dc:creator>
      <dc:date>2018-07-05T19:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Triple redundancy link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55908#M16222</link>
      <description>Ok, guess I didn't have the full picture.  Probably as Etherman suggested a simple diagram would be helpful.</description>
      <pubDate>Thu, 05 Jul 2018 19:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/triple-redundancy-link/m-p/55908#M16222</guid>
      <dc:creator>Brian_Anderson1</dc:creator>
      <dc:date>2018-07-05T19:01:00Z</dc:date>
    </item>
  </channel>
</rss>

