Sebagian atau seluruh informasi di halaman ini mungkin tidak berlaku untuk Trusted Cloud dari S3NS. Lihat
Perbedaan dari Google Cloud untuk mengetahui detail selengkapnya.
Memesan koneksi Cross-Cloud Interconnect
Untuk memulai proses koneksi ke Alibaba Cloud, urutkan koneksi Cross-Cloud Interconnect Anda.
Sebelum memulai
Bagian ini menjelaskan izin, informasi, dan langkah-langkah penyiapan yang diperlukan.
Peran yang diperlukan
Sebelum melanjutkan, Anda memerlukan izin yang diperlukan. Minta administrator untuk memastikan bahwa Anda memiliki peran IAM Admin Jaringan Compute (roles/compute.networkAdmin
) pada project. Untuk mengetahui informasi selengkapnya tentang pemberian peran, lihat Mengelola akses ke project, folder, dan organisasi dalam dokumentasi Identity and Access Management (IAM).
Pastikan Anda memiliki nama lokasi jarak jauh dan lokasi Trusted Cloud yang ingin Anda gunakan. Jika Anda tidak memiliki informasi ini, lihat Memilih lokasi Anda.
Pemilihan project
Jika Anda menggunakan Google Cloud CLI, tetapkan project ID menggunakan perintah gcloud config set
.
gcloud config set project PROJECT_ID
Petunjuk gcloud CLI di halaman ini mengasumsikan bahwa Anda telah menetapkan project ID.
Urutkan koneksi Anda
Saat Anda memesan koneksi Cross-Cloud Interconnect, Google mencadangkan port pada router di lokasi yang Anda tentukan. Google kemudian menggunakan porta ini untuk membuat koneksi Anda ke {i>router<i} Alibaba.
Untuk memenuhi perjanjian tingkat layanan Cross-Cloud Interconnect, urutkan dua koneksi: koneksi utama dan koneksi redundan.
Setelah melakukan pesanan, Anda akan menerima email yang mengonfirmasi pesanan.
Konsol
- Di konsol Trusted Cloud , buka tab Koneksi fisik Cloud Interconnect.
Buka Koneksi fisik
- Klik Siapkan koneksi fisik.
- Pada formulir yang ditampilkan, pilih Cross-Cloud Interconnect connection, lalu klik Continue.
- Di halaman berikutnya, biarkan pilihan default Pesan koneksi Cross-Cloud Interconnect baru, lalu klik Lanjutkan.
- Pada halaman Buat koneksi Cross-Cloud Interconnect, masukkan detail tentang koneksi utama:
- Masukkan Nama untuk koneksi.
- Opsional: Masukkan Deskripsi..
- Di kolom Remote cloud provider, pilih Alibaba Cloud.
- Di kolom Remote location, pilih lokasi Alibaba.
- Di kolom Google Cloud location, pilih lokasi Cross-Cloud Interconnect.
-
Setel Kapasitas ke 10 Gb/dtk. Karena Alibaba Cloud tidak mendukung LACP dan tidak mendukung link 100 Gb/dtk, opsi lainnya tidak valid.
Untuk bantuan terkait menyetel kolom Remote location atau Location, lihat
Memilih lokasi Anda.
- Klik Berikutnya.
- Di formulir berikutnya, masukkan detail tentang koneksi redundan Anda:
- Masukkan Nama untuk koneksi.
- Opsional: Masukkan Deskripsi..
- Biarkan kolom Jarak jauh dan Google Cloud location disetel ke nilai yang sama dengan yang Anda pilih untuk koneksi utama.
- Klik Berikutnya.
- Masukkan alamat email di bidang Kontak teknis.
- Klik Berikutnya.
- Tinjau pesanan, termasuk informasi tentang penagihan. Jika ringkasan detail Anda sudah benar, klik Lakukan pemesanan. Jika tidak, kembali dan edit detail koneksi. Kemudian, kembali ke langkah ini dan lakukan pemesanan.
- Pada dialog konfirmasi pesanan, klik Kirim.
gcloud
Gunakan perintah gcloud compute interconnects create
:
Terkait dengan perintah ini, perhatikan hal-hal berikut:
- Cross-Cloud Interconnect mirip dengan Dedicated Interconnect dalam artian bahwa Anda tidak harus menggunakan penyedia partner. Oleh karena itu, tetapkan
--interconnect-type
flag ke DEDICATED
.
- Alibaba Cloud tidak mendukung Link Aggregation Control Protocol (LACP) dan tidak mendukung link 100 Gb/dtk. Oleh karena itu, tetapkan
--requested-link-count
ke 1
dan tetapkan --link-type
ke LING_TYPE_ETHERNET_10G_LR
. Jika memerlukan kapasitas lebih besar, pesan koneksi Cross-Cloud Interconnect tambahan.
Selesaikan langkah berikut:
Buat koneksi utama:
gcloud compute interconnects create CONNECTION_NAME_1 \
--interconnect-type=DEDICATED \
--link-type=CAPACITY \
--requested-link-count=1 \
--location=GOOGLE_CLOUD_LOCATION_1 \
--remote-location=REMOTE_LOCATION \
--description=DESCRIPTION_1 \
--noc-contact-email=CONTACT_EMAIL_1
Ganti kode berikut:
CONNECTION_NAME_1
: nama koneksi Cross-Cloud Interconnect utama
CAPACITY
: kapasitas koneksi—misalnya, LINK_TYPE_ETHERNET_10G_LR
atau LINK_TYPE_ETHERNET_100G_LR
GOOGLE_CLOUD_LOCATION_1
: salah satu dari dua zona ketersediaan
edge yang terkait dengan Trusted Cloud lokasi yang ingin Anda gunakan—misalnya,
fra-zone1-58
REMOTE_LOCATION
: lokasi jarak jauh
DESCRIPTION_1
: deskripsi opsional untuk koneksi Anda
CONTACT_EMAIL_1
: alamat email yang dapat digunakan Google untuk menghubungi Anda
Buat koneksi redundan:
gcloud compute interconnects create CONNECTION_NAME_2 \
--interconnect-type=DEDICATED \
--link-type=CAPACITY \
--requested-link-count=1 \
--location=GOOGLE_CLOUD_LOCATION_2 \
--remote-location=REMOTE_LOCATION \
--description=DESCRIPTION_2 \
--noc-contact-email=CONTACT_EMAIL_2
Ganti kode berikut:
CONNECTION_NAME_2
: nama koneksi Cross-Cloud Interconnect yang redundan
CAPACITY
: kapasitas koneksi; nilai ini harus sama dengan kapasitas koneksi utama
GOOGLE_CLOUD_LOCATION_2
: salah satu dari dua zona ketersediaan
edge yang terkait dengan Trusted Cloud lokasi yang ingin Anda gunakan; jangan gunakan zona yang sama
dengan yang Anda gunakan untuk lokasi utama—misalnya, jika Anda memilih
fra-zone1-58
untuk koneksi utama, gunakan fra-zone2-58
untuk
koneksi sekunder
REMOTE_LOCATION
: lokasi jarak jauh yang sama dengan yang Anda tetapkan pada langkah sebelumnya, saat membuat koneksi utama
DESCRIPTION_2
: deskripsi opsional dari koneksi redundan Anda
CONTACT_EMAIL_2
: alamat email yang dapat digunakan Google untuk menghubungi Anda terkait lokasi redundan
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-08-12 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-12 UTC."],[],[],null,["# Order Cross-Cloud Interconnect connections\n\nTo begin the process of connecting to Alibaba Cloud, order your\nCross-Cloud Interconnect connections.\n\nBefore you begin\n----------------\n\nThis section describes required permissions, information, and setup steps.\n\n### Required roles\n\nBefore proceeding, you need the required permissions. Ask your administrator to make sure that\nyou have the [Compute Network Admin](/compute/docs/access/iam#compute.networkAdmin)\n(`roles/compute.networkAdmin`) IAM role on the project. For more information about\ngranting roles, see\n[Manage access to projects, folders, and organizations](/iam/docs/granting-changing-revoking-access)\nin the Identity and Access Management (IAM) documentation.\n\n### Required information\n\nMake sure that you have the names of the remote location and Google Cloud location that\nyou want to use. If you don't have this information, see\n[Choose your locations](/network-connectivity/docs/interconnect/how-to/cci/alibaba/choose-locations).\n\n### Project selection\n\nIf you're using the Google Cloud CLI, set your project ID by using the\n[`gcloud config set` command](/sdk/gcloud/reference/config/set). \n\n```\ngcloud config set project PROJECT_ID\n```\n\nThe gcloud CLI instructions on this page assume that you have set your project ID.\n\nOrder your connections\n----------------------\n\nWhen you order a Cross-Cloud Interconnect connection, Google reserves a port\non a router at the location that you specify. Google later uses this port to create your connection\nto an Alibaba router.\n\nTo satisfy the Cross-Cloud Interconnect [service level agreement](/network-connectivity/docs/interconnect/sla), order\ntwo connections: a primary connection and a redundant one.\n\nAfter you place each order, you get an email confirming your order.\n\n### Console\n\n1. In the Google Cloud console, go to the Cloud Interconnect **Physical\n connections** tab.\n2. [Go to **Physical\n connections**](https://console.cloud.google.com/hybrid/interconnects/list?tab=interconnects)\n3. Click **Set up physical connection**.\n4. In the form that's displayed, select **Cross-Cloud Interconnect connection** , and then click **Continue**.\n5. On the next page, keep the default selection of **Order new Cross-Cloud Interconnect connection** , and then click **Continue**.\n6. On the **Create Cross-Cloud Interconnect connection** page, enter details about the primary connection:\n - Enter a **Name** for the connection.\n - Optional: Enter a **Description**.\n - In the **Remote cloud provider** field, select **Alibaba Cloud**.\n - In the **Remote location** field, select the Alibaba location.\n - In the **Google Cloud location** field, select the Cross-Cloud Interconnect location.\n - Set **Capacity** to **10 Gb/s**. Because Alibaba Cloud does not support LACP and does not support 100 Gb/s links, the other options are not valid.\n\n\n For help with setting the **Remote location** or **Location** field, see\n\n [Choose your locations](/network-connectivity/docs/interconnect/how-to/cci/alibaba/choose-locations).\n7. Click **Next**.\n8. In the next form, enter details about your redundant connection:\n - Enter a **Name** for the connection.\n - Optional: Enter a **Description**.\n - Leave the **Remote location** and **Google Cloud location** fields set to the same values that you selected for the primary connection.\n9. Click **Next**.\n10. Enter an email address in the **Technical contact** field.\n11. Click **Next**.\n12. Review the order, including the information about billing. If the summary of your details is correct, click **Place order**. If not, go back and edit the connection details. Then return to this step and place the order.\n13. In the order confirmation dialog, click **Submit**.\n\n### gcloud\n\nUse the\n[`gcloud compute interconnects create` command](/sdk/gcloud/reference/compute/interconnects/create).\n\nRelated to this command, note the following:\n\n- Cross-Cloud Interconnect is similar to Dedicated Interconnect in the sense that it does not require you to use a partner provider. For that reason, set the `--interconnect-type` flag to `DEDICATED`.\n- Alibaba Cloud does not support [Link Aggregation Control Protocol (LACP)](https://en.wikipedia.org/wiki/Link_aggregation) and doesn't support 100 Gb/s links. For that reason, set `--requested-link-count` to `1` and set `--link-type` to `LING_TYPE_ETHERNET_10G_LR`. If you need more capacity, order additional Cross-Cloud Interconnect connections.\n\nComplete the following steps:\n\n1. Create the primary connection:\n\n ```\n gcloud compute interconnects create CONNECTION_NAME_1 \\\n --interconnect-type=DEDICATED \\\n --link-type=CAPACITY \\\n --requested-link-count=1 \\\n --location=GOOGLE_CLOUD_LOCATION_1 \\\n --remote-location=REMOTE_LOCATION \\\n --description=DESCRIPTION_1 \\\n --noc-contact-email=CONTACT_EMAIL_1\n ```\n\n Replace the following:\n - \u003cvar translate=\"no\"\u003eCONNECTION_NAME_1\u003c/var\u003e: the name of the primary Cross-Cloud Interconnect connection\n - \u003cvar translate=\"no\"\u003eCAPACITY\u003c/var\u003e: the capacity of the connection---for example, `LINK_TYPE_ETHERNET_10G_LR` or `LINK_TYPE_ETHERNET_100G_LR`\n - \u003cvar translate=\"no\"\u003eGOOGLE_CLOUD_LOCATION_1\u003c/var\u003e: one of the two edge availability zones associated with the Google Cloud location you want to use---for example, `fra-zone1-58`\n - \u003cvar translate=\"no\"\u003eREMOTE_LOCATION\u003c/var\u003e: the remote location\n - \u003cvar translate=\"no\"\u003eDESCRIPTION_1\u003c/var\u003e: an optional description of your connection\n - \u003cvar translate=\"no\"\u003eCONTACT_EMAIL_1\u003c/var\u003e: an email address that Google can use to contact you\n2. Create the redundant connection:\n\n ```\n gcloud compute interconnects create CONNECTION_NAME_2 \\\n --interconnect-type=DEDICATED \\\n --link-type=CAPACITY \\\n --requested-link-count=1 \\\n --location=GOOGLE_CLOUD_LOCATION_2 \\\n --remote-location=REMOTE_LOCATION \\\n --description=DESCRIPTION_2 \\\n --noc-contact-email=CONTACT_EMAIL_2\n ```\n\n Replace the following:\n - \u003cvar translate=\"no\"\u003eCONNECTION_NAME_2\u003c/var\u003e: the name of the redundant Cross-Cloud Interconnect connection\n - \u003cvar translate=\"no\"\u003eCAPACITY\u003c/var\u003e: the capacity of the connection; this value must be the same as the capacity of the primary connection\n - \u003cvar translate=\"no\"\u003eGOOGLE_CLOUD_LOCATION_2\u003c/var\u003e: one of the two edge availability zones associated with the Google Cloud location you want to use; do not use the same zone that you used for the primary location---for example, if you chose `fra-zone1-58` for the primary connection, use `fra-zone2-58` for the secondary one\n - \u003cvar translate=\"no\"\u003eREMOTE_LOCATION\u003c/var\u003e: the same remote location that you specified in the preceding step, when you created the primary connection\n - \u003cvar translate=\"no\"\u003eDESCRIPTION_2\u003c/var\u003e: an optional description of your redundant connection\n - \u003cvar translate=\"no\"\u003eCONTACT_EMAIL_2\u003c/var\u003e: an email address that Google can use to contact you about the redundant location\n\n| For help with setting the **Remote location** or **Location** field, see [Choose your locations](/network-connectivity/docs/interconnect/how-to/cci/alibaba/choose-locations)."]]