Skip to content

Commit 93545cf

Browse files
authored
isis: T7722: Added the interface LFA configuration commands (#1692)
Added the interface LFA configuration commands documentation in the protocol ISIS.
1 parent ebb33be commit 93545cf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/configuration/protocols/isis.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,25 @@ Interface Configuration
223223
This command will change the hold down value for IGP-LDP synchronization
224224
during convergence/interface flap events, but for this interface only.
225225

226+
.. cfgcmd:: set protocols isis interface <interface> fast-reroute lfa [level-1 | level-2] enable
227+
This command enables per-prefix local LFA fast reroute link protection.
228+
229+
.. cfgcmd:: set protocols isis interface <interface> fast-reroute lfa [level-1 | level-2] exclude
230+
This command excludes an interface from the local LFA backup nexthop computation.
231+
232+
.. cfgcmd:: set protocols isis interface <interface> fast-reroute remote-lfa [level-1 | level-2] tunnel mpls-ldp
233+
This command enables per-prefix Remote LFA fast reroute link protection.
234+
Note that other routers in the network need to be configured to accept LDP
235+
targeted hello messages in order for RLFA to work.
236+
237+
.. cfgcmd:: set protocols isis interface <interface> fast-reroute remote-lfa [level-1 | level-2] maximum-metric <metric>
238+
This command limits Remote LFA PQ node selection within the specified metric. Metric value range (1-16777215).
239+
240+
.. cfgcmd:: set protocols isis interface <interface> fast-reroute ti-lfa [level-1|level-2] [node-protection [link-fallback]]
241+
This command enables per-prefix TI-LFA fast reroute link or node protection.
242+
When node protection is used, option link-fallback enables the computation and
243+
use of link-protecting LFAs for destinations unprotected by node protection.
244+
226245
Route Redistribution
227246
--------------------
228247

0 commit comments

Comments
 (0)