<?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: MSTP - Been studying all night :) Did I get it? in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923628#M10157</link>
    <description>Even without VRRP you could enable IP routing on both cores switches, they just wouldn't fail over the gateway address if a switch went down.&lt;BR /&gt;&lt;BR /&gt;So with VRRP enabled, if Core1 is the VRRP "owner" of VLANs 10,20,30 you would give them the gateway address that your clients will be using, e.g. 10.10.10.1, 10.20.20.1. &lt;BR /&gt;&lt;BR /&gt;On Core2, it will be a VRRP "backup" and on those same VLANs, 10,20,30, you will give it an IP address such as 10.10.10.2 and 10.20.20.2. &lt;BR /&gt;&lt;BR /&gt;That way, if Core1 fails, Core2 will take ownership of the .1 address and your clients will go about their business without interruption. &lt;BR /&gt;&lt;BR /&gt;In the MSTP example, you would make Core2 the VRRP "owner" for the other VLANs 40,50,60 and give them the .1 address. Core1 would be the VRRP backup and have the .2 address.</description>
    <pubDate>Wed, 10 Jan 2007 19:50:35 GMT</pubDate>
    <dc:creator>Matt Hobbs</dc:creator>
    <dc:date>2007-01-10T19:50:35Z</dc:date>
    <item>
      <title>MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923622#M10151</link>
      <description>So basically MSTP load balances your trunks via vlan id's...&lt;BR /&gt;&lt;BR /&gt;I can send vlans 2,4,6 through oen way and tell 1,3,5 they can use this link IF there main link is down...&lt;BR /&gt;&lt;BR /&gt;this is all providing that the switch has two paths...&lt;BR /&gt;&lt;BR /&gt;does anyone have a sample config i can look at?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What is the root stuff though?</description>
      <pubDate>Wed, 10 Jan 2007 02:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923622#M10151</guid>
      <dc:creator>psycho.chicken</dc:creator>
      <dc:date>2007-01-10T02:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923623#M10152</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Say you have of the 5300 acting as Core switches, and we have 4 Vlans, so we will enable Core1 to be MSTP Root for Vlan1-2 and Backup for Vlan3-4.&lt;BR /&gt;Core2 will be MSTP Root for Vlan3-4 and Backup for Vlan1-2.&lt;BR /&gt;&lt;BR /&gt;Core1:&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree protocol-version MSTP&lt;BR /&gt;spanning-tree config-name "SPAN"&lt;BR /&gt;spanning-tree config-revision 8&lt;BR /&gt;spanning-tree instance 1 vlan 1 2&lt;BR /&gt;spanning-tree instance 1 priority 0&lt;BR /&gt;spanning-tree instance 2 vlan 3 4&lt;BR /&gt;spanning-tree instance 2 priority 1&lt;BR /&gt;&lt;BR /&gt;Core2:&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree protocol-version MSTP&lt;BR /&gt;spanning-tree B6 priority 0&lt;BR /&gt;spanning-tree config-name "SPAN"&lt;BR /&gt;spanning-tree config-revision 8&lt;BR /&gt;spanning-tree instance 1 vlan 1 2&lt;BR /&gt;spanning-tree instance 1 priority 1&lt;BR /&gt;spanning-tree instance 2 vlan 3 4&lt;BR /&gt;spanning-tree instance 2 priority 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is a Sample Configuration of how to do MSTP on the Core side.&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!</description>
      <pubDate>Wed, 10 Jan 2007 03:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923623#M10152</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2007-01-10T03:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923624#M10153</link>
      <description>Just ignore the line :&lt;BR /&gt;spanning-tree B6 priority 0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2007 03:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923624#M10153</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2007-01-10T03:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923625#M10154</link>
      <description>I think I got it...&lt;BR /&gt;&lt;BR /&gt;But i'm trying to physically plan my layout...&lt;BR /&gt;&lt;BR /&gt;I have:&lt;BR /&gt;5 - stacks of 4 2650 - workstations&lt;BR /&gt;2  2900 - servrs&lt;BR /&gt;2 - 5400's&lt;BR /&gt;&lt;BR /&gt;I need to run vrrp between the 5400's for failover... &lt;BR /&gt;So i need to run trunks from each of the stacks to both the 5400's &lt;BR /&gt;&lt;BR /&gt;So each stack of 4 2650's will have 2 cables (one trunk) to 5400_01 and 2 cables (one trunk) to 5400_02&lt;BR /&gt;&lt;BR /&gt;Would I use MSTP to send all the traffic to 5400_01 or would i use MSTP to split the load between the 2 5400's...&lt;BR /&gt;&lt;BR /&gt;I am under the impressionthat only 1 5400 can have routing enabled... correct?&lt;BR /&gt;&lt;BR /&gt;I would do the same thing with the 2900's they will have a 10G link between them and 10G links to the 5400's... If only one of the 5400's is receiving all the traffic (MSTP routes all traffic to one) then I'd make the 2900's do the same, and route all traffic to the active 5400.&lt;BR /&gt;&lt;BR /&gt;Is this correct?&lt;BR /&gt;&lt;BR /&gt;I'm looking at it this way becuse if i split the traffic between the two 5400's, wouldnt i have to enable routinng on both of them? Or would VRRP enable this to be possible?&lt;BR /&gt;&lt;BR /&gt;I need it completely redundant...&lt;BR /&gt;&lt;BR /&gt;I'm trying to find visio so i can draw this up...</description>
      <pubDate>Wed, 10 Jan 2007 17:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923625#M10154</guid>
      <dc:creator>psycho.chicken</dc:creator>
      <dc:date>2007-01-10T17:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923626#M10155</link>
      <description>With your cores both will have 'ip routing' enabled and both need to run VRRP (assuming you have the premium edge license).&lt;BR /&gt;&lt;BR /&gt;One of the core switches will be the VRRP Owner of say VLAN 10,20,30 - it will also be the MSTP Root for those same VLANs. &lt;BR /&gt;&lt;BR /&gt;The other core switch will be the VRRP Owner for the other VLANS, 40,50,60. Once again it will be the MSTP Root for those VLANs. &lt;BR /&gt;&lt;BR /&gt;The edge switches will simply be MSTP Enabled and will be running the same MSTP configuration.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2007 17:48:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923626#M10155</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2007-01-10T17:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923627#M10156</link>
      <description>So...&lt;BR /&gt;&lt;BR /&gt;With VRRP enabled then can both have IP Routing...&lt;BR /&gt;&lt;BR /&gt;If VRRP were not enabled, IP Routing on both would be bad...&lt;BR /&gt;&lt;BR /&gt;Yes we do have the premium license...&lt;BR /&gt;&lt;BR /&gt;SO.. &lt;BR /&gt;With VRRP and the Prem License, do i add both set of vlan IP's to both or does VRRP share the info?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jan 2007 19:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923627#M10156</guid>
      <dc:creator>psycho.chicken</dc:creator>
      <dc:date>2007-01-10T19:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923628#M10157</link>
      <description>Even without VRRP you could enable IP routing on both cores switches, they just wouldn't fail over the gateway address if a switch went down.&lt;BR /&gt;&lt;BR /&gt;So with VRRP enabled, if Core1 is the VRRP "owner" of VLANs 10,20,30 you would give them the gateway address that your clients will be using, e.g. 10.10.10.1, 10.20.20.1. &lt;BR /&gt;&lt;BR /&gt;On Core2, it will be a VRRP "backup" and on those same VLANs, 10,20,30, you will give it an IP address such as 10.10.10.2 and 10.20.20.2. &lt;BR /&gt;&lt;BR /&gt;That way, if Core1 fails, Core2 will take ownership of the .1 address and your clients will go about their business without interruption. &lt;BR /&gt;&lt;BR /&gt;In the MSTP example, you would make Core2 the VRRP "owner" for the other VLANs 40,50,60 and give them the .1 address. Core1 would be the VRRP backup and have the .2 address.</description>
      <pubDate>Wed, 10 Jan 2007 19:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923628#M10157</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2007-01-10T19:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923629#M10158</link>
      <description>Here's teh physical layout, and what makes sence to me.&lt;BR /&gt;&lt;BR /&gt;I have one of the 5400's up and both 2900's&lt;BR /&gt;&lt;BR /&gt;If someone can tell me what to enable where that would be great.&lt;BR /&gt;&lt;BR /&gt;I learn better from seeing the correct way, before i do it 4 times the wrong way...</description>
      <pubDate>Wed, 10 Jan 2007 21:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923629#M10158</guid>
      <dc:creator>psycho.chicken</dc:creator>
      <dc:date>2007-01-10T21:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923630#M10159</link>
      <description>attatched layout in jpeg.&lt;BR /&gt;Below are the three configs.&lt;BR /&gt;&lt;BR /&gt;I need to still do VRRP and  MSTP&lt;BR /&gt;&lt;BR /&gt;I'm reading through both of these chaptes in the suggested reading from a few days ago.&lt;BR /&gt;&lt;BR /&gt;If you can point me in the right direction it would be awsome!&lt;BR /&gt;&lt;BR /&gt;WA_5400_01&lt;BR /&gt;______________&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;; J8697A Configuration Editor; Created on release #K.11.33&lt;BR /&gt;&lt;BR /&gt;hostname "WA_5400_PRI"&lt;BR /&gt;snmp-server contact "Systems"&lt;BR /&gt;max-vlans 25&lt;BR /&gt;module 1 type J8702A&lt;BR /&gt;module 2 type J8702A&lt;BR /&gt;trunk A1,B1 Trk1 Trunk&lt;BR /&gt;trunk A2,B2 Trk2 Trunk&lt;BR /&gt;ip routing&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   untagged A4-A24,B3-B24&lt;BR /&gt;   ip address 10.3.100.1 255.255.255.0&lt;BR /&gt;   tagged Trk1-Trk2&lt;BR /&gt;   no untagged A3&lt;BR /&gt;   exit&lt;BR /&gt;vlan 10&lt;BR /&gt;   name "vlan10-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   ip address 10.3.10.1 255.255.255.0&lt;BR /&gt;   tagged Trk1-Trk2&lt;BR /&gt;  exit&lt;BR /&gt;vlan 20&lt;BR /&gt;   name "vlan20-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   ip address 10.3.20.1 255.255.255.0&lt;BR /&gt;   tagged Trk1-Trk2&lt;BR /&gt;   exit&lt;BR /&gt;vlan 30&lt;BR /&gt;   name "vlan30-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   ip address 10.3.30.1 255.255.255.0&lt;BR /&gt;   tagged Trk1-Trk2&lt;BR /&gt;   exit&lt;BR /&gt;vlan 40&lt;BR /&gt;   name "vlan40-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   ip address 10.3.40.1 255.255.255.0&lt;BR /&gt;   tagged Trk1-Trk2&lt;BR /&gt;   exit&lt;BR /&gt;vlan 50&lt;BR /&gt;   name "vlan50-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   ip address 10.3.50.1 255.255.255.0&lt;BR /&gt; tagged Trk1-Trk2&lt;BR /&gt;   exit&lt;BR /&gt;vlan 90&lt;BR /&gt;   name "vlan90-d"&lt;BR /&gt;   untagged A3&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   ip address 10.3.0.200 255.255.255.0&lt;BR /&gt;   tagged Trk1-Trk2&lt;BR /&gt;   exit&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree Trk1 priority 4&lt;BR /&gt;spanning-tree Trk2 priority 4&lt;BR /&gt;password manager&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;_______________________________________&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WA_2900_01&lt;BR /&gt;&lt;BR /&gt;hostname "WA_2900_01-0"&lt;BR /&gt;snmp-server contact "Systems"&lt;BR /&gt;max-vlans 20&lt;BR /&gt;module 3 type J90XXA&lt;BR /&gt;trunk 1-2 Trk1 Trunk&lt;BR /&gt;trunk 3-4 Trk2 Trunk&lt;BR /&gt;ip default-gateway 10.3.100.1&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   ip address 10.3.100.91 255.255.255.0&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no untagged 5-48&lt;BR /&gt;   exit&lt;BR /&gt;vlan 10&lt;BR /&gt;   name "vlan10-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 20&lt;BR /&gt;  name "vlan20-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 30&lt;BR /&gt;   name "vlan30-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 40&lt;BR /&gt;   name "vlan40-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 50&lt;BR /&gt;   name "vlan50-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 90&lt;BR /&gt;   name "vlan90-d"&lt;BR /&gt;   untagged 5-48&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;stack commander "WA_2900_01"&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree Trk1 priority 4&lt;BR /&gt;spanning-tree Trk2 priority 4&lt;BR /&gt;password manager&lt;BR /&gt;&lt;BR /&gt;___________________________________&lt;BR /&gt;&lt;BR /&gt;; J9050A Configuration Editor; Created on release #T.11.12&lt;BR /&gt;&lt;BR /&gt;hostname "WA_2900_02"&lt;BR /&gt;snmp-server contact "Systems"&lt;BR /&gt;module 3 type J90XXA&lt;BR /&gt;trunk 1-2 Trk1 Trunk&lt;BR /&gt;trunk 3-4 Trk2 Trunk&lt;BR /&gt;ip default-gateway 10.3.100.1&lt;BR /&gt;snmp-server community "public" Unrestricted&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "DEFAULT_VLAN"&lt;BR /&gt;   ip address 10.3.100.92 255.255.255.0&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no untagged 5-48&lt;BR /&gt;   exit&lt;BR /&gt;vlan 10&lt;BR /&gt;   name "vlan10-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 20&lt;BR /&gt;   name "vlan20-d"&lt;BR /&gt;  ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 30&lt;BR /&gt;   name "vlan30-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 40&lt;BR /&gt;   name "vlan40-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 50&lt;BR /&gt;   name "vlan50-d"&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;vlan 90&lt;BR /&gt;   name "vlan90-d"&lt;BR /&gt;   untagged 5-48&lt;BR /&gt;   ip helper-address 10.3.0.70&lt;BR /&gt;   tagged A1-A4,Trk1-Trk2&lt;BR /&gt;   no ip address&lt;BR /&gt;   exit&lt;BR /&gt;stack commander "WA_2900_02"&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree Trk1 priority 4&lt;BR /&gt;spanning-tree Trk2 priority 4&lt;BR /&gt;password manager</description>
      <pubDate>Wed, 10 Jan 2007 22:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923630#M10159</guid>
      <dc:creator>psycho.chicken</dc:creator>
      <dc:date>2007-01-10T22:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923631#M10160</link>
      <description>I just finished reading through the MSTP stuff... again... all 40 pages...&lt;BR /&gt;&lt;BR /&gt;I dont understand teh difference between the regions, instances, ist and cist.&lt;BR /&gt;&lt;BR /&gt;How do i tell one of the switch stacks on teh bottom of my diagram to use one trunk over teh other, unless it is down...?</description>
      <pubDate>Thu, 11 Jan 2007 00:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923631#M10160</guid>
      <dc:creator>psycho.chicken</dc:creator>
      <dc:date>2007-01-11T00:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: MSTP - Been studying all night :) Did I get it?</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923632#M10161</link>
      <description>Using Mohieddin's examples for the Core's which were posted above, you would use this for all of the other switches:&lt;BR /&gt;&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree protocol-version MSTP&lt;BR /&gt;spanning-tree config-name "SPAN"&lt;BR /&gt;spanning-tree config-revision 8&lt;BR /&gt;spanning-tree instance 1 vlan 1 2&lt;BR /&gt;spanning-tree instance 2 vlan 3 4&lt;BR /&gt;&lt;BR /&gt;You only need 2 instances, just specify your VLANs instead of 1,2,3,4. &lt;BR /&gt;&lt;BR /&gt;The config-name and revision are up to you, as long as it's the same on all switches. &lt;BR /&gt;&lt;BR /&gt;The spanning-tree priority which has been set on the Core switches will determine automatically the best path to take. There is no need to force it to go through certain links. In the event of a switch or link failure, it will automatically take another path. &lt;BR /&gt;&lt;BR /&gt;If for whatever reason you must ensure traffic goes one way and not another then you need to understand spanning-tree from the ground up. I would strongly recommend you attend the AEF course which will give you the answers to just about everything you've asked so far: &lt;A href="http://www.hp.com/rnd/training/technical/AEF.htm" target="_blank"&gt;http://www.hp.com/rnd/training/technical/AEF.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2007 01:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/mstp-been-studying-all-night-did-i-get-it/m-p/3923632#M10161</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2007-01-11T01:19:38Z</dc:date>
    </item>
  </channel>
</rss>

