Cannot set routing-mark or table for routing rule

Version: RouterOS v7.0beta1 (development)
Model: RB4011iGS+
Steps to reproduce:

/ip/route/rule/add routing-mark="foo"
input does not match any value of routing-mark                                                                                                              
/ip/route/rule/add table="foo"                                                                                                           
input does not match any value of table

Config:

jan/01/2002 01:17:02 by RouterOS 7.0beta1

software id = 9S4N-YFRB

model = RB4011iGS+

serial number = 968A0922CAB1

/interface ethernet switch port
set 0 default-vlan-id=0
set 1 default-vlan-id=0
set 2 default-vlan-id=0
set 3 default-vlan-id=0
set 4 default-vlan-id=0
set 5 default-vlan-id=0
set 6 default-vlan-id=0
set 7 default-vlan-id=0
set 8 default-vlan-id=0
set 9 default-vlan-id=0
set 10 default-vlan-id=0
set 11 default-vlan-id=0
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip torrent
set download-directory=/flash/rw/disk
#error exporting /ipv6/route/rule
#error exporting /routing/policy/selection
/system logging
add topics=route

Additional:
Even with /system/logging/add topics=route nothing appears in the logs
Can add a mangle rule setting a routing mark OK, but still can’t add a route rule

/ip/firewall/mangle/add chain=prerouting action=mark-routing new-routing-mark=foo
/ip/firewall/mangle/export                                                                                                               
/ip firewall mangle                                                                                                                                         
add action=mark-routing chain=prerouting new-routing-mark=foo
/ip/route/rule/add routing-mark=foo                                                                                                      
input does not match any value of routing-mark

What if you add a route with that mark?

Interestingly, you don’t seem to be able to add a mark to a route at all
Doing tab completion shows ‘routing-mark’ is missing from the list of attributes on v7:

/ip/route/add
check-gateway comment copy-from disabled distance dst-address gateway pref-src scope target-scope type vrf-interface

vs v6:

/ip route add
bgp-as-path bgp-communities bgp-med bgp-prepend comment disabled dst-address pref-src routing-mark target-scope vrf-interface
bgp-atomic-aggregate bgp-local-pref bgp-origin check-gateway copy-from distance gateway route-tag scope type

Config is changed in v7

/routing table
add fib name=xx vrf=main
/ip route
add dst-address=8.8.8.8^xx gateway=10.155.101.1@main
/ip route rule 
add dst-address=1.1.1.1 action=lookup table=xx

sorry i didnot understad that rule…why 8.8.8.8 dst adress use in route and 1.1.1.1 in route rule…

How to add this rule to routeros v7?
add comment=domx disabled=yes distance=3 gateway=11.11.7.1 routing-mark=domx
can anybody help?

http://forum.mikrotik.com/t/cannot-set-routing-mark-or-table-for-routing-rule/133363/4

I am affraid more guidance is needed.

I tryed it according your mannual and is not working, it doesnt send markedpackets packets using that new way? is it really working? why did you changed, it worked without problem in v6. What does itmean vrf? main?

I cant define vrf in v7, also not in terminal…
27Feb2020_09-30-14.jpg
27Feb2020_09-29-59.jpg

router marking is not working in v7. Can you confirm it?

Yes, routing marks do not work at the moment.

Hi,
I use V7.1.1 (stable) but it looks like router marking still not working, or I miss something?
I cannot add name of next router marking. There is a chance to do it via Terminal?

Please describe what you’re trying to do in 7.1.1 and what fails as it looks like they reverted the syntax/behaviour to be like in v6.

Hi,

In /ip/firewall/mangle in actionmark routingNew Routing Mark I cannot add new variable. I have main only.
How could I create new Routing Mark?
I have tried from command line /ip/firewall/mangle> add new-routing-mark a number of combinations but It does not work
Thx in advance

https://help.mikrotik.com/docs/display/ROS/ROSv7+Basic+Routing+Examples

Hi, It works!
However, there is ability to add new routing from GUI somehow?

Is it safe to assume that if I want to use mangle with a routing mark we need to first add it using

/routing table add name=myMark fib

?

Sure, “Routing → Tables”