High Availability (HA) on network devices refers to a design approach that ensures continuous operational performance and minimal downtime. HA typically involves redundancy mechanisms such as multiple devices or components that can take over in case of failure, load balancing to distribute traffic efficiently, and failover protocols that seamlessly switch to backup systems. The goal is to provide uninterrupted network services, maintaining connectivity and performance even in the event of hardware or software failures.


For HA you will required below setup where it needs one switch and two Gateway devices in same cluster.

1. Switch

2. Primary Gateway Device

3. Secondary Gateway Device

4. Static IP for WAN interface



Now Further configuration will like below.

Step 1 : Connectivity

Connect 2 Gateway device up link with same switch where ISP link is terminating.


You will add Primary device as master and secondary device as salve.



and connect Local access switch to both device on same port like above image

Step 2 : WAN HA configuration


there will be 2 kind of HA configuration one for WAN HA and another for LAN HA


Go to your Cluster > Profile > Network Interfaces and click on create new 



Now select interface definition as WAN. and in Internet(WAN) Connection select Static IP.



Scroll down and select your device model and port where up link is going to be terminated



Next in Advanced select Applicable for : Gateway

Scroll at last and and Enable HA option and enter any dummy ip which will track WAN link for both gateway devices.


it will work as loop-back tracking ip. and save this configuration.


Step 3 : LAN HA configuration


Just like WAN interface LAN will be similar.


Go to your Cluster > Profile > Network Interfaces and click on create new 



Now select Definition as LAN and select port on which access switch is going to be configured. and this lan port will be same on both gateway device.


Select your gateway device model and interface.



Scroll Down and Select LAN(IPv4) Configuration.


As per your convenience enter DHCP pool gateway and subnet.



Scroll down and enable HA configuration.


and just like in WAN we have to assign any dummy ip for Local lan which should not conflict with any other network subnet.

 


Step 4 : HA configuration on appliance 

In order to configure HA first we have to mention which device is primary(Master) and which device is secondary(Slave) and other parameters like authentication.


For Master (primary) device


Go to your cluster > Appliance select your primary gateway device and click on action button > Appliance Profile



Next Select Appliance Settings and click on create Appliance Settings.



Enter Profile name and enable HA Configuration now select below mentioned options.

1. Sate : Master

2. Sync Password : min 8 characters

3. keygen Public key

4. keygen private key

5. HA peer Router : This should match the peer ip address mentioned in any HA section of any 1 LAN config.



And in Advance select applicable for Gateway and save.



For Backup (Secondary) device

Go to your cluster > Appliance select your secondary gateway device and click on action button > Appliance Profile



Next Select Appliance Settings and click on create Appliance Settings.



Enter Profile name and enable HA Configuration now select below mentioned options.

1. Sate : Backup

2. Sync Password : (same as Master) min 8 characters

3. keygen Public key (same as Master)

4. keygen private key (same as Master)

5. HA peer Router : This should match the peer ip address mentioned in any HA section of any 1 LAN config.



And in Advance select applicable for Gateway and save.