Ordering a Dedicated Interconnect connection starts the creation process of your Dedicated Interconnect connection. When you order a Dedicated Interconnect connection, you specify details such as the capacity and the location of your connection.
To help you solve common issues that you might encounter when using Dedicated Interconnect, see Troubleshooting.
You can request the following capacities:
- 1 x 10-Gbps (10 Gbps) circuit up to 8 x 10-Gbps (80 Gbps) circuits
- 1 x 100-Gbps (100 Gbps) circuit up to 2 x 100-Gbps (200 Gbps) circuits
Console
In the Google Cloud console, go to the Cloud Interconnect Physical connections tab.
Click Set up connection.
Select Dedicated Interconnect, and then click Continue.
Select Order new Dedicated Interconnect, and then click Continue.
Specify the details of the Dedicated Interconnect connection:
- Name: A name for the connection. This name is displayed
in the Google Cloud console and is used by the Google Cloud CLI to
reference the connection, such as
my-interconnect
. - Location: The physical location where the connection is created. Your on-premises network must meet Google Cloud's network in this location.
Capacity: The total capacity of your connection, which is determined by the number and size of the circuits that you order.
Select one of the following options:
- 1 x 10-Gbps circuit in 10-Gbps increments up to 8 x 10-Gbps (80 Gbps) circuits
- 1 x 100-Gbps (100 Gbps) circuit
- 2 x 100-Gbps (200 Gbps) circuits
- Name: A name for the connection. This name is displayed
in the Google Cloud console and is used by the Google Cloud CLI to
reference the connection, such as
Click Next.
If you require redundancy, specify details for your duplicate connection, and then click Next.
Specify your contact information:
- Company name: The name of your organization to put in the LOA as the party authorized to request a connection.
Technical contact: An email address where notifications about this connection are sent. You don't need to enter your own address; you are included in all notifications. You can specify only one address.
If you are creating a connection through workforce identity federation, specifying a Technical contact is required. Workforce identity federation is in Preview.
Review your order. Check that your connection details and contact information are correct. If everything is correct, click Place order. If not, go back and edit the connection details.
On the order confirmation page, review the next steps, and then click Done.
gcloud
Create a Dedicated Interconnect connection that is a connection type of
DEDICATED
:gcloud compute interconnects create INTERCONNECT_NAME \ --customer-name=NAME \ --interconnect-type=DEDICATED \ --link-type=LINK_TYPE \ --location=LOCATION_NAME \ --requested-link-count=NUMBER_OF_LINKS \ [--requested-features=IF_MACSEC] [--noc-contact-email=EMAIL_ADDRESS] \ [--description=STRING]
Replace the following values:
INTERCONNECT_NAME
: a name for the Dedicated Interconnect connection; this name is displayed in the Google Cloud console and is used by the Google Cloud CLI to reference the connection, such asmy-interconnect
NAME
: the name of your organization to put in the LOA as the party authorized to request a connectionLINK_TYPE
:- If you want your Dedicated Interconnect connection to be made up of 10-Gbps
circuits, replace
LINK_TYPE
withLINK_TYPE_ETHERNET_10G_LR
. - If you want your connection to be made up of 100-Gbps
circuits, replace
LINK_TYPE
withLINK_TYPE_ETHERNET_100G_LR
.
- If you want your Dedicated Interconnect connection to be made up of 10-Gbps
circuits, replace
LOCATION_NAME
: specifies the location where the Dedicated Interconnect connection is created; to list the names of locations, see List locationsNUMBER_OF_LINKS
: number of circuits of typelink-type
; this field combined with--link-type
determines your total connection capacity. For example, for 2 x 100-Gbps (200 Gbps) circuits, this number would be2
.EMAIL_ADDRESS
andSTRING
: optional; for the NOC contact, you can specify only one email address—you don't need to enter your own address because you are included in all notifications. If you are creating a connection through workforce identity federation, providing an email address with the‑‑noc-contact-email
flag is required. Workforce identity federation is in Preview.
For redundancy, create a duplicate Dedicated Interconnect connection that is in the same location but in a different edge availability domain (metro availability zone). For more information, see Duplicate a connection for redundancy.
After you order a Dedicated Interconnect connection, Google emails you a confirmation and allocates ports for you. When the allocation is complete, Google generates LOA-CFAs for your connections and emails them to you.
All the automated emails are sent to the NOC contact and the email address of the Google Account used when ordering the Dedicated Interconnect connection. You can also get your LOA-CFAs by using the Google Cloud console.
You can use the Dedicated Interconnect connection only after your connections have been provisioned and tested for light levels and IP connectivity.