Stay organized with collections
Save and categorize content based on your preferences.
You can view a list of all Cross-Cloud Interconnect connections in
your project and see details about each one. For example, you can view
the name of each connection, its location, and its capacity.
Permissions required for this task
To perform this task, you must have been granted the following permissions
or the following Identity and Access Management (IAM) roles.
Permissions
compute.interconnects.list
compute.interconnects.get
Roles
roles/owner
roles/editor
roles/compute.networkAdmin
Console
In the Google Cloud console, go to the Cloud Interconnect Physical
connections tab.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# View connection details\n\nYou can view a list of all Cross-Cloud Interconnect connections in\nyour project and see details about each one. For example, you can view\nthe name of each connection, its location, and its capacity.\n\n#### Permissions required for this task\n\nTo perform this task, you must have been granted the following permissions\n*or* the following Identity and Access Management (IAM) roles.\n\n**Permissions**\n\n- `compute.interconnects.list`\n- `compute.interconnects.get`\n\n**Roles**\n\n- `roles/owner`\n- `roles/editor`\n- `roles/compute.networkAdmin` \n\n### Console\n\n1. In the Google Cloud console, go to the Cloud Interconnect **Physical\n connections** tab.\n\n [Go to Physical connections](https://console.cloud.google.com/hybrid/interconnects/list?tab=interconnects)\n2. Select the appropriate connection.\n\n### gcloud\n\n1. To list all Cloud Interconnect connections that are in your project,\n use the\n [`gcloud compute interconnects list` command](/sdk/gcloud/reference/compute/interconnects/list):\n\n ```\n gcloud compute interconnects list\n ```\n\n You should see output similar to the following: \n\n ```\n NAME LOCATION OPERATIONAL_STATUS ADMIN_ENABLED\n my-interconnect sin-zone1-388 ACTIVE True\n ...\n ```\n\n \u003cbr /\u003e\n\n2. To view more information about a connection, use the\n [`gcloud compute interconnects describe my-interconnect`\n command](/sdk/gcloud/reference/compute/interconnects/describe):\n\n ```\n gcloud compute interconnects describe my-interconnect CONNECTION_NAME\u003c\u003e\n ```\n\n Replace \u003cvar translate=\"no\"\u003eCONNECTION_NAME\u003c/var\u003e with the name of your\n Cross-Cloud Interconnect connection.\n\n You should see output similar to the following: \n\n ```\n adminEnabled: true\n circuitInfos:\n \\\\- customerDemarcId: 'COLGX: MMRC-COL3-CO17-RU35 Ports 121, 122'\n googleCircuitId: GCP-00067\n googleDemarcId: 'COLGX: MMRC-COL3-CO17-RU35 Ports 121, 122'\n creationTimestamp: '2023-02-08T22:52:54.425-08:00'\n googleReferenceId: '562358802'\n id: '9075210876797658793'\n interconnectType: IT_PRIVATE\n kind: compute#interconnect\n linkType: LINK_TYPE_ETHERNET_10G_LR\n location: https://www.googleapis.com/compute/....../cmh-zone1-2377\n name: my-interconnect\n nocContactEmail: my-name@gmail.com\n operationalStatus: OS_ACTIVE\n provisionedLinkCount: 1\n requestedLinkCount: 1\n selfLink: https://www.googleapis.com/compute/....../my-interconnect\n state: ACTIVE\n ```\n\nWhat's next\n-----------\n\n- To learn more about Cross-Cloud Interconnect, see the\n [Cross-Cloud Interconnect overview](/network-connectivity/docs/interconnect/concepts/cci-overview).\n\n- To learn about common issues that you might encounter when using\n Cross-Cloud Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting#cci)."]]