Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

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>] [l2vpnvrf <vrf-name>] evpn disable-ead-evi-rx

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

...

Parameter

Optional. Specifies the configuration applies to layer 2 EVPN only

Parameter

Description

vrf <text><vrf-name>

Optional. Specifies the name of the VRF.

l2vpn 

.


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

...