- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Meraki MS 250 : Inter-Vlan Routing issue
Hello Experts,
I have created two L3 VLANs and each VLAN has one test PC connected, PC1 is not able to reach PC2.
below is the setup:
Source -
PC1(VLAN101) - 192.168.101.10
Destination -
PC2(VLAN201) - 192.168.201.10
PC1 cannot ping PC2, In captures(taken on the dashboard for the switch) I can see the switch is sending an ARP request and receiving an ARP reply from PC2 but the ping fails.
On the dashboard, the switch ARP table keeps loading and does not show anything.
Note - The default gateway is not reachable as this is local switch routing.
Do I need to toggle any settings for inter-vlan routing?
Regards,
Pavan
Solved! Go to solution.
- Labels:
-
Interfaces
-
Layer 2
-
Layer 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue is resolved with the below config change :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are they Windows machines? Have you tried disabling the Windows firewall?
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this are the Linux machine and nothing sort of blocking on this machines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe the Iptables? Just make sure that nothing is being blocked. As they are directly connected networks, routing should be ok.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Note - The default gateway is not reachable as this is local switch routing.
Do I need to toggle any settings for inter-vlan routing?
What ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do I need to make any setting changes to enable inter-vlan routing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No.
Do you have any ACL configured?
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can PC1 ping his gateway ?
Can PC2 ping his gateway ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When doing ifconfig on both PC1 and PC2 , it shows the IP , mask and default gateway ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you put both ports in vlan 101 and change the second PC to IP 192.168.101.11 can they ping each other?
If so put both PCs on VLAN 201 and 102.168.201.x IP addresses and try the same, does that also work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I noticed the default route for your interface is ALSO on VLAN 101 192.168.101.254. Are your endpoints using 192.168.101.1 or .254 as their default gateway?
It is bad practice to use the same subnet for clients as for routing on your switch to the next hop towards the internet because this causes asymmetric routing and possible issues with DHCP relay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue is resolved with the below config change :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What tool is being used to make these configuration changes? It looks like traditional Cisco CLI albeit different syntax, etc. I am having a similar issue in my environment but only configure through the GUI. Any advice is appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the output you see is taken from the API response in the Postman application.
