I'm in a struggle with MPLS Traffic Eng in RouterOS. Let's put an ASCII diagram to help me explain:
Code: Select all
... R1 ...
Tail ----- R2 R3 ----- Head
*** R4 ****
- 100M
. 10M
* 50M
But what If I need to aggregate both links bandwidth to achieve 60M bandwidth between tail and head?
Is it doable?
* Cisco routers have the command "tunnel mpls traffic-eng load-share <0-1000000>". I don't know if this is a proprietary feature or if it's implemented on the RFC.
Thanks!