Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
É possível desativar temporariamente um anexo da VLAN para uma Interconexão por parceiro para que ele pare de encaminhar pacotes. Isso pode ser útil, por exemplo, para testes de failover.
Desative uma conexão para testar se a conexão redundante pode disponibilizar o tráfego com êxito.
Console
No console do Google Cloud, acesse a guia Anexos
da VLAN do Cloud Interconnect.
Na página Detalhes do anexo da VLAN, clique em Desativar. O anexo interrompe o encaminhamento de pacotes dentro de um ou dois minutos. Para reativar o anexo, clique em Ativar.
gcloud
Para desativar um anexo ativo atual, use a sinalização --no-admin-enabled:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-12-05 UTC."],[],[],null,["# Disable VLAN attachments\n\nYou can temporarily disable a VLAN attachment for a Partner Interconnect\nconnection so that it stops forwarding packets. This can be useful, for example,\nfor testing failover.\n\nDisable one connection to test that the redundant connection can successfully\nserve traffic. \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?tab=attachments)\n2. Select a VLAN attachment to disable.\n\n3. On the **VLAN attachment details** page, click **Disable** . The attachment\n stops forwarding packets within a minute or two. To re-enable the\n attachment, click **Enable**.\n\n### gcloud\n\n1. To disable an existing active attachment, use the `--no-admin-enabled`\n flag:\n\n ```\n gcloud compute interconnects attachments partner update my-attachment\n --region=REGION\n --no-admin-enabled\n ```\n\n Replace \u003cvar translate=\"no\"\u003eREGION\u003c/var\u003e with the region that your VLAN\n attachment is located in.\n\n The attachment stops forwarding packets within a minute or two.\n\n To enable the attachment, use the `--admin-enabled` flag.\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)."]]