Creating a Reserved Public IP Address for a Roving Edge Infrastructure Device

Describes how to create a reserved public IP address for your Roving Edge Infrastructure device.

    1. Open the navigation menu and select Networking > IP Management. The IP Management page appears.
    2. Click Reserved Public IPs. The Reserved Public IP Addresses page appears. The reserved public IP addresses are listed in tabular form.
    3. Click Create Reserved Public IP. The Create Reserved Public IP dialog box appears.
    4. Complete the following:
      • Reserved Public IP Address Name: Enter a name for the reserved public IP address.
      • Create in Compartment: Accept the default value.
      • IP Address Source in <Compartment>: (optional) The IP pool the reserved public IP is drawn from. If you do not select a pool you've created, the default Oracle pool is used.
    5. Click Reserved Public IP.

    The reserved public IP address you created appears in the list of reserved public IP addresses.

  • Use the oci network public-ip create command and required parameters to create a reserved public IP address for your Roving Edge Infrastructure device:

    oci network public-ip create --compartment-id compartment_ocid --lifetime [EPHEMERAL|RESERVED] [OPTIONS]

    where the possible values for lifetime are:

    • EPHEMERAL: You must also specify a privateIpId with the OCID of the primary private IP you want to assign the public IP to. The public IP is created in the same availability domain as the private IP. An ephemeral public IP must always be assigned to a private IP, and only to the primary private IP on a VNIC, not a secondary private IP. Exception: If you create a NatGateway, Oracle automatically assigns the NAT gateway a regional ephemeral public IP that you cannot remove.

    • RESERVED: You may also optionally assign the public IP to a private IP by specifying privateIpId. Or you can later assign the public IP with UpdatePublicIp.

    To determine your Roving Edge Infrastructure device compartment OCID, see Compartments.

    Refer to your Roving Edge Infrastructure device's CLI help for a list of parameters available for this command. See Accessing Command Line Interface Help.

    For CLI setup information on your Roving Edge Infrastructure device, see Using the Command Line Interface.

  • Run the CreatePublicIp operation to create a reserved public IP address for your Roving Edge Infrastructure device.