Re: [Idr] draft-walton-bgp-route-oscillation-stop as an IDR WG document

John Scudder <jgs@juniper.net> Tue, 11 May 2010 15:08 UTC

Return-Path: <jgs@juniper.net>
X-Original-To: idr@core3.amsl.com
Delivered-To: idr@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0485728C24E for <idr@core3.amsl.com>; Tue, 11 May 2010 08:08:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.104
X-Spam-Level:
X-Spam-Status: No, score=-6.104 tagged_above=-999 required=5 tests=[AWL=0.495, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IPGR4ZwrU8Gv for <idr@core3.amsl.com>; Tue, 11 May 2010 08:08:50 -0700 (PDT)
Received: from exprod7og107.obsmtp.com (exprod7og107.obsmtp.com [64.18.2.167]) by core3.amsl.com (Postfix) with ESMTP id CE31A28C24D for <idr@ietf.org>; Tue, 11 May 2010 08:08:47 -0700 (PDT)
Received: from source ([66.129.224.36]) (using TLSv1) by exprod7ob107.postini.com ([64.18.6.12]) with SMTP ID DSNKS+ly0mMSOfdCQqDBc/4wR5mTSR+1N4DU@postini.com; Tue, 11 May 2010 08:08:37 PDT
Received: from EMBX02-HQ.jnpr.net ([fe80::18fe:d666:b43e:f97e]) by P-EMHUB03-HQ.jnpr.net ([fe80::a124:1ab1:8e0b:f671%11]) with mapi; Tue, 11 May 2010 08:06:36 -0700
From: John Scudder <jgs@juniper.net>
To: Uli Bornhauser <ub@cs.uni-bonn.de>
Date: Tue, 11 May 2010 08:06:34 -0700
Thread-Topic: [Idr] draft-walton-bgp-route-oscillation-stop as an IDR WG document
Thread-Index: AcrxG4wvRx3U9vFcRqajUmgX+PXHig==
Message-ID: <F362ABAC-D015-4942-8C67-941B1E4E2CA6@juniper.net>
References: <922D86C4-1ABD-4DE7-A7BE-4B1B85AAF6F2@juniper.net> <8C8ED0EF-EAEA-42F2-9EA1-2E15820A1057@cs.uni-bonn.de>
In-Reply-To: <8C8ED0EF-EAEA-42F2-9EA1-2E15820A1057@cs.uni-bonn.de>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: Inter-Domain Routing List <idr@ietf.org>
Subject: Re: [Idr] draft-walton-bgp-route-oscillation-stop as an IDR WG document
X-BeenThere: idr@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Inter-Domain Routing <idr.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/idr>, <mailto:idr-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/idr>
List-Post: <mailto:idr@ietf.org>
List-Help: <mailto:idr-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/idr>, <mailto:idr-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 11 May 2010 15:08:53 -0000

Uli,

Doesn't this text from RFC 4456 address your point?

      If a route carries the ORIGINATOR_ID attribute, then in Step f)
      the ORIGINATOR_ID SHOULD be treated as the BGP Identifier of the
      BGP speaker that has advertised the route.

      In addition, the following rule SHOULD be inserted between Steps
      f) and g): a BGP Speaker SHOULD prefer a route with the shorter
      CLUSTER_LIST length.  The CLUSTER_LIST length is zero if a route
      does not carry the CLUSTER_LIST attribute.

Regards,

--John

On May 11, 2010, at 4:38 AM, Uli Bornhauser wrote:

