...
set protocol bgp [vrf <text>] [l2vpn] evpn disable-ead-evi-tx
delete protocol bgp [vrf <text>] [l2vpn] evpn disable-ead-evi-tx
Parameter
Parameter | Description |
vrf <text> | Optional. Specifies the name of the VRF. |
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-tx admin@Xorplus# commit |
...