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 activate the VTEP upon receiving EAD-per-ES route and suppress the dependency on EAD-per-EVI routes, run the command set protocol bgp evpn disable-ead-evi-rx.
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.
The command delete protocol bgp evpn disable-ead-evi-rx can be used to remove this configuration.
Command Syntax
set protocol bgp [vrf <text>] [l2vpn] evpn disable-ead-evi-rx
delete protocol bgp [vrf <text>] [l2vpn] evpn disable-ead-evi-rx
Parameter
Parameter | Description |
vrf <text> | Optional. Specifies the name of the VRF. |
l2vpn | Optional. Specifies the configuration applies to layer 2 EVPN only. |
Example
- Configure the device to disable layer 2 EVPN advertisement of EAD-per-EVI routes in VRF BLUE.
admin@Xorplus# set protocol bgp vrf BLUE l2vpn evpn disable-ead-evi-rx admin@Xorplus# commit