프로젝트에 포함된 모든 VLAN 연결의 목록과 각 VLAN 연결에 대한 세부정보를 볼 수 있습니다. 예를 들어 연결 이름, Dedicated Interconnect 또는 Partner Interconnect 연결 여부, 연결된 Cloud Router를 볼 수 있습니다. 또한 데이터 영역 버전을 확인할 수 있습니다.
VLAN 연결 및 세부정보 보기
콘솔
Google Cloud 콘솔에서 Cloud Interconnect VLAN 연결 탭으로 이동합니다.
세부정보를 보려는 VLAN 연결을 선택합니다.
gcloud
프로젝트에 있는 모든 VLAN 연결을 나열합니다.
gcloud compute interconnects attachments list
출력:
NAME: my-attachment REGION: us-east1 TYPE: PARTNER INTERCONNECT: some-partner-interconnect ROUTER: my-router NAME: my-second-attachment REGION: us-west1 TYPE: DEDICATED INTERCONNECT: some-dedicated-interconnect ROUTER: my-second-router ...
VLAN 연결을 기술하여 VLAN에 대한 추가 정보를 확인합니다.
gcloud compute interconnects attachments describe my-attachment
출력:
adminEnabled: true bandwidth: BPS_10G cloudRouterIpAddress: 169.254.194.169/29 creationTimestamp: '2022-03-04T10:08:51.610-08:00' customerRouterIpAddress: 169.254.194.170/29 dataplaneVersion: 2 id: '8652605636960316252' interconnect: https://www.googleapis.com/compute/v1/projects/customer-project/global/interconnects/some-dedicated-interconnect kind: compute#interconnectAttachment mtu: 1460 name: my-second-attachment operationalStatus: OS_ACTIVE privateInterconnectInfo: tag8021q: 1101 region: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-west1 router: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-west1/routers/my-second-router selfLink: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-west1/interconnectAttachments/my-second-attachment state: ACTIVE type: DEDICATED vlanTag8021q: 1101
다음 단계
Dedicated Interconnect 연결을 만들려면 Dedicated Interconnect 프로비저닝 개요를 참조하세요.
Cloud Interconnect 옵션에 대한 자세한 내용은 Cloud Interconnect 개요를 참조하세요.
Dedicated Interconnect를 사용할 때 발생할 수 있는 일반적인 문제를 해결하려면 문제 해결을 참조하세요.