Viewing IP Address Insights of a Subnet

View the IP addresses used by a subnet in a tenancy, and the list of IP resources within a subnet, by accessing IP Address Insights of a subnet.

    1. Open the navigation menu and click Networking. Under IP management, click IP Address Insights.
    2. Under Filters, use each option to refine search. You can combine filters to narrow down the search results. Based on the selected filters, the Console displays IP address insights of resources.
    3. Expand the name of the VCN that contains the subnet.
    4. Click the name of the subnet to access the Subnet Details page.
    5. Under IP Address Insights, view the list of IP addresses used in the subnet along with the details of the associated resources along with following information:
      • IP address: Displays the IP address assigned to the subnet.
      • Assigned resource name: Displays the name of the resource that contains the subnet.
      • Assigned resource OCID: Displays the OCID of the resource that contains the subnet.
      • IP address lifetime: Displays the IP address lifetime attribute which is either Ephemeral or Reserved.
      • CIDR/prefix: Displays the assigned CIDR block or prefix.
      • Associated public IP: Displays the assigned public IP of the subnet.
      • Public IP lifetime: Displays the type of IP address which is either Ephemeral or Reserved. For more information, see Types of Public IPs.
      • Associated public IP pool: Displays the IP pool from which the public IP is assigned to the subnet.
      • DNS hostname: Displays the DNS hostname of the subnet.
      • Address type: Displays the type of IP address assigned to the subnet.
      • Assigned: Displays the date and time when the IP address was assigned to the subnet.
  • Use the network ipam get-subnet-inventory command and required parameters to view the IP addresses and resources used within a subnet in a tenancy:

    oci network ipam get-subnet-ip-inventory --subnet-id subnet_ID_OCID

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

  • For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.

    Run the GetSubnetIpInventory operation to view the IP addresses and resources used within a subnet in a tenancy.