Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sie müssen den VLAN-Anhang für die Partner Interconnect-Verbindung löschen, um die Verbindung zwischen Ihrem VPC-Netzwerk (Virtual Private Cloud) und dem lokalen Netzwerk zu trennen. Bitten Sie Ihren Dienstanbieter, den Löschvorgang einzuleiten. Auf diese Weise hört die Abrechnung durch Google und Ihren Dienstanbieter gleichzeitig auf.
Wenn Sie den VLAN-Anhang zuerst in Google Cloud löschen, wird der Anhang gelöscht und die Abrechnung durch Google beendet. Diese Änderung wird jedoch möglicherweise nicht von Ihrem Dienstanbieter erfasst, sodass Ihnen die Verbindung weiterhin in Rechnung gestellt wird. Bitten Sie daher Ihren Dienstanbieter, die Verbindung zu löschen. So können Sie sicher sein, dass dieser keine Gebühren mehr dafür berechnet.
Nachdem Ihr Dienstanbieter die Verbindung zu Ihrem VLAN-Anhang getrennt hat, ändert sich der Status des Anhangs in DEFUNCT und Sie können den Anhang löschen. Sowohl Google als auch Ihr Dienstanbieter beenden die Abrechnung.
Console
Wechseln Sie in der Google Cloud Console zum Cloud Interconnect-Tab VLAN-Anhänge.
Wählen Sie den zu löschenden VLAN-Anhang aus. Wenn Ihr Dienstanbieter die Verbindung zu Ihrem Anhang getrennt hat, ist der Status Defunct. Sollte er einen anderen Status haben, können Sie den Anhang trotzdem löschen. Teilen Sie diese Änderung aber unbedingt Ihrem Dienstanbieter mit.
Klicken Sie auf der Seite mit den Details zum VLAN-Anhang auf Löschen.
Klicken Sie zum Bestätigen auf Löschen.
gcloud
Beschreiben Sie den VLAN-Anhang, um zu prüfen, ob er von Ihrem Dienstanbieter getrennt wurde. Ist dies der Fall, lautet der Status des Anhangs DEFUNCT.
Sollte er einen anderen Status haben, können Sie den Anhang trotzdem löschen. Teilen Sie diese Änderung aber unbedingt Ihrem Dienstanbieter mit.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-12-22 (UTC)."],[],[],null,["# Delete VLAN attachments\n\nTo disconnect your Virtual Private Cloud (VPC) network and on-premises network,\nyou must delete the VLAN attachment for the Partner Interconnect\nconnection. Work with your service provider to initiate the deletion. That way\nbilling by Google and your service provider stops at the same time.\n\nIf you delete the VLAN attachment in Google Cloud first, the attachment is\ndeleted and Google stops billing you for it. However, your service provider\nmight not be aware of this change and might continue to charge you for the\nconnection. Contact your service provider to ensure that they delete your\nconnection and stop billing you.\n\nAfter your service provider disconnects your VLAN attachment, the state of your\nattachment changes to `DEFUNCT`, and you can delete the attachment. Both Google\nand your service provider stop billing you. \n\n### Console\n\n1. In the Google Cloud console, go to the Cloud Interconnect **VLAN\n attachments** tab.\n\n [Go to VLAN attachments](https://console.cloud.google.com/hybrid/interconnects/list)\n2. Select the VLAN attachment to delete. If your service provider\n disconnected your attachment, its status is `Defunct`. If it's in\n any other state, you can still delete the attachment, but contact your\n service provider to make sure they're aware of this change.\n\n3. On the **VLAN attachment details** page, click **Delete**.\n\n4. Click **Delete** to confirm.\n\n### gcloud\n\n1. Describe the VLAN attachment to check whether your service provider\n disconnected it; if they did, the state of the attachment is `DEFUNCT`.\n If the state of the attachment is in any other state, you can still\n delete the attachment, but contact your service provider to make sure\n they're aware of this change.\n\n ```\n gcloud compute interconnects attachments describe my-attachment \\\n --region us-central1\n ```\n2. Delete the VLAN attachment:\n\n ```\n gcloud compute interconnects attachments delete my-attachment\n --region us-central1\n ```\n\nWhat's next\n-----------\n\n- To create a Partner Interconnect connection, see the\n [Partner Interconnect provisioning overview](/network-connectivity/docs/interconnect/how-to/partner/provisioning-overview).\n\n- To learn more about Cloud Interconnect options, see the\n [Cloud Interconnect overview](/network-connectivity/docs/interconnect/concepts/overview).\n\n- To help you solve common issues that you might encounter when using\n Partner Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting#partner)."]]