/
set protocols bgp vrf evpn advertise-pip

set protocols bgp vrf evpn advertise-pip

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> evpn advertise-pip [ip <ip>]

delete protocols bgp vrf <text> 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

Related content

Copyright © 2025 Pica8 Inc. All Rights Reserved.