From 33d7e50d011b88de0aaa7352b42ed807a8d5fe9f Mon Sep 17 00:00:00 2001 From: Chirag Shah Date: Thu, 15 Dec 2022 20:48:48 -0800 Subject: [PATCH] doc: add documentation for show ospf border-routers Signed-off-by: Chirag Shah --- doc/user/ospfd.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index 69c1c18d3c..0dff2ea448 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -831,6 +831,13 @@ Showing Information Show the OSPF routing table, as determined by the most recent SPF calculation. +.. clicmd:: show ip ospf [vrf ] border-routers [json] + + Show the list of ABR and ASBR border routers summary learnt via + OSPFv2 Type-3 (Summary LSA) and Type-4 (Summary ASBR LSA). + User can get that information as JSON format when ``json`` keyword + at the end of cli is presented. + .. clicmd:: show ip ospf (1-65535) route orr [NAME] .. clicmd:: show ip ospf [vrf ] route orr [NAME] -- 2.39.5