Return-Path: <xiejingrong@huawei.com>
X-Original-To: bess@ietfa.amsl.com
Delivered-To: bess@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
 by ietfa.amsl.com (Postfix) with ESMTP id 7DFDD1270FC
 for <bess@ietfa.amsl.com>; Thu, 21 Dec 2017 01:23:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.23
X-Spam-Level: 
X-Spam-Status: No, score=-4.23 tagged_above=-999 required=5
 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3,
 RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001,
 T_RP_MATCHES_RCVD=-0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44])
 by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id XsUkzZkT44bm for <bess@ietfa.amsl.com>;
 Thu, 21 Dec 2017 01:23:09 -0800 (PST)
Received: from huawei.com (lhrrgout.huawei.com [194.213.3.17])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by ietfa.amsl.com (Postfix) with ESMTPS id 315BA1200FC
 for <bess@ietf.org>; Thu, 21 Dec 2017 01:23:09 -0800 (PST)
Received: from lhreml706-cah.china.huawei.com (unknown [172.18.7.107])
 by Forcepoint Email with ESMTP id E6AF72866BE0D
 for <bess@ietf.org>; Thu, 21 Dec 2017 09:23:05 +0000 (GMT)
Received: from NKGEML411-HUB.china.huawei.com (10.98.56.70) by
 lhreml706-cah.china.huawei.com (10.201.108.47) with Microsoft SMTP Server
 (TLS) id 14.3.361.1; Thu, 21 Dec 2017 09:23:07 +0000
Received: from NKGEML514-MBS.china.huawei.com ([169.254.3.248]) by
 nkgeml411-hub.china.huawei.com ([10.98.56.70]) with mapi id 14.03.0361.001;
 Thu, 21 Dec 2017 17:22:56 +0800
From: Xiejingrong <xiejingrong@huawei.com>
To: "bess@ietf.org" <bess@ietf.org>
CC: Xiejingrong <xiejingrong@huawei.com>
Thread-Topic: [bess] Comments on draft-ietf-bess-mvpn-expl-track-03
Thread-Index: AdN6NEanDCpPv20UQYKcimcePljNRg==
Date: Thu, 21 Dec 2017 09:22:56 +0000
Message-ID: <16253F7987E4F346823E305D08F9115A99A06375@nkgeml514-mbs.china.huawei.com>
Accept-Language: zh-CN, en-US
Content-Language: zh-CN
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.111.217.214]
Content-Type: multipart/alternative;
 boundary="_000_16253F7987E4F346823E305D08F9115A99A06375nkgeml514mbschi_"
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <https://mailarchive.ietf.org/arch/msg/bess/ztBrWyOJPLPcu8bj0Vv5fyo0gr8>
Subject: [bess]  Comments on draft-ietf-bess-mvpn-expl-track-03
X-BeenThere: bess@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: BGP-Enabled ServiceS working group discussion list <bess.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/bess>,
 <mailto:bess-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/bess/>
List-Post: <mailto:bess@ietf.org>
List-Help: <mailto:bess-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/bess>,
 <mailto:bess-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 21 Dec 2017 09:23:11 -0000

--_000_16253F7987E4F346823E305D08F9115A99A06375nkgeml514mbschi_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable


I have a comment on draft-ietf-bess-mvpn-expl-track-03.

The chap 5.3 of this document said:

Furthermore, if the PTA specifies "no tunnel info", the LIR and LIR-pF
flags in the PTA MUST be passed along unchanged.

   This will ensure that an egress ABR/ASBR only sends a Leaf A-D route
   in response to a "match for tracking" if it is on the path to an
   egress PE for the flow(s) identified in the corresponding S-PMSI A-D
   route.

The issue is as follow:
In a [IngressPE--EgressABR--EgressPE] topology, IngressPE send a Wildcard S=
-PMSI(*,*) route with PTA(flag<LIR+LIR-pF>), whose NLRI is donated as  SPMS=
I(type<0/1/2>RD,*,*,IngressPE). This SPMSI route will be relayed by EgressA=
BR to EgressPE with PTA flag untouched. Then EgressPE will generate ONE Lea=
fAD route with NLRI(type<0/1/2>RD,*,*,IngressPE,EgressPE) and RT<EgressABR>=
 and N(N>=3D0) LeafAD routes with NLRI(type<16/17/18>RD,S,G,IngressPE,Egres=
sPE) and RT<EgressABR>. All according to chap 5.2 of this document.

Then according to chap 5.3  of this document:
IngressABR will only send a Leaf A-D route, It should be the ONE of LeafAD(=
type<0/1/2RD,*,*,IngressPE,EgressABR) with RT<IngressABR>.
Then how should IngressABR deal with the the N(N>=3D0) LeafAD routes with N=
LRI(type<16/17/18>RD,S,G,IngressPE,EgressPE) and RT<EgressABR> ?
It is not clarified in RFC7524 either. See chap 7.1 of RFC7524, which only =
clarify LeafAD route with type<0/1/2>RD.
Should such LeafAD route with type<16/17/18>RD be accepted and installed by=
 EgressABR, and then 'relay' back to IngressPE, and thus enable IngressPE e=
xplicit tracking inside the ingress "segmentation domain" ?

Thanks.

XieJingrong




