Remote gateway and failover

I have a MT that is connected to several internet routers like this:

 __MT__          ____Router1___       _Internet_
10.0.0.2      10.0.0.1-80.80.80.2     80.80.80.1

Router1 sometimes loses internet connectivity and that’s what i want to detect. With check-gateway option i can see whether 10.0.0.1 is reachable, but i’d like to see whether 80.80.80.1 is reachable instead.

Do you know a way that i can “ping” 80.80.80.1 from MT and take measures if i get no ping replies?

“/tool netwatch” lets you ping ip address and execute scripts on up/down events…

Best regards,
Christian Meis

Thanks, that’s it.