diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-08-22 23:24:06 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2020-08-26 20:16:19 -0300 | 
| commit | 675269d48324ab42c63fc0ed79da0bbad06ecdb1 (patch) | |
| tree | ce0db674524aab48eef5eaa52f332b2393c79ba5 /doc/user/isisd.rst | |
| parent | 36944791620d1b223dede262948a0afe3dadca1f (diff) | |
isisd: introduce command to display IS-IS routes
Introduce the "show isis route" command to display the routes
associated to an SPF tree. Different from the "show ip route" command,
"show isis route" displays the L1 and L2 routes separately (and not
the best routes only).
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'doc/user/isisd.rst')
| -rw-r--r-- | doc/user/isisd.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/isisd.rst b/doc/user/isisd.rst index 200d00821f..1155b49eb1 100644 --- a/doc/user/isisd.rst +++ b/doc/user/isisd.rst @@ -418,8 +418,8 @@ Showing ISIS information     Show topology IS-IS paths to Intermediate Systems, globally, in area     (level-1) or domain (level-2). -.. index:: show ip route isis -.. clicmd:: show ip route isis +.. index:: show isis route [level-1|level-2] +.. clicmd:: show isis route [level-1|level-2]     Show the ISIS routing table, as determined by the most recent SPF     calculation.  | 
