You must be within one of the following modes.
BGP address-family IPv4 unicast configuration mode
BGP address-family IPv6 unicast configuration mode
SLX(config)# router bgp SLX(config-bgp-router)#
SLX(config-bgp-router)# SLX(config-bgp-router)# address-family ipv4 unicast SLX(config-bgp-router)#
SLX(config-bgp-router)# neighbor 10.10.11.1 send-community extended SLX(config-bgp-router)#
SLX(config-bgp-router)# neighbor 10.10.11.1 announce-rpki-state SLX(config-bgp-router)#
RPKI prefixes and state information is now exchanged with the configured iBGP peer.
The following example summarizes the commands in this procedure. This command enables sharing of prefixes and state information with the configured iBGP peer.
SLX# configure terminal SLX(config)# router bgp SLX(config-bgp-router)# address-family ipv4 unicast SLX(config-bgp-ipv4u)# neighbor 10.10.11.1 send-community extended SLX(config-bgp-ipv4u)# neighbor 10.10.11.1 announce-rpki-state SLX(config-bgp-ipv4u)#