New-NlbClusterIpv6Address

New-NlbClusterIpv6Address

Generates an IPv6 address to use with the NLB cmdlets.

Syntax

New-NlbClusterIpv6Address [-InterfaceName] <string> [[-HostName] <string>] [-Global] [-LinkLocal] [<CommonParameters>]

Detailed Description

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

Parameters

-Global <SwitchParameter>

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

Attributes

Name Value

Required?

false

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-HostName <string>

Specifies the name of the cluster host against which this cmdlet is run. If this parameter is omitted or if "-HostName ." is used, the local cluster is assumed. [Alias: hn]

Attributes

Name Value

Required?

false

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

1

-InterfaceName <string>

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

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

2

-LinkLocal <SwitchParameter>

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

Attributes

Name Value

Required?

false

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-CommonParameter

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.

Input and Return Types

The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet emits.

Examples

EXAMPLE 1

C:\PS>

New-NlbClusterIpv6Address -InterfaceName vlan-3



fe80::b071:3696:dadd:26d4                        

Description

-----------

This command returns the applicable IPv6 addresses to be used with interface 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.

See Also

Reference

New-NlbCluster
Add-NlbClusterNodeDIP
Add-NlbClusterVIP