< Back

Set-NetVirtualizationLookupRecord

Sat Jan 18, 2020 5:02 pm

NAME Set-NetVirtualizationLookupRecord



SYNOPSIS

Changes settings for policy entries that belong to a virtual network.





SYNTAX

Set-NetVirtualizationLookupRecord [-CimSession <CimSession[]>] [-Context <String>] [-CustomerAddress <String[]>]

[-CustomerID <String>] [-MACAddress <String[]>] [-PassThru] [-ProviderAddress <String>] [-Rule

{TranslationMethodNat | TranslationMethodEncap | TranslationMethodNone}] [-ThrottleLimit <Int32>]

[-UseVmMACAddress <Boolean>] [-VirtualSubnetID <UInt32[]>] [-VMName <String>] [<CommonParameters>]



Set-NetVirtualizationLookupRecord [-CimSession <CimSession[]>] [-Context <String>] [-CustomerID <String>]

[-PassThru] [-ProviderAddress <String>] [-Rule {TranslationMethodNat | TranslationMethodEncap |

TranslationMethodNone}] [-ThrottleLimit <Int32>] [-UseVmMACAddress <Boolean>] [-VMName <String>]

[<CommonParameters>]





DESCRIPTION

The Set-NetVirtualizationLookupRecord cmdlet changes settings for lookup record policy entries for IP addresses

that belong to a Microsoft???? Hyper-V???? Server 2016 virtual network. Network Virtualization allows for more than one

virtual network to exist on the same physical network. Computers can exchange network traffic with a virtual

machine by using a Customer Address in the virtual network. Network Virtualization manages the Provider Addresses

that are the physical network addresses. This cmdlet modifies records that map a Customer Address to a Provider

Address. For more information, see Network Virtualization technical details

(http://technet.microsoft.com/library/jj134174.aspx) on TechNet.





You can update the Provider Address, customer ID, context, virtual machine name, and whether to use a virtual

machine media access control (MAC) address. You can specify which policy entries to update by using a Customer

Address, a MAC address, a rule type, or a virtual subnet ID, or you can use the Get-NetVirtualizationLookupRecord

cmdlet to obtain a policy entry.







PARAMETERS

-CimSession [<CimSession[]>]

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such

as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local

computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Context [<String>]

Specifies a comment regarding the policy entry. Administrators can use this comment for any purpose.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-CustomerAddress [<String[]>]

Specifies an array of IP addresses in the Customer Address network. You can use both IPv4 and IPv6 addresses.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-CustomerID [<String>]

Specifies an ID for a policy entry or virtual machine. Administrators can use this setting for any purpose.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-MACAddress [<String[]>]

Specifies a MAC address that corresponds to the Customer Address.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-PassThru [<SwitchParameter>]

Returns an object representing the item with which you are working. By default, this cmdlet does not generate

any output.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ProviderAddress [<String>]

Specifies an IP address, either IPv4 or IPv6, for a physical address that corresponds to the Customer Address.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Rule [<RuleType>]

Specifies which type of virtualization mechanism that the policy entry uses. The acceptable values for this

parameter are:



-- TranslationMethodNat. IP address rewrite.

-- TranslationMethodEncap. Network Virtualization Generic Routing Encapsulation (NVGRE).

-- TranslationMethodNone. None.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ThrottleLimit [<Int32>]

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this

parameter is omitted or a value of 0 is entered, then Windows PowerShell???? calculates an optimum throttle limit

for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies

only to the current cmdlet, not to the session or to the computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-UseVmMACAddress [<Boolean>]

Indicates whether this entry uses its defined MAC address instead of physical MAC address. Virtual networking

can use different MAC addresses for different virtual machines to balance traffic among multiple CPU cores.



A value of $True is only valid if the Rule parameter has a value of TranslationMethodNat. The default value

for this setting is $False.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-VirtualSubnetID [<UInt32[]>]

Specifies an array of IDs for virtual subnets that Customer Addresses belongs to. The acceptable values for

this parameter are: integers from 4096 through 16777214.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-VMName [<String>]

Specifies a name for the virtual machine for this policy entry. Administrators can use this name for any

purpose.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









Example 1: Change context and customer ID



PS C:\\> Get-NetVirtualizationLookupRecord -VirtualSubnetID 10000 | Set-NetVirtualizationLookupRecord -Context

"BlueCustomer Subnet1" -CustomerID "{00000000-0000-0000-0000-000000001234}"



This command uses the Get-NetVirtualizationLookupRecord cmdlet to get all the entries with a virtual subnet ID of

10000 and uses the pipe operator to pass them to the Set-NetVirtualizationLookupRecord cmdlet. This cmdlet changes

the context to a descriptive phrase and changes the customer ID to a specified string.





Example 2: Change Provider Address and virtual subnet ID



PS C:\\>Set-NetVirtualizationLookupRecord -CustomerAddress "10.0.22.1" -ProviderAddress "172.23.1.1"



This command makes changes for the entry that has the Customer Address 10.0.22.1. It sets the physical address to

172.23.1.1.







RELATED LINKS

Get-NetVirtualizationLookupRecord

New-NetVirtualizationLookupRecord

Remove-NetVirtualizationLookupRecord