You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During debugging of VXLAN EVPN using unified vs split configuration, the same BGP configuration is made with one exception, the setting of no fpm use-next-hop-groups is forcibly set for all FRR instances in split mode as it calls:
Description
During debugging of VXLAN EVPN using unified vs split configuration, the same BGP configuration is made with one exception, the setting of
no fpm use-next-hop-groups
is forcibly set for all FRR instances in split mode as it calls:sonic-buildimage/dockers/docker-fpm-frr/docker_init.sh
Lines 44 to 52 in 214fa2e
This setting is needed for VXLAN EVPN VTEPS to come online.
This change was introduced in PR #12852 when switching to the new fpm dataplane plugin.
It appears this PR never updated unified mode's setting in
sonic-buildimage/src/sonic-frr-mgmt-framework/templates/frr/frr.conf.j2
Lines 1 to 33 in 214fa2e
It appears the zebra config used in
separated
mode would work as it contains this logic:sonic-buildimage/dockers/docker-fpm-frr/frr/zebra/zebra.conf.j2
Lines 10 to 17 in 214fa2e
I have not validated separated mode, unified is the default and likely what most will use unless they're generating their own configurations.
To verify this is the cause of the issue, you can run
and observe the VTEP magically comes online.
Steps to reproduce the issue:
show vxlan remotevtep
vtysh -c "config" -c "no fpm use-next-hop-groups"
show vxlan remotevtep
Describe the results you received:
vtep stays down
Describe the results you expected:
vtep should come online
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: