This section explains how to configure High Availability on a bond interface. Run the CLI commands from the VSX Gateway (VS0) context. For a cluster configuration, run these commands on each cluster member.
Use the active-backup
value for the mode
parameter to configure High Availability.
Included Topics |
This is a workflow of CLI commands to configure Link Aggregation in High Availability mode.
When you are enslaving configured interfaces, make sure that these interfaces are not used in other configurations.
To configure High Availability:
add bonding group <bond id>
set bonding group <bond id> mode active-backup
add bonding group <bond id> interface <IF name>
Do this command again for all of the slave interfaces.
show bonding group <bond id>
To show more information about the bond, from Expert mode run cat /proc/net/bonding/<bond id>
When you are updating an existing configuration to Link Aggregation, it is necessary to reconfigure the relevant objects to connect to the newly created bond. This includes Virtual Systems, Virtual Routers and Virtual Switches. You can perform these actions using SmartDashboard. In most cases, these definitions can be found in the object Properties window.
For large existing VSX deployments containing many Domain Management Servers and Virtual Devices, use the vsx_util change_interfaces
command to reconfigure existing object topologies. For example, in a Multi-Domain Security Management deployment with 200 Domains, each with many Virtual Devices, it is faster to use vsx_util change_interfaces
. This command automatically replaces the interface with the new bond on all relevant objects.
To configure the newly created bond for a Gaia cluster:
The Physical Interface Properties window opens.
The Interface Properties window opens.
To configure the newly created bond for a SecurePlatform cluster:
The Physical Interface Properties window opens.
The Interface Properties window opens.
You can also replace a bond interface with one that is being used.
To reconfigure objects with vsx_util change_interfaces:
Important - In a Multi-Domain Security Management environment, all Domain Management Servers must be unlocked in order for this operation to succeed. Meaning, you need to disconnect all GUI clients from all Domain Management Servers. |