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

Add-VBRCloudPublicIP

Short Description

Adds public IP address or a pool of IP addresses.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Requires a VCP license.

Syntax

Add-VBRCloudPublicIP -FirstIpAddress <ipaddress> [-LastIpAddress <ipaddress>] [<CommonParameters>]

Detailed Description

This cmdlet adds a single IP address or a range of IP addresses to the public IP address pool. You can create a pool of public IP addresses and provide them to tenants. The tenants will be able to connect their replicas to your network so that the replicas are accessible from the Internet during a full site failover.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

FirstIpAddress

Specifies a single IP address or the first IP address of the range that you want to add.

True

Named

True (ByValue)

False

LastIpAddress

Specifies the last IP address of the range that you want to add.

False

Named

False

False

<CommonParameters>

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

Return Type

VBRCloudIP

Example 1

This command creates a pool of public IP addresses.

Add-VBRCloudPublicIP -FirstIpAddress 198.51.100.1 -LastIpAddress 198.51.100.15

Example 2

This command adds an individual public IP address.

Add-VBRCloudPublicIP -FirstIpAddress 198.51.100.17