Versions Compared

Key

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

The set protocols bgp evpn advertise-default-gw command is used to configure the gateway VTEPs to advertise the IP/MAC address. Optional parameter vrf can be added to identify the VRF for which to advertise the IP/MAC address. 

The delete protocols bgp evpn advertise-default-gw can be used to delete the configuration.


Command Syntax

set protocols bgp [vrf <vrf-name>] evpn advertise-default-gw

delete protocols bgp [vrf <vrf-name>] evpn advertise-default-gw


Parameter

Parameter

Description

vrf <vrf-name>

Optional. Specifies the name of the VRF.


Example

  • Configure BGP EVPN to advertise default gateway for VRF BLUE.
Code Block
admin@Xorplus# set protocols bgp vrf BLUE evpn advertise-default-gw
admin@Xorplus# commit