Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 3 Current »

Run the command set protocols bgp vrf evpn advertise-pip 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>. 

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


Command Syntax

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

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


Parameter

Parameter

Description

vrf <text>

Specifies the name of the VRF.

ip <ip>

Specifies the specific IPv4 or IPv6 address to advertise.


Example

  • Configure BGP EVPN to advertise PIP 10.1.1.1 for VRF BLUE.
admin@Xorplus# set protocols bgp vrf BLUE evpn advertise-pip ip 10.1.1.1
admin@Xorplus# commit
  • No labels