|
1 | 1 | ---
|
2 | 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 |
| 3 | +description: This article describes how to configure the failover of secondary IP configs for Azure virtual machines. |
4 | 4 | services: site-recovery
|
5 | 5 | author: ankitaduttaMSFT
|
6 |
| -manager: gaggupta |
7 | 6 | ms.service: site-recovery
|
8 | 7 | ms.topic: conceptual
|
9 |
| -ms.date: 03/27/2023 |
| 8 | +ms.date: 04/29/2024 |
10 | 9 | ms.author: ankitadutta
|
11 | 10 | ms.custom: engagement-fy23
|
12 | 11 |
|
13 | 12 | ---
|
14 | 13 | # Configure failover of multiple IP addresses with Azure Site Recovery
|
15 | 14 |
|
16 |
| -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. |
| 15 | +Every Network Interface Card (NIC) attached to a virtual machine 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. Learn more about [IP addresses in Azure](../virtual-network/ip-services/public-ip-addresses.md). |
17 | 16 |
|
18 |
| -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. |
| 17 | +Azure Site Recovery automatically configures the failover of the Primary IP Configuration. This article describes how you can configure failover of Secondary IP configuration with Site Recovery. This is supported only for Azure virtual machines. |
19 | 18 |
|
20 |
| -## Configure Secondary IP Address Failover via Azure portal |
21 | 19 |
|
22 |
| -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. |
| 20 | +## Configure secondary IP address failover via Azure portal |
23 | 21 |
|
24 |
| -**Follow these steps:** |
| 22 | +Site Recovery automatically configures the failover of your Primary IP Configuration when you Enable Replication for the virtual machine. Secondary IP Configurations need to be manually configured after the replication completes. For this, you need a protected virtual machine that has one or more Secondary IP Configurations. |
25 | 23 |
|
26 |
| -1. Navigate to the **Network** blade on the Replicated Items page. |
| 24 | +To configure secondary IP address failover, follow these steps: |
| 25 | + |
| 26 | +1. Navigate to the **Network** section on the **Replicated items** page. |
27 | 27 |
|
28 | 28 | :::image type="content" source="./media/concepts-multiple-ip-address-failover/network-tab.png" alt-text="Screenshot of Replicated Items Blade.":::
|
29 | 29 |
|
30 | 30 |
|
31 |
| -2. You will see the following highlighted text. Click on **Edit** to modify it. |
| 31 | +2. Under **Secondary IP Configuration**, select **Edit** to modify it. |
32 | 32 |
|
33 | 33 | :::image type="content" source="./media/concepts-multiple-ip-address-failover/network-edit.png" alt-text="Screenshot of Network Tab Edit Mode." lightbox="./media/concepts-multiple-ip-address-failover/network-edit-expanded.png":::
|
34 | 34 |
|
35 |
| -3. Click on "+ IP Configurations". You will see two options, Either add all IP Configurations, or selectively add IP Configurations. |
| 35 | +3. Select **+ IP configurations**. |
| 36 | + You have two options, you can either add all IP configurations, or select and add individual IP configurations. |
36 | 37 |
|
37 | 38 | :::image type="content" source="./media/concepts-multiple-ip-address-failover/add-ip-configurations.png" alt-text="Screenshot of Add IP Configurations.":::
|
38 | 39 |
|
39 |
| -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. |
| 40 | + > [!NOTE] |
| 41 | + > If you add a NIC to the source virtual machine while replication is ongoing, you must disable and re-enable replication to update the same settings for the target virtual machine. |
| 42 | +
|
| 43 | +4. Select **Add all secondary IP configurations** to list all available configurations. You can now configure them as you like. |
40 | 44 |
|
41 | 45 | :::image type="content" source="./media/concepts-multiple-ip-address-failover/add-all-ip-configurations.png" alt-text="Screenshot of All IP Configurations." lightbox="./media/concepts-multiple-ip-address-failover/add-all-ip-configurations-expanded.png":::
|
42 | 46 |
|
43 |
| -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. |
| 47 | +5. Alternatively, selecting **Select and add secondary IP configurations**, opens a pane where you can pick and add IP configurations you'd like to configure for failover. |
44 | 48 |
|
45 | 49 | :::image type="content" source="./media/concepts-multiple-ip-address-failover/select-and-add-ip-configurations.png" alt-text="Screenshot of Select and Add IP Configurations." lightbox="./media/concepts-multiple-ip-address-failover/select-and-add-ip-configurations.png":::
|
46 | 50 |
|
47 |
| -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. |
| 51 | + For each IP configuration that was added, you can configure the values for Private IP, Public IP, and Backend Pool for Failover and Test Failover separately. |
| 52 | + |
| 53 | +1. Save your changes. |
48 | 54 |
|
49 | 55 |
|
50 | 56 | ## Next steps
|
51 | 57 |
|
52 |
| -- Learn more about [Traffic Manager with Azure Site Recovery](../site-recovery/concepts-traffic-manager-with-site-recovery.md) |
53 |
| -- Learn more about Traffic Manager [routing methods](../traffic-manager/traffic-manager-routing-methods.md). |
54 |
| -- Learn more about [recovery plans](site-recovery-create-recovery-plans.md) to automate application failover. |
| 58 | +Learn more about: |
| 59 | + |
| 60 | +- [Traffic Manager with Azure Site Recovery](../site-recovery/concepts-traffic-manager-with-site-recovery.md) |
| 61 | +- Traffic Manager [routing methods](../traffic-manager/traffic-manager-routing-methods.md). |
| 62 | +- [Recovery plans](site-recovery-create-recovery-plans.md) to automate application failover. |
0 commit comments