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
Also: EVPN address family is no longer negotiated (with a teardown
of BGP sessions) after it's activated. The BGP sessions have to be
torn down "manually" (impacts only EBGP sessions because IBGP
takes longer to get established).
Workaround: move FRR EVPN config to a Bash script that executes
'clear bgp *' at the end of the script. For whatever reason
'do clear bgp *' does not work from a config file (even though
it does in manual vtysh sessions).
0 commit comments