BGP advertisement

Handian Sudianto 6,101 Reputation points
2025-03-28T00:48:14.4833333+00:00

If i have 3 location connected to azure VPN Gateway with below details :

  • site1 subnet 10.100.0.0
  • site2 subnet 10.103.0.0
  • site3 subnet 10.107.0.0

On my site2 i can see routing to site1 10.100.0.0 is advertise from azure, so next hop from site2 will use azure bgp peer to reach site1.

It's normal behavior that azure will advertise subnet learned from bgp peer and forward to other peers, or i have some miss configuration?

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,792 questions
{count} votes

Accepted answer
  1. Sai Prasanna Sinde 6,645 Reputation points Microsoft External Staff Moderator
    2025-03-28T06:34:40.9066667+00:00

    Hi @Handian Sudianto

    The Azure VPN Gateway, when configured with BGP in a multi-site scenario, inherently advertises routes learned from one BGP peer to other connected BGP peers.

    This default behavior is fundamental to enabling transit routing, which allows networks connected to the same VPN Gateway to communicate with each other seamlessly.

    So, your observation that site2 is receiving a route to site1's subnet (10.100.0.0/24) advertised by the Azure VPN Gateway, with the next hop pointing to the Azure BGP peer, is indeed the normal and expected behavior in this type of configuration.

    It signifies that the Azure VPN Gateway is functioning correctly by propagating the routing information learned from one connected site to another via BGP, a standard aspect of BGP transit routing in a multi-site VPN setup.

    For more information, please refer the below documents:

    https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-vpn-faq#bgp

    https://learn.microsoft.com/en-us/azure/vpn-gateway/bgp-howto


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

    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.