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 Interconnect page. 
- On the Cross-site networks tab, click the name of the network. - The Wire groups section 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_ID- Replace - 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_NAME - Replace 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_NAME- Replace - 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.