--_000_16253F7987E4F346823E305D08F9115A99A06375nkgeml514mbschi_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:10.5pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:#954F72;
	text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
	{mso-style-priority:34;
	margin:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	text-justify:inter-ideograph;
	text-indent:21.0pt;
	font-size:10.5pt;
	font-family:"Calibri",sans-serif;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri",sans-serif;}
/* Page Definitions */
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
	{page:WordSection1;}
/* List Definitions */
@list l0
	{mso-list-id:2091269180;
	mso-list-type:hybrid;
	mso-list-template-ids:-1071644532 -370903816 67698713 67698715 67698703 67=
698713 67698715 67698703 67698713 67698715;}
@list l0:level1
	{mso-level-text:"%1\)";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:18.0pt;
	text-indent:-18.0pt;}
@list l0:level2
	{mso-level-number-format:alpha-lower;
	mso-level-text:"%2\)";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:42.0pt;
	text-indent:-21.0pt;}
@list l0:level3
	{mso-level-number-format:roman-lower;
	mso-level-tab-stop:none;
	mso-level-number-position:right;
	margin-left:63.0pt;
	text-indent:-21.0pt;}
@list l0:level4
	{mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:84.0pt;
	text-indent:-21.0pt;}
@list l0:level5
	{mso-level-number-format:alpha-lower;
	mso-level-text:"%5\)";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:105.0pt;
	text-indent:-21.0pt;}
@list l0:level6
	{mso-level-number-format:roman-lower;
	mso-level-tab-stop:none;
	mso-level-number-position:right;
	margin-left:126.0pt;
	text-indent:-21.0pt;}
@list l0:level7
	{mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:147.0pt;
	text-indent:-21.0pt;}
@list l0:level8
	{mso-level-number-format:alpha-lower;
	mso-level-text:"%8\)";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:168.0pt;
	text-indent:-21.0pt;}
@list l0:level9
	{mso-level-number-format:roman-lower;
	mso-level-tab-stop:none;
	mso-level-number-position:right;
	margin-left:189.0pt;
	text-indent:-21.0pt;}
ol
	{margin-bottom:0cm;}
ul
	{margin-bottom:0cm;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"ZH-CN" link=3D"#0563C1" vlink=3D"#954F72" style=3D"text-justi=
fy-trim:punctuation">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">I have a comment on draft-ietf-bess-mvpn-expl-=
track-03.<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">The chap 5.3 of this document said:<o:p></o:p>=
</span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-indent:=
16.5pt;text-autospace:none">
<span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;Courier Ne=
w&quot;;color:navy">Furthermore, if the PTA specifies &quot;no tunnel info&=
quot;, the LIR and LIR-pF
<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-indent:=
16.5pt;text-autospace:none">
<span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;Courier Ne=
w&quot;;color:navy">flags in the PTA MUST be passed along unchanged.<o:p></=
o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">&nbsp;&nbsp; This will ensure that an egress A=
BR/ASBR only sends a Leaf A-D route&nbsp;
<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">&nbsp;&nbsp; in response to a &quot;match for =
tracking&quot; if it is on the path to an<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">&nbsp;&nbsp; egress PE for the flow(s) identif=
ied in the corresponding S-PMSI A-D<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">&nbsp;&nbsp; route.<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">The issue is as follow:<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">In a [IngressPE--EgressABR--EgressPE] topology=
, IngressPE send a Wildcard S-PMSI(*,*) route with PTA(flag&lt;LIR&#43;LIR-=
pF&gt;),
 whose NLRI is donated as &nbsp;SPMSI(type&lt;0/1/2&gt;RD,*,*,IngressPE). T=
his SPMSI route will be relayed by EgressABR to EgressPE with PTA flag unto=
uched. Then EgressPE will generate ONE LeafAD route with NLRI(type&lt;0/1/2=
&gt;RD,*,*,IngressPE,EgressPE) and RT&lt;EgressABR&gt;
 and N(N&gt;=3D0) LeafAD routes with NLRI(type&lt;16/17/18&gt;RD,S,G,Ingres=
sPE,EgressPE) and RT&lt;EgressABR&gt;. All according to chap 5.2 of this do=
cument.<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">Then according to chap 5.3 &nbsp;of this docum=
ent:<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">IngressABR will only send a Leaf A-D route, It=
 should be the ONE of LeafAD(type&lt;0/1/2RD,*,*,IngressPE,EgressABR)
 with RT&lt;IngressABR&gt;.<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">Then how should IngressABR deal with the the N=
(N&gt;=3D0) LeafAD routes with NLRI(type&lt;16/17/18&gt;RD,S,G,IngressPE,Eg=
ressPE)
 and RT&lt;EgressABR&gt; ?<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">It is not clarified in RFC7524 either. See cha=
p 7.1 of RFC7524, which only clarify LeafAD route with
 type&lt;0/1/2&gt;RD.<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">Should such LeafAD route with type&lt;16/17/18=
&gt;RD be accepted and installed by EgressABR, and then &#8216;relay&#8217;
 back to IngressPE, and thus enable IngressPE explicit tracking inside the =
ingress &#8220;segmentation domain&#8221; ?<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">Thanks.<o:p></o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal" align=3D"left" style=3D"text-align:left;text-autospa=
ce:none"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;C=
ourier New&quot;;color:navy">XieJingrong<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p>&nbsp;</o:p></span></p>
</div>
</body>
</html>

--_000_16253F7987E4F346823E305D08F9115A99A06375nkgeml514mbschi_--

