createHA operation
This operation makes it possible to initialize a firewall cluster. To do so, the firewall to which the operation applies must have the HA license with the master option.
The network mask used for the HA link must accept at least three IP addresses (in CIDR notation: network mask strictly below 30).
Format
"serial | any", createHA, "IP_HA_master", "mask", "interface_name", "password"
"serial | any", createHA, "IP_HA_master", "mask", "interface_name", "password", "IP_HA_master_backup", "mask_backup", "interface_name_backup"
Parameter | Description |
IP_HA_master | IP address assigned to the interface "interface_name" (interface dedicated to the main HA link). |
mask | Network mask of the interface "interface_name". |
interface_name | Name given to the interface dedicated to the main HA link. |
password | Pre-shared key to secure the connection between members of the cluster. |
IP_HA_master_backup | IP address assigned to the interface "interface_name_backup" (interface dedicated to the backup HA link). |
mask_backup | Network mask of the interface "interface_name_backup". |
interface_name_backup | Name given to the interface dedicated to the backup HA link. |
EXAMPLES
SN310A00000000Z, createHA, 192.168.192.5, 255.255.255.248, HA, PasswordValue
SN310A00000000Z, createHA, 192.168.192.5, 255.255.255.248, HA, PasswordValue, 192.168.192.11, 255.255.255.248, HA2