This page describes how to list cross-site networks and view the details of a cross-site network, including its wire groups.
For information about monitoring Cross-Site Interconnect, including cross-site networks and wire groups, see Monitor connections .
Console
To list and view cross-site networks and wire groups, do the following:
-
In the Google Cloud console, go to the Interconnectpage.
-
On the Cross-site networkstab, click the name of the network.
The Wire groupssection lists the wire groups in the network.
-
To view the details of a wire group, click the name of the wire group.
gcloud
See the following commands for listing and viewing cross-site networks and wire groups:
-
To list all cross-site networks in a project, use the
gcloud compute interconnects cross-site-networks listcommand .gcloud compute interconnects cross-site-networks list \ --project PROJECT_IDReplace
PROJECT_IDwith the ID of the project that contains the cross-site networks. -
To view the details of a cross-site network, use the
gcloud compute interconnects cross-site-networks describecommand .gcloud compute interconnects cross-site-networks describe NETWORK_NAMEReplace the following:
-
NETWORK_NAME: the name of the cross-site network.
-
-
To list all wire groups in a cross-site network, use the
gcloud compute interconnects wire-groups listcommand .gcloud compute interconnects wire-groups list \ --cross-site-network= NETWORK_NAMEReplace
NETWORK_NAMEwith the name of the cross-site network. -
To view the details of a wire group, use the
gcloud compute interconnects wire-groups describecommand .gcloud compute interconnects wire-groups describe WIRE_GROUP_NAME \ --cross-site-network= NETWORK_NAME
Replace the following:
-
WIRE_GROUP_NAME: the name of the wire group -
NETWORK_NAME: the name of the cross-site network
-
What's next
-
To learn more about Cross-Site Interconnect, see the Cross-Site Interconnect overview .
-
To help you solve common issues that you might encounter when using Cloud Interconnect, see Troubleshooting .

