set protocols bgp evpn disable-ead-evi-rx

Some implementations of EVPN 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 protocols bgp evpn disable-ead-evi-rx.

Optional parameter vrf can be used to identify a specific VRF for this command to take effect on.

The command delete protocols bgp evpn disable-ead-evi-rx can be used to remove this configuration.


Command Syntax

set protocol bgp [vrf <vrf-name>] evpn disable-ead-evi-rx

delete protocol bgp [vrf <vrf-name>] evpn disable-ead-evi-rx


Parameter

Parameter

Description

vrf <vrf-name>

Optional. Specifies the name of the VRF. The value is a string.


Example

  • Configure the device to disable EVPN advertisement of EAD-per-EVI routes in VRF BLUE.
admin@Xorplus# set protocols bgp vrf BLUE evpn disable-ead-evi-rx
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.