VRF aware management services (winbox, ssh, http)

Is it possible to have at least winbox/ssh VRF aware so that one could access the router through both primary and backup ISP (e.g. 3G stick) at the same time?
Assigning ppp interface and a default gw to backup_mgmt-vr works and ICMP seem to respond properly.
But not winbox/ssh…

 0 A S  dst-address=0.0.0.0/0 gateway=ppp-out1 gateway-status=ppp-out1 reachable 
        distance=1 scope=30 target-scope=10 routing-mark=backup_mgmt-vr 

 1 ADC  dst-address=10.112.112.150/32 pref-src=x.x.x.x gateway=ppp-out1 
        gateway-status=ppp-out1 reachable distance=0 scope=10 
        routing-mark=backup_mgmt-vr 

 2 A S  dst-address=0.0.0.0/0 gateway=10.2.92.2 
        gateway-status=10.2.92.2 reachable via  ether2 distance=1 scope=30 
        target-scope=10



/ip route vrf
add interfaces=ppp-out1 routing-mark=backup_mgmt-vr

I’d like to have both connections active at the same so no failover gateway.

Mikrotik have confirmed previously that this will be possible in RouterOS v7.

Fingers are crossed :slight_smile:

Any workaround until they build this feature?