Re: [mpls-tp] Comments on draft-nitinb-mpls-tp-on-demand-cv-00

Nitin Bahadur <nitinb@juniper.net> Thu, 24 June 2010 17:59 UTC

Return-Path: <nitinb@juniper.net>
X-Original-To: mpls-tp@core3.amsl.com
Delivered-To: mpls-tp@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 3FE5C3A683E for <mpls-tp@core3.amsl.com>; Thu, 24 Jun 2010 10:59:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.801
X-Spam-Level:
X-Spam-Status: No, score=-5.801 tagged_above=-999 required=5 tests=[AWL=0.198, BAYES_00=-2.599, J_CHICKENPOX_53=0.6, 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 LqQcpD3+n897 for <mpls-tp@core3.amsl.com>; Thu, 24 Jun 2010 10:59:17 -0700 (PDT)
Received: from exprod7og108.obsmtp.com (exprod7og108.obsmtp.com [64.18.2.169]) by core3.amsl.com (Postfix) with ESMTP id 35F4F3A67E7 for <mpls-tp@ietf.org>; Thu, 24 Jun 2010 10:59:17 -0700 (PDT)
Received: from source ([66.129.224.36]) (using TLSv1) by exprod7ob108.postini.com ([64.18.6.12]) with SMTP ID DSNKTCOc/OYWA7/WJMjAp0c1S7V/Vck2snRv@postini.com; Thu, 24 Jun 2010 10:59:26 PDT
Received: from EMBX02-HQ.jnpr.net ([fe80::18fe:d666:b43e:f97e]) by P-EMHUB03-HQ.jnpr.net ([::1]) with mapi; Thu, 24 Jun 2010 10:56:35 -0700
From: Nitin Bahadur <nitinb@juniper.net>
To: 'Mach Chen' <mach@huawei.com>, "mpls-tp@ietf.org" <mpls-tp@ietf.org>
Date: Thu, 24 Jun 2010 10:56:34 -0700
Thread-Topic: [mpls-tp] Comments on draft-nitinb-mpls-tp-on-demand-cv-00
Thread-Index: AcsTdwK/yrd0lu/pSbaqKIvIUp+lOwATg+qQ
Message-ID: <05542EC42316164383B5180707A489EE1D66F1901A@EMBX02-HQ.jnpr.net>
References: <C847CBF8.11383%nitinb@juniper.net> <E03AE9988D4A4D46802BF4E8EE8078CF@m55527c>
In-Reply-To: <E03AE9988D4A4D46802BF4E8EE8078CF@m55527c>
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
Subject: Re: [mpls-tp] Comments on draft-nitinb-mpls-tp-on-demand-cv-00
X-BeenThere: mpls-tp@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: MPLS-TP Mailing list <mpls-tp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/mpls-tp>, <mailto:mpls-tp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mpls-tp>
List-Post: <mailto:mpls-tp@ietf.org>
List-Help: <mailto:mpls-tp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mpls-tp>, <mailto:mpls-tp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Jun 2010 17:59:18 -0000

Hi Mach,

   Very good example. See more below.

> IMHO, even if in non-error cases(for associated bidirectional 
> LSP), the MIPs response may not be able to send the response, 

> see the figure below:
> A---B---C---D---E
>  \             /
>   F----G------H
> A associated bidirectional LSP combined with two 
> unidirectional LSPs( LSP1: 
> A->B->C->D->E, and LSP2: E->H->G->F->A), when the trace 
> request reach at 
> A->B->C->D->B,
> how does node B send the response? 

The above case is probably not how things get deployed in transport
networks (transport folks can correct me if I am wrong). Transport networks
typically have bi-directional physical paths.

In any case, there are 2 ways for B to send a response back, 
1) B sends the response back directly to A via IP or some other encapsulation.
2) B tunnels the packet to E and sends the response back.

Option 2 is not practical & insufficient, because if there is a fault at C, then the echo
response will never make it back...giving the impression that the fault is at B. 
Adding the complexity to tunnel the packet to E and then back seems too cumbersome 
and I don't see a real business case/requirement for the same.

Option 1 will not work if there is no IP/MPLS path back to A from B....but I consider that
more of a network design issue....

> there may not be direct 
> return path from B to A (including IP or LSP path), the only 
> way to send the response is continue to send the response 
> along LSP1, and round back at E and then send along LSP2 back 
> to A. In order to achieve this, IMHO, there need some 
> information to direct node B and node E to send the response, 
> including:
> 1. whether can send the response along the non-in-band path 
> or not 2. how to send the response along the round-path; and 
> if there exist both direct return path from a MIP to the 
> ingress and round-path, how to determine which path should be used.

Thanks
nitin