Listing IPv6 Addresses of all Resources in a Subnet

View IPv6 addresses of all resources in a subnet.

    1. On the VCN list page, select the VCN that contains the subnet you want to work with. This takes you to the VCN's details page.
    2. On the details page, perform one of the following actions depending on the option that you see:
      • Select the Subnets tab, then select the name of the subnet you want to work with.
      • Scroll down to the table following the VCN details, which lists the subnets in the VCN. Select the name of the subnet you want to work with.
    3. Depending on the option that you see:
      • Select the IP adminstration tab. IPv6 Addresses is the second table of IP resources on the page.
      • Under Resources, select IPv6 Addresses.
    4. Under Filters, use the following options to refine search.
      • Lifetime: Use Ephemeral, Reserved, or All to list ephemeral IP addresses, reserved IP addresses, or all IP addresses.
      • State: Use Assigned, Available , or All to list IP addresses already assigned to resources, IP addresses available, or all IP addresses.
      You can combine filters to narrow down the search results. Based on the selected filters, the Console displays IP address of all resources in the subnet.
    5. Under IPv6 addresses, view the list of IPv6 addresses used in the subnet along with following information:
      • Name: A descriptive name for the reserved IP address. It doesn't have to be unique, and it can be changed later in the Console. Avoid entering confidential information.
      • IP address: Displays the reserved IP address.
      • State: Displays the state of the IP address which either Assigned or Available.
      • Lifetime: Displays the type of IP address which is either Ephemeral or Reserved. For more information, see Types of Public IPs.
      • Fully qualified domain name (FDQN): Displays the FDQN of the reserved IP address.
      • Created: Displays the date and time when the IP address was reserved for the resources in the subnet.
  • Use the ipv6 list command and required parameters to list private IP addresses for an instance:

    oci network ipv6 list --vnic-id VNIC_OCID ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the ListIpv6s operation to list private IPs for an instance.