I am stumped by some sort of routing problem. Any assistance is appreciated!
I have several Meraki Cameras in a remote site that are currently in VLAN 1.
I need to move the cameras into a dedicated VLAN (VLAN 300).
When I move a camera into VLAN 300 I can no longer reach the Meraki Cloud servers.
My ASA is NOT blocking traffic.
I can ping the camera from the "master site".Meraki
From the remote site Switch 2 (where the camera is plugged in) I can ping Meraki Cloud Server as long as I source the ping from VLAN 1. When I source the ping from VLAN 300, it fails.
Here are the routing snippets from my routers / switches:
R1
ip route 0.0.0.0 0.0.0.0 172.17.0.14
ip route 10.1.0.0 255.255.254.0 10.255.255.2
ip route 10.1.3.0 255.255.255.0 10.1.1.1 3
ip route 63.145.10.72 255.255.255.248 10.100.200.12
ip route 65.114.81.80 255.255.255.248 10.255.255.2
R2
ip default-gateway 10.255.255.1
ip forward-protocol nd
no ip http server
no ip http secure-server
ip tftp source-interface GigabitEthernet0/0/0
ip route 0.0.0.0 0.0.0.0 10.255.255.1
ip route 10.1.3.0 255.255.255.0 10.1.1.2
ip route 216.206.64.0 255.255.255.0 65.114.81.81
SW2
ip default-gateway 10.255.255.1
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.1.1
IP Routing is enabled on all devices.
