diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-06-06 14:55:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-06 14:55:52 -0400 |
| commit | b615b1094ae781d4178c3773c241683ca6a68444 (patch) | |
| tree | 44ac555d76156207406596f93095da49626cc85e | |
| parent | 5648279b7a61f6866ce35ddb43b7976835ef9c76 (diff) | |
| parent | efce200d939ccbaa73bc9d603ac11be6181de8c1 (diff) | |
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 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] |
