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.
Console
In the Google Cloud console, go to the Interconnect page.
On the Physical connections tab, select the Cross-Site Interconnect connection to view its details.
gcloud
List all Cross-Site Interconnect connections that are in your project:
gcloud compute interconnects list \ --filter "requestedFeatures: (IF_CROSS_SITE_NETWORK) OR availableFeatures: (IF_CROSS_SITE_NETWORK)"
Describe a connection to view more information about it:
gcloud compute interconnects describe CONNECTION_NAME
Replace
CONNECTION_NAME
with the name of the Cross-Site Interconnect connection that you want to view.
What's next
To create a Cross-Site Interconnect connection, see the Cross-Site Interconnect provisioning overview.
To help you solve common issues that you might encounter when using Cloud Interconnect, see Troubleshooting.