Stay organized with collections
Save and categorize content based on your preferences.
You can view a list of all the Dedicated Interconnect connections in
your project and details about each one. For example, you can view the name of
each Dedicated Interconnect connection, the colocation facility in which it's located,
and the capacity of the connection.
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 the Dedicated Interconnect connections in\nyour project and details about each one. For example, you can view the name of\neach Dedicated Interconnect connection, the colocation facility in which it's located,\nand the capacity of the connection.\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 Dedicated Interconnect connection to view its details.\n\n### gcloud\n\n1. List all Dedicated Interconnect connections that are in your project:\n\n ```\n gcloud compute interconnects list\n ```\n\n Output: \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. Describe a connection to view more information about it by passing\n the name of the connection:\n\n ```\n gcloud compute interconnects describe my-interconnect\n ```\n\n Output: \n\n ```\n adminEnabled: true\n availableFeatures:\n ‐ IF_MACSEC\n creationTimestamp: '2017-08-13T20:26:05.783-07:00'\n description: test interconnect\n googleIpAddress: 169.254.123.122/29\n googleReferenceId: '12345678'\n id: '1234567890123456789'\n interconnectType: DEDICATED\n kind: compute#interconnect\n linkType: ETHERNET_10G_LR\n location:\n https://www.googleapis.com/compute/....../sin-zone1-388\n name: my-interconnect\n operationalStatus: ACTIVE\n peerIpAddress: 169.254.123.123/29\n provisionedLinkCount: 1\n requestedLinkCount: 1\n requestedFeatures:\n ‐ IF_MACSEC\n selfLink:\n https://www.googleapis.com/compute/....../my-interconnect\n ```\n\nWhat's next\n-----------\n\n- To create a Dedicated Interconnect connection, see the\n [Dedicated Interconnect provisioning overview](/network-connectivity/docs/interconnect/how-to/dedicated/provisioning-overview).\n\n- To learn more about Cloud Interconnect options, see the\n [Cloud Interconnect overview](/network-connectivity/docs/interconnect/concepts/overview).\n\n- To help you solve common issues that you might encounter when using\n Cloud Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting)."]]