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.
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. |
- |
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.