查看连接详细信息

您可以查看项目中所有 Cross-Cloud Interconnect 连接的列表,以及每个连接的详细信息。例如,您可以查看每个连接的名称、位置及其容量。

控制台

  1. 在 Google Cloud 控制台中,进入 Cloud Interconnect 物理连接标签页。

    转到物理连接

  2. 选择适当的连接。

gcloud

  1. 如需列出项目中的所有 Cloud Interconnect 连接,请使用 gcloud compute interconnects list 命令

    gcloud compute interconnects list
    

    您将看到如下所示的输出:

    NAME             LOCATION       OPERATIONAL_STATUS  ADMIN_ENABLED
    my-interconnect  sin-zone1-388  ACTIVE              True
    ...
    

  2. 如需查看有关连接的更多信息,请使用 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
    

后续步骤