[Yandex Cloud documentation](../../index.md) > [Yandex Cloud Interconnect](../index.md) > [Step-by-step guides](index.md) > Getting information about Cloud Interconnect points of presence

# Getting information about points of presence

{% note info %}

You need the [cic.viewer](../security/index.md#cic-viewer) role to run this operation.

{% endnote %}

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), click ![layout-side-content-left](../../_assets/console-icons/layout-side-content-left.svg) or ![chevron-down](../../_assets/console-icons/chevron-down.svg) in the top panel and select the [folder](../../resource-manager/concepts/resources-hierarchy.md#folder).
  1. [Navigate](../../console/operations/select-service.md#select-service) to **Cloud Interconnect**.
  1. In the left-hand panel, select ![pipeline](../../_assets/console-icons/pipeline.svg) **Trunk connections** and, in the window that opens, click **Create trunk connection**.
  1. Expand the list of available points of presence in the **Point of presence** field.
  1. Click **Cancel** to skip creating a trunk this time.

- CLI {#cli}

  1. Get information about the Cloud Interconnect [points of presence](../concepts/pops.md):

      ```bash
      yc cic point-of-presence list
      ```

      Result:



      Where:

      * `ID`: Point of presence ID.
      * `REGION ID`: Cloud region containing the point of presence.

{% endlist %}