Vpn BGP Peer

Handian Sudianto 6,726 Reputation points
2026-01-17T15:03:27.06+00:00

My Azure VPN peer is 10.xx.xx.xx and 10.xxx.xx.xx

User's image

But why in the Monitor - BGP Peer the local address is 10.xxx.xx.xx and 10.xxx.xx.xx (not 10.xxx.xx.xx and 10.xxx.xx.xx)?

User's image

removed PII information

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.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Marcin Policht 76,075 Reputation points MVP Volunteer Moderator
    2026-01-17T16:02:49.67+00:00

    AFAIK, in Azure VPN Gateway with BGP enabled, the addresses you see under the Monitor - BGP Peer section represent the local IP addresses of the VPN gateway that participate in the BGP session, not the remote peer addresses.

    When you configure BGP over an IPsec VPN, there are two sides: your on-premises (or remote) peer and the Azure VPN gateway. The peer addresses you mentioned, 10.201.0.4 and 10.201.0.5, are the IP addresses of your on-premises devices or the remote VPN devices. Azure assigns its own internal IPs for the VPN gateway side of the connection, which are usually the next available IPs in the subnet used for the tunnel interface. In your case, Azure chose 10.201.0.6 and 10.201.0.7 as the local BGP endpoints for the gateway, and these are the addresses used by your VPN gateway to advertise routes via BGP.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


0 additional answers

Sort by: Most helpful

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.