Question
Thread display: Collapse - |
All Answers
Share your knowledge
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
MPLS TE
---------------------------------
interface Tunnel1
description COS0
ip unnumbered Loopback0
tunnel mode mpls traffic-eng
tunnel destination 1.2.3.4
tunnel mpls traffic-eng path-option 7 explicit name ABC
tunnel mpls traffic-eng path-option 15 dynamic
tunnel mpls traffic-eng exp 0 default
!
interface Tunnel2
description COS1-7
ip unnumbered Loopback0
tunnel mode mpls traffic-eng
tunnel destination 1.2.3.4
tunnel mpls traffic-eng path-option 7 explicit name DEF
tunnel mpls traffic-eng path-option 15 dynamic
tunnel mpls traffic-eng exp 1 2 3 4 5 6 7
!
interface Tunnel3
description MASTER
ip unnumbered Loopback0
tunnel mode mpls traffic-eng
tunnel destination 1.2.3.4
tunnel mpls traffic-eng exp-bundle master
tunnel mpls traffic-eng exp-bundle member Tunnel1
tunnel mpls traffic-eng exp-bundle member Tunnel2
-------------------------------
Thanks for all the help !