On Mon, Mar 21, 2016 at 07:11:14PM -0400, John E.P. Hynes wrote:
> Hi Misc,
> 
> I'm setting up peering with one of our ISPs that splits "local" routes and
> the full routing table up into two peering sessions.
> 
> If I announce my network with "network 1.2.3/24" in the global section of
> bgpd.conf, it announces to, predictably, both peers.  I am only supposed to
> announce my networks to *one* of these, and not the other.  It isn't clear
> to me from the manual how to do this.
> 
> What am I missing?
> 

neighbor a {
        announce self   # should be the default
}

neighbor b {
        announce none
}

Should do the trick. If not you may need to use filter rules to block the
announcement to specific neighbors.

-- 
:wq Claudio

Reply via email to