remote-lfa (IS-IS FRR view)

Function

The remote-lfa command enables IS-IS Remote loop-free alternate (LFA).

The undo remote-lfa command disables IS-IS Remote LFA.

By default, IS-IS Remote LFA is disabled.

Format

remote-lfa tunnel ldp [ maximum-reachable-cost cost-value ] [ level-1 | level-2 | level-1-2 ]

undo remote-lfa tunnel ldp [ maximum-reachable-cost cost-value ] [ level-1 | level-2 | level-1-2 ]

Parameters

Parameter Description Value
maximum-reachable-cost cost-value

Specifies the maximum cost for remote nodes.

The value is an integer ranging from 1 to 4261412864. The default value is 4261412864.

level-1

Enables IS-IS Level-1 Remote LFA.

-

level-2

Enables IS-IS Level-2 Remote LFA.

-

level-1-2

Enables both Level-1 and Level-2 Remote LFA.

If no level is specified in the command, both Level-1 and Level-2 Remote LFA is enabled.

-

tunnel

Enables the device to establish tunnels.

-

ldp

Enables the device to establish Label Distribution Protocol (LDP) tunnels.

-

Views

IS-IS FRR view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
isis write

Usage Guidelines

Usage Scenario

Real-time service transmission requires fast link switch if an IS-IS fault occurs. To meet the requirement, you can run the remote-lfa command to enable IS-IS Remote LFA. IS-IS Remote LFA selects a PQ node and establishes a tunnel to the PQ node. If the primary link fails, traffic can be switched to the tunnel and forwarded to the PQ node before routes converge on the control plane. After receiving the traffic, the PQ node searches the IP routing table to forward the traffic to the destination. Remote LFA ensures uninterrupted traffic forwarding.

Prerequisites

FRR and IS-IS LFA have been enabled in order. To enable FRR, run the frr command. To enable IS-IS LFA, run the loop-free-alternate command.

Precautions

The level specified in the remote-lfa command must be the same as that specified in the loop-free-alternate command; otherwise, the level specified in the remote-lfa command does not take effect.

Example

# Enable Remote LFA on IS-IS Level-2 interfaces.
<HUAWEI> system-view
[~HUAWEI] isis
[*HUAWEI-isis-1] frr
[*HUAWEI-isis-1-frr] loop-free-alternate level-2
[*HUAWEI-isis-1-frr] remote-lfa tunnel ldp level-2
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >