Sunday, October 24, 2021

Fortigate HA : Configure High Availability || HA Config || CLI || Fortigate HA Configuration

 


Fortigate1

=========

config system ha

    set group-name HA_CLUSTER

    set mode a-p

    set password 12345

    set hbdev "port1" 10 "port2" 10

    set priority 200

set override enable

set override-wait-time 10

end


Fortigate 2

==========


config system ha

    set group-name HA_CLUSTER

    set mode a-p

    set password 12345

    set hbdev "port1" 10 "port2" 10

    set priority 150

set override enable

set override-wait-time 10

end


commands

=========

show system ha


get system ha status


diagnose sys ha status


diagnose sys ha stats


diagnose sys ha checksum show


diagnose sys ha checksum cluster


execute ha manage 1 admin

to check license status cli

==================

diagnose autoupdate version

get sys fortiguard-service status


No comments:

Post a Comment

DMVPN Configuration || BGP || EIGRP || Step by step DMVPN Configuration on cisco IOS Routers

  DMVPN ====== DMVPN (Dynamic Multipoint VPN) is a routing technique we can use to build a VPN network with multiple sites without having to...