From: Donald Sharp Date: Thu, 25 Apr 2024 18:17:46 +0000 (-0400) Subject: bgpd: Explain Better admin w/ redistribution a bit better. X-Git-Tag: base_10.1~144^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F15849%2Fhead;p=mirror%2Ffrr.git bgpd: Explain Better admin w/ redistribution a bit better. Signed-off-by: Donald Sharp --- diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 68ae796bc9..878473cd77 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1334,7 +1334,14 @@ OSPFv3 into ``address-family ipv4 unicast`` as OSPFv3 supports IPv6. .. clicmd:: redistribute [metric (0-4294967295)] [route-map WORD] -Redistribute routes from other protocols into BGP. + Redistribute routes from other protocols into BGP. + + Note - When redistributing a static route, or any better Admin Distance route, + into BGP for which the same path is learned dynamically from another BGP + speaker, if the redistribute path is more preferred from a BGP Best Path + standpoint than the dynamically learned path, then BGP will not export + the best path to Zebra(RIB) for installation into the routing table, + unless BGP receives the path before the static route is created. .. clicmd:: redistribute (1-65535)] [metric (0-4294967295)] [route-map WORD]