Versions Compared

Key

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

...

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.

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-tx
admin@Xorplus# commit

...