HA INFO

Level

base

Description

Display firewall informations about the firewalls of the HA cluster

Usage

[serial=(all|local|<peer serial>)]

Returns

[Notifications] level=<level> type=<type> code=<code> msg="<msg>" causedBy="<src1>[,<src2>[(...)]]"
level=<level> type=<type> code=<code> msg="<msg>"
(...)

[serial]
Reply=(0|1) : If the firewall replied (if 0, following fields will be missing)
Model=UXXX : Firewall model
Version=<build> : Firmware version
Supervisor=(0|1) : Cluster supervisor
AsqDumpVersion=(0-999) : Connections data version
ConnSyncVersion=(0-999) : Connection synchronization protocol version
ClusterBalancingVersion=(0-999): Cluster balancing protocol version
Forced=(No|Active|Passive) : Forced mode
Mode=(Active|Passive) : Firewall mode
Licence=(None|Master|Slave) : HA mode defined in the licence
ConnectedOn=(0|1) : 1 if this is the firewall you're currently connected to
BackupActive=
BackupVersion=
BackupDate=
Quality=<factor> : Quality (in pourcent)
Priority=<0-9999> : HA priority
Boot="YYYY-MM-DD hh:mm:ss" : firewall boot time
LastConfigSync="YYYY-MM-DD hh:mm:ss": Last time a full configuration sync has been done
LastModeChange="YYYY-MM-DD hh:mm:ss": Last HA mode change
State=(None|Starting|Waiting peer|Running|Ready|Reboot|Down|Initializing) : current state
Ip=<IP> : Firewall IP in HA cluster
Link=<status> : OK, Failed, Failing, Unknown
LinkStatusChanged="YYYY-MM-DD hh:mm:ss"
BackupIp=<IP> : Firewall backup IP in HA cluster
BackupLink=<status> : OK, Failed, Failing, Unknown
BackupLinkStatusChanged="YYYY-MM-DD hh:mm:ss"
SystemNodeName=<name> : Firewall system node name
FwadminRevision=<revision> : Firewall revision

Remark

Quality factor depends on various elements including interface status
Regarding notifications:
- They are identified by "code". "level" indicates the severity of the issue, and "type" is type of check that raised this notification.
- "causedBy" can be a list of firewall serial numbers, interface user names, etc. The type of value in this field depends of the type of check.

Example

HA INFO
[Notifications]
level=warning type=cluster code=13 msg="Degraded mode: Can't synchronize files" causedBy="SN910A0123456A1"
level=warning type=net_if code=20 msg="Some non-HA interfaces have no MAC address forced. This can make HA swaps less efficient" causedBy="out"

[SN910A0123456A1]
Reply=0

[SN910A0123456A2]
Reply=1
Model="SN910"
Version="4.1.0.dev"
Supervisor=1
AsqDumpVersion=24
ConnSyncVersion=7
ClusterBalancingVersion=14
Forced="No"
Mode="Active"
Licence="Slave"
ConnectedOn=1
BackupActive="Main"
BackupVersion="4.0.1.dev"
BackupDate="2020-01-11 17:44:20"
Quality=66
Priority=100
Boot="2020-04-15 13:15:24"
LastConfigSync="2020-04-15 14:38:00"
LastModeChange="2020-04-15 15:18:58"
State="Running"
Ip="172.16.0.1"
Link="FAULTY"
LinkStatusChanged="2020-04-15 15:19:27"
BackupIp="172.16.1.1"
BackupLink="OK"
BackupLinkStatusChanged="2020-04-15 15:19:27"
SystemNodeName="My_Node"
FwadminRevision="00014"