<?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: configuracion en stp en 4 swtiches in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configuracion-en-stp-en-4-swtiches/m-p/83538#M20354</link>
    <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
If we are talking about RSTP (802.1w), I think you miss carrier VLAN ID. Carrier VLAN is the one that will carry STP BPDUs. See an example from EXOS User Guide in the image attached.&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7d071c5e4c5d4754a04d68a8a89ab4a5_7ddae487-9b60-4f0c-b315-43c2b82c6fa5.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2715iA36E92255C726D51/image-size/large?v=v2&amp;amp;px=999" role="button" title="7d071c5e4c5d4754a04d68a8a89ab4a5_7ddae487-9b60-4f0c-b315-43c2b82c6fa5.png" alt="7d071c5e4c5d4754a04d68a8a89ab4a5_7ddae487-9b60-4f0c-b315-43c2b82c6fa5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
If it still won't be working, please attach here:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;'show stpd' 
&lt;/LI&gt;&lt;LI&gt;'show stpd s0' 
&lt;/LI&gt;&lt;LI&gt;'show stpd s0 ports detail' 
&lt;/LI&gt;&lt;/UL&gt;It's more than enough, but we will be able to walk through the analysis of RSTP status in your network together.&lt;BR /&gt;
&lt;BR /&gt;
Kind regards,&lt;BR /&gt;
Tomasz</description>
    <pubDate>Tue, 12 Feb 2019 05:11:49 GMT</pubDate>
    <dc:creator>Tomasz</dc:creator>
    <dc:date>2019-02-12T05:11:49Z</dc:date>
    <item>
      <title>configuracion en stp en 4 swtiches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configuracion-en-stp-en-4-swtiches/m-p/83537#M20353</link>
      <description>hola a todos,&lt;BR /&gt;
