diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2020-08-31 20:10:50 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2020-10-14 21:27:37 +0200 |
commit | cae7520bf170e82f6b1d71a8627d9c50e908c1c2 (patch) | |
tree | 7eb760b05d79513571da4d61d696e34df5f7c511 /doc/user/isisd.rst | |
parent | tests: add IS-IS TI-LFA topotest (diff) | |
download | frr-cae7520bf170e82f6b1d71a8627d9c50e908c1c2.tar.xz frr-cae7520bf170e82f6b1d71a8627d9c50e908c1c2.zip |
doc: document new IS-IS TI-LFA commands and options
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | doc/user/isisd.rst | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/user/isisd.rst b/doc/user/isisd.rst index 8cbbe0809..df7c72f8d 100644 --- a/doc/user/isisd.rst +++ b/doc/user/isisd.rst @@ -355,6 +355,11 @@ ISIS interface Enable or disable :rfc:`5303` Three-Way Handshake for P2P adjacencies. Three-Way Handshake is enabled by default. +.. index:: [no] isis fast-reroute ti-lfa [level-1|level-2] [node-protection] +.. clicmd:: [no] isis fast-reroute ti-lfa [level-1|level-2] [node-protection] + + Enable per-prefix TI-LFA fast reroute link or node protection. + .. _showing-isis-information: Showing ISIS information @@ -418,8 +423,8 @@ Showing ISIS information Show topology IS-IS paths to Intermediate Systems, globally, in area (level-1) or domain (level-2). -.. index:: show isis route [level-1|level-2] -.. clicmd:: show isis route [level-1|level-2] +.. index:: show isis route [level-1|level-2] [backup] +.. clicmd:: show isis route [level-1|level-2] [backup] Show the ISIS routing table, as determined by the most recent SPF calculation. @@ -633,6 +638,14 @@ Debugging ISIS IS-IS Segment Routing events. +.. index:: debug isis ti-lfa +.. clicmd:: debug isis ti-lfa + +.. index:: no debug isis ti-lfa +.. clicmd:: no debug isis ti-lfa + + IS-IS TI-LFA events. + .. index:: show debugging isis .. clicmd:: show debugging isis |