summaryrefslogtreecommitdiff
path: root/doc/user/isisd.rst
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2022-03-08 11:15:25 -0500
committerGitHub <noreply@github.com>2022-03-08 11:15:25 -0500
commit82934a6a326977b40dd2d31772e6e4c7f2953d0b (patch)
tree7b258b5eab8bd02690ddbe22b35bdb468a489784 /doc/user/isisd.rst
parent5e412c5e73fb17617af297f9e7120246e4b1b0c6 (diff)
parent432f14321284d306d1e6a3e2d3be8ef265929bb9 (diff)
Merge pull request #10701 from rampxxxx/feat_isis_json_show_cmds
Feat isis json show cmds
Diffstat (limited to 'doc/user/isisd.rst')
-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 f7d42d8200..d2859670dd 100644
--- a/doc/user/isisd.rst
+++ b/doc/user/isisd.rst
@@ -272,7 +272,7 @@ ISIS interface
Showing ISIS information
========================
-.. clicmd:: show isis summary
+.. clicmd:: show isis [vrf <NAME|all>] summary [json]
Show summary information about ISIS.
@@ -280,17 +280,17 @@ Showing ISIS information
Show information about ISIS node.
-.. clicmd:: show isis interface [detail] [IFNAME]
+.. clicmd:: show isis [vrf <NAME|all>] interface [detail] [IFNAME] [json]
Show state and configuration of ISIS specified interface, or all interfaces
if no interface is given with or without details.
-.. clicmd:: show isis neighbor [detail] [SYSTEMID]
+.. clicmd:: show isis [vrf <NAME|all>] neighbor [detail] [SYSTEMID] [json]
Show state and information of ISIS specified neighbor, or all neighbors if
no system id is given with or without details.
-.. clicmd:: show isis database [detail] [LSPID]
+.. clicmd:: show isis [vrf <NAME|all>] database [detail] [LSPID] [json]
Show the ISIS database globally, for a specific LSP id without or with
details.