Traffic for networks announced by bgp can not get to go through TE. In the wiki mikrotik it is written that if nexthop bgp route is the second side of the tunnel, then the traffic will go through the tunnel. BUT this does not happen, bgp session is raised between the loopback interfaces of the hardware. The route is built recursively, the gateway is just the second side of the tunnel (the same address), but the traffic does not go to the tunnel …
first side of TE:
add bandwidth=50Mbps disabled=no from-address=10.255.1.2 name=\
traffic-eng-Uranovaya primary-path=tp-Uranovaya-dyn secondary-paths=\
tp-Uranovaya-static to-address=10.254.1.13
Second side of TE:
interface traffic-eng
add bandwidth=50Mbps disabled=no from-address=10.254.1.13 name=traffic-eng-R1 primary-path=tp-R1-dyn secondary-paths=tp-R2-static to-address=10.255.1.2
and here is the route to the network studied by bgp on the first side (10.255.1.2)
43 ADb 10.16.13.0/24 10.254.1.13 200
as you can see the second side of the NEXT TE but the traffic in TE does not go away … what is this bug? imperfection?