01-11-2017 07:54 AM - edited 03-08-2019 08:52 AM
I have a site with a cisco 3750 stacked x6 with a meraki MX84. I really need to understand what options I have for inter-vlan routing so that vlan119 nodes can reach the internet. Currently they cannot unless I use a gateway of 10.140.92.1 which is my meraki appliance. Any help would be appreciated.
If I put a client on vlan119 with gateway of : 10.140.92.254, I get no internet access, tracert does not show it hitting the MX 10.140.92.1. I can hit nodes in vlan11 as well as its own vlan 119.
If I put a client on vlan119 with gateway of : 10.140.92.1, I have Internet access and access to both vlans
If I put a client on VLAN11, with gateway of 10.140.1.254, I have internet access and access to both vlans
There are two vlans:
On meraki: 11 and 119, (interface IPs shown)
10.140.1.0/24 | Local VLAN |
|
|
|
||||||||
10.140.92.0/24 | Local VLAN |
|
|
OnCisco 3750
interface Vlan11
ip address 10.140.1.254 255.255.255.0
!
interface Vlan119
ip address 10.140.92.254 255.255.255.0
route on the 3750;
ip route 0.0.0.0 0.0.0.0 10.140.1.1
ip routing statement;
ip routing
So theres a gray area here for me. How can I troubleshoot this?
Solved! Go to Solution.
01-11-2017 09:11 AM
There are two ways to solve that depending on how you want to do your routing:
01-11-2017 09:11 AM
There are two ways to solve that depending on how you want to do your routing:
01-11-2017 11:37 AM
I would like to have the routing at the core. Your answer makes sense. In order to make routing work as expected with a L3 switch, I will need to ditch the vlans on the Meraki MX appliance, and replace them with static routes pointing to the interface of each respective VLAN int IP.
Is there any other way that I may want to look at this?
01-11-2017 01:37 PM
There is not really another way. But it's not one or the other. You can mix the VLANs as you want. For example, all your internal User- and Voice-VLANs are terminated at the core while your Guest-WLAN is terminated at the MX.
01-12-2017 10:04 AM
Thank you for your help! I have made the changes and they work as described.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide