Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree

Versions Compared

Key

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

Run the command set protocols bgp vrf evpn advertise-pip ip to advertise the Primary IP Address (PIP) for a given VRF. Parameter vrf is optional and if not defined then the command takes effects on the default VRF. We can also specify a specific IP address to advertise by adding ip <ip> <ipv4>

The delete protocols bgp vrf evpn advertise-pip can be used to delete this configuration.

...

Command Syntax

set protocols bgp vrf <vrf<text> -name> evpn advertise-pip [ ip <ip>]<ipv4>

delete protocols bgp vrf <text><vrf-name> evpn advertise-pip [ ip <ip>] <ipv4>


Parameter

Parameter

Description

vrf <text><vrf-name>

Specifies the name of the VRF. The value is a string.

ip <ip><ipv4>

Specifies the specific IPv4 or IPv6 address to advertise. The format follows the IPv4 dotted decimal format.


Example

  • Configure BGP EVPN to advertise PIP 10.1.1.1 for VRF BLUE.

...