On Thu, Oct 06, 2005 at 03:18:41PM +0200, Xavier Beaudouin wrote:
> Hello,
> 
> I'd like to find the good working solution when sending AS announces to
> our peering / transit neigbor.
> 
> In fact on bgpd.conf man page we have :
> 
> 
> neighbor $peer1 {
>                    remote-as 65001
>                    announce <foo>
>            }
> 
> With foo :
> 
>   announce (all|none|self|default-route)
> 
> Problem is that I need to announce for example a pair of AS number..
> 
> How can I do that with openbgpd ?
> 

The announce keyword is mostly for simple setups. For transit providers
announce should be set to all and real bgp filtering should be used.

The idea of announce is that small multihomed setups with e.g. two uplinks
just work in a save manner (defaulting to self and so not the full table
is reexported).

-- 
:wq Claudio

Reply via email to