i have 4 static routes with BFD enabled. But only one interface is used to route traffic.
The Test was a speedtest via OOKLA Speedtest. This uses many connections with random tcp src ports. So each connection (as far the policy hash gets different 4 times) should be randomly assigned to a default-route. But it is not.
Code: Select all
> /ip/route/print where dst-address=0.0.0.0/0
Flags: D - DYNAMIC; A - ACTIVE; s - STATIC, b - BGP; + - ECMP
Columns: DST-ADDRESS, GATEWAY, DISTANCE
# DST-ADDRESS GATEWAY DISTANCE
0 As+ 0.0.0.0/0 172.17.0.30%ipip-at-sbg-technoz-vpn3 10
D b 0.0.0.0/0 172.17.0.30 20
1 As+ 0.0.0.0/0 172.16.16.66%ipip-telekom2-de-fre-breslauerstr-vpn7 10
2 As+ 0.0.0.0/0 172.17.0.128%ipip-de-fre-breslauerstr-vpn7 10
D b 0.0.0.0/0 172.17.0.128 20
3 As+ 0.0.0.0/0 172.16.16.64%ipip-telekom2-sbg-technoz-vpn3 10
> /ip/settings/print
;;; ipv6 neighbor configuration has changed, please restart the device in order to apply the new settings
ip-forward: yes
send-redirects: yes
accept-source-route: no
accept-redirects: no
secure-redirects: yes
rp-filter: no
ipv4-multipath-hash-policy: l4
tcp-syncookies: no
tcp-timestamps: enabled
max-neighbor-entries: 8192
arp-timeout: 30s
icmp-rate-limit: 10
icmp-rate-mask: 0x1818
icmp-errors-use-inbound-interface-address: no
allow-fast-path: yes
ipv4-fast-path-active: yes
ipv4-fast-path-packets: 3685145400
ipv4-fast-path-bytes: 3345628160850
ipv4-fasttrack-active: no
ipv4-fasttrack-packets: 0
ipv4-fasttrack-bytes: 0