neighbor announce-rpki-state

This command enables the SLX device to announce the RPKI state to its iBGP neighbors also to receive the RPKI state with prefixes from the configured neighbor. The state is announced to the iBGP neighbor through the extended community attribute. RPKI state is only announced to the iBGP neighbor when neighbor send-community is enabled using the extended, all, or both settings for the command.

Syntax

neighbor <neighbor-address> announce-rpki-state
[no] neighbor <neighbor-address> announce-rpki-state

Parameters

<neighbor-address>
IPv4 or IPv6 address of the iBGP neighbor based on address family mode.

Modes

BGP address-family IPv4 unicast configuration mode

BGP address-family IPv6 unicast configuration mode

BGP address-family IPv4 unicast VRF configuration mode

BGP address-family IPv6 unicast VRF configuration mode

Usage Guidelines

By default, RPKI states with prefixes are not shared with the iBGP neighbors. Even if the iBGP neighbor share prefixes with RPKI states, it is not considered. Sharing of RPKI states with iBGP neighbors must be explicitly enabled.

RPKI state will be announced to the iBGP neighbor only when neighbor send-community is enabled using the extended, all, or both settings for the command. If this command is not enabled in the appropriate context, a warning message to enable neighbor send-community with extended parameter.

The [no] format of this command stops the device from sending and receiving the RPKI state with prefixes to iBGP neighbors.

The default state is RPKI state with prefixes are not shared with iBGP neighbors.

Examples

The following example shows the steps to enable sharing of RPKI state and prefix with iBGP neighbor with IPv4 address of 10.10.11.1.

This command enters in to the router bgp mode and then enters into the IPv4 unicast address family configuration mode.

SLX(config)#router bgp
SLX(config-bgp-router)# address-family IPv4 unicast 
                

This command enables the ability to send extended community information to iBGP peers.

SLX(config-bgp-ipv4u)# neighbor 10.10.11.1 send-community extended
SLX(config-bgp-ipv4u)#
                

This command enables announcing and receiving RPKI states and prefixes with the configured iBGP peer.

SLX(config-bgp-ipv4u)# neighbor 10.10.11.1 announce-rpki-state