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 Interconnectpage.
-
On the Physical connectionstab, 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_NAMEReplace
CONNECTION_NAMEwith 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 .

