<?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 Stp config for mlag design in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/stp-config-for-mlag-design/m-p/10037#M1065</link>
    <description>I have a network, where there are two MLAG peers at the core. Each peer is a stack made of one X670-G2 and one X460-G2. At the edge I have 12 stacks, each one made of 4 pcs.up to 6 pcs X440-G2. On every edge stack there is a lag using 2 x 10Gb, connected to MLAG peers:&lt;BR /&gt;
&lt;BR /&gt;
enable sharing 1:52 grouping 1:52,4:52 algorithm address-based L3_L4 lacp&lt;BR /&gt;
&lt;BR /&gt;
AFAIK, starting from 22.3 (or 22.x), there is stp enabled by default on all switch ports.&lt;BR /&gt;
So I disabled it on uplinks to MLAG:&lt;BR /&gt;
&lt;BR /&gt;
configure stpd s0 delete vlan Default ports 1:52&lt;BR /&gt;
&lt;BR /&gt;
There is no more stp config within the edge stack (except defaults, of course).&lt;BR /&gt;
Is it enough to have proper stp configuration accross the edge stack ?&lt;BR /&gt;
What I am really trying to achieve, is a loop-free configuration, but elrp is not allowed as it is extreme-owned protocol.&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions ?&lt;BR /&gt;
&lt;BR /&gt;
REGARDS&lt;BR /&gt;
Robert&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Feb 2018 21:30:00 GMT</pubDate>
    <dc:creator>Robert_Zdzieblo</dc:creator>
    <dc:date>2018-02-13T21:30:00Z</dc:date>
    <item>
      <title>Stp config for mlag design</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/stp-config-for-mlag-design/m-p/10037#M1065</link>
      <description>I have a network, where there are two MLAG peers at the core. Each peer is a stack made of one X670-G2 and one X460-G2. At the edge I have 12 stacks, each one made of 4 pcs.up to 6 pcs X440-G2. On every edge stack there is a lag using 2 x 10Gb, connected to MLAG peers:&lt;BR /&gt;
&lt;BR /&gt;
enable sharing 1:52 grouping 1:52,4:52 algorithm address-based L3_L4 lacp&lt;BR /&gt;
&lt;BR /&gt;
AFAIK, starting from 22.3 (or 22.x), there is stp enabled by default on all switch ports.&lt;BR /&gt;
So I disabled it on uplinks to MLAG:&lt;BR /&gt;
&lt;BR /&gt;
configure stpd s0 delete vlan Default ports 1:52&lt;BR /&gt;
&lt;BR /&gt;
There is no more stp config within the edge stack (except defaults, of course).&lt;BR /&gt;
Is it enough to have proper stp configuration accross the edge stack ?&lt;BR /&gt;
What I am really trying to achieve, is a loop-free configuration, but elrp is not allowed as it is extreme-owned protocol.&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions ?&lt;BR /&gt;
&lt;BR /&gt;
REGARDS&lt;BR /&gt;
Robert&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2018 21:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/stp-config-for-mlag-design/m-p/10037#M1065</guid>
      <dc:creator>Robert_Zdzieblo</dc:creator>
      <dc:date>2018-02-13T21:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Stp config for mlag design</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/stp-config-for-mlag-design/m-p/10038#M1066</link>
      <description>Hi Robert&lt;BR /&gt;
&lt;BR /&gt;
i think that could be better configure spantree edge-safeguard, to block accidental loop made by patch cord on the access port.&lt;BR /&gt;
&lt;BR /&gt;
Belowe the configuration tha I use over our network&lt;BR /&gt;
&lt;BR /&gt;
configure stpd s0 ports edge-safeguard enable 1:1-48 bpdu-restrict recovery-timeout 300&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
CLaudio&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2018 21:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/stp-config-for-mlag-design/m-p/10038#M1066</guid>
      <dc:creator>Claudio_D_Ascen</dc:creator>
      <dc:date>2018-02-13T21:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Stp config for mlag design</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/stp-config-for-mlag-design/m-p/10039#M1067</link>
      <description>Thank you, Claudio - that will be useful too.&lt;BR /&gt;
Anyway, stp on MLAG uplink should be disabled, right ?</description>
      <pubDate>Tue, 13 Feb 2018 21:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/stp-config-for-mlag-design/m-p/10039#M1067</guid>
      <dc:creator>Robert_Zdzieblo</dc:creator>
      <dc:date>2018-02-13T21:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Stp config for mlag design</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/stp-config-for-mlag-design/m-p/10040#M1068</link>
      <description>Hello Guys,&lt;BR /&gt;
&lt;BR /&gt;
Is the config line:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;configure stpd s0 delete vlan Default ports 1:52&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
enough to disable completely stp on that port, or do I have to do it for all vlans (not just "Default" vlan) ?&lt;BR /&gt;
&lt;BR /&gt;
REGARDS</description>
      <pubDate>Fri, 16 Feb 2018 17:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/stp-config-for-mlag-design/m-p/10040#M1068</guid>
      <dc:creator>Robert_Zdzieblo</dc:creator>
      <dc:date>2018-02-16T17:25:00Z</dc:date>
    </item>
  </channel>
</rss>

