Layer 3 switch redundancy solution (with vlan’s, stp)

So basicly I have a setup which I want to get to work but i’m unable to.
It’s possible I am overseeing a lot of things but let’s get to it anyways.

The current situation is a network with 4 switches connected to each other (almost a full mesh, 1 link is missing intentionally). I am using omniswitches (2 times model 6850 and the other 2 are 6400). I am not working on cisco systems, as I am trying to recreate this lab physicly.
But the truth is, that the principle should stay the same, right? So any tips or even packet tracer solutions would come in handy.

Important to know is that the 2 6850 switches need to be configered as layer 3 switches. The other 2 above don’t have this requirement. As I am pretty new to configuring switches on layer 3 so I might have messed up here already.
The main objective or goal (then this testlab is succesful) is when the switches are configured so that if 1 of the 2 (who function on layer 3) fails, the other one will take over and everything stays the same.

I created a couple of vlan’s and I tagged a few ports with the following commands:

vlan 21 name "vlan21"  
ip interface vlan71 address 10.20.11.1/24 vlan 21  
vlan 21 802.1q 1/1  
vlan 21 802.1q 1/2  
vlan 21 802.1q 1/3  
vlan 21 802.1q 1/4 

Now by default spanning tree is enabled. And that’s fine. But how can I now make sure that the 1 of the 2 switches will provide support in case the other fails.

I thought that configuring MPLS would solve this problem but either I messed up or MPLS isn’t a suitable solution for this.

Does anyone have experience with this or a similar scenario? Any documentation can come in handy as well!

Thanks in advance.

Answer

Attribution
Source : Link , Question Author : Ciberth , Answer Author : Community

Leave a Comment