On Thu, Apr 17, 2014 at 06:59:02PM +0800, b...@indoakses-online.com wrote:
> >> My question is : Why Kernel route table of Router-A is NOT broadcasted ?
> >
> > Because you have this in your export filter:
> >
> >   if source = RTS_STATIC then accept; else reject;
> >
> > Which rejects other than static routes. Just replace it with 'accept;'
> 
> What do you mean with "Just replace it with 'accept'" ?
> 
> I change it to :
> 
> export filter {
>   ospf_metric1 = 1000;
>   accept;
> };

Yes that.

> And still didn't work.

You could check the router-A BIRD routing table by 'show route' whether
the routes were imported to BIRD.

You could check logs if they do not contain warnings.

-- 
Elen sila lumenn' omentielvo

Ondrej 'SanTiago' Zajicek (email: santi...@crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."

Attachment: signature.asc
Description: Digital signature

Reply via email to