diff options
| author | srividya0208 <68350089+srividya0208@users.noreply.github.com> | 2026-03-16 11:00:35 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 11:00:35 +0530 |
| commit | 235441496468d6621d631811ee5621244b5797d0 (patch) | |
| tree | 92573908770dde6aa0d43f76fd476a100be17cdb /docs | |
| parent | 20e0c5db9594f6a52f611ee6241e09c0c520b462 (diff) | |
| parent | 5371a225984a4f55918369f96a55d4171b4adfc3 (diff) | |
| download | vyos-documentation-235441496468d6621d631811ee5621244b5797d0.tar.gz vyos-documentation-235441496468d6621d631811ee5621244b5797d0.zip | |
Merge branch 'current' into syslog-clichk
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/protocols/isis.rst | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/docs/configuration/protocols/isis.rst b/docs/configuration/protocols/isis.rst index a0e5b151..0fb0e9e0 100644 --- a/docs/configuration/protocols/isis.rst +++ b/docs/configuration/protocols/isis.rst @@ -224,27 +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. + + 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). + + 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 |
