Re: [Idr] draft-bashandy-idr-bgp-repair-label-01: when does PE revert back to standard label?

Jakob Heitz <jakob.heitz@ericsson.com> Sun, 03 April 2011 00:22 UTC

Return-Path: <jakob.heitz@ericsson.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 BCDEB3A68F6 for <idr@core3.amsl.com>; Sat, 2 Apr 2011 17:22:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.442
X-Spam-Level:
X-Spam-Status: No, score=-6.442 tagged_above=-999 required=5 tests=[AWL=0.157, 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 3WTYIo6u-e5K for <idr@core3.amsl.com>; Sat, 2 Apr 2011 17:22:02 -0700 (PDT)
Received: from imr4.ericy.com (imr4.ericy.com [198.24.6.8]) by core3.amsl.com (Postfix) with ESMTP id E72193A68F4 for <idr@ietf.org>; Sat, 2 Apr 2011 17:22:01 -0700 (PDT)
Received: from eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) by imr4.ericy.com (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id p330NesY021637; Sat, 2 Apr 2011 19:23:42 -0500
Received: from EUSAACMS0701.eamcs.ericsson.se ([169.254.2.141]) by eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) with mapi; Sat, 2 Apr 2011 20:23:40 -0400
From: Jakob Heitz <jakob.heitz@ericsson.com>
To: "raszuk@cisco.com" <raszuk@cisco.com>
Date: Sat, 02 Apr 2011 20:23:39 -0400
Thread-Topic: [Idr] draft-bashandy-idr-bgp-repair-label-01: when does PE revert back to standard label?
Thread-Index: AcvxhKnD5OqnHVSjSxmdjjQKV15IgwADzolQ
Message-ID: <7309FCBCAE981B43ABBE69B31C8D21390E3F74F413@EUSAACMS0701.eamcs.ericsson.se>
References: <5CB44ED0-486E-4CC4-9A92-F7492C25AFB5@ericsson.com> <4D9767BF.1060205@cisco.com> <7309FCBCAE981B43ABBE69B31C8D21390E3F74F409@EUSAACMS0701.eamcs.ericsson.se> <4D979098.9080508@cisco.com> <7309FCBCAE981B43ABBE69B31C8D21390E3F74F40B@EUSAACMS0701.eamcs.ericsson.se> <4D97957B.7050801@cisco.com> <7309FCBCAE981B43ABBE69B31C8D21390E3F74F40F@EUSAACMS0701.eamcs.ericsson.se> <4D97A204.8090703@cisco.com>
In-Reply-To: <4D97A204.8090703@cisco.com>
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: idr <idr@ietf.org>
Subject: Re: [Idr] draft-bashandy-idr-bgp-repair-label-01: when does PE revert back to standard label?
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: Sun, 03 Apr 2011 00:22:02 -0000

> -----Original Message-----
> From: Robert Raszuk [mailto:raszuk@cisco.com] 
> Sent: Saturday, April 02, 2011 3:24 PM
> To: Jakob Heitz
> Cc: idr
> Subject: Re: [Idr] draft-bashandy-idr-bgp-repair-label-01: 
> when does PE revert back to standard label?
> 
> Hi Jakob,
> 
> > If PE3 sends an MPLS packet to PE1, PE1 uses the repair 
> label to send
> > to PE2. If CE2 sends an IP packet to PE1, PE1 should use the primary
> > label to send it to PE2. It should NEVER use the repair 
> label to send
> > that packet.
> >
> > The reason? If the link PE2 - CE were to fail, PE2 would not use the
> > backup to PE3.
> 
> Nope - sorry.
> 
> 1st point: We are working here to protect against single failure not
> double failure like in your example.

It's not a double failure.

> 
> Now direct answer with sequence of events including time scale for 
> better description:
> 
> - -10ms CE2 communicates via PE1 with CE without any protection
> -  0ms CE is getting re-homed from PE1 to PE3
> -  20ms PE1 on data plane is starting to use a backup label and nh=PE2

It uses repair label for packets received from PE3. (MPLS)
It uses primary label for packets received from CE2. (native IP)

> - 300ms PE1 converges control plane and starts to use primary label as
>    advertised by PE2 (in the same time all network is recalculating as
>    well removing CE via PE1 path)

still:
It uses repair label for packets received from PE3. (MPLS)
It uses primary label for packets received from CE2. (native IP)

> - @ next failure - PE2-CE fails PE2 will already have a backup via PE3
>    in it's data plane using backup label as advertised by PE3.
> 
> Rgs,
> R.
> 
>