Skip to content

Commit fda5602

Browse files
authored
Merge pull request #281306 from cherylmc/active-passive
new article
2 parents e5ec31c + ed3687d commit fda5602

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

articles/vpn-gateway/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
href: vpn-gateway-verify-connection-resource-manager.md
8080
- name: Reset a connection or a gateway
8181
href: reset-gateway.md
82+
- name: Change a gateway to active-active or active-standby
83+
href: gateway-change-active-active.md
8284
- name: Delete a VPN gateway
8385
items:
8486
- name: Azure portal
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: 'Change a gateway to active-active mode'
3+
titleSuffix: Azure VPN Gateway
4+
description: Learn how to change a VPN gateway from active-standby to active-active.
5+
author: cherylmc
6+
ms.service: vpn-gateway
7+
ms.topic: how-to
8+
ms.date: 07/19/2024
9+
ms.author: cherylmc
10+
11+
---
12+
13+
# Change a VPN gateway to active-active
14+
15+
The steps in this article help you change active-standby VPN gateways to active-active. You can also change an active-active gateway to active-standby. For more information about active-active gateways, see [About active-active gateways](vpn-gateway-about-vpn-gateway-settings.md#active) and [About highly-available gateway connections](vpn-gateway-highlyavailable.md).
16+
17+
## Change active-standby to active-active
18+
19+
Use the following steps to convert active-standby mode gateway to active-active mode. If your gateway was created using the [Resource Manager deployment model](../azure-resource-manager/management/deployment-models.md), you can also upgrade the SKU on this page.
20+
21+
1. Navigate to the page for your virtual network gateway.
22+
23+
1. On the left menu, select **Configuration**.
24+
25+
1. On the **Configuration** page, configure the following settings:
26+
27+
* Change the Active-active mode to **Enabled**.
28+
* Click **Add new** to add another public IP address. If you already have an IP address that you previously created that's available to dedicate to this resource, you can instead select it from the **SECOND PUBLIC IP ADDRESS** dropdown.
29+
30+
:::image type="content" source="./media/active-active-portal/active-active.png" alt-text="Screenshot shows the Configuration page with active-active mode enabled." lightbox="./media/active-active-portal/active-active.png":::
31+
32+
1. On the **Choose public IP address** page and either specify an existing public IP address that meets the criteria, or select **+Create new** to create a new public IP address to use for the second VPN gateway instance. After you've specified the second public IP address, click **OK**.
33+
34+
1. At the top of the **Configuration** page, click **Save**. This update can take about 30-45 minutes to complete.
35+
36+
> [!IMPORTANT]
37+
> If you have BGP sessions running, be aware that the Azure VPN Gateway BGP configuration will change and two newly assigned BGP IPs will be provisioned within the Gateway Subnet address range. The old Azure VPN Gateway BGP IP address will no longer exist. This will incur downtime and updating the BGP peers on the on-premises devices will be required. Once the gateway is finished provisioning, the new BGP IPs can be obtained and the on-premises device configuration will need to be updated accordingly. This applies to non APIPA BGP IPs. To understand how to configure BGP in Azure, see [How to configure BGP on Azure VPN Gateways](bgp-howto.md).
38+
>
39+
40+
### Change active-active to active-standby
41+
42+
Use the following steps to convert active-active mode gateway to active-standby mode.
43+
44+
1. Navigate to the page for your virtual network gateway.
45+
46+
1. On the left menu, select **Configuration**.
47+
48+
1. On the **Configuration** page, change the Active-active mode to **Disabled**.
49+
50+
1. At the top of the **Configuration** page, click **Save**.
51+
52+
> [!IMPORTANT]
53+
> If you have BGP sessions running, be aware that the Azure VPN Gateway BGP configuration will change from two BGP IP addresses to a single BGP address. The platform generally assigns the last usable IP of the Gateway Subnet. This will incur downtime and updating the BGP peers on the on-premises devices will be required. This applies to non APIPA BGP IPs. To understand how to configure BGP in Azure, see [How to configure BGP on Azure VPN Gateways](bgp-howto.md).
54+
>
55+
56+
## Next steps
57+
58+
For more information about active-active gateways, see [About active-active gateways](vpn-gateway-about-vpn-gateway-settings.md#active).

0 commit comments

Comments
 (0)