Stay organized with collections
Save and categorize content based on your preferences.
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.
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.
[[["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,["# List locations for Cross-Site Interconnect\n\nWhen you order a Cross-Site Interconnect connection, you must specify a\ncolocation facility where your network meets Google's network. In most cases,\nselect a facility that's geographically close to your on-premises network.\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\nTo view a list of these facilities in the documentation, see\n[Colocation facilities for Cross-Site Interconnect](/network-connectivity/docs/interconnect/concepts/cross-site-locations).\n\nTo use the Google Cloud console or Google Cloud CLI to view a list of facilities,\nsee the following steps.\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.interconnectLocations.list`\n- `compute.interconnectLocations.get`\n\n**Roles**\n\n- Owner (`roles/owner`)\n- Editor (`roles/editor`)\n- Compute Network Admin (`roles/compute.networkAdmin`) \n\n### Console\n\nYou can view a list of the colocation facilities when you order a\nCross-Site Interconnect connection. You can filter the locations by city or\nfacility name.\n\nFor more information, see\n[Order Cross-Site Interconnect connections](/network-connectivity/docs/interconnect/how-to/cross-site/order-connections).\n\n### gcloud\n\nTo list all colocation facilities that support Cross-Site Interconnect, run the following command: \n\n gcloud beta compute interconnects locations list \\\n --filter \"availableFeatures: (IF_CROSS_SITE_NETWORK)\"\n\nTo view the details of a facility,\nsuch as its physical address, run the following command.\n\nThe command output includes a `CrossSiteInterconnectInfos` field, which lists\nthe metros that the location can connect to through a cross-site network.\n\n\u003cbr /\u003e\n\n```\n gcloud beta compute interconnects locations describe LOCATION\n \n```\n\n\u003cbr /\u003e\n\nReplace \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e with the name of the\nCross-Site Interconnect location.\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)."]]