ActiveMesh 4.0
ActiveMesh 4.0 is an iteration of ActiveMesh. The features of ActiveMesh 4.0 are as follows:
-
Primary Gateway Lifecycle Control: Provides a delete option for the primary gateway instance to safely remove it when S2C connections, FireNet, or AWS TGW are not configured on it.
-
Dynamic HPE Toggle: Provides an HPE toggle option for a deployed gateway group to enable or disable HPE on the fly.
|
ActiveMesh 4.0 is an Early Access feature. Do not use ActiveMesh 4.0 in production environments. |
Primary Gateway Lifecycle Control
ActiveMesh 4.0 supports deletion of the primary gateway instance. After the primary gateway instance is deleted, the next gateway instance in the sequence automatically becomes the new primary gateway.
To delete the primary gateway instance:
-
From the CoPilot GUI, navigate to Cloud Fabric > Gateways > Transit Gateways or Spoke Gateways. A table of deployed gateway groups appears.
-
Click the Edit icon in the row of a gateway group.
-
Click the Delete icon in the row of the primary gateway instance.
Ensure that S2C connections, FireNet, or AWS TGW are not configured on the primary gateway instance before deleting it.
-
Click Save.
A success message appears to confirm the deletion of the primary gateway instance. The next gateway instance in the sequence automatically becomes the new primary gateway.
Dynamic HPE Toggle
ActiveMesh 4.0 supports enabling or disabling HPE on a deployed gateway group dynamically. The new gateway instances created through API can have HPE enabled or disabled, independent of the HPE status of the gateway group.
To add an instance with HPE enabled or disabled, send a Post API request to create a new gateway instance in the deployed gateway group with the HPE status (insane_mode) enabled or disabled. For example,
{
"action": "create_multicloud_ha_gateway",
"CID": "your_CID_here",
"primary_gw_name": "your_primary_gw_name_here",
"ha_gw_name": "your_new_ha_gw_name_here",
"gw_subnet": "your_gw_subnet_here",
"gw_size": "your_gw_size_here",
"insane_mode": "yes"
}
If a gateway group contains instances with the HPE enabled and HPE disabled, the High Performance Encryption status of the group appears as Multiple Values in the CoPilot GUI.