The mpls te split-tunnel command adds a split tunnel to an existing associated tunnel group.
The undo mpls te split-tunnel command deletes a split tunnel.
By default, no split tunnel is added to an existing associated tunnel group.
Usage Scenario
When a device computes an optimal path for a tunnel and fails to establish the tunnel due to insufficient bandwidth resources, a tunnel can be split into two to balance traffic to increase the bandwidth and bandwidth use efficiency.
If a controller finds that an original tunnel in an associated tunnel group needs bandwidth resources more than the available bandwidth of the original tunnel to an extent, the controller creates a split tunnel for the original tunnel and adds the split tunnel to the associated tunnel group. The original and split tunnels in the associated tunnel group balance traffic. After the controller finds that the traffic transmitted through the associated tunnel group falls below a specified threshold, the controller automatically removes a split tunnel from the associated tunnel group and deletes the tunnel interface after a specified period of time.Prerequisites
MPLS TE has been configured using the tunnel-protocol mpls te command on the tunnel interface of the split tunnel.
Precautions
<HUAWEI> system-view [~HUAWEI] mpls [*HUAWEI-mpls] mpls te [*HUAWEI-mpls] quit [*HUAWEI] interface Tunnel1 [*HUAWEI-Tunnel1] tunnel-protocol mpls te [*HUAWEI-Tunnel1] destination 4.4.4.4 [*HUAWEI-Tunnel1] mpls te tunnel-id 100 [*HUAWEI-Tunnel1] quit [*HUAWEI] interface Tunnel2 [*HUAWEI-Tunnel2] tunnel-protocol mpls te [*HUAWEI-Tunnel2] destination 4.4.4.4 [*HUAWEI-Tunnel2] mpls te tunnel-id 200 [*HUAWEI-Tunnel2] mpls te split-tunnel [*HUAWEI-Tunnel2] quit [*HUAWEI] mpls te associate-tunnel-group 1 [*HUAWEI-te-associate-group-1] mpls te original-tunnel Tunnel1 [*HUAWEI-te-associate-group-1] mpls te split-tunnel Tunnel2