Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Ao solicitar uma conexão do Cross-Site Interconnect, é necessário especificar uma
instalação de colocation em que sua rede se conecte à do Google. Na maioria dos casos,
basta escolher uma instalação geograficamente próxima à rede local.
Para usar o console Google Cloud ou a Google Cloud CLI para visualizar uma lista de instalações,
consulte as etapas a seguir.
Permissões exigidas para a tarefa
Para executar esta tarefa, são necessárias as seguintes permissões ou papéis de Identity and Access Management (IAM).
Permissões
compute.interconnectLocations.list
compute.interconnectLocations.get
Papéis
Proprietário (roles/owner)
Editor (roles/editor)
Administrador de rede do Compute (roles/compute.networkAdmin)
Console
É possível conferir uma lista das instalações de colocation ao solicitar uma
conexão de interconexão entre sites. É possível filtrar os locais por nome da cidade ou
da instalação.
Para listar todas as instalações de colocation que oferecem suporte ao Cross-Site Interconnect, execute o seguinte comando:
gcloud beta compute interconnects locations list \
--filter "availableFeatures: (IF_CROSS_SITE_NETWORK)"
Para conferir os detalhes de uma instalação, como o endereço físico, execute o seguinte comando.
A resposta ao comando inclui um campo CrossSiteInterconnectInfos, que lista
as regiões metropolitanas a que o local pode se conectar por uma rede entre sites.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-12 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)."]]