View connection details

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

  1. In the Google Cloud console, go to the Interconnect page.

    Go to Interconnect

  2. On the Physical connections tab, select the Cross-Site Interconnect connection to view its details.

gcloud

  1. List all Cross-Site Interconnect connections that are in your project:

    gcloud beta compute interconnects list \
        --filter "requestedFeatures: (IF_CROSS_SITE_NETWORK) OR availableFeatures: (IF_CROSS_SITE_NETWORK)"
    
  2. Describe a connection to view more information about it:

    gcloud beta 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