snowch
1
Where can I find man page style documentation for each command?
In the https://wiki.mikrotik.com/wiki/Manual:PCC setup page there is a routing command example:
add dst-address=0.0.0.0/0 gateway=10.111.0.1 distance=1 check-gateway=ping
I would like to understand if
check-gateway
has other options than
ping
. I searched for the
ip route
command documentation page, but I couldn’t find it for routeros.
Sob
2
One thing I like about old documentation is this nice user friendly page (which new documentation unfortunately doesn’t have):
https://wiki.mikrotik.com/wiki/Manual:TOC
If you’re interested in IP routes, you just scroll down a bit to IP section, select Route and on target page:
https://wiki.mikrotik.com/wiki/Manual:IP/Route
you’ll have everything about that, including info about check-gateway, which supports “ping” or “arp”.