Failover yang bagus bukan cuma “ping gateway ISP”, tapi ping target di internet (mis. 1.1.1.1/8.8.8.8).
Konsep
- Buat route ke target ping via masing-masing ISP (scope kecil).
- Default route gunakan gateway “recursive” ke target itu.
Contoh (sesuaikan gateway dan interface):
/ip route
add dst-address=1.1.1.1 gateway=
Opsional: Netwatch untuk notifikasi/aksi /tool netwatch add host=1.1.1.1 interval=00:00:10 up-script=":log info \"ISP1 UP\"" down-script=":log warning \"ISP1 DOWN\""