Stay organized with collections
Save and categorize content based on your preferences.
You can view a list of all the Cross-Site Interconnect connections in
your project and details about each one. For example, you can view the name of
each Cross-Site 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.
[[["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 Cross-Site Interconnect connections in\nyour project and details about each one. For example, you can view the name of\neach Cross-Site Interconnect connection, the colocation facility in which it's located, and the capacity of the connection.\n|\n| **Preview**\n|\n|\n| This product is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\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- Owner (`roles/owner`)\n- Editor (`roles/editor`)\n- Compute Network Admin (`roles/compute.networkAdmin`) \n\n### Console\n\n1. In the Google Cloud console, go to the **Interconnect** page.\n\n\n [Go to Interconnect](https://console.cloud.google.com/hybrid/interconnects/list)\n\n \u003cbr /\u003e\n\n2. On the **Physical connections** tab, select the\n Cross-Site Interconnect connection to view its details.\n\n### gcloud\n\n1. List all Cross-Site Interconnect connections that are in your project:\n\n ```\n gcloud beta compute interconnects list \\\n --filter \"requestedFeatures: (IF_CROSS_SITE_NETWORK) OR availableFeatures: (IF_CROSS_SITE_NETWORK)\"\n ```\n2. Describe a connection to view more information about it:\n\n ```\n gcloud beta compute interconnects describe CONNECTION_NAME\n ```\n\n Replace \u003cvar translate=\"no\"\u003eCONNECTION_NAME\u003c/var\u003e with the name of the\n Cross-Site Interconnect connection that you want to view.\n\nWhat's next\n-----------\n\n- To create a Cross-Site Interconnect connection, see the\n [Cross-Site Interconnect provisioning overview](/network-connectivity/docs/interconnect/how-to/cross-site/provisioning-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)."]]