Hi guys , please take a look to following image.
Main problem … can not get router agregator 1 and route reflector to become peers.
Core and route reflector have no problem becoming peers.
Please help.
btw I can ping / telnet from route reflector to core and vice versa.

As the route-reflector is not directly connected, try adding multihop=yes
routing bgp peer add remote-address=1.1.1.1 remote-as=65000 address-families=vpnv4 update-source=lo1 multihop=yes
You will also need to enable multihop on the route-reflector.
Thanks Murmaider , I already change those params on both peers but could not success.
Do you know how can I perfom some bgp debug ? I can not see any thing relevant on logs , is it possible to add more verbosity to log files ?
Any think alse to to try would be wellcome ,
Regards,
Leandro.
solved … I have a masquerade applyed to the outgoing traffic on the agregator1.
I deleted that rule on the firewall and bgp peering worked.
Thanks