New-NlbClusterIpv6Address

Generates an IPv6 address to use with the Network Load Balancing (NLB) cmdlets.

Syntax

New-NlbClusterIpv6Address
   [[-HostName] <String>]
   [-InterfaceName] <String>
   [-Global]
   [-LinkLocal]

Description

The New-NlbClusterIpv6Address cmdlet generates IPv6 addresses to create cluster virtual IP addresses or node dedicated IP addresses.

Examples

EXAMPLE 1

PS C:\>New-NlbClusterIpv6Address -InterfaceName vlan-3
fe80::b071:3696:dadd:26d4

This example returns the applicable IPv6 addresses to be used with the interface named vlan-3 on the local machine. This address can be used as a dedicated IP address on the node or a virtual IP address on the cluster.

Parameters

-Global

Returns only a global IPv6 address. If this parameter is omitted, then all applicable IPv6 address types are returned.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-HostName

Specifies the name of the cluster host against which this cmdlet is run. If this parameter is omitted or a value of . is entered, then the local cluster is assumed.

Type:String
Aliases:hn
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InterfaceName

Specifies the interface to which NLB is bound. This is the interface of the cluster against which this cmdlet is run.

Type:String
Position:2
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-LinkLocal

Returns only a link local IPv6 address. If this parameter is omitted, then all applicable IPv6 address types are returned.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

String