Routes are showing up as hidden in the routing table due to BGP loop detection mechanism.
R1 (ASN 65000) ------(65500)R2-------(65501)R3(ASN 65000)-----(65502)R4
There are actually 2 ways we can work around this issue:
set protocol bgp neighbor 10.111.111.1 local-as 65000 private <<<< <note the private</code>
set protocol bgp neighbor 10.111.111.1 local-as 65000 private
<<<< <note the private</code>
[edit] root@J4350# set routing-options autonomous-system 65000 loops ?