<?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 Procurve redundancy in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-redundancy/m-p/4249926#M15217</link>
    <description>I have 2 x 2810-24G and 3 x 2650-48 Procurve switches, 2 Proliant DL360 (DC’s) and 3 x Proliant DL380’s (cluster).&lt;BR /&gt;&lt;BR /&gt;What would be the best configuration for redundancy?  My initial thoughts are as follows:&lt;BR /&gt;&lt;BR /&gt;Enable Spanning Tree.&lt;BR /&gt;Team the NICs on the servers and connect each card to one of the 2810s so each server is connected to both 2810s.&lt;BR /&gt;Connect the 1G uplink ports on the 2650s to the 2810 so each 2650 is connected to both 2810s.  PCs and printers would connect to the 2650s.&lt;BR /&gt;&lt;BR /&gt;Do I need to connect the two 2810s together?&lt;BR /&gt;Should I trunk the connections to the servers and the switches and not spread them over both 2810s?&lt;BR /&gt;Do I need to do anything with the Spanning Tree priority I have read about?&lt;BR /&gt;&lt;BR /&gt;Any advice would be welcome.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Aug 2008 18:40:44 GMT</pubDate>
    <dc:creator>PhilUK</dc:creator>
    <dc:date>2008-08-11T18:40:44Z</dc:date>
    <item>
      <title>Procurve redundancy</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-redundancy/m-p/4249926#M15217</link>
      <description>I have 2 x 2810-24G and 3 x 2650-48 Procurve switches, 2 Proliant DL360 (DC’s) and 3 x Proliant DL380’s (cluster).&lt;BR /&gt;&lt;BR /&gt;What would be the best configuration for redundancy?  My initial thoughts are as follows:&lt;BR /&gt;&lt;BR /&gt;Enable Spanning Tree.&lt;BR /&gt;Team the NICs on the servers and connect each card to one of the 2810s so each server is connected to both 2810s.&lt;BR /&gt;Connect the 1G uplink ports on the 2650s to the 2810 so each 2650 is connected to both 2810s.  PCs and printers would connect to the 2650s.&lt;BR /&gt;&lt;BR /&gt;Do I need to connect the two 2810s together?&lt;BR /&gt;Should I trunk the connections to the servers and the switches and not spread them over both 2810s?&lt;BR /&gt;Do I need to do anything with the Spanning Tree priority I have read about?&lt;BR /&gt;&lt;BR /&gt;Any advice would be welcome.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Aug 2008 18:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-redundancy/m-p/4249926#M15217</guid>
      <dc:creator>PhilUK</dc:creator>
      <dc:date>2008-08-11T18:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve redundancy</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-redundancy/m-p/4249927#M15218</link>
      <description>hi&lt;BR /&gt;best configuration for redundancy on procurve you can use provision asic switch (3500-5400)becuse provision asic switch cover vrrp (virtual router redundancy protocol)so this system L3 redundancy and same time  with mstp or stp L2 redundancy &lt;BR /&gt;&lt;BR /&gt;2810 only L2 switch (unable routing )and unable vrrp config &lt;BR /&gt;therefore only L2 redundancy on network with rstp or stp &lt;BR /&gt;&lt;BR /&gt;please see atttach folder for my advice deploy your switch and enable rstp on network &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Aug 2008 04:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-redundancy/m-p/4249927#M15218</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-08-12T04:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Procurve redundancy</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-redundancy/m-p/4249928#M15219</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Your thought is great and it should work perfectly, but as Cenk said, based on L2.&lt;BR /&gt;&lt;BR /&gt;However,&lt;BR /&gt;- Connect both 2810's (better TRUNK of at least 2 ports).&lt;BR /&gt;- Trunk should be terminated in the same switch, so just Team the NICs and connect to both 2810's.&lt;BR /&gt;- Spanning-Tree priority here is important, so on first 2810 run:&lt;BR /&gt;Sw(config)# span priority 0 "root"&lt;BR /&gt;&lt;BR /&gt;and on the Second run:&lt;BR /&gt;Sw(config)# span priority 1 "backup"&lt;BR /&gt;&lt;BR /&gt;Advices:&lt;BR /&gt;Both 2810 and 2600 support Multiple spanning tree, so you can create at least 2 Vlans, one for PCs and one for Servers, and you can create 2 Instances each carries one Vlan.&lt;BR /&gt;&lt;BR /&gt;And in with this scenario you will get &lt;BR /&gt;Redundancy and Load Balancing also&lt;BR /&gt;&lt;BR /&gt;More Info.:&lt;BR /&gt;&lt;A href="ftp://ftp.hp.com/pub/networking/software/AdvTraff-Oct2005-59908853-Chap05-STP_RSTP.pdf" target="_blank"&gt;ftp://ftp.hp.com/pub/networking/software/AdvTraff-Oct2005-59908853-Chap05-STP_RSTP.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!</description>
      <pubDate>Tue, 12 Aug 2008 05:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/procurve-redundancy/m-p/4249928#M15219</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2008-08-12T05:32:54Z</dc:date>
    </item>
  </channel>
</rss>

