[Teas] Preferred Path Routing (PPR) Re: Questions on IP RSVP-TE: Extensions to RSVP for P2P IP-TE LSP Tunnels

Toerless Eckert <tte@cs.fau.de> Mon, 29 July 2019 21:55 UTC

Return-Path: <eckert@i4.informatik.uni-erlangen.de>
X-Original-To: teas@ietfa.amsl.com
Delivered-To: teas@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ED3EF120086 for <teas@ietfa.amsl.com>; Mon, 29 Jul 2019 14:55:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.951
X-Spam-Level:
X-Spam-Status: No, score=-3.951 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] 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 1bMPNxHVblrA for <teas@ietfa.amsl.com>; Mon, 29 Jul 2019 14:55:19 -0700 (PDT)
Received: from faui40.informatik.uni-erlangen.de (faui40.informatik.uni-erlangen.de [IPv6:2001:638:a000:4134::ffff:40]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 85EFF12004E for <teas@ietf.org>; Mon, 29 Jul 2019 14:55:19 -0700 (PDT)
Received: from faui48f.informatik.uni-erlangen.de (faui48f.informatik.uni-erlangen.de [131.188.34.52]) by faui40.informatik.uni-erlangen.de (Postfix) with ESMTP id B9A3F548002; Mon, 29 Jul 2019 23:55:13 +0200 (CEST)
Received: by faui48f.informatik.uni-erlangen.de (Postfix, from userid 10463) id A950B440041; Mon, 29 Jul 2019 23:55:13 +0200 (CEST)
Date: Mon, 29 Jul 2019 23:55:13 +0200
From: Toerless Eckert <tte@cs.fau.de>
To: Tarek Saad <tsaad.net@gmail.com>
Cc: Aijun Wang <wangaijun@tsinghua.org.cn>, "tsaad@juniper.net" <tsaad@juniper.net>, 'Vishnu Pavan Beeram' <vbeeram@juniper.net>, 'TEAS WG' <teas@ietf.org>
Message-ID: <20190729215513.7yf4cj7mf3ieevs4@faui48f.informatik.uni-erlangen.de>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
User-Agent: NeoMutt/20170113 (1.7.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/teas/QSKwJfLpn111juZoeETjLknO26k>
Subject: [Teas] Preferred Path Routing (PPR) Re: Questions on IP RSVP-TE: Extensions to RSVP for P2P IP-TE LSP Tunnels
X-BeenThere: teas@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Traffic Engineering Architecture and Signaling working group discussion list <teas.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/teas>, <mailto:teas-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/teas/>
List-Post: <mailto:teas@ietf.org>
List-Help: <mailto:teas-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/teas>, <mailto:teas-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Jul 2019 21:55:23 -0000

I think this option might not have been brought up on TEAS in before:
With "Preferred Path Routing" (PPR) we have proposed a solutoin that
signals traffic engineered paths efficiently solely via the IGP, independent
of fowarding plane, hence applicable to IPv4/IPv6/SR-MPLS/SRv6 (or
even L2 switching).

The core thought was to simplify signalling and leverage what we learned
eliminating LDP from the necessary signaling protocol suite with SR,
something customers seem to overall appreciate. But there was no
equivalent mechanism to eliminate RSVP-TE signaling, and with PPR there
is.

Btw: When i started working on RSVP/RSVP-TE i also wanted TE functions
for RSVP-IP, but after having experienced a lot of the perfomance /
complexity issues, i think its a good idea to consider a more forward
looking alternative.

Wrt to loose hop forwarding: With PPR, the cost of signaling strict cost
is minimized, so whenever the desired policy better suits strict (e.g.:
no undeisred rerouting on loose segments), PPR should make it most easy.
When the policy is really loose segments, then i think for all signaling
mechanisms (RSVP-TE-IP, PPR or anything else), the same considaration
for the forwarding plane could apply:

Typically you wouldn't want to carry customer payload packets without
encap across the TE domain. Not an issue of TE, just of not wanting
customer addresses in your own network domain.  So you can assume to have a TE-domain
end-to-end encap. You can logically simply do on loose hops an
architectural IP-decap followed by IP-encap. And implementation wise its
at worst a 2 * 128-bit rewrite (Src,Dst-IP-addr). If you are creative
and consider the source-address to be an anycast-address owned by every
loose-hop, and you don't need to steer on the source-address, it's only a
single 128 bit rewrite. So not that difficult. In IPv4 the rewrite would be
shorter, but you also need to incrementally update the checksum, which
may be an issue for simpler forwarding HW (shouldn't be for P4-class
forwardign engine, but might cost more performance).

For PPR, See e.g.: draft-chunduri-lsr-isis-preferred-path-routing,
draft-qct-lsr-ppr-yang, draft-bryant-rtgwg-plfa,
draft-chunduri-idr-bgp-ls-ppr-ext, draft-ce-lsr-ppr-graph,
draft-cls-ppr-te-attributes, ...

Cheers
    Toerless

On Thu, Jul 11, 2019 at 04:14:55PM +0000, Tarek Saad wrote:
> Hi Aijun,
> 
> Thanks for reading and providing your comments on the draft. Please see inline.
> 
> 
> From: Teas <teas-bounces@ietf.org> on behalf of Aijun Wang <wangaijun@tsinghua.org.cn>
> Date: Wednesday, July 10, 2019 at 10:52 PM
> To: Tarek Saad <tsaad@juniper.net>, 'Vishnu Pavan Beeram' <vbeeram@juniper.net>
> Cc: 'TEAS WG' <teas@ietf.org>
> Subject: [Teas] Questions on IP RSVP-TE: Extensions to RSVP for P2P IP-TE LSP Tunnels
> 
> Hi, Tarek and Vishnu:
> 
> I just read your draft https://tools.ietf.org/html/draft-saad-teas-rsvpte-ip-tunnels-00, some questions are raised as the following. Would you like to clarify them:
> 1. As described in section-3.5.2<https://tools.ietf.org/html/draft-saad-teas-rsvpte-ip-tunnels-00#section-3.5.2>, the final path is established hop by hop, with the EAB address is the final destination, and the next-hop address is determined via the EXPLICT_ROUTE object.
>   If so, then this draft proposes to establish one e2e path explicitly via RSVP in Native IP network. The tunnel itself is not related to this draft?
> [TS]: The idea here is to reuse the many constructs that RFC3209 (and others) introduce to achieve the IP TE tunnel ? this includes FRR, BW management, make-before-break, e2e path-protection, preemption, etc.,-- so the tunnel (as ingress construct) is surely related.
> 
>   If so, should the title be changed to ?IP RSVP-TE: Extensions to RSVP for P2P IP-TE Path? more appropriated?
> 
> 2. The usage of the label proposed in section-3.4<https://tools.ietf.org/html/draft-saad-teas-rsvpte-ip-tunnels-00#section-3.4> is just for identification of the above P2P IP-TE Path(control plane only)? It will not existed within the forwarding packet(data plane) itself?
> [TS]: No, the EAB address is allocated by the egress node (triggered by RSVP signaling). It is carried in the RESV message on the way back to ingress. Any router that sees the RESV, will process it and program the EAB address in its forwarding ? effectively setting up its dataplane for that IP-LSP path.
> 
> If my understanding is correct, I think this draft has the same effect as that proposed in https://datatracker.ietf.org/doc/draft-ietf-teas-pce-native-ip/, both can be the candidate solutions for the scenarios described in
> https://datatracker.ietf.org/doc/draft-ietf-teas-native-ip-scenarios/
> 
> [TS]: We have mentioned in the draft that it is possible the ERO to be computed and downloaded by a PCE (using PCEP) to an ingress PE, and for the ingress PE to use that ERO in RSVP signaling to setup the IP RSVP-TE tunnel using the mechanisms defined in the draft. The draft you mentioned (from skimming quickly have to say), seems to be using PCEP as interface to program the RIB on router hops. I?m not sure if it covers many of (exisiing TE feature BW/preemption/protection/etc) aspects I?ve mentioned above as well as being able to establish multiple IP-LSP(s) to same destination and being able to share the dataplane forwarding state among the different IP-LSP(s) as we describe in this draft.
> 
> Regards,
> Tarek
> 
> 
> Best Regards.
> 
> Aijun Wang
> Network R&D and Operation Support Department
> China Telecom Corporation Limited Beijing Research Institute,Beijing, China..
> 

> _______________________________________________
> Teas mailing list
> Teas@ietf.org
> https://www.ietf.org/mailman/listinfo/teas


-- 
---
tte@cs.fau.de