Zhenqiang -

In regards to:

<snip>
[Zhenqiang]Since paths for IP flex-algo are calculated within specific MT, I 
think one new top-level TLV for ISIS is enough to advertise prefix reachability 
associated with a Flex-Algorithm, that is the one defined in section 6.1. MTID 
can be used to indicate it is for IPv4 or IPv6.
<end snip>

You have misunderstood RFC 5120.
It is true that the reserved MTIDs defined in 
https://www.rfc-editor.org/rfc/rfc5120.html Section 7.5  are restricted to 
support only a single AFI/SAFI, but non-reserved MTIDs are NOT subject to this 
restriction. It is quite possible to use one of the unreserved MTIDs and 
support forwarding of both IPv4 and IPv6 address families on the topology 
associated with that MTID. Therefore, it is necessary to define AF specific 
TLVs. And that is why RFC 5120 did so and why this draft also must do so.

Draft authors -

https://tools.ietf.org/html/draft-bonica-lsr-ip-flexalgo-01#section-6.2 states:

"The ISIS IPv6 Algorithm Prefix Reachability TLV is identical to the
   ISIS IPv4 Algorithm Prefix Reachability TLV, except that it has a
   unique type."

But this is not completely accurate.
The existing Prefix Reachability TLVs for IPV4 (135, 235) and IPv6 (236, 237) 
have different flags formats.
See https://www.rfc-editor.org/rfc/rfc5305.html#section-4 and 
https://www.rfc-editor.org/rfc/rfc5308.html  Section 2 respectively.
And of course the legal ranges for prefix length are different.

I would expect these differences to be preserved in the new TLVs defined in 
this draft. It would therefore be better (and more accurate) if you replaced 
the above statement with a diagram for the new IPv6 TLV comparable to the one 
in Section 6.1.

Thanx.

   Les


From: Lsr <lsr-boun...@ietf.org> On Behalf Of li_zhenqi...@hotmail.com
Sent: Wednesday, December 09, 2020 8:04 PM
To: Peter Psenak <ppsenak=40cisco....@dmarc.ietf.org>; Dongjie (Jimmy) 
<jie.d...@huawei.com>; Acee Lindem (acee) <acee=40cisco....@dmarc.ietf.org>; 
lsr <lsr@ietf.org>
Subject: Re: [Lsr] WG Adoption Call for "IGP Flexible Algorithms 
(Flex-Algorithm) In IP Networks" - draft-bonica-lsr-ip-flexalgo-01

Hello Peter,

follow-up questions with [Zhenqiang].

FA calculation is done for every MT topology independently.
For IPv4 it will take all routers participating in MT0 and run the FA
calculation on top of MT0.
For IPv6 it will take all routers participating in MT2 and run the FA
calculation on top of MT2.

[Zhenqiang] Could you please elaborate this explicitly in the draft? For 
example, in section 7, replace the setence "IP Flex-Algorithm application only 
considers participating nodes during the Flex-Algorithm calculation" with "IP 
Flex-Algorithm application only considers participating nodes within the same 
MTID during the Flex-Algorithm calculation".

[Zhenqiang]Since paths for IP flex-algo are calculated within specific MT, I 
think one new top-level TLV for ISIS is enough to advertise prefix reachability 
associated with a Flex-Algorithm, that is the one defined in section 6.1. MTID 
can be used to indicate it is for IPv4 or IPv6.

Best Regards,
Zhenqiang Li
________________________________
li_zhenqi...@hotmail.com<mailto:li_zhenqi...@hotmail.com>

From: Peter Psenak<mailto:ppsenak=40cisco....@dmarc.ietf.org>
Date: 2020-12-09 21:05
To: Dongjie (Jimmy)<mailto:jie.d...@huawei.com>; Acee Lindem 
(acee)<mailto:acee=40cisco....@dmarc.ietf.org>; lsr<mailto:lsr@ietf.org>
Subject: Re: [Lsr] WG Adoption Call for "IGP Flexible Algorithms 
(Flex-Algorithm) In IP Networks" - draft-bonica-lsr-ip-flexalgo-01
Hi Jimmy,

