< Home

mpls te bandwidth (tunnel interface view)

Function

The mpls te bandwidth command sets the bandwidth of an MPLS TE tunnel.

The undo mpls te bandwidth command restores the default settings.

By default, the bandwidth of an MPLS TE tunnel is not set.

Format

mpls te bandwidth { ct0 ct0-bw-value | ct1 ct1-bw-value }

undo mpls te bandwidth { all | ct0 [ ct0-bw-value ] | ct1 [ ct1-bw-value ] }

Parameters

Parameter Description Value

ct0 ct0-bw-value

Specifies the bandwidth reserved for a TE tunnel of CT0.

ct0-bw-value is an integer that ranges from 1 to 4000000000, in kbit/s.

ct1 ct1-bw-value

Specifies the bandwidth reserved for a TE tunnel of CT1.

ct1-bw-value is an integer that ranges from 1 to 4000000000, in kbit/s.

all

Deletes bandwidth for all CTs.

-

Views

Tunnel interface view

Default Level

2: Configuration level

Usage Guidelines

The configured bandwidth takes effect only during tunnel establishment and protocol negotiation, and does not limit the bandwidth for traffic forwarding. (S5720-HI does not have this restriction.)

The undo mpls te bandwidth command is used to restore the default settings of all CTs or specified CTs:

  • undo mpls te bandwidth all: deletes all configured bandwidth.
  • undo mpls te bandwidth { ct0 | ct1 }: deletes the bandwidth of the specified CT configured on the current TE tunnel.

Example

# Set the bandwidth required by Tunnel1. The bandwidth of CT0 is 2000 kbit/s.

<HUAWEI> system-view
[HUAWEI] mpls lsr-id 10.1.1.1
[HUAWEI] mpls
[HUAWEI-mpls] mpls te
[HUAWEI-mpls] quit
[HUAWEI] interface tunnel 1
[HUAWEI-Tunnel1] tunnel-protocol mpls te
[HUAWEI-Tunnel1] destination 10.2.2.2
[HUAWEI-Tunnel1] mpls te tunnel-id 100
[HUAWEI-Tunnel1] mpls te bandwidth ct0 2000
[HUAWEI-Tunnel1] mpls te commit
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >