-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FRR] L3 EVPN is broken with latest FRR 10.0.1 upgrade. #21177
Comments
@sudhanshukumar22 @hasan-brcm Can you please investigate this? |
@dgsudharsan I see that we have a click command to configure vrf to vni map, but that command is not going to vtysh. Hello, this is FRRouting (version 10.0.1). sonic# exit |
@dgsudharsan , can you attach a working config_db.json(from 854 image) |
By L3 VPN, does that mean an L3 IRB interface that participates in the VXLAN EVPN? I've never gotten that to work, I was under the assumption it was unsupported in community SONiC as per #9489 where it says L3 is not supported yet. |
@sudhanshukumar22 Here is the evpn part of the configuration
SONiC doesn't push FRR configuration when configuring maps. EVPN is configured in split mode. Here is the FRR configuration. Please add these configurations to the device and reboot. vni will not appear in under vrf of frr configuraiton
|
config_db_evpn.json Hello, this is FRRouting (version 8.5.4). sonic# show running-config Current configuration: So, it is not a 10.0.1 regression, as it was not working in 8.5.4 also. I have also attached the complete config_db_evpn.json file. |
Description
L3 EVPN is broken with FRR 10.0.1 upgrade. Adding the below configuration and performing config reload/reboot results in vni in the vrf missing in configuration files and thus resulting in type 5 routes not getting programmed in the vrf
Sample configuration. Add this and perform config reload. The vni field will disappear after config reload.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: