The set protocol 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 protocol protocols bgp evpn advertise-default-gw can be used to delete the configuration.
Command Syntax
set protocol protocols bgp [vrf <vrf<text>-name>] evpn advertise-default-gw
delete protocol protocols bgp [vrf <vrf<text>-name>] evpn advertise-default-gw
...
Parameter
Parameter | Description |
vrf <vrf <text>-name> | Optional. Specifies the name of the VRF. |
...
Code Block |
---|
admin@Xorplus# set protocolprotocols bgp vrf BLUE evpn advertise-default-gw admin@Xorplus# commit |