You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/site-recovery/concepts-multiple-ip-address-failover.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Configure Failover of Secondary IP Configs with Azure Site Recovery
3
-
description: Describes how to configure the failover of Secondary IP Configs for Azure VMs
2
+
title: Configure failover of multiple IP addresses with Azure Site Recovery
3
+
description: Describes how to configure the failover of secondary IP configs for Azure VMs
4
4
services: site-recovery
5
5
author: rishjai-msft
6
6
manager: gaggupta
@@ -10,36 +10,37 @@ ms.date: 11/01/2021
10
10
ms.author: rishjai
11
11
12
12
---
13
-
# Configure Failover of Multiple IP Addresses with Azure Site Recovery
13
+
# Configure failover of multiple IP addresses with Azure Site Recovery
14
14
15
15
Every NIC attached to a VM has one or more IP configurations associated to it. Each configuration is assigned one static or dynamic private IP address. Each configuration may also have one public IP address resource associated to it. A public IP address resource has either a dynamic or static public IP address assigned to it. To learn more about [IP addresses in Azure](../virtual-network/ip-services/public-ip-addresses.md), read the IP addresses in Azure article.
16
16
17
17
Today, Site Recovery automatically configures the failover of the Primary IP Configuration. This article describes how you can configure failover of Secondary IP Configs with Site Recovery. Please note that this is supported only for Azure VMs.
18
18
19
-
## Configure Secondary IP Address Failover via Azure Portal
19
+
## Configure Secondary IP Address Failover via Azure portal
20
20
21
21
Site Recovery automatically configures the failover of your Primary IP Configuration when you Enable Replication for the VM. Secondary IP Configurations need to be manually configured after the Enable Replication completes. For this you need a protected VM that has one or more Secondary IP Configurations.
22
22
23
23
Follow the steps as outlined:
24
24
1. Navigate to the **Network** blade on the Replicated Items page.
3. Click on "+ IP Configurations". You will see two options, Either add all IP Configurations, or selectively add IP Configurations.
33
34
34
-

35
+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/add-ip-configurations.png" alt-text="Add IP Configurations":::
35
36
36
37
4. On clicking **Add all secondary IP Configurations**, all of them will appear in the grid below, and then you can configure them as you like.
37
38
38
-

39
+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/add-all-ip-configurations.png" alt-text="Add All IP Configurations" lightbox="./media/concepts-multiple-ip-address-failover/add-all-ip-configurations-expanded.png":::
39
40
40
41
5. Alternatively, on clicking **Select and add secondary IP Configurations**, a blade will open where you can pick and add IP Configurations you'd like to configure for failover.
41
42
42
-

43
+
:::image type="content" source="./media/concepts-multiple-ip-address-failover/select-and-add-ip-configurations.png" alt-text="Select and Add IP Configurations":::
43
44
44
45
Now, for each IP Configuration that you've added, you can configure the values for Private IP, Public IP, and Backend Pool for Failover and Test Failover separately. After you've done it all, don't forget to Save changes.
0 commit comments