연결 세부정보 보기

프로젝트의 모든 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
    

다음 단계

  • Cross-Cloud Interconnect에 대한 자세한 내용은 Cross-Cloud Interconnect 개요를 참조하세요.

  • Cross-Cloud Interconnect 사용 시 발생할 수 있는 일반적인 문제에 대한 자세한 내용은 문제 해결을 참조하세요.