Problem Ping with routing-table

Can anybody here help how to put command similiar in routeros v6,
“ping x.x.x.x routing-table=route1”
in RouterOS v7
or other way to check ping / traceroute at diferent routing table
thanks..

Use the “vrf” parameter…

if i use vrf parameter, the only option available is “main”,
or it must be pre-set like this

ip/route/add dst-address=0.0.0.0/0 gateway=x.x.x.x routing-table=route1 vrf-interface=interface_for_route1

Multiple route tables and vrf works a bit different on v7.
You may need to study it and adapt your configuration to make best use of it.

Oke brother.. Thank you for the advice you gave

Hey,

did you find a solution? Just bumped into the same problem this morning (Update from ROS 6 to 7) and hadn’t found a solution yet :frowning:

VRF and Routing-marks work absolutely different

edit: Figured it out: https://forum.mikrotik.com/viewtopic.php?p=1082265