Vnet Peering with spoke

Karthick G 101 Reputation points
2020-09-30T05:52:13.337+00:00

I have 3 Vnet's (1,2&3). VM in configured in all 3 Vnet's. Vnet 1 & 3 is peered , Vnet 1 & 3 is peered. I wanted to establish communication between vnet 2 & 3 without peering . how to achieve it.

  1. allow network access and forward traffic is enabled in all vnet.
  2. NIC card are enabled with IP forward traffic
  3. UDR is associated with Vnet 2 & 3 Subnet with route information of VNET 2 & 3 address space.
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,219 questions
{count} votes

1 answer

Sort by: Most helpful
  1. GitaraniSharma-MSFT 48,196 Reputation points Microsoft Employee
    2020-09-30T08:26:10.043+00:00

    Hello @Karthick G ,

    Transitive peering is not supported in Azure which means if you peer VNet1 to VNet2 and you peer VNet1 to VNet3, VNet2 and VNet3 are NOT automatically peered. You must peer VNet2 and VNet3 to establish communication between VNet 2 & 3.
    Please refer : https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq#if-i-peer-vneta-to-vnetb-and-i-peer-vnetb-to-vnetc-does-that-mean-vneta-and-vnetc-are-peered

    You can find the connectivity options available for Azure resources in below article:
    https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview#communicate-between-azure-resources

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    ----------------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.