Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Saat memesan koneksi Cross-Site Interconnect, Anda harus menentukan fasilitas kolokasi tempat jaringan Anda bertemu dengan jaringan Google. Umumnya, pilih fasilitas yang secara geografis dekat dengan jaringan lokal Anda.
Untuk menggunakan Google Cloud konsol atau Google Cloud CLI guna melihat daftar fasilitas, lihat langkah-langkah berikut.
Izin yang diperlukan untuk langkah ini
Untuk melakukan tugas ini, Anda harus sudah diberi izin berikut
atau peran Identity and Access Management (IAM) berikut.
Izin
compute.interconnectLocations.list
compute.interconnectLocations.get
Peran
(roles/owner) Pemilik
(roles/editor) Editor
Admin Jaringan Compute (roles/compute.networkAdmin)
Konsol
Anda dapat melihat daftar fasilitas kolokasi saat memesan koneksi Cross-Site Interconnect. Anda dapat memfilter lokasi berdasarkan kota atau nama fasilitas.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-12 UTC."],[],[],null,["# List locations for Cross-Site Interconnect\n\nWhen you order a Cross-Site Interconnect connection, you must specify a\ncolocation facility where your network meets Google's network. In most cases,\nselect a facility that's geographically close to your on-premises network.\n|\n| **Preview**\n|\n|\n| This product is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nTo view a list of these facilities in the documentation, see\n[Colocation facilities for Cross-Site Interconnect](/network-connectivity/docs/interconnect/concepts/cross-site-locations).\n\nTo use the Google Cloud console or Google Cloud CLI to view a list of facilities,\nsee the following steps.\n\n#### Permissions required for this task\n\nTo perform this task, you must have been granted the following permissions\n*or* the following Identity and Access Management (IAM) roles.\n\n**Permissions**\n\n- `compute.interconnectLocations.list`\n- `compute.interconnectLocations.get`\n\n**Roles**\n\n- Owner (`roles/owner`)\n- Editor (`roles/editor`)\n- Compute Network Admin (`roles/compute.networkAdmin`) \n\n### Console\n\nYou can view a list of the colocation facilities when you order a\nCross-Site Interconnect connection. You can filter the locations by city or\nfacility name.\n\nFor more information, see\n[Order Cross-Site Interconnect connections](/network-connectivity/docs/interconnect/how-to/cross-site/order-connections).\n\n### gcloud\n\nTo list all colocation facilities that support Cross-Site Interconnect, run the following command: \n\n gcloud beta compute interconnects locations list \\\n --filter \"availableFeatures: (IF_CROSS_SITE_NETWORK)\"\n\nTo view the details of a facility,\nsuch as its physical address, run the following command.\n\nThe command output includes a `CrossSiteInterconnectInfos` field, which lists\nthe metros that the location can connect to through a cross-site network.\n\n\u003cbr /\u003e\n\n```\n gcloud beta compute interconnects locations describe LOCATION\n \n```\n\n\u003cbr /\u003e\n\nReplace \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e with the name of the\nCross-Site Interconnect location.\n\nWhat's next\n-----------\n\n- To create a Cross-Site Interconnect connection, see the\n [Cross-Site Interconnect provisioning overview](/network-connectivity/docs/interconnect/how-to/cross-site/provisioning-overview).\n\n- To help you solve common issues that you might encounter when using\n Cloud Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting)."]]