New-VBRHvIsolatedNetworkOptions
Short Description
Defines network settings of isolated networks.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRHvIsolatedNetworkOptions -ProductionNetworkOptions <VBRHvProductionNetworkOptions[]> -IsolatedNetworkName <String> [-IsolatedNetworkVLANID <Int32>] [-IPAddress <IPAddress>] [-SubnetMask <String>] [-MasqueradeIPAddress <IPAddress>] [-DNSServer <IPAddress[]>] [-EnableDHCP] [-IPv6Address <IPAddress>] [-IPv6PrefixLength <Int32>] [-MasqueradeIPv6Address <IPAddress>] [-IPv6DNSServer <IPAddress[]>] [-EnableDHCPv6] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRHvIsolatedNetworkOptions object that defines network settings of isolated networks and how to map it to production networks.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
DNSServer |
Specifies an array of IPv4 addresses of virtualized DNS servers. |
|
False |
Named |
False |
|
EnableDHCP |
Defines that the cmdlet will enable the DHCP service. If you provide this parameter, Veeam Backup & Replication will dynamically assign IP addresses for isolated VMs. Otherwise, you must assign the IP addresses manually. |
|
False |
Named |
False |
|
EnableDHCPv6 |
Defines that the cmdlet will enable the DHCPv6 service. If you provide this parameter, Veeam Backup & Replication will dynamically assign IP addresses for isolated VMs. Otherwise, you must assign the IP addresses manually. |
|
False |
Named |
False |
|
IPAddress |
Specifies an IPv4 address of the proxy appliance. Veeam Backup & Replication will use this IP address to connect an isolated network with the production network. |
|
False |
Named |
False |
|
IPv6Address |
Specifies an IPv6 address of the proxy appliance. Veeam Backup & Replication will use this IP address to connect an isolated network with the production network. |
|
False |
Named |
False |
|
IPv6DNSServer |
Specifies an array of IPv6 addresses of virtualized DNS servers. |
|
False |
Named |
False |
|
IPv6PrefixLength |
Specifies a prefix length of an isolated network. |
|
False |
Named |
False |
|
IsolatedNetworkName |
Specifies a name of an isolated network. The cmdlet will create an isolated network with this name. |
|
True |
Named |
False |
|
IsolatedNetworkVLANID |
Specifies an ID of a isolated network. The cmdlet will create the isolated network with the specified ID. |
|
False |
Named |
False |
|
MasqueradeIPAddress |
Specifies a masquerade IPv4 address. Veeam Backup & Replication will use this IP address to access VMs in the isolated network from the production network. |
|
False |
Named |
False |
|
MasqueradeIPv6Address |
Specifies a masquerade IPv6 address. Veeam Backup & Replication will use this IP address to access VMs in the isolated network from the production network. |
|
False |
Named |
False |
|
ProductionNetworkOptions |
Specifies a network mapping rule of an isolated network. The cmdlet will map the isolated network to the production network that is specified in this rule.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
SubnetMask |
Specifies a subnet mask of an isolated network. |
|
False |
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 VBRHvIsolatedNetworkOptions object that defines network settings of isolated networks and how to map it to production networks.
Examples
Example 1. Defining Network Settings of Isolated Network Using IPv4
|
This example shows how to define network settings of the
Perform the following steps:
|
Example 2. Defining Network Settings of Isolated Network Using IPv6
|
This example shows how to define network settings of the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Get-VBRHvServerNetworkInfoReturns virtual networks for a Hyper-V host.New-VBRHvProductionNetworkOptionsDefines production networks options for Hyper-V virtual lab.