Specifications

Table Of Contents
tunnel mpls traffic-eng load-share
MP-875
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
Examples In the following example, three tunnels are configured, with the first tunnel receiving half of the traffic
and the other two tunnels receiving one-quarter:
interface Tunnel1
ip unnumbered Loopback0
no ip directed-broadcast
tunnel destination 41.41.41.41
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng path-option 10 dynamic
tunnel mpls traffic-eng load-share 2
interface Tunnel2
ip unnumbered Loopback0
no ip directed-broadcast
tunnel destination 41.41.41.41
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng path-option 10 dynamic
tunnel mpls traffic-eng load-share 1
interface Tunnel3
ip unnumbered Loopback0
no ip directed-broadcast
tunnel destination 41.41.41.41
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng path-option 10 dynamic
tunnel mpls traffic-eng load-share 1
Related Commands Command Description
show ip route Displays routing table information about tunnels,
in
cluding their traffic share.
tunnel mpls traffic-eng bandwidth Configures bandwidth in Kbps for an MPLS traffic
en
gineering tunnel.