File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
docs/configuration/protocols Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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+
226245Route Redistribution
227246--------------------
228247
You can’t perform that action at this time.
0 commit comments