AD-VPN, BGP, SDWAN and fib best match
Hello,
I used AD-VPN to Spoke to spoke communication (FortiOS 7.0.7), it works perfectly excepted when I used SD-WAN.
I tried to reach 10.5.5.0/24 via ADVPN and here my bgp routing table, as you can see, I have 2 path to reach this subnet but onw with is "directly connected" -> This way tunnel is the best
10.5.5.0/24 [200/0] via 172.0.0.1 (recursive via ADVPN0 tunnel 1.2.3.4), 00:18:39
[200/0] via 172.0.1.0 (recursive is directly connected, ADVPN1_0), 00:18:39
Now I added SD-WAN with sla with "lowest cost SLAN" and fib best match :
config service
edit 1
set name "ADVPN"
[...]
set tie-break fib-best-match
next
end
With a diagnose sys sdwan service I have this result
Members(3):
1: Seq_num(2 ADVPN0), alive, sla(0x1), gid(0), cfg_order(0), cost(0), selected
2: Seq_num(3 ADVPN1_0), alive, sla(0x1), gid(0), cfg_order(1), cost(0), selected
3: Seq_num(3 ADVPN1), alive, sla(0x1), gid(0), cfg_order(1), cost(0), selected
It drives me crazy because I don't understand why my entry n° 2 is not at the first position... Someone could help me to solve this ?
Many many thanks for your help !
