]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Add an example about what "(Policy)" means under `show bgp summary` 6335/head
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 4 May 2020 11:49:13 +0000 (14:49 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 4 May 2020 12:31:13 +0000 (15:31 +0300)
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
doc/user/bgp.rst

index 2b3cc9e535eb11e72482931d57deb005bacd7670..cb343e8dad2bdae7b25511a6060aca44bf9282bc 100644 (file)
@@ -420,6 +420,23 @@ Require policy on EBGP
 
    This is enabled by default.
 
+   When the incoming or outgoing filter is missing you will see
+   "(Policy)" sign under ``show bgp summary``:
+
+   .. code-block:: frr
+
+      exit1# show bgp summary
+
+      IPv4 Unicast Summary:
+      BGP router identifier 10.10.10.1, local AS number 65001 vrf-id 0
+      BGP table version 4
+      RIB entries 7, using 1344 bytes of memory
+      Peers 2, using 43 KiB of memory
+
+      Neighbor        V         AS   MsgRcvd   MsgSent   TblVer  InQ OutQ  Up/Down State/PfxRcd   PfxSnt
+      192.168.0.2     4      65002         8        10        0    0    0 00:03:09            5 (Policy)
+      fe80:1::2222    4      65002         9        11        0    0    0 00:03:09     (Policy) (Policy)
+
 Reject routes with AS_SET or AS_CONFED_SET types
 ------------------------------------------------