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 select Networking. Under IP management, select IP Address Insights.
    2. Use filters to refine the search. You can combine filters to narrow down the search results. Based on the selected filters, the Console displays IP address insights of resources. For more information about the available filters, see Viewing IP Address Insights.
    3. Expand the name of the VCN that contains the subnet.
    4. Select the name of the subnet to open the subnet details page.
    5. Select the IP administration tab.
    6. In the IP Address Insights section, view the list of IP addresses used in the subnet along with the details of the associated resources along with following information:
        • DNS hostname: Displays the DNS hostname of the subnet.
        • IP address: Displays the IP address assigned to the subnet.
        • CIDR/prefix: Displays the assigned CIDR block or prefix.
        • Associated public IP: Displays the assigned public IP address 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.
        • 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.