Versions Compared

Key

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

The set protocols bgp evpn advertise-all-vni command is used to enable the BGP control plane for all VNIs configured on the switch .Parameter vrf is optional and if not defined then the command takes effects on the in the default VRF.  Note

Note that only leaf switches that are VTEPs need this configuration.

...

Command Syntax

set protocols bgp [vrf <vrf-name>] evpn advertise-all-vni

delete) protocols bgp [vrf <vrf-name>] evpn advertise-all-vni

Parameter

...

Parameter

...

Description

...

vrf <vrf-name>

...


Example

  • Configure BGP EVPN to advertise all VNIs in the BLUE VRF.
Code Block
admin@Xorplus# set protocols bgp vrf BLUE evpn advertise-all-vni
admin@Xorplus# commit