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 日

用于传输网关的 Power Virtual Server 连接

传输网关现在支持 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.