가상 프라이빗 클라우드(VPC) 네트워크와 Cross-Cloud Interconnect 간의 연결을 삭제하려면 관련 VLAN 연결(interconnectAttachment라고도 함)을 삭제합니다. 연결을 삭제한 후에는 VPC 네트워크와 원격 클라우드 네트워크 간에 트래픽을 전달할 수 없습니다. 또한 해당 VLAN 연결을 사용하는 경계 게이트웨이 프로토콜(BGP) 세션도 중지됩니다.
VLAN 연결을 삭제하면 VLAN 연결에 대한 요금 청구가 중지됩니다. 하지만 Cross-Cloud Interconnect 연결을 통과하는 트래픽이 없더라도 Cross-Cloud Interconnect 연결에 대한 요금은 계속 청구됩니다.
이 태스크에 필요한 권한
이 태스크를 수행하려면 다음 권한 또는 다음 Identity and Access Management(IAM) 역할을 부여 받아야 합니다.
권한
compute.interconnectAttachments.delete
역할
roles/owner
roles/editor
roles/compute.networkAdmin
콘솔
Google Cloud 콘솔에서 Cloud Interconnect 실제 연결 탭으로 이동합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-05(UTC)"],[],[],null,["# Disconnect networks\n\nTo remove a connection between a Virtual Private Cloud (VPC) network and\na Cross-Cloud Interconnect connection, delete the related VLAN\nattachment\n(also known as an `interconnectAttachment`). After you delete the attachment,\nno traffic can travel between the VPC network and your\nremote cloud network. Also, Border Gateway Protocol (BGP) sessions that use\nthe attachment go down.\n\nBilling for the VLAN attachment stops when you delete it. However, you're still\nbilled for the Cross-Cloud Interconnect connection, even if no\ntraffic is passing through it.\n\n#### Permissions required for this task\n\nTo perform this task, you must have been granted the following permissions\n*or* the following Identity and Access Management (IAM) roles.\n\n**Permissions**\n\n- `compute.interconnectAttachments.delete`\n\n**Roles**\n\n- `roles/owner`\n- `roles/editor`\n- `roles/compute.networkAdmin` \n\n### Console\n\n1. In the Google Cloud console, go to the Cloud Interconnect **Physical\n connections** tab.\n\n [Go to Physical connections](https://console.cloud.google.com/hybrid/interconnects/list?tab=interconnects)\n2. For the Cloud Interconnect connection that you want to configure, click\n **Configure**.\n\n3. In the **Router connections** section, select the VLAN attachment to\n delete.\n\n4. Select the options button, and then click **Delete**.\n\n5. Click **Delete** to confirm that you want to delete the VLAN\n attachment.\n\n### gcloud\n\nUse the\n[`gcloud compute interconnects attachments delete`\ncommand](/sdk/gcloud/reference/compute/interconnects/attachments/delete): \n\n```\ngcloud compute interconnects attachments delete ATTACHMENT_NAME\n```\n\nReplace \u003cvar translate=\"no\"\u003eATTACHMENT_NAME\u003c/var\u003e with the name of your VLAN\nattachment.\n\nWhat's next\n-----------\n\n- To learn more about Cross-Cloud Interconnect, see the\n [Cross-Cloud Interconnect overview](/network-connectivity/docs/interconnect/concepts/cci-overview).\n\n- To learn about common issues that you might encounter when using\n Cross-Cloud Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting#cci)."]]