V7 Route List

How do I create this V6.47.1 Route List on a V7?
Route List.JPG

Please help me. I have the Mikrotik chateau lte12 and I did not realize that v7 has a big difference from v6.

Quick search suggested these:

I have tried these but nothing would allow me to specify the routing mark and set the distance according to which gateway I would like to use.

The field for routing table is missing from WinBox in current beta, but command line works.

The command line does not work to make the screenshot above.

Please help me with this. I just want to be able to apply the “New Routing Mark” set on Mangle to the Route List.

And what exactly you do that doesn’t work? Post the commands.

Sorry, it has been a while since I tried it and forgot which one was not working.

All I want is this mangle rule:
chain=prerouting action=mark-routing new-routing-mark=giga passthrough=yes dst-address=45.60.0.0/16 log=no log-prefix=“”

to use ether4 which has input IP:192.168.42.2 as the primary Distance and secondary Distance should be the LTE1.

It shows that the “/ip/route…Routing Mark” in V6 was replaced by “VRF Interface” in V7. In V6 I can just click the drop-down on “Routing Mark” and choose “giga” but I don’t see this same option in V7.

I hope you can help me.

It’s still mostly the same. Mangle rule didn’t change at all. You just need to define routing table first (that’s new) and route’s routing-mark is now routing-table. And currently you have to use command line for both, because WinBox interface is incomplete.

/routing table add name=giga fib
/ip route add dst-address=<destination> gateway=<gateway> routing-table=giga

Wow thats it! Thanks Sob!