Stay organized with collections
Save and categorize content based on your preferences.
You can view a list of all the VLAN attachments in your project and the details
about each one. For example, you can view the name of an attachment, whether
it's an attachment for Dedicated Interconnect or
Partner Interconnect, and its associated Cloud Router.
You can also check its Dataplane version.
View VLAN attachments and their details
Console
In the Google Cloud console, go to the Cloud Interconnect VLAN
attachments tab.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# View VLAN attachments and groups\n\nYou can view a list of all the VLAN attachments in your project and the details\nabout each one. For example, you can view the name of an attachment, whether\nit's an attachment for Dedicated Interconnect or\nPartner Interconnect, and its associated Cloud Router.\nYou can also check its Dataplane version.\n\nView VLAN attachments and their details\n---------------------------------------\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 view its details.\n\n### gcloud\n\n1. List all VLAN attachments that are in your project:\n\n ```\n gcloud compute interconnects attachments list\n ```\n\n The output is similar to the following: \n\n NAME: my-attachment\n REGION: us-east1\n TYPE: PARTNER\n INTERCONNECT: example-partner-interconnect\n ROUTER: my-router\n ATTACHMENT_GROUP: example-attachment-group\n\n NAME: my-second-attachment\n REGION: us-west1\n TYPE: DEDICATED\n INTERCONNECT: example-dedicated-interconnect\n ROUTER: my-second-router\n ATTACHMENT_GROUP: example-attachment-group\n ...\n\n2. Describe the VLAN attachment to view more information about it:\n\n ```\n gcloud compute interconnects attachments describe my-attachment\n ```\n\n The output is similar to the following: \n\n adminEnabled: true\n attachmentGroup: https://www.googleapis.com/compute/v1/projects/customer-project/global/interconnectAttachmentGroups/example-attachment-group\n bandwidth: BPS_10G\n cloudRouterIpAddress: 169.254.194.169/29\n creationTimestamp: '2022-03-04T10:08:51.610-08:00'\n customerRouterIpAddress: 169.254.194.170/29\n dataplaneVersion: 2\n id: '8652605636960316252'\n interconnect: https://www.googleapis.com/compute/v1/projects/customer-project/global/interconnects/example-dedicated-interconnect\n kind: compute#interconnectAttachment\n mtu: 1460\n name: my-second-attachment\n operationalStatus: OS_ACTIVE\n privateInterconnectInfo:\n tag8021q: 1101\n region: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-west1\n router: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-west1/routers/my-second-router\n selfLink: https://www.googleapis.com/compute/v1/projects/customer-project/regions/us-west1/interconnectAttachments/my-second-attachment\n state: ACTIVE\n type: DEDICATED\n vlanTag8021q: 1101\n\nView VLAN attachment groups and their details\n---------------------------------------------\n\n### Console\n\n1. In the Google Cloud console, go to the Cloud Interconnect\n **VLAN attachments** tab.\n\n [Go to VLAN attachments](https://console.cloud.google.com/hybrid/interconnects/list?tab=attachments)\n2. In the **Attachment groups** field, click the name of an attachment group\n to see more information about that group's details.\n\n### gcloud\n\n1. Use the following command to list all VLAN attachment groups that are in\n your project:\n\n ```\n gcloud compute interconnects attachments groups list\n ```\n\n The output is similar to the following: \n\n NAME ATTACHMENTS INTENDED_SLA CONFIGURED_SLA\n attachment-group-1 PRODUCTION_NON_CRITICAL NO_SLA\n attachment-group-2 us-east4/attachment-1 PRODUCTION_NON_CRITICAL PRODUCTION_NON_CRITICAL\n us-east4/attachment-2\n attachment-group-3 us-east4/attachment-3 PRODUCTION_CRITICAL PRODUCTION_CRITICAL\n us-east4/attachment-4\n us-west2/attachment-5\n us-west2/attachment-6\n\n2. To see more information about a specific VLAN attachment group, use the\n following command, replacing \u003cvar translate=\"no\"\u003eGROUP_NAME\u003c/var\u003e with the name\n of the attachment group.\n\n ```\n gcloud compute interconnects attachments groups describe GROUP_NAME\n ```\n\n The output is similar to the following: \n\n attachments:\n us-east4/attachment-1:\n attachment: https://www.googleapis.com/compute/v1/projects/my-project/regions/us-east4/interconnectAttachments/attachment-1\n us-east4/attachment-2:\n attachment: https://www.googleapis.com/compute/v1/projects/my-project/regions/us-east4/interconnectAttachments/attachment-2\n configured:\n availabilitySla:\n effectiveSla: PRODUCTION_NON_CRITICAL\n description: my attachment group\n intent:\n availabilitySla: PRODUCTION_NON_CRITICAL\n kind: compute#interconnectAttachmentGroup\n logicalStructure:\n regions:\n - metros:\n - facilities:\n - facility: '1'\n zones:\n - attachments:\n - https://www.googleapis.com/compute/v1/projects/my-project/regions/us-east4/interconnectAttachments/attachment-1\n zone: zone1\n - attachments:\n - https://www.googleapis.com/compute/v1/projects/my-project/regions/us-east4/interconnectAttachments/attachment-2\n zone: zone2\n metro: IAD\n region: us-east4\n name: attachment-group-2\n selfLink: https://www.googleapis.com/compute/v1/projects/my-project/global/interconnectAttachmentGroups/attachment-group-2\n\nWhat's next\n-----------\n\n- To create a Dedicated Interconnect connection, see the\n [Dedicated Interconnect provisioning overview](/network-connectivity/docs/interconnect/how-to/dedicated/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 Dedicated Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting#dedicated)."]]