set protocols bgp vrf evpn advertise-pip ip

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 specify a specific IP address to advertise by adding ip <ipv4>. 

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


Command Syntax

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

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


Parameter

Parameter

Description

vrf <vrf-name>

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

ip <ipv4>

Specifies the IPv4 address to advertise. The value is a string in IPv4 dotted decimal format.


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

Copyright © 2024 Pica8 Inc. All Rights Reserved.