...
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>] [l2vpnvrf <vrf-name>] evpn disable-ead-evi-tx
delete protocol protocols bgp [vrf <text>] [l2vpn<vrf-name>] evpn disable-ead-evi-tx
Parameter
Parameter | Description |
vrf |
<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-tx admin@Xorplus# commit |
...