<font size=2 face="sans-serif">Hi all,</font>
<br>
<br><font size=2 face="sans-serif">is this aggregation method also to be
used for OSPF (outgoing an interface in area 0.0.0.0)?</font>
<br>
<br><font size=2 face="sans-serif">thx for your advise</font>
<br>
<br><font size=2 face="sans-serif">Ar<br>
</font>
<br><font size=2 face="sans-serif"><br>
</font><font size=1 color=#008000 face="Arial"><br>
</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From:      
 </font><font size=1 face="sans-serif">"Dmitry S. Nikolaev"
<dnikolaev@mega-net.ru></font>
<br><font size=1 color=#5f5f5f face="sans-serif">To:      
 </font><font size=1 face="sans-serif">Andy Linton <asjl@lpnz.org>,
</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Cc:      
 </font><font size=1 face="sans-serif">bird-users@network.cz</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date:      
 </font><font size=1 face="sans-serif">26.03.2014 05:36</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject:    
   </font><font size=1 face="sans-serif">Re: Combining
routes in BIRD BGP export</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by:    
   </font><font size=1 face="sans-serif">owner-bird-users@atrey.karlin.mff.cuni.cz</font>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2>Hi.<br>
<br>
Also you can use:<br>
protocol static {<br>
        #Our Aggregated prefix<br>
        route 1.2.3.0/24 drop;<br>
}<br>
<br>
filter out {<br>
    if (source = RTS_STATIC) && (net = 1.2.3.0/24) then
{<br>
        accept "OUT: Announce our Aggregated pref
", net;<br>
    }<br>
    reject;<br>
}<br>
<br>
protocol bgp {<br>
         ...skiped....<br>
        export filter OUT;<br>
        ...skiped...<br>
}<br>
<br>
--<br>
With best regards, Dmitry S. Nikolaev<br>
<br>
Moscow, Russia<br>
mail: dnikolaev@mega-net.ru<br>
<br>
On 26.03.2014 00:54, Ondrej Zajicek wrote:<br>
> On Thu, Mar 06, 2014 at 08:08:20PM +1300, Andy Linton wrote:<br>
>> I saw a recent post about combining routes in OSPF and wanted
the answer to<br>
>> the BGP version of the question.<br>
>><br>
>> I have a /24 split into several subnets on my BGP speaking box.
I only want<br>
>> to export the /24.<br>
>><br>
>> On quagga or cisco I'd use a "network" statement.<br>
> Usual solution is to use static route with that prefix. See this example:<br>
><br>
> </font></tt><a href=https://gitlab.labs.nic.cz/labs/bird/wikis/BGP_example_1><tt><font size=2>https://gitlab.labs.nic.cz/labs/bird/wikis/BGP_example_1</font></tt></a><tt><font size=2><br>
><br>
<br>
</font></tt>
<br>
<br clear="both">
******************************************************<BR>
Notice: The information contained in this message is intended only for use of the individual(s) named above and may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient of this message you are hereby notified that you must not use, disseminate , copy it in any form or take any action in reliance of it. If you have received this message in error please delete it and any copies of it and notify the sender immediately.<BR>
*******************************************************<BR>