Aggregate outgoing address.

damkol at gmail.com damkol at gmail.com
Fri Nov 18 10:16:45 CET 2011


2011/11/17 Alexander Shikoff <minotaur at crete.org.ua>

> Try
> protocol static static_bgp {
>        route 11.11.11.128/25 via 11.11.11.66;
>         route 11.11.11.0/24 drop;
> }
>
> And leave only /24 in announces via filtering.
>
>
#v+
protocol static static_bgp {
route 11.11.11.128/25 via 11.11.11.66;
route 11.11.11.0/24 drop;
}
protocol device { scan time 30; }
#v-

This announce 11.11.11.0/24 and 11.11.11.128/25.
In outgoing filter i changed to "if net ~ [ 11.11.11.0/24, 12.12.12.0/24 ]
then accept;"
and i have announced only two /24.
I was convinced that there may be two routes in the configuration - the
route down the
larger prefix exclude smaller.

Thanks guys.

-- 
damkol at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20111118/60b7f2e6/attachment-0001.html>


More information about the Bird-users mailing list