List locations for Cross-Site Interconnect

When you order a Cross-Site Interconnect connection, you must specify a colocation facility where your network meets Google's network. In most cases, select a facility that's geographically close to your on-premises network.

To view a list of these facilities in the documentation, see Colocation facilities for Cross-Site Interconnect.

To use the Google Cloud console or Google Cloud CLI to view a list of facilities, see the following steps.

Console

You can view a list of the colocation facilities when you order a Cross-Site Interconnect connection. You can filter the locations by city or facility name.

For more information, see Order Cross-Site Interconnect connections.

gcloud

To list all colocation facilities that support Cross-Site Interconnect, run the following command:

gcloud beta compute interconnects locations list \
    --filter "availableFeatures: (IF_CROSS_SITE_NETWORK)"

To view the details of a facility, such as its physical address, run the following command.

The command output includes a CrossSiteInterconnectInfos field, which lists the metros that the location can connect to through a cross-site network.

 gcloud beta compute interconnects locations describe LOCATION
 

Replace LOCATION with the name of the Cross-Site Interconnect location.

What's next