<?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 Spanning Tree Setup in Switching</title>
    <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776407#M189737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you very much Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2011 18:45:32 GMT</pubDate>
    <dc:creator>Lakeram Harrypersaud</dc:creator>
    <dc:date>2011-08-09T18:45:32Z</dc:date>
    <item>
      <title>Spanning Tree Setup</title>
      <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776398#M189728</link>
      <description>&lt;P&gt;I have two Catalyst 3750 and 6 2960 switches. The two 3750 are stacked and i have configured etherchannel between the 3960 and 3750.. I assume spanning tree is turned on.&lt;/P&gt;&lt;P&gt;Can someone please verify my theory of STP setup? I have five vlans,1,2,3,4,5. Is this the correct command to enter on the switches?&lt;/P&gt;&lt;P&gt;spanning-tree vlan 1-5 priority 1 (3750 Core switch command to make it the root bridge)&lt;/P&gt;&lt;P&gt;spanning-tree vlan 1-5 priority 4096 (2960, to make it next in line if the root bridge goes down)\&lt;/P&gt;&lt;P&gt;spanning-tree vlan 1-5 priority 8192 (Third switch and then so on)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lake&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 09:37:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776398#M189728</guid>
      <dc:creator>Lakeram Harrypersaud</dc:creator>
      <dc:date>2019-03-07T09:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Spanning Tree Setup</title>
      <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776399#M189729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lowest priority is 4096.&amp;nbsp; So, 1 is not .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For &lt;EM&gt;priority&lt;/EM&gt;,&amp;nbsp; the range is 0 to 61440 in increments of 4096; the default is 32768.&amp;nbsp; The lower the number, the more likely the switch will be chosen as the&amp;nbsp; root switch. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A name="wp1084322"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; Valid priority values are 4096, 8192, 12288, 16384, 20480, 24576, 28672,&amp;nbsp; 32768, 36864, 40960, 45056, 49152, 53248, 57344, and 61440. All other&amp;nbsp; values are rejected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/switches/lan/catalyst2950/software/release/12.1_9_ea1/configuration/guide/swstp.html#wp1020666"&gt;http://www.cisco.com/en/US/docs/switches/lan/catalyst2950/software/release/12.1_9_ea1/configuration/guide/swstp.html#wp1020666&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:19:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776399#M189729</guid>
      <dc:creator>Reza Sharifi</dc:creator>
      <dc:date>2011-08-09T17:19:39Z</dc:date>
    </item>
    <item>
      <title>Spanning Tree Setup</title>
      <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776400#M189730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, your configs looks perfect!&amp;nbsp; The one with the priority 1 would be the root bridge and then its 4096, and increments in the range of 4096.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also note, If you dont want the switches to be a root for any vlan you can configure the below command,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;SW3(config)#spanning-tree vlan 1-4094 priority 65535&lt;BR /&gt;SW4(config)#spanning-tree vlan 1-4094 priority 65535&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the switch to be the root bridge of a vlan, use below command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;SW1(config)#spanning-tree vlan 3 priority 1&lt;BR /&gt;SW2(config)#spanning-tree vlan 3 priority 2&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to do this configuration for each vlan on the network,&amp;nbsp; because in per vlan spanning-tree, there is a root bridge for each&amp;nbsp; spanning-tree instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please rate if the content are useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:29:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776400#M189730</guid>
      <dc:creator>Richard Michael</dc:creator>
      <dc:date>2011-08-09T17:29:59Z</dc:date>
    </item>
    <item>
      <title>Spanning Tree Setup</title>
      <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776401#M189731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks very much guys for the quick replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would this work since i have two 3750 stacked switches and six 2960. How will this work since both of the 3750 work as one switch. I don't think i enter commands on each 3750 switch separately?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:40:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776401#M189731</guid>
      <dc:creator>Lakeram Harrypersaud</dc:creator>
      <dc:date>2011-08-09T17:40:31Z</dc:date>
    </item>
    <item>
      <title>Spanning Tree Setup</title>
      <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776402#M189732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2 3750 stacked are logically one switch.&amp;nbsp; You only configure it on the master and then the config with sync to the other switch member.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:44:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776402#M189732</guid>
      <dc:creator>Reza Sharifi</dc:creator>
      <dc:date>2011-08-09T17:44:00Z</dc:date>
    </item>
    <item>
      <title>Spanning Tree Setup</title>
      <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776403#M189733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you Reza.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i set all six 3960 switches with a priority of 65535? Is this a good practice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:56:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776403#M189733</guid>
      <dc:creator>Lakeram Harrypersaud</dc:creator>
      <dc:date>2011-08-09T17:56:44Z</dc:date>
    </item>
    <item>
      <title>Spanning Tree Setup</title>
      <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776404#M189734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lake &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally speaking you don't need to do this because you explicitly set the STP root and secondary so you don't need to set the priorities on the other switches. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add another switch it's default priority will be 32768 so they will not become root or secondary. But i understand what Ricky is getting at, in that if you never want the 2960s to become STP root or secondary then setting them to that value would ensure it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like i say though in all the production networks i have worked you only really need to set STP root/secondary but it won't hurt if you do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 18:28:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776404#M189734</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-08-09T18:28:03Z</dc:date>
    </item>
    <item>
      <title>Spanning Tree Setup</title>
      <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776405#M189735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you Jon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that i just set the stack as root bridge which is just entering a command and it will be replicated to the slave because everything gets replicated. Now, if the master goes down the slave becomes the root bridge by default?&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 18:35:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776405#M189735</guid>
      <dc:creator>Lakeram Harrypersaud</dc:creator>
      <dc:date>2011-08-09T18:35:19Z</dc:date>
    </item>
    <item>
      <title>Spanning Tree Setup</title>
      <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776406#M189736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lake &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest i'm not entirely sure but i as far as i know the config is simply replicated to the other switch in the stack so no i don't think it can be STP root and secondary root. I think if you want a secondary you will need to use a 2960 as the secondary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you do have redundancy in the stack so it is in effect like having 2 switches which would always have root priority over the other switches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could be wrong about but that is my understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 18:41:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776406#M189736</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2011-08-09T18:41:21Z</dc:date>
    </item>
    <item>
      <title>Spanning Tree Setup</title>
      <link>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776407#M189737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you very much Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 18:45:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/spanning-tree-setup/m-p/1776407#M189737</guid>
      <dc:creator>Lakeram Harrypersaud</dc:creator>
      <dc:date>2011-08-09T18:45:32Z</dc:date>
    </item>
  </channel>
</rss>

