Can't get routing working from VNET to Meraki vMX

Dennis Lockwald 0 Reputation points
2025-12-01T20:11:51.44+00:00

I'm trying to get traffic from a Meraki vMX to Azure vnet but I'm not sure what the next hop is supposed to be for my routing.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-12-01T20:12:04.4266667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To route traffic from a Meraki vMX to an Azure Virtual Network (VNet), you need to determine the correct next hop for your routing configuration. The next hop can depend on several factors, including your specific network setup and the destination IP addresses involved.

    You can use the Azure Network Watcher’s Next hop capability to identify the next hop type for traffic destined to a specific location. This can help you understand if the traffic is being routed correctly or if there are any issues.

    To test the routing:

    1. Ensure that you have a network watcher enabled in the region where your VNet is located.
    2. Use the az network watcher show-next-hop command to check the next hop for the traffic from your Meraki vMX to the Azure VNet. You will need to specify the destination IP address that you are trying to reach.
    3. The output will indicate the next hop type, which could be Internet, Virtual Network, or None. If it shows None, it means that there is no valid route to the destination, and you may need to adjust your routing configuration accordingly.

    If you are using custom routes, ensure that they do not conflict with the default routes created by Azure. Additionally, if you are using a VPN gateway or Network Virtual Appliance (NVA), make sure that the routing is correctly configured to allow traffic to flow from the Meraki vMX to the Azure VNet.

    For further troubleshooting, consider using the connection troubleshoot capability of Network Watcher to identify any filtering or in-OS causes of communication problems.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.