summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-04-05 19:29:04 -0400
committerGitHub <noreply@github.com>2024-04-05 19:29:04 -0400
commit30dcd79011c867c56fd7d5a1201cda0eb656167d (patch)
treeae23989c52c75848d95ec71b654a5cb54d39aeef
parente19fa07c2c92a84e89d0b08cc735ac16e699b3b3 (diff)
parentfc88f874d1d5e8c7b25244b032d85b702647d709 (diff)
Merge pull request #15687 from anlancs/fix/doc-isisd-append-vrf
doc: correct a few commands for isis
-rw-r--r--doc/user/isisd.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/isisd.rst b/doc/user/isisd.rst
index 23495b3754..40669a3c02 100644
--- a/doc/user/isisd.rst
+++ b/doc/user/isisd.rst
@@ -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.
@@ -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.