您可以查看项目中所有 Cross-Cloud Interconnect 连接的列表,以及每个连接的详细信息。例如,您可以查看每个连接的名称、位置及其容量。
控制台
在 Google Cloud 控制台中,进入 Cloud Interconnect 物理连接标签页。
选择适当的连接。
gcloud
如需列出项目中的所有 Cloud Interconnect 连接,请使用
gcloud compute interconnects list
命令:gcloud compute interconnects list
您应该会看到类似如下所示的输出:
NAME LOCATION OPERATIONAL_STATUS ADMIN_ENABLED my-interconnect sin-zone1-388 ACTIVE True ...
如需查看有关连接的更多信息,请使用
gcloud compute interconnects describe my-interconnect
命令:gcloud compute interconnects describe my-interconnect CONNECTION_NAME
将
CONNECTION_NAME
替换为 Cross-Cloud Interconnect 连接的名称。您将看到如下所示的输出:
adminEnabled: true circuitInfos: \\- customerDemarcId: 'COLGX: MMRC-COL3-CO17-RU35 Ports 121, 122' googleCircuitId: GCP-00067 googleDemarcId: 'COLGX: MMRC-COL3-CO17-RU35 Ports 121, 122' creationTimestamp: '2023-02-08T22:52:54.425-08:00' googleReferenceId: '562358802' id: '9075210876797658793' interconnectType: IT_PRIVATE kind: compute#interconnect linkType: LINK_TYPE_ETHERNET_10G_LR location: https://www.googleapis.com/compute/....../cmh-zone1-2377 name: my-interconnect nocContactEmail: my-name@gmail.com operationalStatus: OS_ACTIVE provisionedLinkCount: 1 requestedLinkCount: 1 selfLink: https://www.googleapis.com/compute/....../my-interconnect state: ACTIVE
后续步骤
如需详细了解 Cross-Cloud Interconnect,请参阅 Cross-Cloud Interconnect 概览。
如需了解使用 Cross-Cloud Interconnect 时可能会遇到的常见问题,请参阅问题排查。