Hi all,
I'm hoping to get some advice on VLANs and routing to the internet.
Background:
We are replacing our core switch that is currently an older HP Procurve with an Meraki MS-425. There are a few bad practices with the current design, but the first phase of the project is to just swap out the HP with the Meraki and keep the config as similar as possible (default route that points to the firewall, IP subnets, vlan numbers, native vlans on trunks etc).
We have an older firewall (also scheduled to be replaced after this project and a network redesign) that is connected to an access port on vlan 1 on the HP core switch. A default route on the HP points to the internal IP of this firewall. All VLAN interfaces for the other subnets are set up on the HP core switch and this switch does our inter vlan routing. I can ping to the internet eg 8.8.8.8 from any switch in the network (core and access switches) and end devices connected to these switches.
I've essentially inputted this same config into the MS-425. All trunks have native vlan 1 and allowing all vlans for testing purposes right now. I have connected a couple of MS-350s to the MS-425 and configured their vlan, LAN IP corresponding to that vlan, and the gateway as the corresponding VLAN interface IP on the MS-425.
The Ms-350 on vlan 1 can get to the Meraki cloud, but the 350s on vlans 2 and 3 cannot get to the Meraki cloud. I would have thought that setting their gateway to the vlan interface on the MS425 which is the upstream switch, and have the default route on the MS425 pointing to the FW would allow internet access, but I might be missing something here.
Example of config:
MS425 Core switch
vlan 1 interface 172.16.1.1 /24
vlan 2 interface 10.0.2.1 /24
vlan 3 interface 10.0.3.1/24
Default route 0.0.0.0 0.0.0.0 172.16.1.254 (the firewall)
LAN IP 172.16.1.2
Vlan1
Gateway 172.16.1.254
dns 8.8.8.8
All links to access switches are trunks with native vlan 1, allow all vlans (for testing)
MS350 that can connect to Meraki cloud (access switch)
LAN IP 172.16.1.10
vlan 1
gateway 172.16.1.1
dns 8.8.8.8
MS 350 #1 that cannot connect to Meraki cloud (access switch)
LAN IP 10.0.2.10
vlan 2
gateway 10.0.2.1
dns 8.8.8.8
MS 350 #2 that cannot connect to the internet (access switch)
LAN IP 10.0.3.10
vlan 3
gateway 10.0.3.1
dns 8.8.8.8
Any advice or help would be greatly appreciated.