프로젝트의 모든 Dedicated Interconnect 연결 목록과 각 항목에 대한 세부정보를 확인할 수 있습니다. 예를 들어 각 Dedicated Interconnect 연결의 이름, 연결이 배치된 코로케이션 시설, 연결 용량을 볼 수 있습니다.
콘솔
Google Cloud 콘솔에서 Cloud Interconnect 실제 연결 탭으로 이동합니다.
세부정보를 확인할 Dedicated Interconnect 연결을 선택합니다.
gcloud
프로젝트에 있는 모든 Dedicated Interconnect 연결을 나열합니다.
gcloud compute interconnects list
출력:
NAME LOCATION OPERATIONAL_STATUS ADMIN_ENABLED my-interconnect sin-zone1-388 ACTIVE True ...
연결 이름을 전달하여 연결에 대한 추가 정보를 확인할 수 있도록 연결을 기술합니다.
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
다음 단계
Dedicated Interconnect 연결을 만들려면 Dedicated Interconnect 프로비저닝 개요를 참조하세요.
Cloud Interconnect 옵션에 대한 자세한 내용은 Cloud Interconnect 개요를 참조하세요.
Cloud Interconnect를 사용할 때 발생할 수 있는 일반적인 문제를 해결하려면 문제 해결을 참조하세요.