summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2020-05-04 14:49:13 +0300
committerDonatas Abraitis <donatas.abraitis@gmail.com>2020-05-04 15:31:13 +0300
commit62c42b0efe6956a907765e9be1e95bf92a19c3e7 (patch)
tree4d058d536115b15169a459f87ad6a1cf9a313973
parentd3ada366686926b3bd25df6b10b47ce4f3c6ae8e (diff)
doc: Add an example about what "(Policy)" means under `show bgp summary`
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
-rw-r--r--doc/user/bgp.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst
index 2b3cc9e535..cb343e8dad 100644
--- a/doc/user/bgp.rst
+++ b/doc/user/bgp.rst
@@ -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
------------------------------------------------