This document describes how to modify VLAN attachments for Dedicated Interconnect.
The following table lists properties associated with VLAN attachments and describes how to modify the properties.
Property | How to modify |
---|---|
Description Capacity MTU |
For details, see the next section Modifying description, capacity, and MTU. Modifications are immediate and in rare cases, can cause traffic disruption. If traffic is disrupted, the disruption lasts less than a minute. |
Whether a VLAN attachment is enabled or disabled | To disable or re-enable a VLAN attachment, see Disable VLAN attachments. |
VLAN ID BGP IP addresses (Cloud Router IP address, on-premises router IP address) |
You can't modify these properties for existing attachments. Instead, you must recreate the VLAN attachment. To create VLAN attachments for Dedicated Interconnect, see Creating VLAN attachments. |
MD5 authentication (Preview) | Follow the steps in Add authentication to an existing session. |
The peer ASN is not a property of the VLAN attachment—it is part of the BGP configuration of the Cloud Router. To modify the peer ASN, update the Cloud Router's BGP session for the VLAN attachment.
For more information, see the following resources:
- Viewing BGP session configuration
glcoud compute routers update-bgp-peer
command referencerouters.update
API method reference
Modify description, capacity, and MTU
The section provides instructions for updating the description, capacity, and maximum transmission unit (MTU) of a VLAN attachment. Changing the attributes of a VLAN attachment, in rare cases, can cause traffic disruption. If traffic is disrupted, the disruption lasts less than a minute.
To make use of the 1500-byte MTU, the VPC network using
the attachment must have an MTU set to 1500
.
In addition, the on-premises VMs and routers must have an MTU set to1500
.
If your network has the default MTU of 1460
, leave the field at 1440
.
Console
In the Google Cloud console, go to the Cloud Interconnect VLAN attachments tab.
Select the VLAN attachment to modify.
On the attachment's detail page, click Edit.
Modify your VLAN attachment:
- Description: Information about the VLAN attachment.
- Capacity: The maximum bandwidth of the attachment.
- Maximum transmission unit (MTU): The MTU of the attachment.
Click Save.
gcloud
Modify an interconnectAttachment
by specifying the name of the existing
VLAN attachment and the attributes to modify:
gcloud compute interconnects attachments dedicated update NAME \ --region=REGION \ --description=DESCRIPTION \ --bandwidth=BANDWIDTH \ --mtu MTU
Replace the following:
NAME
: the name of the existing VLAN attachmentREGION
: the region of the attachmentDESCRIPTION
: a description of the attachmentBANDWIDTH
: the provisioned capacity of the attachmentMTU
: the MTU of the attachment
For more information, see the
gcloud compute interconnects attachments dedicated update
reference.
What's next
To create an Interconnect connection, see the Dedicated Interconnect provisioning overview.
To learn more about Cloud Interconnect options, see the Cloud Interconnect overview.
To help you solve common issues that you might encounter when using Cloud Interconnect, see Troubleshooting.