Skip to content

Commit f47f40d

Browse files
Merge pull request #209305 from v-pgaddala/gitissue96765
git issue 96765
2 parents 3ab687c + f071381 commit f47f40d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/site-recovery/azure-to-azure-network-mapping.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ The same holds for the Secondary IP Configurations as well.
7272

7373
## IP address assignment during failover
7474

75+
>[!Note]
76+
>The following approach is used to assign IP address to the target VM, irrespective of the NIC settings.
77+
7578
**Source and target subnets** | **Details**
7679
--- | ---
7780
Same address space | IP address of the source VM NIC is set as the target VM NIC IP address.<br/><br/> If the address isn't available, the next available IP address is set as the target.
@@ -84,7 +87,7 @@ Different address space | The next available IP address in the target subnet is
8487
**Target network** | **Details**
8588
--- | ---
8689
Target network is the failover VNet | - Target IP address will be static with the same IP address. <br/><br/> - If the same IP address is already assigned, then the IP address is the next one available at the end of the subnet range. For example: If the source IP address is 10.0.0.19 and failover network uses range 10.0.0.0/24, then the next IP address assigned to the target VM is 10.0.0.254.
87-
Target network isn't the failover VNet | - Target IP address will be static with the same IP address.<br/><br/> - If the same IP address is already assigned, then the IP address is the next one available at the end of the subnet range.<br/><br/> For example: If the source static IP address is 10.0.0.19 and failover is on an network that isn't the failover network, with the range 10.0.0.0/24, then the target static IP address will be 10.0.0.19 if available, and otherwise it will be 10.0.0.254.
90+
Target network isn't the failover VNet | - Target IP address will be static with the same IP address, only if it is available in the target virtual network. <br/><br/> - If the same IP address is already assigned, then the IP address is the next one available at the end of the subnet range.<br/><br/> For example: If the source static IP address is 10.0.0.19 and failover is on an network that isn't the failover network, with the range 10.0.0.0/24, then the target static IP address will be 10.0.0.19 if available, and otherwise it will be 10.0.0.254.
8891

8992
- The failover VNet is the target network that you select when you set up disaster recovery.
9093
- We recommend that you always use a non-production network for test failover.

0 commit comments

Comments
 (0)