Re: [Idr] draft-keyur-bgp-enhanced-route-refresh-00.xt

Keyur Patel <keyupate@cisco.com> Fri, 12 November 2010 22:20 UTC

Return-Path: <keyupate@cisco.com>
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 4DC773A6B66 for <idr@core3.amsl.com>; Fri, 12 Nov 2010 14:20:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.202
X-Spam-Level:
X-Spam-Status: No, score=-9.202 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, MIME_QP_LONG_LINE=1.396, RCVD_IN_DNSWL_HI=-8]
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 8bpKNXgicotp for <idr@core3.amsl.com>; Fri, 12 Nov 2010 14:20:13 -0800 (PST)
Received: from sj-iport-6.cisco.com (sj-iport-6.cisco.com [171.71.176.117]) by core3.amsl.com (Postfix) with ESMTP id B91F53A6B62 for <idr@ietf.org>; Fri, 12 Nov 2010 14:20:12 -0800 (PST)
Authentication-Results: sj-iport-6.cisco.com; dkim=neutral (message not signed) header.i=none
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AtYFAJtM3UyrRN+K/2dsb2JhbACBcqATUnGjQpsyhUoEhFqFfYMS
X-IronPort-AV: E=Sophos; i="4.59,189,1288569600"; d="scan'208,217"; a="619029090"
Received: from sj-core-4.cisco.com ([171.68.223.138]) by sj-iport-6.cisco.com with ESMTP; 12 Nov 2010 22:20:46 +0000
Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com [128.107.191.100]) by sj-core-4.cisco.com (8.13.8/8.14.3) with ESMTP id oACMKkdw014757; Fri, 12 Nov 2010 22:20:46 GMT
Received: from xmb-sjc-239.amer.cisco.com ([128.107.191.105]) by xbh-sjc-231.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 12 Nov 2010 14:20:46 -0800
Received: from 10.21.66.16 ([10.21.66.16]) by xmb-sjc-239.amer.cisco.com ([128.107.191.105]) via Exchange Front-End Server email.cisco.com ([128.107.191.79]) with Microsoft Exchange Server HTTP-DAV ; Fri, 12 Nov 2010 22:20:46 +0000
User-Agent: Microsoft-Entourage/11.4.0.080122
Date: Fri, 12 Nov 2010 14:25:11 -0700
From: Keyur Patel <keyupate@cisco.com>
To: stephane.litkowski@orange-ftgroup.com, idr@ietf.org
Message-ID: <C902FEC7.F9F7%keyupate@cisco.com>
Thread-Topic: [Idr] draft-keyur-bgp-enhanced-route-refresh-00.xt
Thread-Index: AcuCXVxnuuhf5y81QU2Wa3cLnYOQlwAWxumD
In-Reply-To: <6321_1289561585_4CDD25F1_6321_1504_1_4FC3556A36EE3646A09DAA60429F5335056A9663@PUEXCBL0.nanterre.francetelecom.fr>
Mime-version: 1.0
Content-type: multipart/alternative; boundary="B_3372416712_35998849"
X-OriginalArrivalTime: 12 Nov 2010 22:20:46.0210 (UTC) FILETIME=[DA3ABE20:01CB82B7]
Subject: Re: [Idr] draft-keyur-bgp-enhanced-route-refresh-00.xt
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: Fri, 12 Nov 2010 22:20:17 -0000

Hi Stephane,

Comments inlined #Keyur.


On 11/12/10 4:33 AM, "stephane.litkowski@orange-ftgroup.com"
<stephane.litkowski@orange-ftgroup.com> wrote:

> Keyur,
>  
> I have a major question regarding your proposal.
> My question is concerning the processing in parallel of transient updates and
> route-refresh RIB out advertisement.
> Consider a BGP speaker that is receiving transient updates from some peers and
> that will serve a route-refresh to another peer.
> It's very impacting to wait for the route-refresh service to be finished
> before sending transient updates to the peer receiving the route-refresh as it
> may impact customer convergence time if the RIB-OUT is huge (hundreds of
> thousands of prefixes). For example, a new update advertising a customer
> backup route to be used will be delayed to that peer.
> Can you confirm that in your proposal, the BGP speaker serving the
> route-refresh will wait to for RIB-out advertisement to be finished, then send
> demarcation end,
> 
> #Keyur: Yes. Route Refresh EOR should be announced after table announcement is
> done (Refresh + Incremental updates).
> 
>  finally will serve transient updates ?
> 
> #Keyur They should be able to serve transient updates unless the churn is
> abnormal such that the complete table is not announced for hours in which case
> one could:
> 1. Delay the announcement of Refresh End of Rib.
> 2. Have a timer to have an upper-bound on a generation of Refresh End of Rib.
> 3. Throttle inbound processing.
> 
> Best Regards,
> Keyur