UDR when Next Hop is unreachable

Lei Tian (letian) 20 Reputation points
2024-08-24T19:06:43.48+00:00

Hello,

I have UDR defined with NVA as the next hop type. I noticed when NVA is unreachable, the route table doesn't invalidate the UDR. Is there a way to remove the route when the defined next-hop UDR is unreachable?

Thanks,

Lei Tian

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
215 questions
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.
2,401 questions
{count} votes

Accepted answer
  1. hossein jalilian 6,440 Reputation points
    2024-08-24T20:41:26.84+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Unfortunately, Azure does not automatically invalidate or remove user-defined routes when the specified next hop becomes unreachable

    UDRs are static routes that are manually configured and take precedence over system routes. They do not automatically update based on the reachability of the next hop.

    Azure does not perform health checks or reachability tests on the next hop specified in a UDR.

    Set up your own health monitoring system to check the availability of the NVA. If the NVA becomes unreachable, you can programmatically update or remove the UDR using Azure APIs or automation tools.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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