&lt;BR /&gt;
tengo que realizar la configuracion de stp con 2 vlan, en 4 switches que estan conectados en forma de un anillo .&lt;BR /&gt;
&lt;BR /&gt;
en cada switch realize esta configuracion &lt;BR /&gt;
&lt;BR /&gt;
create vlan v10 tag 10 description ADMINISTRACION&lt;BR /&gt;
configure vlan 10 add ports 8-9 untagged&lt;BR /&gt;
configure vlan 10 add ports 11 tagged&lt;BR /&gt;
configure vlan 10 add ports 12 tagged&lt;BR /&gt;
configure vlan 10 ipaddress 10.60.52.2/24&lt;BR /&gt;
enable ipforwarding vlan 10&lt;BR /&gt;
&lt;BR /&gt;
create vlan v11 tag 11 description SSID&lt;BR /&gt;
configure vlan 11 add ports 1-7 untagged&lt;BR /&gt;
configure vlan 11 add ports 11 tagged&lt;BR /&gt;
configure vlan 11 add ports 12 tagged&lt;BR /&gt;
configure vlan 11 ipaddress 10.60.53.2/24&lt;BR /&gt;
enable ipforwarding vlan 11&lt;BR /&gt;
&lt;BR /&gt;
disable stpd s0&lt;BR /&gt;
configure stpd s0 mode dot1w&lt;BR /&gt;
enable stpd s0&lt;BR /&gt;
configure stpd s0 priority 0 &lt;BR /&gt;
enable stpd s0 auto-bind vlan 10 &lt;BR /&gt;
enable stpd s0 auto-bind vlan 11 &lt;BR /&gt;
-----------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
create vlan v10 tag 10 description ADMINISTRACION&lt;BR /&gt;
configure vlan 10 add ports 8-9 untagged&lt;BR /&gt;
configure vlan 10 add ports 10 tagged&lt;BR /&gt;
configure vlan 10 add ports 11 tagged&lt;BR /&gt;
configure vlan 10 add ports 12 tagged&lt;BR /&gt;
configure vlan 10 ipaddress 10.60.52.3/24&lt;BR /&gt;
enable ipforwarding vlan 10&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
create vlan v11 tag 11 description SSID&lt;BR /&gt;
configure vlan 11 add ports 1-7 untagged&lt;BR /&gt;
configure vlan 11 add ports 10 tagged&lt;BR /&gt;
configure vlan 11 add ports 11 tagged&lt;BR /&gt;
configure vlan 11 add ports 12 tagged&lt;BR /&gt;
configure vlan 11 ipaddress 10.60.53.3/24&lt;BR /&gt;
enable ipforwarding vlan 11&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
disable stpd s0&lt;BR /&gt;
configure stpd s0 mode dot1w&lt;BR /&gt;
enable stpd s0&lt;BR /&gt;
enable stpd s0 auto-bind vlan 10 &lt;BR /&gt;
enable stpd s0 auto-bind vlan 11 &lt;BR /&gt;
&lt;BR /&gt;
-------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
create vlan v10 tag 10 description ADMINISTRACION&lt;BR /&gt;
configure vlan 10 add ports 8-9 untagged&lt;BR /&gt;
configure vlan 10 add ports 11 tagged&lt;BR /&gt;
configure vlan 10 add ports 12 tagged&lt;BR /&gt;
configure vlan 10 ipaddress 10.60.52.4/24&lt;BR /&gt;
enable ipforwarding vlan 10&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
create vlan v11 tag 11 description SSID&lt;BR /&gt;
configure vlan 11 add ports 1-7 untagged&lt;BR /&gt;
configure vlan 11 add ports 11 tagged&lt;BR /&gt;
configure vlan 11 add ports 12 tagged&lt;BR /&gt;
configure vlan 11 ipaddress 10.60.53.4/24&lt;BR /&gt;
enable ipforwarding vlan 11&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
disable stpd s0&lt;BR /&gt;
configure stpd s0 mode dot1w&lt;BR /&gt;
enable stpd s0&lt;BR /&gt;
enable stpd s0 auto-bind vlan 10 &lt;BR /&gt;
enable stpd s0 auto-bind vlan 11 &lt;BR /&gt;
&lt;BR /&gt;
--------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
create vlan v10 tag 10 description ADMINISTRACION&lt;BR /&gt;
configure vlan 10 add ports 8-9 untagged&lt;BR /&gt;
configure vlan 10 add ports 10 tagged&lt;BR /&gt;
configure vlan 10 add ports 11 tagged&lt;BR /&gt;
configure vlan 10 add ports 12 tagged&lt;BR /&gt;
configure vlan 10 ipaddress 10.60.52.5/24&lt;BR /&gt;
enable ipforwarding vlan 10&lt;BR /&gt;
&lt;BR /&gt;
create vlan v11 tag 11 description SSID&lt;BR /&gt;
configure vlan 11 add ports 1-7 untagged&lt;BR /&gt;
configure vlan 11 add ports 10 tagged&lt;BR /&gt;
configure vlan 11 add ports 11 tagged&lt;BR /&gt;
configure vlan 11 add ports 12 tagged&lt;BR /&gt;
configure vlan 11 ipaddress 10.60.53.5/24&lt;BR /&gt;
enable ipforwarding vlan 11&lt;BR /&gt;
&lt;BR /&gt;
disable stpd s0&lt;BR /&gt;
configure stpd s0 mode dot1w&lt;BR /&gt;
enable stpd s0&lt;BR /&gt;
enable stpd s0 auto-bind vlan 10 &lt;BR /&gt;
enable stpd s0 auto-bind vlan 11&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
pero  si conecto 2 pc no puedo hacer ping de una ala otra .... desde una pc solo puedo piniar al switch donde estoy conectado  a los demas switches no puedo piniar &lt;BR /&gt;
&lt;BR /&gt;
que estoy haciendo mal &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13006f9ff3514af2bb7c912b5f7cc62a_5a6305a7-7f69-4c7d-93f8-568df853e730.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2462i636F6248F6B3A7D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="13006f9ff3514af2bb7c912b5f7cc62a_5a6305a7-7f69-4c7d-93f8-568df853e730.jpg" alt="13006f9ff3514af2bb7c912b5f7cc62a_5a6305a7-7f69-4c7d-93f8-568df853e730.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 01:24:47 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configuracion-en-stp-en-4-swtiches/m-p/83537#M20353</guid>
      <dc:creator>Abner_Saul_Marr</dc:creator>
      <dc:date>2019-02-12T01:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: configuracion en stp en 4 swtiches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configuracion-en-stp-en-4-swtiches/m-p/83538#M20354</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
If we are talking about RSTP (802.1w), I think you miss carrier VLAN ID. Carrier VLAN is the one that will carry STP BPDUs. See an example from EXOS User Guide in the image attached.&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7d071c5e4c5d4754a04d68a8a89ab4a5_7ddae487-9b60-4f0c-b315-43c2b82c6fa5.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2715iA36E92255C726D51/image-size/large?v=v2&amp;amp;px=999" role="button" title="7d071c5e4c5d4754a04d68a8a89ab4a5_7ddae487-9b60-4f0c-b315-43c2b82c6fa5.png" alt="7d071c5e4c5d4754a04d68a8a89ab4a5_7ddae487-9b60-4f0c-b315-43c2b82c6fa5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
If it still won't be working, please attach here:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;'show stpd' 
&lt;/LI&gt;&lt;LI&gt;'show stpd s0' 
&lt;/LI&gt;&lt;LI&gt;'show stpd s0 ports detail' 
&lt;/LI&gt;&lt;/UL&gt;It's more than enough, but we will be able to walk through the analysis of RSTP status in your network together.&lt;BR /&gt;
&lt;BR /&gt;
Kind regards,&lt;BR /&gt;
Tomasz</description>
      <pubDate>Tue, 12 Feb 2019 05:11:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configuracion-en-stp-en-4-swtiches/m-p/83538#M20354</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-02-12T05:11:49Z</dc:date>
    </item>
  </channel>
</rss>

