[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-26。"],[],[],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)."]]