Share via

Azure vWAN setup in SD-WAN vnet

AzurePro 80 Reputation points
2026-02-13T04:49:40.8633333+00:00

I have below current setup

on prem >> Silver Peak SDWAN vNET >>> route server >> Application vNET

We have setup vWAN and HUB.

I need to configure BGP peer for the SD-WAN appliance of Silver peak and that needs to configure virtual connection to be added which is SD-WAN vnet

when i try to add a virtual network conenction of SD WAN vnet into vWAN it gives below error that

cannot have UseRemoteGateways flag set to true, because parent virtual network which is SDWAN vnet has already a gateway configured

Is there something wrong in configuration or addtional config is required

Azure Virtual WAN
Azure Virtual WAN

An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.

{count} votes

1 answer

Sort by: Most helpful
  1. Venkatesan S 4,735 Reputation points Microsoft External Staff Moderator
    2026-02-13T05:57:03.8133333+00:00

    Hi AzurePro,

    Thanks for reaching out in Microsoft Q&A forum,

    when i try to add a virtual network conenction of SD WAN vnet into vWAN it gives below error that cannot have UseRemoteGateways flag set to true, because parent virtual network which is SDWAN vnet has already a gateway configured

    The above error occurs because Azure enforces a restriction: a VNet cannot have multiple active "remote gateways" via peering or vWAN connections simultaneously. Your SD-WAN VNet already has a gateway (likely a VPN gateway or similar from the on-prem >> SD-WAN VNet >> route server setup), blocking the vWAN connection with UseRemoteGateways effectively enabled.

    Steps:

    • Remove/detach the gateway from SD-WAN VNet (detach Route Server peering if possible, or migrate on-prem traffic via vWAN).
    • Add SD-WAN VNet as spoke to vWAN hub: vWAN > Virtual network connections > +Add connection (disable UseRemoteGateways), propagate to route table.
    • Configure BGP: Hub > Routing > BGP Peers > Add peer (Silver Peak IP/subnet, ASN 65515, multi-hop=2).

    BGP Peering Steps for Silver Peak

    • Note vWAN hub BGP IPs from portal.
    • On Silver Peak appliance: Add BGP neighbors to those IPs (Microsoft ASN 65515), set multi-hop=2, static route to hub IPs via LAN gateway.
    • Verify: BGP session up, Azure routes learned on appliance, overlays in vWAN route table.​

    Official Doc:
    Architecture: Virtual WAN and SD-WAN connectivity - Azure Virtual WAN | Microsoft Learn

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

    Please do not forget to 210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    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.