Some implementations of EVPN don’t do not 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 protocols bgp evpn disable-ead-evi-rx.
...
set protocol bgp [vrf <text>] [l2vpn] evpn disable-ead-evi-rx
delete protocol bgp [vrf <text>] [l2vpn] evpn disable-ead-evi-rx
...
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.
Code Block |
---|
admin@Xorplus# set protocolprotocols bgp vrf BLUE l2vpn evpn disable-ead-evi-rx admin@Xorplus# commit |
...