Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Cette page explique comment lister les réseaux multisites et afficher les détails d'un réseau multisite, y compris ses groupes de câbles.
Pour en savoir plus sur la surveillance de Cross-Site Interconnect, y compris des réseaux et des groupes de câbles multisites, consultez Surveiller les connexions.
Console
Pour lister et afficher les réseaux intersites et les groupes de câbles :
Dans la console Google Cloud , accédez à la page Interconnexions.
Pour vous aider à résoudre les problèmes courants que vous pouvez rencontrer lors de l'utilisation de Cloud Interconnect, consultez la page Dépannage.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/08 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/08 (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)."]]