On Mon, Nov 08, 2010 at 05:18:50PM +0100, Patrick Lamaiziere wrote:
> Le Mon, 8 Nov 2010 16:07:06 +0100,
> Claudio Jeker <cje...@diehard.n-r-g.com> a icrit :
> 
> > Have you checked if the networks were actaully added to the RIB?
> 
> Do you mean bgpctl show rib ? No.
> Well, it takes some time but I'm able to reproduce this: 
> 
> # bgpctl show rib
> flags: * = Valid, > = Selected, I = via IBGP, A = Announced
> origin: i = IGP, e = EGP, ? = Incomplete
> 
> flags destination          gateway          lpref   med aspath origin
> AI*   129.20.0.0/16        0.0.0.0            100     0 i
> AI*   148.60.0.0/16        0.0.0.0            100     0 i
> *     192.168.1.0/24       193.51.184.26      100     0 2200 i
> AI*   193.52.12.0/24       0.0.0.0            100     0 i
> AI*   193.52.37.0/24       0.0.0.0            100     0 i
> AI*   193.52.56.0/24       0.0.0.0            100     0 i
> AI*   193.52.60.0/24       0.0.0.0            100     0 i
> AI*   195.220.94.0/24      0.0.0.0            100     0 i
> AI*   2001:660:7307::/48   ::                 100     0 i
> *     2001:660:7310:10::/80 2001:660:7300:1005:0:38:0:2200    100     0
> 2200 i 
> ------
> 
> And there is nothing announced in show rib out neig <PEER>
> 
> Ok for incomming routes :
> # bgpctl show rib in neig RenaterV4  
> flags: * = Valid, > = Selected, I = via IBGP, A = Announced
> origin: i = IGP, e = EGP, ? = Incomplete
> 
> flags destination          gateway          lpref   med aspath origin
> *     192.168.1.0/24       193.51.184.26      100     0 2200 i
> 
> The peer (running OpenBGPd but on FreeBSD) does not receive any route
> 
> I keep the BGP session up if you need more informations.
> 

Can you run a "bgpctl show rib detail 129.20.0.0/16" and a "bgpctl show
table". For some reason none of the above routes got selected and so
nothing is redistributed. It looks like the decision process is turned
off. So it is not what I first thought the problem is.

-- 
:wq Claudio

Reply via email to