Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite wird beschrieben, wie Sie websiteübergreifende Netzwerke auflisten und die Details eines websiteübergreifenden Netzwerks, einschließlich der zugehörigen Wire-Gruppen, aufrufen.
Informationen zum Monitoring von Cross-Site Interconnect, einschließlich standortübergreifender Netzwerke und Drahtgruppen, finden Sie unter Verbindungen überwachen.
Console
So rufen Sie standortübergreifende Netzwerke und Kabelgruppen auf:
Rufen Sie in der Google Cloud Console die Seite Interconnect auf.
[[["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,["# View cross-site networks\n\nThis page describes how to list cross-site networks and view the details of a cross-site network, including its wire groups.\n\nFor information about monitoring Cross-Site Interconnect, including cross-site networks and wire groups, see [Monitor connections](/network-connectivity/docs/interconnect/how-to/monitoring).\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\n### Console\n\nTo list and view cross-site networks and wire groups, do the following:\n\n1. In the Google Cloud console, go to the **Interconnect** page.\n\n\n [Go to Interconnect](https://console.cloud.google.com/hybrid/interconnects/list)\n\n \u003cbr /\u003e\n\n2. On the **Cross-site networks** tab, click the name of the\n network.\n\n The **Wire groups** section lists the wire groups in the network.\n3. To view the details of a wire group, click the name of the wire group.\n\n### gcloud\n\nSee the following commands for listing and viewing cross-site networks and\nwire groups:\n\n- To list all cross-site networks in a project, use the\n [`gcloud beta compute interconnects cross-site-networks list` command](/sdk/gcloud/reference/beta/compute/interconnects/cross-site-networks/list).\n\n ```\n gcloud beta compute interconnects cross-site-networks list \\\n --project PROJECT_ID\n ```\n\n Replace \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e with the ID of the project that\n contains the cross-site networks.\n- To view the details of a cross-site network, use the\n [`gcloud beta compute interconnects cross-site-networks describe` command](/sdk/gcloud/reference/beta/compute/interconnects/cross-site-networks/describe).\n\n ```\n gcloud beta compute interconnects cross-site-networks describe NETWORK_NAME\n ```\n\n Replace the following:\n - \u003cvar translate=\"no\"\u003eNETWORK_NAME\u003c/var\u003e: the name of the cross-site network.\n- To list all wire groups in a cross-site network, use the\n [`gcloud beta compute interconnects wire-groups list` command](/sdk/gcloud/reference/beta/compute/interconnects/wire-groups/list).\n\n ```\n gcloud beta compute interconnects wire-groups list \\\n --cross-site-network=NETWORK_NAME\n ```\n\n Replace \u003cvar translate=\"no\"\u003eNETWORK_NAME\u003c/var\u003e with the name of the cross-site network.\n- To view the details of a wire group, use the\n [`gcloud beta compute interconnects wire-groups describe` command](/sdk/gcloud/reference/beta/compute/interconnects/wire-groups/describe).\n\n ```\n gcloud beta compute interconnects wire-groups describe WIRE_GROUP_NAME \\\n --cross-site-network=NETWORK_NAME\n ```\n\n Replace the following:\n - \u003cvar translate=\"no\"\u003eWIRE_GROUP_NAME\u003c/var\u003e: the name of the wire group\n - \u003cvar translate=\"no\"\u003eNETWORK_NAME\u003c/var\u003e: the name of the cross-site network\n\nWhat's next\n-----------\n\n- To learn more about Cross-Site Interconnect, see the\n [Cross-Site Interconnect overview](/network-connectivity/docs/interconnect/concepts/cross-site-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)."]]