30 Dec
2012
30 Dec
'12
1 p.m.
On 30.12.2012 16:02, MiĆosz Oller wrote:
Session on router no.2: protocol bgp bgp_r1_ibgp { description "iBGP"; import all; export all; next hop self; local as 198611; neighbor 91.231.205.193 as 198611; source address 91.231.205.194; } iBGP setups assumes "gateway recursive" behavior. You have to announce interface routes by running "Direct" protocol instance.
bird> show route 91.231.205.0/24 all 91.231.205.0/24 unreachable [static1 14:36] * (200) Type: static unicast univ unreachable [bgp_r2_ibgp 14:37 from 91.231.205.193] (100/-) [i] Type: BGP unicast univ BGP.origin: IGP BGP.as_path: BGP.next_hop: 91.231.205.193 BGP.local_pref: 100
Any ideas?