Re: [mpls-tp] Demultiplexing to BFD sessions
xiao.min2@zte.com.cn Mon, 28 June 2010 11:03 UTC
Return-Path: <xiao.min2@zte.com.cn>
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 C01743A6900; Mon, 28 Jun 2010 04:03:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -96.363
X-Spam-Level:
X-Spam-Status: No, score=-96.363 tagged_above=-999 required=5 tests=[AWL=-1.329,
BAYES_50=0.001, HTML_MESSAGE=0.001, MIME_BASE64_TEXT=1.753,
MIME_CHARSET_FARAWAY=2.45, RCVD_DOUBLE_IP_LOOSE=0.76, USER_IN_WHITELIST=-100]
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 41VV9z-TMmFF;
Mon, 28 Jun 2010 04:03:44 -0700 (PDT)
Received: from mx5.zte.com.cn (mx5.zte.com.cn [63.217.80.70]) by
core3.amsl.com (Postfix) with ESMTP id 7D66E3A65A6;
Mon, 28 Jun 2010 04:03:43 -0700 (PDT)
Received: from [10.30.17.99] by mx5.zte.com.cn with surfront esmtp id
552341105171106; Mon, 28 Jun 2010 19:03:24 +0800 (CST)
Received: from [10.30.3.19] by [192.168.168.15] with StormMail ESMTP id
2748.4567494328; Mon, 28 Jun 2010 19:03:46 +0800 (CST)
Received: from notes_smtp.zte.com.cn ([10.30.1.239]) by mse2.zte.com.cn with
ESMTP id o5SB3EhG088687;
Mon, 28 Jun 2010 19:03:17 +0800 (CST) (envelope-from xiao.min2@zte.com.cn)
In-Reply-To: <716209EC190CA740BA799AC4ACCBFB5D180C3C7126@IXCAEXCH07.ixiacom.com>
To: Apratim Mukherjee <AMukherjee@ixiacom.com>
MIME-Version: 1.0
X-Mailer: Lotus Notes Release 7.0 August 18, 2005
Message-ID: <OF2CCBF3DE.DE25A517-ON48257750.003C94C5-48257750.003C81D8@zte.com.cn>
From: xiao.min2@zte.com.cn
Date: Mon, 28 Jun 2010 19:02:52 +0800
X-MIMETrack: Serialize by Router on notes_smtp/zte_ltd(Release 6.5.4|March 27,
2005) at 2010-06-28 19:03:04, Serialize complete at 2010-06-28 19:03:04
Content-Type: multipart/alternative;
boundary="=_alternative 003C81D748257750_="
X-MAIL: mse2.zte.com.cn o5SB3EhG088687
Cc: Mukund Mani <mukund.mani@gmail.com>,
"mpls-tp-bounces@ietf.org" <mpls-tp-bounces@ietf.org>,
"mpls-tp@ietf.org" <mpls-tp@ietf.org>
Subject: Re: [mpls-tp] Demultiplexing to BFD sessions
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: Mon, 28 Jun 2010 11:03:48 -0000
Hi Apratim, Acc to RFC5860 section 2.2, "It is RECOMMENDED that any protocol solution, meeting one or more functional requirement(s), be the same for PWs, LSPs, and Sections." Although this is not a MUST requirement, it's preferred that uniform consideration to discriminator in BFD session is applied to PWs, LSPs and Sections in the MPLS-TP context. So IMO the mechanism defined in RFC5885 also works for MPLS-TP LSP, and Implicit NULL or Explicit NULL label should be taken into specific account separately. Best Regards, Xiao Min Apratim Mukherjee <AMukherjee@ixiacom.com> 2010-06-28 12:38 收件人 "xiao.min2@zte.com.cn" <xiao.min2@zte.com.cn>cn>, Mukund Mani <mukund.mani@gmail.com> 抄送 "mpls-tp-bounces@ietf.org" <mpls-tp-bounces@ietf.org>rg>, "mpls-tp@ietf.org" <mpls-tp@ietf.org> 主题 RE: [mpls-tp] Demultiplexing to BFD sessions Hi Xiao/Mukund , I think for normal bi-directional ‘fate-sharing’ BFD bidirectional session with no PHP and no explicit NULL assignment at the egress , the bootstrap mechanism is not really needed since the Label Stack does provide the context at the receiving end for identifying the local BFD session. ( same as how IP header gives the context for IPv4 BFD with Your Discriminator ‘0’ ) RFC5885 works fine without knowing peer Discriminator value from before since this is a PW connection , which means that egress assigns a label which is NOT Implicit NULL or Explicit NULL. However , this does not appear to work if egress has assigned Implicit NULL or Explicit NULL . ( Not clear if both are disallowed , appears to me at least first one is not supported in MPLS-TP but nowhere Explicit NULL is explicitly ruled out ) . For MPLS-TP , the mechanisms being designed should work for normal LSPs as well ( not only for PWs that is ) . The other case where above does not appear to work is for ‘independent’ BFD sessions . ( I had sent a mail regarding that , but no replies yet ) in which two ‘non fate-sharing’ BFD sessions are required to protect each direction of a bi-directional connection separately. There also it does not look like we can derive local BFD session correctly from a packet received with ‘Your Discriminator’ set to 0 . Regards, Apratim From: mpls-tp-bounces@ietf.org [mailto:mpls-tp-bounces@ietf.org] On Behalf Of xiao.min2@zte.com.cn Sent: Monday, June 28, 2010 7:57 AM To: Mukund Mani Cc: mpls-tp-bounces@ietf.org; mpls-tp@ietf.org Subject: Re: [mpls-tp] Demultiplexing to BFD sessions Hi Mukund, To my understanding, discriminator exchange is applicable in some scenario, but not necessary in other scenario, for BFD session bootstrap. In RFC5884 section 3.2, it's indicated that LSP Ping is used to exchange discriminator and bootstrap the BFD session; But in RFC5885 section 3.1, it's also indicated that the VCCV control channel provides the context required to bootstrap the BFD session and no discriminator exchange needed. In the MPLS-TP context, IMO it's similar to the scenario in RFC5885 and no discriminator exchange is needed to bootstrap BFD session. Best Regards, Xiao Min Mukund Mani <mukund.mani@gmail.com> 发件人: mpls-tp-bounces@ietf.org 2010-06-11 14:24 收件人 mpls-tp@ietf.org 抄送 主题 [mpls-tp] Demultiplexing to BFD sessions Hi TP-Group draft-ietf-mpls-tp-lsp-ping-bfd-procedures-00 states in Section 3 "When using BFD over MPLS-TP LSPs, the BFD discriminator MUST either be signaled via LSP-Ping or be statically configured." draft-ietf-mpls-tp-bfd-cc-cv-00 states in Section 3.5.6 "MPLS labels at peer MEPs are used to provide context for the received BFD packets." As I understand from the statement in the CC/CV draft, since discriminator values are not required for demultiplexing to the BFD session anymore, we will not need LSP Ping to bootstrap BFD session for TP LSP. But draft-ietf-mpls-tp-lsp-ping-bfd-procedures-00 specifies that LSP Ping can also be used to signal BFD discriminator. So is LSP Ping still really needed in the context of BFD over MPLS-TP? Also as a part of MPLS-TP OAM could somebody explain why such a deviation is taken from the BFD-BASE mode of demultiplexing which even BFD-MPLS uses (discriminator values instead of MPLS labels), but MPLS-TP goes in for demultiplexing using labels.... Could somebody please clarify this..? With Regards Mukund _______________________________________________ mpls-tp mailing list mpls-tp@ietf.org https://www.ietf.org/mailman/listinfo/mpls-tp
- [mpls-tp] Demultiplexing to BFD sessions Mukund Mani
- Re: [mpls-tp] Demultiplexing to BFD sessions Mach Chen
- Re: [mpls-tp] Demultiplexing to BFD sessions Shahram Davari
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions Shahram Davari
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions Mach Chen
- Re: [mpls-tp] Demultiplexing to BFD sessions Mach Chen
- Re: [mpls-tp] Demultiplexing to BFD sessions Adrian Farrel
- Re: [mpls-tp] Demultiplexing to BFD sessions Lavanya Srivatsa
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions Mukund Mani
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions neil.2.harrison
- Re: [mpls-tp] Demultiplexing to BFD sessions Curtis Villamizar
- Re: [mpls-tp] Demultiplexing to BFD sessions Curtis Villamizar
- Re: [mpls-tp] Demultiplexing to BFD sessions xiao.min2
- Re: [mpls-tp] Demultiplexing to BFD sessions Apratim Mukherjee
- Re: [mpls-tp] Demultiplexing to BFD sessions xiao.min2
- Re: [mpls-tp] Demultiplexing to BFD sessions Apratim Mukherjee
- Re: [mpls-tp] Demultiplexing to BFD sessions Mukund Mani
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions xiao.min2
- Re: [mpls-tp] Demultiplexing to BFD sessions Shahram Davari
- Re: [mpls-tp] Demultiplexing to BFD sessions David Allan I
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions David Allan I
- Re: [mpls-tp] Demultiplexing to BFD sessions John E Drake
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions Apratim Mukherjee
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions Apratim Mukherjee
- Re: [mpls-tp] Demultiplexing to BFD sessions David Allan I
- Re: [mpls-tp] Demultiplexing to BFD sessions Mukund Mani
- Re: [mpls-tp] Demultiplexing to BFD sessions Shahram Davari
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions David Allan I
- Re: [mpls-tp] Demultiplexing to BFD sessions Greg Mirsky
- Re: [mpls-tp] Demultiplexing to BFD sessions Mukund Mani
- Re: [mpls-tp] Demultiplexing to BFD sessions Apratim Mukherjee
- Re: [mpls-tp] Demultiplexing to BFD sessions Apratim Mukherjee