diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-12-19 23:37:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 23:37:59 +0200 |
| commit | 4f4728b6789b75858d9b2f1ba6ec0e423fc26cb8 (patch) | |
| tree | 79f01cf9fa607d5a79a617b1966df113f3fbdbf6 /doc | |
| parent | 6a2c7a57bd921c242768f2b732aff9fea9a25d7c (diff) | |
| parent | 33d7e50d011b88de0aaa7352b42ed807a8d5fe9f (diff) | |
Merge pull request #12380 from chiragshah6/zdev
ospfd: json support for show ip ospf border-routers
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/ospfd.rst | 7 |
1 files changed, 7 insertions, 0 deletions
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 <NAME|all>] 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 <NAME|all>] route orr [NAME] |
