iBGP
Alexander V. Chernikov
melifaro at ipfw.ru
Sun Dec 30 14:00:27 CET 2012
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?
>
More information about the Bird-users
mailing list