diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-04-14 20:36:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 20:36:21 +0200 |
commit | b9ba7ed5333545e774f8634c32872a16ab2653e3 (patch) | |
tree | fefa930f7c0d8cc92b4095882abb3d070dd9c8c9 /doc | |
parent | Merge pull request #6218 from qlyoung/fix-ospf-router-lsa-missing-length-check (diff) | |
parent | bgpd: take into account code style recommendations. (diff) | |
download | frr-b9ba7ed5333545e774f8634c32872a16ab2653e3.tar.xz frr-b9ba7ed5333545e774f8634c32872a16ab2653e3.zip |
Merge pull request #5812 from pguibert6WIND/bgp_stats_all
Bgp stats all
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 91ba37991..d84bffc3c 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2677,6 +2677,16 @@ structure is extended with :clicmd:`show bgp [afi] [safi]`. Display flap statistics of routes of the selected afi and safi selected. +.. index:: show bgp [afi] [safi] statistics +.. clicmd:: show bgp [afi] [safi] statistics + + Display statistics of routes of the selected afi and safi. + +.. index:: show bgp statistics-all +.. clicmd:: show bgp statistics-all + + Display statistics of routes of all the afi and safi. + .. _bgp-display-routes-by-community: Displaying Routes by Community Attribute |