diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-06 14:22:44 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-06 14:28:19 +0200 |
commit | efce200d939ccbaa73bc9d603ac11be6181de8c1 (patch) | |
tree | 0ba096174ccd9bcebde33cb4176c3a2db6767bb7 | |
parent | Merge pull request #13658 from louis-6wind/fix-flex-algo2 (diff) | |
download | frr-efce200d939ccbaa73bc9d603ac11be6181de8c1.tar.xz frr-efce200d939ccbaa73bc9d603ac11be6181de8c1.zip |
doc: Document RFC8212 under `Displaying BGP Information` section
Looks like people don't find what does it mean (Policy) at first shot, let's
try giving more hints here.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
-rw-r--r-- | doc/user/bgp.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index f045ca239..52bfa5b29 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -455,7 +455,7 @@ Administrative Distance Metrics .. _bgp-requires-policy: Require policy on EBGP -------------------------------- +---------------------- .. clicmd:: bgp ebgp-requires-policy @@ -3882,6 +3882,12 @@ structure is extended with :clicmd:`show bgp [afi] [safi]`. Total number of neighbors 1 exit1# +If PfxRcd and/or PfxSnt is shown as ``(Policy)``, that means that the EBGP +default policy is turned on, but you don't have any filters applied for +incoming/outgoing directions. + +.. seealso:: :ref:`bgp-requires-policy` + .. clicmd:: show bgp [afi] [safi] [all] [wide|json] .. clicmd:: show bgp vrfs [<VRFNAME$vrf_name>] [json] |