> Hi Daniel, other authors, all,
> 
> one comment, more precisely a question: What about potential problems the "BGP Persistent Route Oscillation Solutions" may cause? For example, if I did not miss an important aspect, the concept may cause situations where BGP speakers cannot choose a unique best path any more:
> 
>                    |
>            clusterI|clusterII
> p1->  |----|       |
> ------| C1 |       |
>       |----|       |
>             \ 1    |
>             |----| |1  |----|
>             | R1 |-----| R2 |
>             |----| |   |----|
>             / 1    |
> p2->  |----|       |
> ------| C1 |       |
>       |----|       |
>  
> C1 and C2 both provide their best path (externally learned via different ASs, same LOCAL_PREF, AS_PATH length, etc.) to R1. R1 in turn advertises these paths (p1 and p2) to R2 according to your draft. As both paths are learned via the same session, the common BGP tie breaker process does not work at this point: Even after executing step g) [1], both paths are still in the decision process. Obviously, randomly choosing one path does not work, too. Is there a simple solution for this problem (I missed it in the draft)? I think either a modification of the selection process or new attributes are needed (which seem to be in conflict with the statement that only minor changes are needed at the most BGP speakers, cf. 5. Deployment Considerations). If I did not miss a point, this observation leads to the following question whether advertising "all Paths" / "Group Best Paths" may cause other, not that obvious problems.
> 
> Thanks in advance for the clarification and
> 
> Best Regards
> 
> Uli
> 
> [1] RFC4271 - http://www.ietf.org/rfc/rfc4271
> 
> Am 10.05.2010 um 23:00 schrieb John Scudder:
> 
>> Folks,
>> 
>> We have received a request to adopt draft-walton-bgp-route-oscillation-stop as an IDR working group document.  Please send comments to the list.  The deadline for comments is May 25, 2010.
>> 
>> --John
>> 
>> -------- 
>> Subject:	I-D Action:draft-walton-bgp-route-oscillation-stop-03.txt
>> Date:	Mon, 10 May 2010 11:30:02 -0700 (PDT)
>> From:	Internet-Drafts@ietf.org
>> Reply-To:	internet-drafts@ietf.org
>> To:	i-d-announce@ietf.org
>> 
>> 
>> A New Internet-Draft is available from the on-line Internet-Drafts directories.
>> 
>> 	Title           : BGP Persistent Route Oscillation Solutions
>> 	Author(s)       : D. Walton, et al.
>> 	Filename        : draft-walton-bgp-route-oscillation-stop-03.txt
>> 	Pages           : 9
>> 	Date            : 2010-05-10
>> 
>> In this document we present two sets of paths for an address prefix
>> that can be advertised by a BGP route reflector or confederation ASBR
>> to eliminate the MED-induced route oscillations in a network.  The
>> first set involves all the available paths, and would achieve the
>> same routing consistency as the full IBGP mesh.  The second set,
>> which is a subset of the first one, involves the neighbor-AS based
>> Group Best Paths, and would be sufficient to eliminate the MED-
>> induced route oscillations (subject to certain commonly adopted
>> topological constrains).
>> 
>> A URL for this Internet-Draft is:
>> 
>> http://www.ietf.org/internet-drafts/draft-walton-bgp-route-oscillation-stop-03.txt
>> 
>> 
>> Internet-Drafts are also available by anonymous FTP at:
>> 
>> ftp://ftp.ietf.org/internet-drafts/
>> 
>> 
>> Below is the data which will enable a MIME compliant mail reader
>> implementation to automatically retrieve the ASCII version of the
>> Internet-Draft.
>> 
>> 
>> _______________________________________________
>> Idr mailing list
>> Idr@ietf.org
>> https://www.ietf.org/mailman/listinfo/idr
> 
> -- 
> _______________________________________________________
> ULI BORNHAUSER
> University of Bonn - Institute of Computer Science IV
> c/o Bonn-Aachen International Center for Information Technology B-IT 
> Dahlmannstr. 2 - D-53113 Bonn - Germany
> 
> Web: www.cs.bonn.edu/IV/ub
> Email: ub@cs.uni-bonn.de			
> Phone: +49 (228) 2699-154
> Fax: +49 (228) 73 - 4571
> 
> _______________________________________________
> Idr mailing list
> Idr@ietf.org
> https://www.ietf.org/mailman/listinfo/idr