Standorte für websiteübergreifende Interconnects auflisten
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Wenn Sie eine Cross-Site Interconnect-Verbindung bestellen, müssen Sie eine Colocations-Einrichtung angeben, in der Ihr Netzwerk mit dem Google-Netzwerk zusammentrifft. In den meisten Fällen können Sie eine Colocations-Einrichtung wählen, die sich geografisch in der Nähe Ihres lokalen Netzwerks befindet.
Wenn Sie eine Cross-Site Interconnect-Verbindung bestellen, können Sie eine Liste der verfügbaren Colocations-Einrichtungen aufrufen. Standorte lassen sich nach Stadt oder Einrichtung filtern.
Führen Sie den folgenden Befehl aus, um alle Colocations-Einrichtungen aufzulisten, die Cross-Site Interconnect unterstützen:
gcloud beta compute interconnects locations list \
--filter "availableFeatures: (IF_CROSS_SITE_NETWORK)"
Führen Sie den folgenden Befehl aus, um die Details einer Einrichtung aufzurufen, z. B. ihre physische Adresse.
Die Befehlsausgabe enthält das Feld CrossSiteInterconnectInfos, in dem die Metros aufgeführt sind, mit denen der Standort über ein standortübergreifendes Netzwerk verbunden werden kann.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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)."]]