Is it possible to have two pure IPSEC tunnels via different ISPs and make ECMP using both tunnels?
Like for instance, my branch network is 10.10.10.0/24 and I want to encrypt everything from 10.10.10.0/24 to 0.0.0.0/0 using both ipsec tunnels via different ISPs?
It seems that it is not possible, because when I create two equal ipsec policies, only one become active, do you know some sollutions(for pure IPSEC)?
/ip ipsec policy
add dst-address=0.0.0.0/0 peer=peer2-1 sa-dst-address=172.17.150.2 sa-src-address=172.17.150.1 src-address=10.10.10.0/24 tunnel=yes
add dst-address=0.0.0.0/0 peer=peer2-2 sa-dst-address=172.17.150.130 sa-src-address=172.17.150.129 src-address=10.10.10.0/24 tunnel=yes