I want to replace my linux gateway box to Mikrotik. But I never found how to write this linux's iproute2 command in mikrotik's way:
ip route add default via 10.1.1.1 table browser
ip route add 10.1.2.0/24 via 10.1.1.2 table browser
ip rule add prio 100 from 10.1.6.2 lookup browser
anyone could lead me how to create a new routing table instead using the main's route?
The following should do the trick:
Note that in RouterOS, the priority is set by the order of the routing rules.