i need to test if a route is up via ping without actually using it for routing traffic. ping interface=wlan2 google.com or so is not enough, i need to check the whole route…
you can do ping routing-table=blah google.com, but have no idea how to create these table. googleing did not turn up anythign usefull…
hmm
here is a problem in this sernario:
internet-default-----rb750------rb433ah----internet-backup
if i ping google.com from rb750 throw internet-backup and it happen to be down i get a route redirected result and script things it is up
if ([ping 208.67.222.222 routing-table=Backup-Gateway count=1] = 0) do={/log info message=“Backup-Gateway down”}