bfd all-interfaces (OSPFv3 view)

Function

The bfd all-interfaces command sets the parameter values of a BFD session.

The undo bfd all-interfaces command restores the default parameter values of a BFD session.

By default, BFD is not enabled for OSPFv3.

Format

bfd all-interfaces { min-transmit-interval Tx-Value | min-receive-interval Rx-Value | detect-multiplier Mul-Value | frr-binding } *

undo bfd all-interfaces { min-transmit-interval [ Tx-Value ] | min-receive-interval [ Rx-Value ] | detect-multiplier [ Mul-Value ] | frr-binding } *

Parameters

Parameter Description Value
min-transmit-interval Tx-Value

Specifies the minimum interval at which BFD packets are sent to the remote end.

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

min-receive-interval Rx-Value

Specifies the minimum interval at which BFD packets are received from the remote end.

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

detect-multiplier Mul-Value

Specifies the local detection multiplier.

The value is an integer ranging from 3 to 50. The default value is 3.

frr-binding

Associates the BFD session status with the link status on an interface. If BFD detects a link fault on an interface, the BFD session goes Down, triggering FRR. Traffic is then quickly switched to the backup link, minimizing service loss.

-

Views

OSPFv3 view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
ospf write

Usage Guidelines

Usage Scenario

Rx-Value is a value negotiated based on min-rx-interval set on the local end and min-tx-interval set on the remote end. In addition, the smaller value between min-rx-interval set on the local end and min-tx-interval set on the remote end is used as min-tx-interval of the remote end. If the local end does not receive any BFD packets within the interval of Rx-Value × Mul-Value(local detection multiplier), it declares the remote end Down.

Precautions

After BFD is enabled, OSPFv3 establishes BFD sessions only with the neighbors in the Full state.

The preference of BFD configured on an interface is higher than that configured in the process.

The bfd all-interfaces (OSPFv3) command and the ospfv3 bfd block command are mutually exclusive.

Example

# Enable BFD for an OSPFv3 process.
<HUAWEI> system-view
[~HUAWEI] ospfv3 1
[*HUAWEI-ospfv3-1] bfd all-interfaces enable
[*HUAWEI-ospfv3-1] bfd all-interfaces min-transmit-interval 30
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >