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 beta compute interconnects cross-site-networks list
command.gcloud beta compute interconnects cross-site-networks list \ --project PROJECT_ID
Replace
PROJECT_ID
with the ID of the project that contains the cross-site networks.To view the details of a cross-site network, use the
gcloud beta compute interconnects cross-site-networks describe
command.gcloud beta 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 beta compute interconnects wire-groups list
command.gcloud beta compute interconnects wire-groups list \ --cross-site-network=NETWORK_NAME
Replace
NETWORK_NAME
with the name of the cross-site network.To view the details of a wire group, use the
gcloud beta compute interconnects wire-groups describe
command.gcloud beta compute interconnects wire-groups describe WIRE_GROUP_NAME \ --cross-site-network=NETWORK_NAME
Replace the following:
WIRE_GROUP_NAME
: the name of the wire groupNETWORK_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.