diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-06 15:22:44 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-06 15:28:19 +0300 |
| commit | efce200d939ccbaa73bc9d603ac11be6181de8c1 (patch) | |
| tree | 0ba096174ccd9bcebde33cb4176c3a2db6767bb7 | |
| parent | 05cb9e55a76813e77d9b610d8cdd2800521c1db7 (diff) | |
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 f045ca239e..52bfa5b295 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] |
