diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2023-06-06 20:55:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 20:55:52 +0200 |
commit | b615b1094ae781d4178c3773c241683ca6a68444 (patch) | |
tree | 44ac555d76156207406596f93095da49626cc85e | |
parent | Merge pull request #13687 from donaldsharp/eigrp_fakeout (diff) | |
parent | doc: Document RFC8212 under `Displaying BGP Information` section (diff) | |
download | frr-base_9.0.tar.xz frr-base_9.0.zip |
Merge pull request #13701 from opensourcerouting/fix/update_show_ip_bgp_summary_docbase_9.0
doc: Document RFC8212 under `Displaying BGP Information` section
-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] |