File tree 1 file changed +7
-2
lines changed
docs/configuration/protocols 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
########
4
4
5
5
Failover routes are manually configured routes, but they only install
6
- to the routing table if the health-check target is alive.
6
+ to the routing table as kernel routes if the health-check target is alive.
7
7
If the target is not alive the route is removed from the routing table
8
8
until the target becomes available.
9
9
@@ -28,7 +28,12 @@ Failover Routes
28
28
.. cfgcmd :: set protocols failover route <subnet> next-hop <address> check
29
29
type <protocol>
30
30
31
- Defines protocols for checking ARP, ICMP, TCP
31
+ Defines protocols for checking ARP, ICMP, TCP.
32
+ * ICMP probe sends 2 ICMP request packets with a response timeout of 1 second.
33
+ If one ICMP response is received, the health check is successful.
34
+ * ARP probe sends 2 ARP requests with a response timeout of 1 second.
35
+ If one response is received, the health check is successful.
36
+ * TCP probe checks whether the destination port is open.
32
37
33
38
Default is ``icmp ``.
34
39
You can’t perform that action at this time.
0 commit comments