Thank you for responding and for that information.
One question - is this in reference to the MS210 access switches, the MS410 layer 3 switch or just in general for all switches?
I am still kicking around the best path forward here. Thankfully I have maintenance windows on Sundays. I am seeing that the first thing I need to address is vlan1. On my MS410 the gateway is 192.168.0.1. That address also exists on a legacy Cisco 2611. I am thinking I can trunk the MS410 to my 3750 stack and shutdown interface on the 2611, which is configured as follows:
interface FastEthernet0/0
description connected to EthernetLAN
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
no mop enabled
The MS410 *should* then route traffic for 192.168.0.1 to the next hop which is the WatchGuard. The WG will either route the traffic to the internet or back to the 3750 core stack which is configured as follows:
interface Vlan1
ip address 192.168.253.1 255.255.255.0 secondary
ip address 192.168.0.243 255.255.255.0
192.168.0.243 is the next hop back to the network from the WG. Once all of this is done, the hop back to the internal network will be 192.168.0.1 on the WG.
I don't see where I can have a secondary interface on vlan1 on the Meraki.
I have inherited a bit of a mess due to the legacy routed network that was never cleaned up. The network now is flat. All remote sites are connected via fiber to the core. There are ACLs in place to prevent public traffic (library and community center wifi) from seeing private, but everything else is wide open between subnets.
I appreciate the time you took to respond to this 🙂