Hi Joe
Thanks for the reply.
I'll need the transit VLAN to carry traffic to/from all subnets defined on the Core switch (not just management) - i.e.
VLAN 10: 10.1.1.0/24, SVI 10.1.1.254
VLAN 20: 10.1.2.0/24, SVI 10.1.2.254
VLAN 30: 10.1.3.0/24, SVI 10.1.3.254
VLAN 40: 10.1.4.0/24, SVI 10.1.4.254
VLAN 200: 10.1.200.0/30, SVI 10.1.200.2
I'm intending VLAN 40 to be the management interface VLAN for all Meraki switches (core and downstream edge switches), so core will have interface IP 10.1.4.1 and edge01 will have interface IP 10.1.4.2 for example. However, I'd like the transit VLAN to be a totally separate VLAN (VLAN 200)
My theory is that the Meraki cloud should be able to reach the Meraki core on its 10.1.4.1 address in this way:
Meraki cloud traffic destined to the Meraki Core (10 1.4.1) will hit the WAN router which will then point to 10.1.200.2 as the next hop IP and send it down the link to the Meraki core switch.
The Meraki core switch should then receive this on its 10.1.200.2 SVI and internal routing on that device should result in it being sent to its management interface (10.1.4.1).
That's what I'm thinking...