Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 6 Current »

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.
admin@Xorplus# set protocols bgp vrf BLUE advertise-default-gw
admin@Xorplus# commit
  • No labels