Yes, it’s definitely possible to use MPLS as the primary link and keep SD-WAN as a failover on Meraki. The setup is actually straightforward once you configure routing correctly. :https://community.meraki.com/t5/user/viewprofilepage/user-id/102579 e.g. this post How to Set It Up 1. Build a static route for MPLS On both MX devices (hub + spoke), create a static route that points to the MPLS next-hop. Mark it as "active when next-hop responds" so the MX automatically disables it if MPLS fails. Because it’s a static route, it becomes the preferred path. 2. Keep SD-WAN VPN enabled as the secondary path SD-WAN will continue forming VPN tunnels over the WAN ports. When MPLS drops, the static route becomes inactive, and the MX automatically shifts traffic to the SD-WAN VPN tunnel. 3. (Optional) Use VLANs if needed If MPLS comes in as a Layer 3 handoff (not simple LAN), you may need a separate VLAN or transit network. But if it’s a simple handoff and you want it clean, you can keep your basic setup. 4. No extra hardware required Your MX68 → MX95 hub/spoke setup works fine for this design. MPLS acts like a LAN path to the hub, while SD-WAN is your internet-based fallback. What You Get MPLS = Primary route (preferred due to static route) SD-WAN = Automatic failover (when MPLS next-hop stops responding) No manual switching No added equipment Simple, stable configuration for SMB
... View more