Dual Wan Failover Route Help

Hi. I’ve put together something from reading the forum for a dual wan. Does it look ok? It seems to be working, but a second pair of eyes would really help. Thanks.

/ip route

add check-gateway=ping comment="recursive route for isp1" distance=1 gateway=\
    208.67.222.222
add check-gateway=ping comment="recursive route for isp2" distance=1 gateway=\
    208.67.220.220
add check-gateway=ping comment="recursive route for isp1" distance=2 gateway=\
    208.67.220.220
add check-gateway=ping comment="recursive route for isp2" distance=2 gateway=\
    208.67.222.222
add comment=isp2 distance=1 dst-address=208.67.220.220/32 gateway=\
    6.7.8.9 scope=10
add comment="black hole for 208.67.220.220" distance=20 dst-address=\
    208.67.220.220/32 type=blackhole
add comment=isp1 distance=1 dst-address=208.67.222.222/32 gateway=2.3.4.5 \
    scope=10
add comment="black hole for 208.67.222.222" distance=20 dst-address=\
    208.67.222.222/32 type=blackhole

If anyone could take a look at this I would appreciate it. I need help!

good morning, this topic has been discussed many times before and there is good documentation here:

https://help.mikrotik.com/docs/pages/viewpage.action?pageId=26476608

Hi. I understand. If someone could take a look at this I’m sure I’m doing something very stupid. I think I may have the distance wrong in one spot. I would appreciate it very much. Thanks.

I changed it to this and it seems to be working:

/ip route

add check-gateway=ping comment="recursive route for isp1" distance=1 gateway=\
    208.67.222.222
add check-gateway=ping comment="recursive route for isp2" distance=2 gateway=\
    208.67.220.220
add comment=isp1 distance=1 dst-address=208.67.222.222/32 gateway=2.3.4.5 \
    scope=10
add comment=isp2 distance=1 dst-address=208.67.220.220/32 gateway=\
    6.7.8.9 scope=10
add comment="black hole for 208.67.222.222" distance=20 dst-address=\
    208.67.222.222/32 type=blackhole
add comment="black hole for 208.67.220.220" distance=20 dst-address=\
    208.67.220.220/32 type=blackhole