...
Some implementations of EVPN don’t advertise EAD-per-EVI routes so to be compatible with these vendors; we need to manually disable advertisement of EAD-per-EVI routes. To suppress the advertisement of EAD-per-EVI routes, run the command set protocol protocols bgp evpn disable-ead-evi-tx. Optional parameter vrf can be used to identify a specific VRF for this command to take effect on. Another optional parameter is l2vpn to specify that only layer 2 EVPN routes advertisements are affected.
To delete this configuration, run the command delete set protocol protocols bgp evpn disable-ead-evi-tx.
Command Syntax
set protocol protocols bgp [vrf <text>] evpn disable-ead-evi-tx
delete protocol protocols bgp [vrf <text>] evpn disable-ead-evi-tx
...