Transit Gateway CLI 變更日誌

在此變更紀錄中,您可以了解 IBM Cloud® Transit Gateway 的最新變更、改進及更新內容。

2025 年 11 月 06 日

VPN 閘道連線支援

現在,您可以透過備援 GRE 通道,使用路由型 VPN 建立 VPN 閘道連線到 IBM Cloud 中的轉接閘道。 將 VPN 閘道連接至轉接閘道需要動態 VPN 連線。

新增指令選項:

[**`tg connection-create`**](/docs/transit-gateway?topic=transit-gateway-transit-gateway-cli#connection-create)- 新增網路連線 `vpn_gateway`,可選 `--cidr` 和 `--zone` 選項,定義用於在備援 GRE 通道上分配位址的 IP 範圍 (預設為 `100.64.0.0/10`)。

新指令:

[**`tg acc-connections`**](/docs/transit-gateway?topic=transit-gateway-transit-gateway-cli&interface=cli#connections-list-account-connections)- 列出轉接閘道上的所有帳戶連線。

2025 年 8 月 27 日

GRE 加強路徑傳播

允許路由在連接至同一轉接閘道的所有 GRE 通道之間傳播。 這可讓資料流量在先前隔離的 GRE 通道之間流通。 連接至以前無法通訊的網路的 GRE 通道現在可以交換流量。 如需詳細資訊,請參閱 GRE 增強路由傳播注意事項

新增指令選項:

tg gateway-create and tg gateway-update - Added a new boolean option gre_enhanced_route_propagation to enable or disable this feature. If not specified, the option is false.

2024 年 6 月 12 日

支援備援 GRE 通道連線

為了建置備援並在 Transit Gateway 路由器必須關閉以進行維護時不需要排程中斷,有一種新的備援 GRE 類型,基本上是至少兩個 GRE 通道的分組,可連接至標準或 VPC 網路。 此連線類型容許將 GRE 通道放置在相同區域中的不同裝置上,且不標示冗餘 GRE 通道中的重疊路徑。 如需相關資訊,請參閱 建立冗餘 GRE 通道

新指令:

2024 年 5 月 20 日

分頁支援

為了改善效能與可靠性,ibmcloud tg connections 指令已增強至支援分頁。 使用分頁方式時,如果連線數超過所要求的 limit (預設值:100,最多 500),則只會傳回大小限制內的連線數,並依日期排序,最舊的先傳回。

為避免干擾,請升級 CLI 版本,並更新使用 CLI 處理分頁的工具。 若要測試您的工具是否能正確處理分頁,請設定 limit 大小。ibmcloud tg connections 指令。 如需詳細資訊,請參閱 準備連線清單分頁支援

2023 年 6 月 24 日

Transit 閘道的 Power Virtual Server 連線

Transit Gateway 現在支援 Power Virtual Server 連線。 Power Virtual Server 連線容許 Power Virtual Server 網路連接至連接至相同傳輸閘道的其他網路 (例如 VPC 和標準基礎架構)。 如需詳細資料,請參閱 ibmcloud tg connection-create

2023 年 4 月 24 日

Direct Link 多重帳戶支援
已變更指令: 您現在可以建立 directlink 類型的連線,以傳遞至 connection-create 指令,並從不同的帳戶擁有者建立直接鏈結。 先前只容許 vpcclassic 類型的連線。

2022 年 11 月 30 日

未連結 GRE 通道

您可以使用未連結的「通用路由封裝 (GRE)」通道連線來連接端點,這可讓 Transit Gateway 連接至標準基礎架構資源上所管理的套版網路。

新的 tg connection-create-gre 指令選項:

  • base-network-type - Network type of the base connection (classic). For use only with the unbound_gre_tunnel network type.
  • network-account-id - ID of account to connect to a classic connection. For use only with the classic type when the account of the connection is different than the gateway's account.
  • network-type - Network type of the GRE connection. Values are gre_tunnel or unbound_gre_tunnel. The default value is gre_tunnel.