Page 1 of 1

bgp to route reflector

Posted: Fri Nov 11, 2016 10:33 pm
by leostereo
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.

Re: bgp to route reflector

Posted: Sat Nov 12, 2016 7:15 pm
by Murmaider
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.

Re: bgp to route reflector

Posted: Mon Nov 14, 2016 5:08 pm
by leostereo
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.

Re: bgp to route reflector

Posted: Mon Nov 14, 2016 7:21 pm
by leostereo
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