Connected routes are invalid when using BGP VPN import with network statement #17610
Open
2 tasks done
Labels
triage
Needs further investigation
Description
When importing/exporting routes from one VRF to another, if the route is directly connected, advertising it into BGP with a
network
statement causes the route to be installed to the VPN table asinvalid
. Ifredistribute connected
is used instead, then the route is valid.Version
How to reproduce
See below config:
blue
.network
syntax.blue
, and vice-versa.Expected behavior
I expect that both /32 prefixes are imported and reachable from each VRF.
10.0.0.1
should be imported to and reachable from VRFblue
.10.0.0.2
should be imported to and reachable from VRFdefault
.Actual behavior
Both prefixes make it to the RIB, but fail to be installed to the FIB.
Routes are not installed:
Additional context
Here is the VPN table, notice both routes are
invalid
.If
redistribute connected
is used instead of thenetwork
statements, then the routes are installed just fine.Checklist
The text was updated successfully, but these errors were encountered: