Hi,
We are looking to migrate from Cisco IOS to Meraki MS250 stack, the current configuration to our provider is an access vlan to a primary/secondary router, they have configured the interfaces as .251 and .252 with a vip of .253 on a /21 subnet. The /21 is then redistributed into BGP
Example output from router.
interface GigabitEthernet0/0/1
description Customer LAN
ip address x.x.x.x.251 255.255.248.0
ip helper-address x.x.x.x
ip helper-address x.x.x.x
standby 10 ip x.x.x.253
standby 10 priority 110
standby 10 preempt
standby 10 track 123 decrement 30
Routers are currently connected to a cisco stack via access vlan 2 as follows: -
Example out from switch stack
interface Vlan2
description *** WAN Services ***
ip address x.x.x..254 255.255.255.224
ip helper-address x.x.x.x
ip helper-address x.x.x.x
Then several other vlans carved up from the /21 on this stack
i.e.
interface Vlan110
description *** Wireless Data ***
ip address x.x.x.30 255.255.255.224
ip helper-address x.x.x.x
ip helper-address x.x.x.x
!
interface Vlan120
description *** Wireless Voice ***
ip address x.x.x.62 255.255.255.224
ip helper-address x.x.x.x
ip helper-address x.x.x.x
!
There is a route on the cisco stack 0.0.0.0 0.0.0.0 x.x.x.253
This works and all services are accessiable from other locations.
If migrating this to Meraki MS if we set a layer 3 interface as vlan 2 and add the other vlans as L3 interfaces adding the mgmt IP addresses as x.x.x.248 and .249 with a GW of .253 on vlan 2
I have a feeling that the switches will come online but we won't be able to reach vlan 110 or 120
Any thoughts would be appreciated.