Hi Does anyone have a example of configuration iBGP? ISP1 - - R1 - (iBGP) - R2 - - ISP2 -- Miłosz Oller ul. Cegielniana 8, 89-501 Tuchola GSM: + 48 603 030 347 http://sys-com.pl
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; } 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? -- Miłosz Oller Dnia 2012-12-29, sob o godzinie 01:02 +0100, Miłosz Oller pisze:
Hi
Does anyone have a example of configuration iBGP?
ISP1 - - R1 - (iBGP) - R2 - - ISP2
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?
participants (2)
-
Alexander V. Chernikov -
Miłosz Oller