let's say I have hubs A and B.
A in North America (NA) with spoke A connected to hub A
B in Europe (EU) with spoke B connected to hub B.
in NA I have hub A connected to internet but also to CORE SWITCH A. HUB A has a static route 10.0.0.0/8 to core A.
in EU I have hub B connected to internet but also to CORE SWITCH B. HUB B has a static route 10.0.0.0/8 to core B.
core A and core B are connected together through some private link.
all in the same org so HUB A knows about Spoke A, Hub B and Spoke B.
now when from behind Spoke A I do a trace to spoke B that's in EU it will go like this,
spoke A->hub A-> core A-> Core B-> hub B-> spoke B
I'm expecting something like this
Spoke A-> hub A-> hub B -> spoke B
I guess the only way for me to get what I'm expecting is to remove the 10.0.0.0/8 to core.
what I'm expecting is the cisco router/switch routing behavior, what I mean is a longer prefix such as /24 wins but in meraki case it seems like if I have a 10.0.0.0/8 to core and then 10.10.10.0/24 through autovpn it will just prefer static all the time.
thoughts?
thanks.