Good morning folks,
I'm today looking for feedback on the recommended MX/MS fully redundant architecture provided by Meraki documentation
What I'm looking to achieve with a customer is to split this into two distinct server room 400 meters from each other, and to interconnect them through fiber, using transceivers (blue link on my below schema)
It would look like this :
Does anyone previously experienced this situation ? Is that a fully supported architecture ?
Any advice or warning on this ?
Thanks for your reply and have a great day
🤘
Solved! Go to solution.
Yes, you can do this. Just make sure the MX's have a L2 connection between them and this will work.
And I'm sure you've got this covered, but if you're doing SX then make sure you have OM3/4 for your fibre run. SX on OM1/2 doesn't support that distance.
Yes, you can do this. Just make sure the MX's have a L2 connection between them and this will work.
And I'm sure you've got this covered, but if you're doing SX then make sure you have OM3/4 for your fibre run. SX on OM1/2 doesn't support that distance.
Afew important considerations you need to make:
For HA MX'es don't forget your WAN1 and WAN2 on both appliances need to connect to the same respective upstream ISP circuits.
So you'll need to have one ISP come in building 1 and connect that one first on the switch there on an external VLAN and then have two ports connecting to both the WAN1's of the MX'es, so the third link will also be going over the fiberlink. And then the reverse of ISP2. That one will connect first to switch 2 and then back up to the MX'es WAN2.
However I'm considering you might need separate links from the switch to the MX on the other side. There are some fate sharing scenarios that could lead to black holes. Hmm this setup needs to be thought through.
Secondly you will have a blocked link due to spanning-tree with this design.
Alternatively but way more expensive is doing a pair of 425's with flexible stacking so you can have both downlinks forwarding at the same time
@GIdenJoe wrote:
For HA MX'es don't forget your WAN1 and WAN2 on both appliances need to connect to the same respective upstream ISP circuits.
So you'll need to have one ISP come in building 1 and connect that one first on the switch there on an external VLAN and then have two ports connecting to both the WAN1's of the MX'es, so the third link will also be going over the fiberlink. And then the reverse of ISP2. That one will connect first to switch 2 and then back up to the MX'es WAN2.
Only if you need to use a VIP. You don't need to do this if you just use the MX IP's.
Personally I'd only connect the MX to the MS in the same building (I'd only use a single cable if it was me).
I would use dual fibres between the MS in the different buildings using LACP.
This will make it loop free. More stable.
@jdsilva is correct. You don't have to use common ISPs if you are not using VIP.
OK thanks for clarifying that 🙂