Skip to content

Commit

Permalink
Merge pull request #15687 from anlancs/fix/doc-isisd-append-vrf
Browse files Browse the repository at this point in the history
doc: correct a few commands for isis
  • Loading branch information
donaldsharp authored Apr 5, 2024
2 parents e19fa07 + fc88f87 commit 30dcd79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/user/isisd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Showing ISIS information

Show summary information about ISIS.

.. clicmd:: show isis hostname
.. clicmd:: show isis [vrf <NAME|all>] hostname

Show information about ISIS node.

Expand All @@ -320,17 +320,17 @@ Showing ISIS information
Show the ISIS database globally, for a specific LSP id without or with
details.

.. clicmd:: show isis topology [level-1|level-2] [algorithm [(128-255)]]
.. clicmd:: show isis [vrf <NAME|all>] topology [level-1|level-2] [algorithm [(128-255)]]

Show topology IS-IS paths to Intermediate Systems, globally, in area
(level-1) or domain (level-2).

.. clicmd:: show isis route [level-1|level-2] [prefix-sid|backup] [algorithm [(128-255)]]
.. clicmd:: show isis [vrf <NAME|all>] route [level-1|level-2] [prefix-sid|backup] [algorithm [(128-255)]]

Show the ISIS routing table, as determined by the most recent SPF
calculation.

.. clicmd:: show isis fast-reroute summary [level-1|level-2]
.. clicmd:: show isis [vrf <NAME|all>] fast-reroute summary [level-1|level-2]

Show information about the number of prefixes having LFA protection,
and network-wide LFA coverage.
Expand Down

0 comments on commit 30dcd79

Please sign in to comment.