Transit Gateway CLI change log
In this change log, you can learn about the latest changes, improvements, and updates for IBM Cloud® Transit Gateway.
06 November 2025
- VPN gateway connection support
-
You can now create VPN gateway connections to a transit gateway in IBM Cloud using route-based VPNs over redundant GRE tunnels. Attaching a VPN gateway to a transit gateway requires a dynamic VPN connection.
New command option:
tg connection-create- Added a new network connectionvpn_gatewaywith optional--cidrand--zoneoptions that defines the IP range used to allocate addresses on the redundant GRE tunnels (default is100.64.0.0/10).New command:
tg acc-connections- List all account connections on the transit gateway.
27 August 2025
- GRE enhanced route propagation
-
Allows routes to propagate between all GRE tunnels connected to the same transit gateway. This enables data traffic to flow between GRE tunnels that were previously isolated. GRE tunnels connected to networks that couldn’t communicate before can now exchange traffic. For more information, see GRE enhanced route propagation considerations.
New command options:
tg gateway-createandtg gateway-update- Added a new boolean optiongre_enhanced_route_propagationto enable or disable this feature. If not specified, the option isfalse.
12 June 2024
- Redundant GRE tunnel connections support
-
To build in redundancy and eliminate the need to schedule an outage when a Transit Gateway router must down for maintenance, there is a new redundant GRE type, which is essentially a grouping of at least two GRE tunnels that can connect to classic or VPC networks. This connection type allows GRE tunnels to be placed on different devices in the same zone and not flag overlapping routes that are in the redundant GRE's tunnels. For more information, see Creating a redundant GRE tunnel.
New commands:
tg connection-rgre-create- Create a redundant GRE.tg redundant-gre-tunnel-add- Add a tunnel to a redundant GRE.tg redundant-gre-tunnel-remove- Remove a tunnel from a redundant GRE.
20 May 2024
- Pagination support
-
To improve performance and reliability, the
ibmcloud tg connectionscommand has been enhanced to support pagination. With pagination, if you have more connections than the requestedlimit(default: 100, maximum 500) only the number of connections within the size limit are returned, sorted by date with the oldest first.To avoid disruption, upgrade your CLI version and update your tooling that uses CLI to handle the pagination. To test that your tooling handles pagination correctly, set the
limitsize on theibmcloud tg connectionscommand. For more information, see Preparing for connection lists pagination support.
24 June 2023
- Power Virtual Server connections for transit gateways
- Transit gateways now support Power Virtual Server connections. A Power Virtual Server connection allows Power Virtual Server networks to connect to other networks (for instance, VPC and classic infrastructure) that are connected to the same
transit gateway. For details, see
ibmcloud tg connection-create.
24 April 2023
- Direct Link multi-account support
- Changed command: You can now create a connection of type
directlinkto pass into theconnection-createcommand and create a direct link from a different account owner. Previously only connections of typevpcandclassicwere allowed.
30 November 2022
- Unbound GRE tunnels
-
You can use an unbound Generic Routing Encapsulation (GRE) tunnel connection to connect endpoints, which allows a transit gateway to connect to overlay networks hosted on classic infrastructure resource.
New
tg connection-create-grecommand options:base-network-type- Network type of the base connection (classic). For use only with theunbound_gre_tunnelnetwork type.network-account-id- ID of account to connect to a classic connection. For use only with theclassictype when the account of the connection is different than the gateway's account.network-type- Network type of the GRE connection. Values aregre_tunnelorunbound_gre_tunnel. The default value isgre_tunnel.