-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvyos-failover.wlb.conf
46 lines (46 loc) · 1.04 KB
/
vyos-failover.wlb.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"flap_rate": "1s",
"route": {
"203.0.113.0/24": {
"table": "main",
"vrf": "default",
"multipath": true,
"drop_lower_weight": true,
"next_hop": {
"10.0.16.1": {
"check": {
"target": "1.1.1.1",
"interval": "1s",
"type": "icmp",
"rtt_threshold": "40ms",
"loss_threshold": 5
},
"interface": "wgtest",
"weight": 10
},
"10.0.32.1": {
"check": {
"target": "1.1.1.1",
"interval": "1s",
"type": "icmp",
"rtt_threshold": "40ms",
"loss_threshold": 5
},
"interface": "wgtest",
"weight": 10
},
"192.168.0.1": {
"check": {
"target": "192.168.0.1",
"interval": "1s",
"type": "icmp",
"rtt_threshold": "4ms",
"loss_threshold": 5
},
"interface": "wlp3s0",
"weight": 5
}
}
}
}
}