mpls te bfd (Tunnel interface view)

Function

The mpls te bfd command sets parameters of a BFD session detecting faults in a TE LSP.

The undo mpls te bfd command restores the default BFD parameters.

By default, the configuration of a BFD for TE LSP is as follows:

Min-tx-interval tx-interval: 10 milliseconds.

Min-rx-interval rx-interval: 10 milliseconds.

Detect-multiplier multiplier: 3.

Format

mpls te bfd { min-tx-interval tx-interval | min-rx-interval rx-interval | detect-multiplier multiplier } *

undo mpls te bfd { min-tx-interval | min-rx-interval | detect-multiplier } *

Parameters

Parameter Description Value
min-tx-interval tx-interval

Specifies the minimum interval at which BFD packets are sent.

The value is an integer ranging from 3 to 20000, in milliseconds.

min-rx-interval rx-interval

Specifies the minimum interval at which BFD packets are received.

The value is an integer ranging from 3 to 20000, in milliseconds.

detect-multiplier multiplier

Specifies a BFD detection multiplier.

The value is an integer ranging from 3 to 50.

Views

Tunnel interface view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
mpls-te write

Usage Guidelines

Usage Scenario

If min-tx-interval tx-interval configured locally is different from min-rx-interval rx-interval configured remotely, a larger value between these two values takes effect.

detect-multiplier multiplier configured remotely takes effect on both ends of a BFD session.

The mpls te bfd command run in the MPLS view takes effect globally; The mpls te bfd command run in the tunnel interface view takes effect only on the interface. BFD for TE LSP parameters set in tunnel interface view override those set in the MPLS view.

Example

# Configure parameters of a BFD session detecting faults in a specified TE LSP.
<HUAWEI> system-view
[~HUAWEI] mpls
[*HUAWEI-mpls] mpls te
[*HUAWEI-mpls] quit
[*HUAWEI] interface Tunnel1
[*HUAWEI-Tunnel1] tunnel-protocol mpls te
[*HUAWEI-Tunnel1] destination 2.2.2.2
[*HUAWEI-Tunnel1] mpls te bfd min-tx-interval 500 min-rx-interval 500 detect-multiplier 5
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >