Binding Service to multiple VRF?

Hi Gang

I have a Mikrotik which is basically being used as Roadwarrior offering L2 Access via VXLAN over WireGuardto a corporate network.

The L2 Network bridge, including the VXLAN interface is in it's own VRF - the VXLAN vtap interface is in the 'main' VRF so it can communicate via WireGuard which is also on the 'main' VRF.

But now I struggle, because it could be usefull to access SNMP and Management from the main and the L2 VRF simultaneously.

If everything runs smoothly (WireGuard + VXLAN up and connected), management should be accessible from the L2 VRF.

If something goes wrong, then the L2 VRF is not connected and to investigate the issue, access needs to happen from the main VRF.

But I can only assign ONE VRF to management. Same goes for SNMP etc.

Is there a way to bind such services to multiple VRF or to run multiple SNMP instances for example?

-BenoƮt-

I think currently neither binding to multiple vrfs or multiple instances are possible. I think that ultimately it will be solved somehow, but when is anyone's guess.

For now, you can do route leaking, mangling, nat-ing, so altogether ugly workarounds.