summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-03-12 14:26:38 +0200
committerGitHub <noreply@github.com>2026-03-12 14:26:38 +0200
commit5371a225984a4f55918369f96a55d4171b4adfc3 (patch)
treee73213231f3aba2c3d046e6f5b28c61efd2eadfa /docs
parent3aaee0c930b62d336deedb8439c326eecd1f300c (diff)
parent06ba379aae047eceb96888484b19953d417e11b1 (diff)
downloadvyos-documentation-5371a225984a4f55918369f96a55d4171b4adfc3.tar.gz
vyos-documentation-5371a225984a4f55918369f96a55d4171b4adfc3.zip
Merge pull request #1795 from alexk37/fix-isis-config-examples
fix ISIS config commands examples
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/protocols/isis.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/protocols/isis.rst b/docs/configuration/protocols/isis.rst
index a6f5659c..589c9e45 100644
--- a/docs/configuration/protocols/isis.rst
+++ b/docs/configuration/protocols/isis.rst
@@ -224,20 +224,25 @@ Interface Configuration
during convergence/interface flap events, but for this interface only.
.. cfgcmd:: set protocols isis interface <interface> fast-reroute lfa [level-1 | level-2] enable
+
This command enables per-prefix local LFA fast reroute link protection.
.. cfgcmd:: set protocols isis interface <interface> fast-reroute lfa [level-1 | level-2] exclude
+
This command excludes an interface from the local LFA backup nexthop computation.
.. cfgcmd:: set protocols isis interface <interface> fast-reroute remote-lfa [level-1 | level-2] tunnel mpls-ldp
+
This command enables per-prefix Remote LFA fast reroute link protection.
Note that other routers in the network need to be configured to accept LDP
targeted hello messages in order for RLFA to work.
.. cfgcmd:: set protocols isis interface <interface> fast-reroute remote-lfa [level-1 | level-2] maximum-metric <metric>
+
This command limits Remote LFA PQ node selection within the specified metric. Metric value range (1-16777215).
.. cfgcmd:: set protocols isis interface <interface> fast-reroute ti-lfa [level-1|level-2] [node-protection [link-fallback]]
+
This command enables per-prefix TI-LFA fast reroute link or node protection.
When node protection is used, option link-fallback enables the computation and
use of link-protecting LFAs for destinations unprotected by node protection.