mpls rsvp-te bfd (Interface view) (Parameter)

Function

The mpls rsvp-te bfd command sets parameters of a BFD session for RSVP on a specified interface.

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

By default, BFD sessions use default parameter values.

Format

mpls rsvp-te bfd { detect-multiplier multiplier | min-tx-interval tx-interval | min-rx-interval rx-interval | process-pst | tos-exp tosexp-value } *

undo mpls rsvp-te bfd { detect-multiplier | min-tx-interval | min-rx-interval | process-pst | tos-exp } *

Parameters

Parameter Description Value
detect-multiplier multiplier

Specifies a BFD detection multiplier.

The value is an integer that ranges from 3 to 50.

The default value is 3.

min-tx-interval tx-interval

Specifies the minimum interval at which BFD packets are sent.

The value is an integer that ranges from 3 to 20000.

The default value is 10.

min-rx-interval rx-interval

Specifies the minimum interval at which BFD packets are received.

The value is an integer that ranges from 3 to 20000.

The default value is 10.

process-pst

Set BFD PST.

-

tos-exp tosexp-value

Configure the priority of BFD packets.

An integer ranging from 0 to 7.

Views

100ge sub-interface view, 100GE interface view, 10GE sub-interface view, 10GE interface view, 25GE sub-interface view, 25GE interface view, 400GE sub-interface view, 400GE interface view, 40GE sub-interface view, 40GE interface view, 50GE sub-interface view, 50GE interface view, Eth-Trunk sub-interface view, Eth-Trunk interface view, GE optical interface view, GE sub-interface view, GE electrical interface view, GMPLS-UNI interface view, Tunnel interface view, XGE sub-interface view, XGE interface view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
mpls-te write

Usage Guidelines

Usage Scenario

To set parameters of a BFD session for RSVP on a specified interface, run the mpls rsvp-te bfd command.

Actual local interval at which BFD packets are sent = MAX { Local interval at which BFD packets are sent, Remote interval at which BFD packets are received }; Actual local interval at which BFD packets are received = MAX { Remote interval at which BFD packets are sent, Local interval at which BFD packets are received }; Local detection period = Actual interval at which BFD packets are received x Remote BFD detection multiplier.

For example:

The local sending interval is 200 ms, while the local receiving interval is 300 ms, and the detection multiplier is 4.

The remote sending interval is 100 ms, while the remote receiving interval is 600 ms, and the detection multiplier is 5.

The actual local sending interval is 600 ms (MAX { 200 ms, 600 ms }), while the local receiving interval is 300 ms (MAX { 100 ms, 300 ms }), and the detection period is 1500 ms (300 ms x 5).

The actual remote sending interval is 300 ms (MAX { 100 ms, 300 ms }), while the receiving interval is 600 ms (MAX { 200 ms, 600 ms }), and the detection period is 2400 ms (600 ms x 4).

On an interface on which BFD for PST is enabled, configure the process-pst parameter in this command to enable the interface to more rapidly obtain BFD detection results.

Prerequisites

BFD has been enabled globally.

RSVP-TE has been enabled on interfaces and the node.

Example

# Set the parameters for the BFD session.
<HUAWEI> system-view
[~HUAWEI] mpls
[*HUAWEI-mpls] mpls te
[*HUAWEI-mpls] mpls rsvp-te
[*HUAWEI-mpls] quit
[*HUAWEI] bfd
[*HUAWEI-bfd] quit
[*HUAWEI] interface GigabitEthernet 0/1/0
[*HUAWEI-GigabitEthernet0/1/0] mpls
[*HUAWEI-GigabitEthernet0/1/0] mpls te
[*HUAWEI-GigabitEthernet0/1/0] mpls rsvp-te
[*HUAWEI-GigabitEthernet0/1/0] mpls rsvp-te bfd min-tx-interval 50 detect-multiplier 5
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >