In Mikrotik V6, it was possible to add a static route to send a subnet directly to an MPLS-TE tunnel interface. There was a few situations where I found it very useful to do this in order to send the traffic down a tunnel with static hop paths.
In V7 this no longer seems to be possible. Is MPLS-TE now only available for VPLS / BGP, and no longer compatible with static routes?
For added context, the V6 tutorial here https://wiki.mikrotik.com/Manual:Simple_TE#Route_Traffic_over_TE has you adding an IP and routing directly with the TE tunnel interface that was created with /interface traffic-eng add
It seems that in V7, the same interface is now created with /mpls traffic-eng tunnel add but the interfaces in here do not appear as normal interfaces that can be routed to or have IPs assigned to them.
The benefit of the V6 way of doing things is that I could direct the downstream route of traffic exclusively from the edge router, just by setting up tunnels and static routes to them. Traffic could go backwards around rings, etc. Specifying multiple TE interfaces in the route would let me split the traffic with ECMP across many TE tunnels - it was extremely powerful.
I don't see any way to replicate that with the V7 limitations, but if there's some clever way to do this that doesn't involve either binding new IP addresses per tunnel, or L2 bridging, I'd love to find out how that would work. Until then I'll be forced to shoehorn a V6 Mikrotik somehow into things just for this one feature.
Thanks!