New-VBRCloudVLANConfiguration
Short Description
Creates pools of VLANs that will be reserved for Veeam Cloud Connect.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a VCP license.
Syntax
This cmdlet provides the following parameter sets:
-
ViNew-VBRCloudVLANConfiguration -Server <Object> -ViVirtualSwitch <VBRViVirtualSwitch>
-FirstVLANWithInternet <Int32> -LastVLANWithInternet <Int32> -FirstVLANWithoutInternet <Int32>
-LastVLANWithoutInternet <Int32> [<CommonParameters>]
-
HvNew-VBRCloudVLANConfiguration -Server <Object> -HvNetworkInfo <VBRHvServerNetworkInfo>
-FirstVLANWithInternet <Int32> -LastVLANWithInternet <Int32> -FirstVLANWithoutInternet <Int32>
-LastVLANWithoutInternet <Int32> [<CommonParameters>]
Detailed Description
This cmdlet creates a VBRCloudVLANConfiguration object. This object contains a pool of VLANs on a selected virtual switch.
Before running this cmdlet, the service provider must pre-configure physical networks. This cmdlet reserves the selected number of networks for Veeam Cloud Connect. From this pool of the reserved networks, you can allocate quotas of networks to tenants.
Create a separate pool of VLANs for each VMware or Hyper-V virtual switch.
Note |
|
The total number of VLANs reserved for Veeam Cloud Connect Replication must be equal to or exceed the total number all tenants' production networks. |
For more information on configuring the VLANs, see the Managing VLANs section in the Veeam Backup & Replication User Guide.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
FirstVLANWithInternet |
Specifies the first VLAN ID in the range of VLANs you plan to use for providing networks with internet access to VM replicas on the cloud host. |
|
True |
Named |
False |
|
FirstVLANWithoutInternet |
Specifies the first VLAN ID in the range of VLANs you plan to use for providing networks without internet access to VM replicas on the cloud host. |
|
True |
Named |
False |
|
HvNetworkInfo |
Specifies the Hyper-V virtual switch connected to the target host.
Accepts the |
True |
Named |
False |
|
|
LastVLANWithInternet |
Specifies the last VLAN ID in the range of VLANs you plan to use for providing networks with internet access to VM replicas on the cloud host. |
|
True |
Named |
False |
|
LastVLANWithoutInternet |
Specifies the last VLAN ID in the range of VLANs you plan to use for providing networks without internet access to VM replicas on the cloud host. |
|
True |
Named |
False |
|
Server |
Specifies host or cluster on which you plan to configure a replication target.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
ViVirtualSwitch |
Specifies the VMware virtual switch connected to the target host.
Accepts the |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Configuring VLANs on VMware Virtual Switch
|
This example shows how to specify a number of VLANs on a VMware virtual switch.
Perform the following steps:
|
Example 2. Configuring VLANs on Hyper-V Virtual Switch
|
This example shows how to specify a number of VLANs on a Hyper-V virtual switch.
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Get-VBRViVirtualSwitchReturns VMware virtual switches.Get-VBRHvServerNetworkInfoReturns virtual networks for a Hyper-V host.