Skip to content

Commit 26aa990

Browse files
authored
Merge pull request #123918 from jofons/patch-1
ANPEEE: BGP Prefix not required on Address Prefix CLI
2 parents 4fc2fdb + 69740e1 commit 26aa990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/vpn-gateway/bgp-how-to-cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ This exercise continues to build the configuration shown in the diagram. Be sure
121121

122122
* The local network gateway can be in the same location and resource group as the VPN gateway, or it can be in a different location and resource group. This example shows the gateways in different resource groups in different locations.
123123
* The minimum prefix that you need to declare for the local network gateway is the host address of your BGP peer IP address on your VPN device. In this case, it's a /32 prefix of 10.51.255.254/32.
124+
* You can also leave the prefix empty if you're using BGP to connect to this network. Azure VPN gateway will internally add a route of your BGP peer IP address to the corresponding IPsec tunnel.
124125
* As a reminder, you must use different BGP ASNs between your on-premises networks and the Azure virtual network. If they're the same, you need to change your VNet ASN if your on-premises VPN devices already use the ASN to peer with other BGP neighbors.
125126

126127
Before you proceed, make sure that you've completed the [Enable BGP for your VPN gateway](#enablebgp) section of this exercise. Notice that in this example, you create a new resource group. Also, notice the two additional parameters for the local network gateway: `Asn` and `BgpPeerAddress`.

0 commit comments

Comments
 (0)