FRR route leak between vrf and default routing tables. #16753
Replies: 2 comments 1 reply
-
I have seen a lot of configurations by using evpn. But I wanted to perform route-leak without EVPN as I am running a userspace dataplane which works on the l2 interfaces and the vpn runs in the dataplane. I am looking for a dynamic route manager.
|
Beta Was this translation helpful? Give feedback.
-
router bgp XXX router bgp vrf green XXX ..... |
Beta Was this translation helpful? Give feedback.
-
Hi Guys. I am fairly new to frr deamon and I am experimenting with a vrf topology. there is ospf running in 2 vrfs vrf-green and vrf-black and bgp is running in default vrf. I want to do route leak between vrf-green to default and vrf-black to default and vise-versa. This is the current configuration I am using.
I can see that the routes from vrf are leaking to default but not in reverse direction.
The bgp status is getting the community string but it's not getting leaked to vrf.
Please let me know if I am missing some configuration. Sorry for spamming this channel. I am not sure the right channel for the frr configuration issues. Any help is appreciated. thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions