diff options
author | Zhiyuan Wan <h@iloli.bid> | 2023-04-27 20:32:48 +0800 |
---|---|---|
committer | Zhiyuan Wan <h@iloli.bid> | 2023-04-27 20:32:52 +0800 |
commit | c9fdb8ab6405da3c355e67f4084503f53f5e449c (patch) | |
tree | da77b73bcaaa723248dec3ee19aecf0bf40e719d | |
parent | baffadfe9e74f50600aa2fa622ec6b63072a17d1 (diff) | |
download | vyos-documentation-c9fdb8ab6405da3c355e67f4084503f53f5e449c.tar.gz vyos-documentation-c9fdb8ab6405da3c355e67f4084503f53f5e449c.zip |
T5123: Update ospf.rst
ospf: Support show detailed ospf routing table.
Signed-off-by: Zhiyuan Wan <h@iloli.bid>
-rw-r--r-- | docs/configuration/protocols/ospf.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst index 60f9c149..435e1297 100644 --- a/docs/configuration/protocols/ospf.rst +++ b/docs/configuration/protocols/ospf.rst @@ -603,10 +603,11 @@ Operational Mode Commands Hello due in 4.563s Neighbor Count is 1, Adjacent neighbor count is 1 -.. opcmd:: show ip ospf route +.. opcmd:: show ip ospf route [detail] This command displays the OSPF routing table, as determined by the most - recent SPF calculation. + recent SPF calculation. With the optional :cfgcmd:`detail` argument, + each route item's advertiser router and network attribute will be shown. .. code-block:: none |