[47760] in North American Network Operators' Group
Re: BGP and aggregation
daemon@ATHENA.MIT.EDU (Stephen Griffin)
Sun May 12 18:33:59 2002
Message-Id: <200205122231.SAA28682@elektra.ultra.net>
In-Reply-To: <Pine.LNX.4.44.0205121544510.3483-100000@vision.tigerteam.net> from Andy Walden at "May 12, 2002 03:56:44 pm"
To: andy@tigerteam.net (Andy Walden)
Date: Sun, 12 May 2002 18:31:52 -0400 (EDT)
From: Stephen Griffin <stephen.griffin@rcn.com>
Cc: nanog@merit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Errors-To: owner-nanog-outgoing@merit.edu
In the referenced message, Andy Walden said:
> On Sun, 12 May 2002, Stephen Griffin wrote:
>
> >
> > In the referenced message, Andy Walden said:
> > >
> > >
> > > Conditional Router Advertisement:
> > >
> > > http://www.american.com/warp/public/459/cond_adv.pdf
> > >
> >
> > As it sounds like he's using a single AS, the above may not be
> > a fix, since a partitioned AS is still a failure condition.
>
> Why?
>
> If you announce one prefix via one circuit and announce a different
> prefix via a different with the same source AS, I don't see a problem
> since traffic will continue to reach its intended destination.
>
> andy
BGP will discard any prefix with its own AS in the path, for loop
prevention. Hence, one half of the AS would still be unable to
reach the other half. This is why a partitioned AS is a failure
condition. A tunnel is a means to keep the AS nonpartitioned.
There are other ways to treat the symptoms, but they aren't
particularly good, imho.