New-VBRViVirtualLabIPMappingRule
Short Description
Defines static IP address mapping rules.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRViVirtualLabIPMappingRule -ProductionNetwork <VBRViNetworkInfo> [-IsolatedIPAddress <IPAddress>] [-AccessIPAddress <IPAddress>] [-IsolatedIPv6Address <IPAddress>] [-AccessIPv6Address <IPAddress>] [-Note <String>] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRViVirtualLabIPMappingRule object that defines static IP address mapping rules.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AccessIPAddress |
Specifies an IPv4 address of a production network. The cmdlet will map this IP address with an IP address of an isolated network. |
|
False |
Named |
False |
|
AccessIPv6Address |
Specifies an IPv6 address of a production network. The cmdlet will map this IP address with an IP address of an isolated network. |
|
False |
Named |
False |
|
IsolatedIPAddress |
Specifies an IPv4 address of an isolated network. The cmdlet will map this IP address with an IP address of a production network. |
|
False |
Named |
False |
|
IsolatedIPv6Address |
Specifies an IPv6 address of an isolated network. The cmdlet will map this IP address with an IP address of a production network. |
|
False |
Named |
False |
|
Note |
Specifies notes that you want to assign to the static mapping settings. |
|
False |
Named |
False |
|
ProductionNetwork |
Specifies a production network with original VMs. The cmdlet will set up static mapping of IP address from this network with IP addresses from the isolated network.
Accepts the |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRViVirtualLabNetworkMappingRule object that defines static IP address mapping rules.
Examples
Example 1. Defining Static IPv4 Address Mapping Rules
|
This example shows how to define static IPv4 address mapping rules. The cmdlet output will contain the following details on mapping settings:
Perform the following steps:
|
Example 2. Defining Static IPv6 Address Mapping Rules
|
This example shows how to define static IPv6 address mapping rules. The cmdlet output will contain the following details on mapping settings:
Perform the following steps:
|
Example 3. Defining Static IPv4 and IPv6 Address Mapping Rules
|
This example shows how to define static IPv4 and IPv6 address mapping rules. The cmdlet output will contain the following details on mapping settings:
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Get-VBRViServerNetworkInfoReturns virtual networks for a VMware host.