8

What I've got:

Two 24 port switches in building A, with 2 fibre trunks from building A to building B - where there are two 48 port switches.

Diagram

The two 24 port switches support RSTP and STP. HP 1810-24G v2.

The two 48 port switches do not. HP 1810-48G v1.


What I want to do:

I want to add a trunk between 24 Port No 1 and 24 Port No 2 (using OM3-3) so that if OM3-1 or OM3-2 become disconnected or damaged, the packets will take the alternate path to the 48 port switches in building B.


Current issue:

When I add OM3-3, the switches lock up because I'm clearly creating a loop.


My Thoughts/Queries:

All switches are currently being managed on the same VLAN, which is 1080.

Will that solve my issue if I set the management VLAN on the two 24 port switches to say VLAN 2021, and leave the 48 ports on 1080 - then tag VLAN 2021 on the trunk between 48 Port No 1 and 48 Port No 2 so the switches can see each other?

I've had no experience with RSTP so I'm at a bit of a loss. The obvious solution is to replace the two 48 port switches with models which support RSTP and be done with it.

Is there any way to achieve this without replacing the 48 port switches?

Mike Pennington
  • 29,876
  • 11
  • 78
  • 152
Sam
  • 81
  • 2
  • 1
    Switches that don't support spanning tree sometimes drop the spanning tree packets but I think the 1810-48G should be OK in that respect. You did turn spanning tree on? – richardb Aug 28 '14 at 08:58
  • I will have a closer look at this and try and give you a detailed answer within the next 48h. – Max Aug 28 '14 at 09:57
  • 2
    Make sure you have RSTP turned on the ports connected to the 48p switches. The 1810s don't run STP, but they will pass BPDUs. So they will look like a piece of wire to the 24p switches. – Ron Trunk Aug 28 '14 at 12:26
  • 4
    Given your diagram, even if this will work, it will have a side effect that you may not anticipate. Since the two switches in building A support spanning-tree, either OM3-1 or OM3-2 will be in blocking, reducing your links between buildings to one. Replace the non-STP switches would be my recommendation. – YLearn Aug 29 '14 at 21:24
  • Thanks for the responses guys. Finally got back on to this today. No matter how I configure this (on the workbench!) I get mixed results, but mostly end up with a loop (as far as I can tell - a lot of flash lights and invariably one of the 4 switches becomes unreachable). – Sam Sep 04 '14 at 07:30
  • @YLearn If I can make it all go one way or another, that'll be just fine. How would you configure the ports on each to make it happen that way? – Sam Sep 04 '14 at 07:34
  • Any feedback here would be appreciated guys. In simple terms - there are 4 ports directly involved: Switch1-Port25 (trunked to Switch2-Port25), Switch1-Port26 and Switch2-Port25, Switch2-Port26. Basically Port26 on each should be forwarding always, with Port25 on both blocked by default. If Port26 on either drops etc, Port25 should forward on both. Sounds so simple?! – Sam Sep 04 '14 at 07:42
  • I played/configured with the 1810-24 v1 from HP quite some time ago but if I recall correctly they only have a web interface (no cli) and do not have a configurable option for spanning tree at all. I decided to only use them as access switches. I think you should consider migrating your connections to better switches towards solving your issue. For example use Cisco 3750x series to create port-channels. I'm quite sure HP, Dell, Brocade, Avaya and many other manufacturers carry ranges of switches that will assist you in achieving your design within your budget. – user4565 Oct 29 '14 at 20:46
  • Did any answer help you? if so, you should accept the answer so that the question doesn't keep popping up forever, looking for an answer. Alternatively, you could post and accept your own answer. – Ron Maupin Jan 03 '21 at 20:04

2 Answers2

2

RSTP is completely interoperable with STP. as per standards RSTP enabled port will go STP when connected to an STP enabled network.

I assume the older 1810 switches support STP and the 1810-v2 switches support RSTP, So in your setup the loop prevention should work fine.

Do config check on all switches to ensure they have the STP or RSTP enabled at switch level (global) as well as at port level.

  • 2
    "I assume the older 1810 switches support STP". No, they do not; they are right down in the bargain bin of managed switches. – richardb Aug 29 '14 at 20:35
-2

BPDU's should pass and one side should block, (most likely the side supporting RSTP). You can modify the port priorities to have one of the inter-building links blocking. If the 48 port switches do not support STP as long as the link between them is configured as a trunk BPDU's should pass. (access ports do not pass / process BPDU's).