Hi,
Long time lurker, first time poster.
I’m managing a site where I need to decommission an old router and migrate to a new network. Here is the situation.
The router to remove is a Cisco 800 that is not owned by our organisation. Since it’s not owned by us, we cannot modify its configuration. Here is the actual and desired situations:
Actual:
- Cisco 800
- No VLAN
- Subnet 10.17.6.0/24
- GW: 10.17.6.30
Desired:
- Meraki MX84
- VLAN 1
- Subnet: 10.3.0.1/23
- GW: 10.3.0.1
I want to do the migration gradually and ideally in production because there are many services that have hard coded IP addresses that I’m not necessarily aware of.
In case one service fails, I want to be able to roll back that particular service to the old address instantly.
I would also like to avoid to physically reconnect devices to specific ports as there are many unmanaged switches spread around the building.
My first idea was to create a second gateway handled by the new router in the old range, to do the routing between subnets, as depicted below. However, I can’t figure out how to properly do the routing between subnets, as Meraki does not allow multiple subnets in the same VLAN. To circumvent this, I thought about putting a temporary router and put static routes between the two, without success.
My 3 questions are:
- Is this the best way to do the migration?
- If so, how can I configure the routes between the 2 merakis?
- Would my life be easier if I had a layer 3 switch?
Many thanks in advance.