Ordering Cross-Site Interconnect connections starts the creation process of your Cross-Site Interconnect connections. When you order Cross-Site Interconnect connections, you specify details such as the capacity and the locations of your connections.
To help you solve common issues that you might encounter when using Cross-Site Interconnect, see Troubleshooting.
You can request the following capacities:
- 1 x 10-Gbps (10 Gbps) circuit
- 1 x 100-Gbps (100 Gbps) circuit
Console
In the Google Cloud console, go to the Interconnect page.
Click
Set up physical connection.Select Cross-Site Interconnect connection, and then click Continue.
If you haven't already, check your bandwidth quotas and limits to ensure that you can successfully create a cross-site network with your required bandwidth.
After you have confirmed that you have sufficient quota, click Next: I acknowledge.
Specify the details of the Cross-Site 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
. - Colocation facility: 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
- 1 x 100-Gbps circuit
- 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 plan to create a cross-site network with a redundant or box-and-cross topology, 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.
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.
To order connections for your second site, repeat the steps in this section.
gcloud
Create a Cross-Site Interconnect connection that is a connection type of
DEDICATED
and specifies theCROSS_SITE_NETWORK
feature. If you plan to use MACsec for Cloud Interconnect, includeMACSEC
in the list of requested features.gcloud beta compute interconnects create INTERCONNECT_NAME \ --customer-name=NAME \ --interconnect-type=DEDICATED \ --requested-features=CROSS_SITE_NETWORK[,MACSEC] \ --link-type=LINK_TYPE \ --location=LOCATION_NAME \ [--noc-contact-email=EMAIL_ADDRESS] \ [--description=STRING]
Replace the following values:
INTERCONNECT_NAME
: a name for the Cross-Site 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 Cross-Site Interconnect connection to be made up of a 10-Gbps
circuit, replace
LINK_TYPE
withLINK_TYPE_ETHERNET_10G_LR
. - If you want your connection to be made up of a 100-Gbps
circuit, replace
LINK_TYPE
withLINK_TYPE_ETHERNET_100G_LR
.
- If you want your Cross-Site Interconnect connection to be made up of a 10-Gbps
circuit, replace
LOCATION_NAME
: specifies the location where the Cross-Site Interconnect connection is created; to list the names of locations, see List locations for Cross-Site InterconnectEMAIL_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.
If you plan to create a cross-site network with a redundant or box-and-cross topology, create a duplicate Cross-Site 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.
To order connections for your second site, repeat the steps in this section.
After you order a Cross-Site 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 Cross-Site Interconnect connection. You can also get your LOA-CFAs by using the Google Cloud console.
You can use the Cross-Site Interconnect connection only after your connections have been provisioned and tested for light levels and IP connectivity.