Chapter 9 High Availability : Configuring FRUP : FRUP configuration example : Configuring FGT-A
  
Configuring FGT-A
Change the host name to FGT-A. Set up FGT-A with dual redundant internet links using WAN1 and WAN2. Set WAN1 and WAN2 interfaces to use static addressing and set both static routes to same priority and distance.
From CLI enter the following command:
config system ha
set hbdev "ha1" 50 "ha2" 100
set override disable
set priority 255
set frup enable
config frup-settings
set active-interface "wan1"
set active-switch-port 16
set backup-interface "wan2"
end
end