연결 세부정보 보기

프로젝트의 모든 Dedicated Interconnect 연결 목록과 각 항목에 대한 세부정보를 확인할 수 있습니다. 예를 들어 각 Dedicated Interconnect 연결의 이름, 연결이 배치된 코로케이션 시설, 연결 용량을 볼 수 있습니다.

콘솔

  1. Google Cloud 콘솔에서 Cloud Interconnect 실제 연결 탭으로 이동합니다.

    실제 연결로 이동

  2. 세부정보를 확인할 Dedicated Interconnect 연결을 선택합니다.

gcloud

  1. 프로젝트에 있는 모든 Dedicated Interconnect 연결을 나열합니다.

    gcloud compute interconnects list
    

    출력:

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

  2. 연결 이름을 전달하여 연결에 대한 추가 정보를 확인할 수 있도록 연결을 기술합니다.

    gcloud compute interconnects describe my-interconnect
    

    출력:

    adminEnabled: true
    availableFeatures:
    ‐ IF_MACSEC
    creationTimestamp: '2017-08-13T20:26:05.783-07:00'
    description: test interconnect
    googleIpAddress: 169.254.123.122/29
    googleReferenceId: '12345678'
    id: '1234567890123456789'
    interconnectType: DEDICATED
    kind: compute#interconnect
    linkType: ETHERNET_10G_LR
    location:
    https://www.googleapis.com/compute/....../sin-zone1-388
    name: my-interconnect
    operationalStatus: ACTIVE
    peerIpAddress: 169.254.123.123/29
    provisionedLinkCount: 1
    requestedLinkCount: 1
    requestedFeatures:
    ‐ IF_MACSEC
    selfLink:
    https://www.googleapis.com/compute/....../my-interconnect
    

다음 단계