Share via

How does Azure Subnet Extension Works?

Mark Jaycob Casera 20 Reputation points
Mar 8, 2023, 2:57 AM

Can someone confirm if this is how subnet extension works?

Onprem Server (10.0.1.1) > OnPrem NVA (192.168.1.1) > IPSec/ExpressRoute > Azure NVA (192.168.2.1) > Azure Server (10.0.0.100)

Basically, the onprem server EXPLICITLY connects to the OnPrem NVA IP and it gets taken care of right?

TIA,

markcasera_

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,685 questions
{count} votes

Accepted answer
  1. TP 113.1K Reputation points
    Mar 9, 2023, 9:21 AM

    Hi,

    Your Onprem Server will continue to operate as usual. Once the NVAs are configured, they will handle the translation of traffic between on premises and Azure transparently.

    For example, if your onprem server sends out ARP request looking for MAC address for 10.0.0.100, the onprem NVA will encapsulate and send to the Azure NVA, which decapsulates and sends on Azure subnet, and when response comes back the process is reversed so that onprem server receives response.

    Above is based on reviewing extended network for Azure documentation and my knowledge of VXLAN.

    If my answer was helpful please click Accept Answer.

    Thanks.

    -TP


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.