NIC Effective Routes

Charles Tiu 41 Reputation points
2021-04-09T04:03:22.487+00:00

Hi, from Network Interfaces, under Support + troubleshooting. there's a effective routes feature.
May I know how did it derives the routes? There isn't any routing tables being define in my environment. We have VPN and expressroute.

I ask because there's a few destination which is under 10.x.x.x which wasn't being define in places I'm aware of.

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,140 questions
0 comments No comments
{count} votes

Accepted answer
  1. SUNOJ KUMAR YELURU 13,936 Reputation points MVP
    2021-04-09T04:47:33.577+00:00

    Hi anonymous user

    The effective routes for the network interfaces attached to a virtual machine are a combination of default routes, any routes you've created, and any routes propagated from on-premises networks via BGP through an Azure virtual network gateway.

    Azure automatically creates system routes and assigns the routes to each subnet in a virtual network. You can't create system routes, nor can you remove system routes, but you can override some system routes with custom routes. Azure creates default system routes for each subnet, and adds additional optional default routes.

    refer- https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Andreas Baumgarten 96,361 Reputation points MVP
    2021-04-09T06:03:00.097+00:00

    anonymous user ,

    yes. This is the order how Azure selects the route:

    1. User-defined routes
    2. BGP prpogated routes
    3. System routes

    86065-image.png

    Source: :https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview#how-azure-selects-a-route

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    2 people found this answer helpful.
    0 comments No comments

  2. Charles Tiu 41 Reputation points
    2021-04-09T05:39:59.957+00:00

    I see. Correct me if I'm wrong.

    If I didn't create any manual routing. All the routes I saw, is all system routes which I can't make any modification. However I can use custom route to override them?

    0 comments No comments