This is an archive version of the document. To get the most up-to-date information, see the current version.

Set-VBRViVirtualLabIPMappingRule

Short Description

Modifies static IP address mapping rules.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Set-VBRViVirtualLabIPMappingRule -Rule <VBRViVirtualLabIPMappingRule> -ProductionNetwork <VBRViNetworkInfo> [-IsolatedIPAddress <ipaddress>] [-AccessIPAddress <ipaddress>] [-Note <string>]  [<CommonParameters>]

Detailed Description

This cmdlet modifies static IP address mapping rules.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Rule

Specifies a static IP mapping rule that you want to modify.

Accepts the VBRViVirtualLabIPMappingRule object. To create this object, run the New-VBRViVirtualLabIPMappingRule cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

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 VBRViNetworkInfo object. To get this object, run the Get-VBRViServerNetworkInfo cmdlet.

False

Named

False

IsolatedIPAddress

Specifies an IP address of an isolated network. The cmdlet will map this IP address with an IP address of a production network.

IPAddress

False

Named

False

AccessIPAddress

Specifies an IP address of a production network. The cmdlet will map this IP address with an IP address of an isolated network.

IPAddress

False

Named

False

Note

Specifies notes that you want to assign to the static mapping settings.

String

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRViVirtualLabNetworkMappingRule object that defines static IP address mapping rules.

Examples

Set-VBRViVirtualLabIPMappingRuleExample 1. Modifying IP Address of Isolated Network

Set-VBRViVirtualLabIPMappingRuleExample 2. Modifying IP Address of Production Network

Related Commands