On 09/12/2020 13:52, Dongjie (Jimmy) wrote:
> Hi Peter,
>
>> -----Original Message-----
>> From: Peter Psenak [mailto:ppse...@cisco.com]
>> Sent: Wednesday, December 9, 2020 6:45 PM
>> To: Dongjie (Jimmy) <jie.d...@huawei.com<mailto:jie.d...@huawei.com>>; Acee 
>> Lindem (acee)
>> <acee=40cisco....@dmarc.ietf.org<mailto:acee=40cisco....@dmarc.ietf.org>>; 
>> lsr <lsr@ietf.org<mailto:lsr@ietf.org>>
>> Subject: Re: [Lsr] WG Adoption Call for "IGP Flexible Algorithms
>> (Flex-Algorithm) In IP Networks" - draft-bonica-lsr-ip-flexalgo-01
>>
>> Jimmy,
>>
>> On 09/12/2020 11:10, Dongjie (Jimmy) wrote:
>>> Hi authors,
>>>
>>> Here is one comment following the previous discussion on the mail list
>>> and the IETF meeting.
>>>
>>> The IP Algorithm TLV is defined to advertise the IP Flex-Algorithm
>>> participation information, there is no separate TLV for IPv4 or IPv6
>>> Flex-Algo participation.
>>
>> the draft clearly says:
>>
>>      "The IP Flex-Algorithm participation advertised in ISIS IP Algorithm
>>      Sub-TLV is topology independent."
>
> This does not answer my question.
>
> Section 7 gives the rules of IP Flex-Algo Path calculation:
>
> " IP Flex-Algorithm application only considers participating nodes during the 
> Flex-Algorithm calculation.  When computing paths for a given Flex-Algorithm, 
> all nodes that do not advertise participation for IP Flex-Algorithm, as 
> described in Section 5, MUST be pruned from the topology."
>
>>From IP Algorithm TLV, one cannot tell whether a node participates in 
>>Flex-Algo 128 for IPv4, IPv6 or both. This would cause the problem described 
>>below: >
> When one node uses IP Flex-Algo participation to compute a path for an IPv6 
> address advertised with Flex-Algo 128, it will not prune the nodes which 
> participate in Flex-Algo 128 for IPv4 only from the topology. Thus IPv6 
> packets following that path may get dropped on nodes which participates in 
> Flex-Algo 128 for IPv4 only.

FA calculation is done for every MT topology independently.

For IPv4 it will take all routers participating in MT0 and run the FA
calculation on top of MT0.

For IPv6 it will take all routers participating in MT2 and run the FA
calculation on top of MT2.


>
>>
>>> If some nodes participate in IPv4 Flex-Algo 128, and some of these
>>> nodes participate in IPv6 Flex-Algo 128, how to ensure that the path
>>> computed for IPv6 Flex-Algo will not use the nodes which only
>>> participate in IPv4 Flex-Algo 128?
>>
>> there is no such thing as "IPv4 Flex-Algo 128" or "IPv6 Flex-Algo 128".
>> There is only algo 128.
>
> Agree that Flex-Algo 128 is application or data plane agnostic, and as we 
> discussed the same Flex-Algo can be used with both IPv4 and IPv6 (maybe also 
> for SR-MPLS, SRv6). These terms are used as shorthand of "Flex-Algo 128 used 
> with IPv4 or IPv6"
>
>> You are mixing data plane support with algo participation.
>
> I understand Flex-Algo definition is application agnostic, and Flex-Algo 
> participation is application specific, it is just not clear to me whether 
> IPv4 and IPv6 can be treated as one application.

yes they can.

>
>> If you want an algo to only include nodes that supports specific data plane,
>> you would need to define a specific algo for it.
>
> This IMO contradicts with the base concept: Flex-Algo definition is 
> application (or data plane) agnostic.

not really, see above.

thanks,
Peter

>
> Best regards,
> Jie
>
>>
>> thanks,
>> Peter
>>
>>
>>>
>>> Best regards,
>>>
>>> Jie
>>>
>>> *From:*Lsr [mailto:lsr-boun...@ietf.org] *On Behalf Of *Acee Lindem
>>> (acee)
>>> *Sent:* Wednesday, December 2, 2020 5:13 AM
>>> *To:* lsr <lsr@ietf.org<mailto:lsr@ietf.org>>
>>> *Subject:* [Lsr] WG Adoption Call for "IGP Flexible Algorithms
>>> (Flex-Algorithm) In IP Networks" - draft-bonica-lsr-ip-flexalgo-01
>>>
>>> This IP Flex Algorithm draft generated quite a bit of discussion on
>>> use cases and deployment prior to IETF 109 and there was generally
>>> support for WG adoption. This begins a two week WG adoption call.
>>> Please indicate your support or objection to WG adoption on this list
>>> prior to
>>> 12:00 AM UTC on December 16^th , 2020. Also, review comments are
>>> certainly welcome.
>>>
>>> Thanks,
>>>
>>> Acee
>>>
>
>
>

_______________________________________________
Lsr mailing list
Lsr@ietf.org<mailto:Lsr@ietf.org>
https://www.ietf.org/mailman/listinfo/lsr
_______________________________________________
Lsr mailing list
Lsr@ietf.org
https://www.ietf.org/mailman/listinfo/lsr

Reply via email to