Need help with MPLS-TE on v7

Hi, I’m trying to experiment with MPLS on RouterOS V7.20.2 and encountered some weird issues while implementing traffic engineering in the MPLS network.

I tried to read the documentation about traffic engineering, but the help pages are quite old and don't seem to have been updated since being migrated from the old wiki. I can’t find configuration examples on the new wiki, and the old wiki is no longer accessible.

Could MikroTik staff please update the information on how to configure TE tunnels?

Also, when I try to create a tunnel, the OSPF or BFD process seems to crash. All OSPF, BGP, and BFD sessions go down and reestablish about every minute.

At the moment, it's all CLI and you can no longer assign an IP to a TE interface and use a static route (like ROSv6)

I would start here: MPLS TE on v7.19.1 - RouterOS / Forwarding Protocols - MikroTik community forum

I’ve also read that post, but not much help.

/mpls/traffic-eng/flow/print shows nothing, maybe because of the OSPF process keeps crashing.

[admin@PE4] /routing/bfd/session> /routing/ospf/export
# 2025-10-28 09:31:53 by RouterOS 7.20.2
# system id = mHTdFDi+KqA
#
/routing ospf instance
add disabled=no mpls-te-address=fd00::172:18:0:3 mpls-te-area=0.0.0.0 name=\
    backbone redistribute=connected router-id=172.18.0.3 version=3
#add disabled=yes name=cus2 redistribute=connected,static,bgp-mpls-vpn \
#    router-id=192.168.20.1 vrf=cus2
#add disabled=yes name=cus2-v3 redistribute=connected,static,bgp-mpls-vpn \
#    router-id=192.168.20.1 version=3 vrf=cus2
/routing ospf area
add disabled=no instance=backbone name=backbone
#add area-id=10.0.0.1 disabled=no instance=cus2 name=cus2
#add area-id=10.0.0.1 disabled=no instance=cus2-v3 name=cus2-v3
/routing ospf interface-template
add area=backbone cost=3 disabled=no interfaces=dists type=ptp use-bfd=yes
#add area=cus2 disabled=no interfaces=ether1 type=ptp
#add area=cus2-v3 disabled=no interfaces=ether1 type=ptp
[admin@PE4] /routing/bfd/session> /mpls/traffic-eng/export
# 2025-10-28 09:39:06 by RouterOS 7.20.2
# system id = mHTdFDi+KqA
#
/mpls traffic-eng path
add name=dynamic record-route=yes use-cspf=yes
/mpls traffic-eng interface
add bandwidth=1Mbps interface=ether8
/mpls traffic-eng tunnel
add bandwidth=128kbps disabled=yes from-address=fd00::172:18:0:3 name=PE3 \
    primary-path=dynamic to-address=fd00::172:18:0:2