<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-kompella-teas-mpte-03" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="MPTE">Multipath Traffic Engineering</title>

    <author initials="K." surname="Kompella" fullname="Kireeti Kompella">
      <organization>HPE</organization>
      <address>
        <postal>
          <city>Sunnyvale</city>
          <region>California</region>
          <code>94089</code>
          <country>United States of America</country>
        </postal>
        <email>kireeti.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="L." surname="Jalil" fullname="Luay Jalil">
      <organization>Verizon</organization>
      <address>
        <postal>
          <city>Richardson</city>
          <region>Texas</region>
          <code>75081</code>
          <country>United States of America</country>
        </postal>
        <email>luay.jalil@verizon.com</email>
      </address>
    </author>
    <author initials="M." surname="Khaddam" fullname="Mazen Khaddam">
      <organization>Cox Communications</organization>
      <address>
        <postal>
          <city>Atlanta</city>
          <region>Georgia</region>
          <code>30328</code>
          <country>United States of America</country>
        </postal>
        <email>mazen.khaddam@cox.com</email>
      </address>
    </author>
    <author initials="A. J." surname="Smith" fullname="Andy J. Smith">
      <organization>Arrcus, Inc.</organization>
      <address>
        <postal>
          <city>Philadelphia</city>
          <region>Pennsylvania</region>
          <code>19104</code>
          <country>United States of America</country>
        </postal>
        <email>andy@arrcus.com</email>
      </address>
    </author>

    <date year="2026"/>

    <area>Routing</area>
    <workgroup>TEAS WG</workgroup>
    <keyword>multipath, traffic engineering</keyword>

    <abstract>


<?line 65?>

<t>Shortest path routing offers an easy-to-understand, easy-to-implement method of establishing loop-free connectivity in a network, but offers few other features. Equal-cost multipath (ECMP), a simple extension, uses multiple equal-cost paths between any two points in a network: at any node in a path (really, Directed Acyclic Graph), traffic can be (typically equally) load-balanced among the next hops. ECMP is easy to add on to shortest path routing, and offers a few more features, such as resiliency and load distribution, but the feature set is still quite limited.</t>

<t>Traffic Engineering (TE), on the other hand, offers a very rich toolkit for managing traffic flows and the paths they take in a network. A TE network can have link attributes such as bandwidth, colors, risk groups and alternate metrics. A TE path can use these attributes to include or avoid certain links, increase path diversity, manage bandwidth reservations, improve service experience, and offer protection paths. However, TE typically doesn't offer multipathing as the tunnels used to implement TE usually take a single path.</t>

<t>This memo proposes multipath traffic-engineering (MPTE), combining the best of ECMP and TE. The multipathing proposed here need not be strictly equal-cost, allowing for some "slack" to admit more paths. The load balancing at each hop is optimally weighted to each next hop rather than always being equally weighted. Moreover, traffic can enter and leave an MPTE construct via multiple ingresses and egresses. The proposal includes several choices of control and data planes.</t>



    </abstract>



  </front>

  <middle>


<?line 73?>

<section anchor="intro"><name>Introduction</name>

<t>Operators managing traffic within their networks have several tools, among them:</t>

<t><list style="numbers" type="1">
  <t>Equal-cost Multipath (ECMP): balance traffic along multiple paths. This yields some resilience and some traffic management, as traffic can be load-balanced across multiple paths. To use ECMP effectively, one may have to adjust link metrics to allow multiple paths to have the same overall distance.</t>
  <t>Traffic Engineering (TE): state constraints for a path from an ingress router to an egress router, and let a path computation engine compute it. This gives much greater control over the nodes and links traversed, but is usually limited to finding a single path from ingress to egress <xref target="RFC2702"/>.</t>
  <t>Multi-egress: allow traffic from an ingress router to a destination dst to use several egress routers, all of which have routes to that destination. dst may be an Internet prefix <xref target="RFC4271"/>, a VPN prefix <xref target="RFC4364"/>, an EVPN address <xref target="RFC7432"/>, a VPLS site <xref target="RFC4761"/>, <xref target="RFC4762"/> or some other service destination. For BGP-signaled destinations, this requires that the BGP tie-breaking algorithm yield multiple results (rather than a single one), all of which become candidates for egress.</t>
  <t>Multi-ingress: consider multiple ingress routers as "equivalent" with respect to some of the traffic they sent to one or more egress routers. For example, an eBGP peer router or a VPN site may be multi-homed to several ingress routers, all of which would send such traffic to the same set of egress routers.</t>
</list></t>

<t><xref target="RFC2702"/> describes requirements for MPLS-based TE, and thus is relevant to this memo. At the same time, the authors appear to believe that one can either have TE or multipathing, but not both. This is further emphasized by the notion of a Label Switched Path, which is used to implement MPLS-based TE. RSVP-TE (<xref target="RFC3209"/>), the protocol designed to meet the requirements of <xref target="RFC2702"/>, builds a single path from one ingress to one egress (for unicast traffic).</t>

<t>In order to satisfy the constraints, TE often uses non-shortest paths. To do so without looplng packets, a tunnel is used. Such tunnels have to be signaled. RSVP-TE is a signaling protocol for MPLS-based tunnels.</t>

<t>In this memo, we introduce a new tool: multipath TE (MPTE). This allows an operator to specify constraints for paths (as in TE), specify multiple ingresses and egresses, and use multiple paths from ingress to egress. Effectively, MPTE combines the advantages of the four tools above. The resulting set of paths from ingresses to egresses is a Directed Acyclic Graph (DAG), here called an MPTE DAG or MPTED. Finally, this memo allows the use of multiple types of tunnels. The main contribution of this memo is the notion of a (multipath) unicast tunnel across an MPTED, called an MPTE tunnel or MPTET, and an overview of how they are created. Protocols for provisioning such tunnels will be specified in companion documents. Another companion document defines how to distribute MPTE capabilities in an IGP so that entities computing MPTEDs can know which nodes to include in the DAG.</t>

<section anchor="terminology"><name>Terminology</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?></t>

<section anchor="definition-of-commonly-used-terms"><name>Definition of Commonly Used Terms</name>

<t>This section provides definitions for terms and abbreviations that have a specific meaning to the MPTE protocol and that are used throughout this memo.</t>

<dl>
  <dt>constraints:</dt>
  <dd>
    <t>desired properties of paths between ingresses and egresses.</t>
  </dd>
  <dt>constrained shortest path first (CSPF):</dt>
  <dd>
    <t>A modification to SPF to take into account TE constraints.</t>
  </dd>
  <dt>directed acyclic graph (DAG):</dt>
  <dd>
    <t>a directed graph that has no cycles. The result of a multipath SPF or CSPF computation is a DAG.</t>
  </dd>
  <dt>directed graph:</dt>
  <dd>
    <t>a set of nodes and directed links. A network is represented by a directed graph.</t>
  </dd>
  <dt>egress:</dt>
  <dd>
    <t>an end node of an MPTE DAG.</t>
  </dd>
  <dt>equal-cost multipath (ECMP):</dt>
  <dd>
    <t>a DAG consisting of shortest paths from an ingress to an egress.</t>
  </dd>
  <dt>flow-aware load balancing (FALB):</dt>
  <dd>
    <t>load balancing that maps packets that belong to a given flow onto the same path. What consitutes a flow depends on the type of traffic; for IP traffic, a flow is typically defined by the 5-tuple &lt;source IP, dest IP, protocol type, source port, dest port&gt;.</t>
  </dd>
  <dt>ingress:</dt>
  <dd>
    <t>a starting node of an MPTE DAG.</t>
  </dd>
  <dt>label-switched path (LSP):</dt>
  <dd>
    <t>an MPLS tunnel from an ingress to one or more egresses.</t>
  </dd>
  <dt>link:</dt>
  <dd>
    <t>A (directed) edge between two nodes. A pair of nodes may have 0 or more links between them. A link between nodes u and v will be denoted by (u, v, i), where i is u's oif for the link. A link may have associated attributes, in particular, a metric.</t>
  </dd>
  <dt>load balancing (LB):</dt>
  <dd>
    <t>a method whereby traffic to an egress is distributed among multiple next hops at each node along the DAG.</t>
  </dd>
  <dt>metric:</dt>
  <dd>
    <t>a positive number describing the contribution of a link to the oveall path length.</t>
  </dd>
  <dt>MC:</dt>
  <dd>
    <t>MPTED computer: the entity computing the MPTED, typically the ingress (if there is a single ingress) or a Path Computation Element</t>
  </dd>
  <dt>MPTE:</dt>
  <dd>
    <t>multipath TE with path constraints (including a slack) using nECMP paths from an ingress to one or more egresses.</t>
  </dd>
  <dt>MPTED:</dt>
  <dd>
    <t>an MPTE DAG resulting from CSPF-type computation on MPTE constraints.</t>
  </dd>
  <dt>MPTEP:</dt>
  <dd>
    <t>MPTE protocol: the protocol used to signal MPTETs.</t>
  </dd>
  <dt>MPTET:</dt>
  <dd>
    <t>MPTE tunnel: the signaled (and hence, forwarding) entity associated with an MPTED. Note: this terminology dates back to <xref target="RFC3209"/>, where the signaled entity was a simple path with one ingress and one egress. MPTE constructs a DAG, not a path. This document will use the term DAG (MPTED) (rather than path) for the result of a CSPF computation, and the term tunnel (MPTET) for the signaled entity. If it helps visualization, imagine a multi-branched tunnel in a cave with multiple entry and exit points.</t>
  </dd>
  <dt>non-equal-cost multipath (nECMP) (generally qualified by "with slack s"):</dt>
  <dd>
    <t>a DAG of paths from an ingress u to an egress v that are within s of min(u, v).</t>
  </dd>
  <dt>node:</dt>
  <dd>
    <t>a vertex of a graph. A node may have associated attributes.</t>
  </dd>
  <dt>outgoing interface (oif):</dt>
  <dd>
    <t>a unique number (oif) assigned by a node for each outgoing link it has.</t>
  </dd>
  <dt>Path Computation Element (PCE):</dt>
  <dd>
    <t>an entity capable of performing CSPF on behalf of another node, the path computation client.</t>
  </dd>
  <dt>path length:</dt>
  <dd>
    <t>the sum of the metrics of the links that constitute path p, denoted by len(p)</t>
  </dd>
  <dt>shared risk group (SRG):</dt>
  <dd>
    <t>nodes and/or links that share "risk" (e.g., have a common power feed, or use a common fiber conduit)</t>
  </dd>
  <dt>shortest path:</dt>
  <dd>
    <t>a path between a pair of nodes u, v with minimum length. The set of shortest paths between u and v is a DAG, denoted by sp(u, v). The length of a shortest path from u to v is denoted by min(u, v)</t>
  </dd>
</dl>

<t>shortest path first (SPF):
an algorithm for computing the shortest path DAG from an ingress to an egress; typically refers to Dijkstra's algorithm for computing shortest paths between a given pair of nodes, or pairwise between all nodes.</t>

<dl>
  <dt>signaling source (SS):</dt>
  <dd>
    <t>an entity responsible for signaling an MPTET</t>
  </dd>
  <dt>slack:</dt>
  <dd>
    <t>a path p from u to v has slack s if len(p) = min(u, v) + s.</t>
  </dd>
</dl>

<t>traffic engineering (TE):
a methodology for mapping traffic trunks to given paths or DAGs across a network.</t>

<dl>
  <dt>traffic trunk:</dt>
  <dd>
    <t>a unidirectional aggregate of traffic flows from an ingress to a set of egresses that is treated identically in the forwarding plane.</t>
  </dd>
  <dt>tunnel originator (TO):</dt>
  <dd>
    <t>entity having the specifications of the MPTET</t>
  </dd>
</dl>

</section>
</section>
</section>
<section anchor="overview"><name>Overview</name>

<t>Consider <xref target="nw-1"/>:</t>

<figure title="Network 1" anchor="nw-1"><artwork><![CDATA[
      r
    2 == 3         Link Metrics (symm): 0-2: 100; 0-4: 200; 0-6: 110
 r/ r\  r\\        1-2 (not shown): 110; 1-4 (not sh): 100; 1-6: 100
 0 -- 4 -- 5       2-3: (100, 100); 2-4: 100; 3-5: (100, 110)
  \  / \  / \      4-5: 100; 4-6: 110; 4-7: 50
1 - 6 = 7 -- 8     5-7: 100; 5-8: 10; 6-7: (100, 110); 7-8: 50
      r            Node pairs 2-3, 3-5 and 6-7 each have two links.
                   Links marked with 'r' have color red.
]]></artwork></figure>

<section anchor="multipathing"><name>Multipathing</name>

<section anchor="ecmp-slack-0-from-node-0-to-node-5"><name>ECMP (slack 0) from node 0 to node 5</name>

<t>There are 4 ECMP paths from node 0 to node 5:</t>

<t><list style="numbers" type="1">
  <t>0-2=3-5 (2 paths)</t>
  <t>0-2-4-5</t>
  <t>0-4-5</t>
</list></t>

<t>These 4 distinct paths all have length 300.</t>

</section>
<section anchor="necmp-from-node-0-to-node-5-with-slack-10"><name>nECMP from node 0 to node 5 with slack 10</name>

<t>There are 7 nECMP paths with slack 10 to node 5:</t>

<t><list style="numbers" type="1">
  <t>0-2=3=5 (4 paths)</t>
  <t>0-2-4-5</t>
  <t>0-4-5</t>
  <t>0-6-7-5</t>
</list></t>

<t>These 7 paths have lengths 300 or 310. Thus, allowing nECMP paths a slack of 10 has yielded 3 additional paths, which provide increased diversity and load balancing, and possibly decreased congestion.</t>

</section>
<section anchor="multipathing-from-node-0-to-egresses-5-8"><name>Multipathing from node 0 to egresses {5, 8}</name>

<t>If, for some traffic trunk that starts at node 0, nodes 5 and 8 are equally good as egresses, then one can compute an ECMP DAG from 0 to {5, 8}; this yields 4 paths to 5 and 6 paths to 8, for a total of 10 paths this traffic trunk can take. Similarly, a nECMP DAG to {5, 8} with slack 10 has 15 paths, whereas one with slack 5 has the same 10 paths as with slack 0.</t>

</section>
<section anchor="mpted-from-ingresses-0-1-to-egresses-5-8"><name>MPTED from ingresses {0, 1} to egresses {5, 8}</name>

<t>If traffic from node 0 to nodes {5, 8} and from node 1 to nodes {5, 8} have common characteristics, it may make sense to compute a single DAG from {0, 1} to {5, 8}. Doing so allows the operator to view this entire DAG as one logical entity; a nice side benefit is reduced control and data plane state due to state sharing.</t>

</section>
</section>
<section anchor="load-balancing"><name>Load balancing</name>

<t>Nodes in a netword have a Forwarding Information Base (FIB). A FIB maps a packet's destination address da to one or more "next hops". When a packet with address da arrives at n, n sends the packet to one of the next hops. n typically will distribute packets in a given ratio among the next hops. This is load balancing.</t>

<t>The main goal of ECMP/nECMP is to supply as many nodes as possible in the MPTED with multiple next hops on which to forward the traffic trunk. At such nodes, traffic belonging to the trunk can be distributed among the next hops instead of going to a single next hop. This has the potential to reduce congestion and provide better utilization of available links.</t>

<section anchor="flow-aware-load-balancing"><name>Flow-aware load balancing</name>

<t>When load balancing packets from a traffic trunk, it is often required that packets from a given flow be sent to the same next hop. This improves the probability of in-order delivery of packets in that flow, which is important for certain types of traffic. This is called flow-aware load balancing (FALB). The most common flow in IP traffic is defined by a 5-tuple (typically from the innermost IP header) consisting of the source IP address, the destination IP address, the protocol, the source port and the destination port. A hash (usually 16- or 20-bit) of this 5-tuple is called the packet's entropy.</t>

<t>There are two common ways to achieve FALB of IP traffic. One is to do a "deepish" packet inspection (dPI), find the relevant 5-tuple, and use that to compute the packet's entropy. The entropy is then used to ensure that packets in the flow are sent to the same next hop. This memo suggests sending TE traffic over a tunnel (see {tunnels}); this can make the identification of IP flows expensive and error-prone.</t>

<t>Another way of accomplishing this is to insert the entropy in the tunnel header. Many of the tunnels suggested in this memo have such a field. The ingress is in a good position to identify flows, and, when encapsulating the packet into the tunnel, can insert the entropy in the header. The heavy lifting of identifying flows is thus placed on the ingress. Transit nodes can simply use the entropy field to correctly map packets in a flow to the same next hop, thus ensuring FALB.</t>

</section>
<section anchor="per-packet-load-balancing"><name>Per-packet load balancing</name>

<t>FALB is often required and is a good default behavior, especially as end applications may be expecting packets in a flow to be delivered in order. However, FALB has the issue that it attempts (statistically) to place roughly the number of flows in the given ratio on the outgoing links; that may not place traffic in the same ratio, as flows need not carry the same amount of traffic. In some cases (typically when configured to), one can do per-packet load balancing (PPLB), meaning that load balancing is no longer flow aware. This can be done when the end applications do not require packets in a flow to be in order, or if some (bookended) devices outside the network put the packets back in order before delivering them to the applications (typically by addind a sequence number). When feasible, PPLB gives much better load distribution, and is currently the subject of investigation, implementation and standardization.</t>

<t>One can achieve this by configuring each router in the DAG to do PPLB for the traffic trunks in the MPTET, or more simply by the ingress router assigning entropy at random to each packet it places in the MPTET. The latter approach keeps the decision of which DAGs (and corresponding traffic trunks) should be flow-aware and which not at the ingress; all other nodes simply do what the entropy fields tells them to do.</t>

</section>
</section>
<section anchor="constraints"><name>Constraints</name>

<t>Constraints are an intent-based specification of acceptable paths that a traffic trunk may take from ingress(es) to egress(es). Constraints are thus an abstract way to control the resources that a particular traffic trunk uses.</t>

<t>One way to do this is to add "resource class attributes" or "colors" <xref target="RFC2702"/> to links, and then specify "include" and "exclude" sets. An include set means that all links that a path traverses must contain at least one element of the include set. An exclude set means that no link in the path can contain any color from the exclude set.</t>

<t>Another way is to specify a (maximum) bandwidth that a traffic trunk can carry. This means that all links in the path must have that much available capacity. Packets exceeding the bandwidth can be forwarded normally, marked as droppable, or dropped.</t>

<t>Let's add some simple constraints to our DAG. We associate the color red to one of the links from 2 to 3, and to the shorter of the links from 6 to 7. Then, we constrain the paths to "include red or blue", meaning only use links with either color red or blue. This yields the following:</t>

<t><list style="symbols">
  <t>ECMP from node 0 to node 5 with constraints "include red or blue" yields a single path.</t>
</list></t>

</section>
<section anchor="protection"><name>Protection</name>

<t>One very useful aspect of TE is the ability to specify that a path must be link- or node- or shared-risk-disjoint from another path. That means that the two paths do not have links or nodes or "shared risk groups". Additionally, one can build protection paths for an existing path to protect against link or node failures <xref target="RFC4090"/>. This is especially important as traditional TE currently takes a single path through the network, meaning that a link or node failure will result in dropped traffic until the TE path is restored.</t>

<t>While not quite as crucial in the case of an MPTET, since ideally, there will be multiple nexthops at each node, there will be cases where a node has a single next hop, or all next hops share a common failure mode. Identifying these cases and building protection paths for such nodes will be described in a future version of this memo.</t>

</section>
<section anchor="tunnels"><name>Tunnels</name>

<t>The shortest path first algorithm <xref target="SPF"/> is an easy-to-implement and very efficient algorithm whereby all routers in a network can agree on the path that a packet to a particular destination should take. That means if all routers are agreed (roughly) on the topology and metrics of the network, they will forward packets in a loop-free manner to all destinations -- without the need for signaling or tunnels. However, an MPTED will not contain the same paths -- some paths may be rejected as they don't satisfy the constraints; other paths may be used even though they are not shortest paths. Thus, to route packets in a traffic trunk over a computed MPTED, a tunnel is typically used. This tunnel will have to be signaled to the MPTED nodes. The tunnel may be MPLS- or IP-based.</t>

<t>A few things are important about tunnel headers: whether they carry an entropy field (EF), whether they have a "discriminator" (D) that allows multiple tunnels between an ingress-egress pair, whether they allow multiple egresses (ME), and whether they allow multiple ingresses (MI). These will be discussed in the description of the tunnels below.</t>

<t>In the memo, we consider the following tunnel types:</t>

<t><list style="numbers" type="1">
  <t>IP-in-IP: <xref target="RFC2003"/> encapsulation allows the creation of an "outer" IP header (IPv4 or IPv6) to carry a payload packet (which is typically an IP payload). The outer IP header's protocol field indicates the "protocol" of the inner payload packet. The outer header of IP-in-IPv4 tunnel doesn't contain an EF; transit nodes can either spray packets across outgoing next hops, attempt to do dPI, or use the same next hop for all packets. For IP-in-IPv6, the outer header's flow label can be used for the EF. To accommodate ME, the egresses have to have the same (anycast) IP address which would be used as the destination IP of the tunnel. MI is not possible.</t>
  <t>GRE: Generic Routing Encapsulation. We include in this definition <xref target="RFC2784"/> and <xref target="RFC2890"/> with the Key Present (bit 2) set to 0. This is similar to IP-in-IP; however, the payload is not required to be IP. There is no EF in the header. D, ME and MI same as for IP-in-IP.</t>
  <t>GRE-E: GRE with Key Present; the Key value is the EF. D, ME and MI same as for IP-in-IP.</t>
  <t>GRE6: GRE with IPv6 addresses. The EF is the Flow Label field of the IPv6 header. D, ME and MI same as for IP-in-IP.</t>
  <t>G-in-U: GRE-in-UDP <xref target="RFC8086"/>. The UDP source port is the EF; the GRE Key, if present, can be ignored from a load balancing point of view. D, ME and MI as in IP-in-IP.</t>
  <t>MPLS-in-UDP <xref target="RFC7510"/>. The UDP source port is the EF; D, ME and MI as in IP-in-IP.</t>
  <t>SRv6 <xref target="RFC8754"/>. The EF is the Flow Label in the IPv6 header.</t>
  <t>SigLab (signaled label switching). The labels to be used are signaled. Signaling proceeds from egress(es) to ingress(es). An entropy label can be used as the EF. At each node, a different label is used for each MPTED; this is the discriminator. ME and MI are both allowed.</t>
  <t>StatLab (static label). A single statically-assigned label defines the tunnel throughout the MPTED. Here, a block of MPLS labels is given to a label allocator; these labels MUST NOT be allocated by any node in the network. EF, D, ME and MI are as for SigLab. The MPTED computer (MC) must interact with the allocator when creating or deleting an MPTED.</t>
</list></t>

</section>
<section anchor="backward-compatibility"><name>Backward Compatibility</name>

<t>Introducing a new idea to the network (and thus new protocols, new extenstion and new software) is typically done incrementally. Thus, in a network transitioning to MPTE, there will be some nodes that are MPTE-capable, and others that are not.</t>

<t>In <xref target="nw-1"/> above, if node 4 is not MPTE-capable, it can either be left out of the MPTED, or a "classical" tunnel can be constructed from (say) node 2 to node 5, allowing hybrid paths 0-2-(4)-5 and 0-2-(4)-5-8 for a DAG from {0} to {5, 8}. The signaling specs will say whether this is possible, and if so, how it can be achieved.</t>

</section>
</section>
<section anchor="operation"><name>Operation</name>

<t>Here are the steps to create an MPTE tunnel:</t>

<t><list style="numbers" type="1">
  <t>Define the traffic trunk for the MPTET. Examples include "BGP destinations with community xyz" or "gold class traffic belonging to VPN foo" or "AI workload bar from DC A to DC B".</t>
  <t>Define the constraints of the traffic trunk, including:
  <list style="numbers" type="1">
      <t>ingresses, and the bandwidth entering the DAG at each ingress;</t>
      <t>egresses;</t>
      <t>metric to minimize (perhaps with slack) -- this could capture delay or fiber length;</t>
      <t>criteria of acceptable nodes and links for the DAG, including link colors and shared risk groups (SRGs).</t>
    </list>
This information is given to the Tunnel Originator (TO).</t>
  <t>The TO sends this information to the MPTE Computer (MC).</t>
  <t>The MC computes a DAG that satisfies the constraints. The DAG consists of a set of junctions; these are sent to the Signaling Source (SS).</t>
  <t>The SS instantiates the MPTET by sending signaling messages to all the junctions.</t>
  <t>When ready, the SS tells each ingress that the MPTET meeting the DAG constraints is ready for traffic.</t>
  <t>The ingresses map traffic matching the traffic trunk to the MPTET.</t>
</list></t>

<t>Computation (possibly using a variant of CSPF) of an MPTED is done by the MC, which may be an ingress or a PCE <xref target="RFC4655"/>. (This memo does not specify such an algorithm.) Signaling primarily occurs between the SS and each junction node. Auxiliary signaling may occur among junction nodes.</t>

<section anchor="mpted"><name>MPTED</name>

<t>In this memo, a node is identified by its IP loopback address. A link from node u to node v is identified by u's loopback address and its (4-octet) outgoing interface index (oif), a unique identifier for the link allocated by u. oifs are usually exchanged in the TE extensions of an IGP. (A link also has a (4-octet) incoming interface index, the iif. For neighbors u and v, the correlation between u's oif and v's iif is typically done by the IGP. iifs are not used in this memo.) For now, this memo only deals with point-to-point links; a future revision will describe the use of multi-access links.</t>

<t>An MPTED is identified by a unique (4-octet) ID (the MID) assigned to the MPTED by the MC. As an MPTED can change over its lifetime, it is assigned a version number starting at 0 and incremented every time the MPTED is recomputed. Thus, a full MPTED ID (the FID) consists of &lt;MC, MID, version&gt;.</t>

<t>An MPTED consists of two or more "junction nodes". A junction node can have one of five types:</t>

<t><list style="numbers" type="1">
  <t>a pure ingress node has zero incoming links and one or more outgoing links in the MPTED. Traffic routed on a MPTED enters at the ingress.</t>
  <t>a pure egress node has one or more incoming links and zero outgoing links in the MPTED. Traffic routed on a MPTED leaves at an egress.</t>
  <t>a transit ingress node where traffic can either enter the MPTED or arrive from another ingress node to continue on in the MPTED.</t>
  <t>a transit egress node where traffic can either exit the MPTED or go on to another egress node.</t>
  <t>a "regular" junction node has one or more incoming links and one or more outgoing links. Traffic does not enter or leave at such a node: it comes from a phop and goes to an nhop.</t>
</list></t>

<t>A junction node v consists of v, its previous hops (phops) and its next hops (nhops). A phop is specified by an incoming link of v: (u, v, oif1); an nhop by an outgoing link of v: (v, w, oif2). Note that, since links are point-to-point, it is sufficient to specify (u, oif1) ((v, oif2)) for a phop (nhop, respectively). The nodes u (and w) are loosely referred to as a phop (and nhop) of v, although strictly speaking the link should be included. A pure ingress has no phops and a pure egress has no nhops.</t>

<t>The MPTED is broken down into a set of junction nodes. A junction node v is specified by:</t>

<t><list style="numbers" type="1">
  <t>bandwidth (coming in to and going out of v)</t>
  <t>a list of phops of v</t>
  <t>a list of nhops of v, with corresponding load balancing shares</t>
</list></t>

</section>
<section anchor="tunnel-provisioning"><name>Tunnel Provisioning</name>

<t>A designated entity, the Tunnel Originator (TO), is given the specifications of the MPTET: the ingresses, the egresses and the constraints. The TO is typically one of the tunnel ingresses or a PCE. The TO sends the tunnel specification to the MC. The MC computes the MPTED (as a list of junctions) and returns this to the TO. The TO then sends the list of junctions to the Signaling Source (SS) which provisions the tunnel.</t>

<t>Note that TO, MC and SS are functional blocks; they may reside on separate nodes or co-reside on the same node. For example, a single node X may be the TO and SS but decide to delegate computation to a (remote) PCE. X then gets the results via PCEP and signals the tunnel. Other permutations are possible.</t>

</section>
<section anchor="signaling-overview"><name>Signaling Overview</name>

<t>The SS signals the creation or update of an MPTE tunnnel by sending to each junction node v a JUNCTION message consisting of:</t>

<t><list style="numbers" type="1">
  <t>the MPTET ID</t>
  <t>the junction node specification</t>
  <t>the tunnel type</t>
  <t>some flags</t>
</list></t>

<t>After v parses this specification, for all tunnel types other than SigLab, it installs FIB state for the junction.</t>

<t>For tunnel type SigLab, v allocates an incoming MPLS label L_u for each phop u (u, oif), and sends a LABEL message to u containing:</t>

<t><list style="numbers" type="1">
  <t>the MPTET ID</t>
  <t>the phop (u's loopback + u's oif for the link)</t>
  <t>the allocated label L_u</t>
</list></t>

<t>u records label L_u as part of its own junction state.</t>

<t>When v receives a LABEL message from all its nhops, it installs swap state in its LFIB.</t>

</section>
</section>
<section anchor="signaling"><name>Signaling</name>

<t>Several signaling protocols are being extended to provision MPTETs: RSVP-TE <xref target="I-D.kbr-teas-mptersvp"/>, PCEP <xref target="I-D.beeram-pce-pcep-mpted"/> and BGP <xref target="I-D.zzhang-idr-mpte-signaling"/>, among others. The details of each will be specified in companion documents; this memo restricts itself to an overview of the common elements.</t>

<section anchor="message-flow"><name>Message Flow</name>

<t>Provisioning messages (to create, update and delete a tunnel) are sent from the Signaling Source (SS) to each junction node (including possibly other ingresses). Notifications are sent from each junction node to the SS to send updates on the state of that node with respect to the MPTET. Label messages (when needed) are sent hop-by-hop from egresses to their phops and further upstream in an ordered fashion.</t>

<t>In special scenarios, a node may send a message to one or more of its nhops.</t>

</section>
<section anchor="message-types"><name>Message Types</name>

<section anchor="junction"><name>JUNCTION</name>

<t>A JUNCTION message contains the following information elements:</t>

<dl>
  <dt>MPTET ID:</dt>
  <dd>
    <t>a unique identifier for an MPTE tunnel. This usually consists of the TO ID and a unique ID in the namespace of the TO. It also includes a version number to distinguish among instances of a tunnel as it is undergoes updates. The companion signaling documents will describe the MPTET ID in more detail.</t>
  </dd>
  <dt>Tunnel Type:</dt>
  <dd>
    <t>various types of tunnels are used, so each node must be told which type of tunnel this MPTET consists of.</t>
  </dd>
  <dt>Tunnel Information:</dt>
  <dd>
    <t>provides details for the MPTET. For example, for an MPLS tunnel with a statically assigned label, the Tunnel Information is the label. For IP-based tunnels, the Tunnel Information is the source and destination IP addresses (plus optional other information).</t>
  </dd>
  <dt>Junction Bandwidth:</dt>
  <dd>
    <t>specifies the bandwidth incoming to the junction in Megabits per second (Mbps).</t>
  </dd>
  <dt>nhop share:</dt>
  <dd>
    <t>a 2-octet share of the outgoing bandwidth per nhop. A Junction should attempt to send a ratio of (share n)/(sum (share i)) of the incoming bandwidth to nhop #n.</t>
  </dd>
</dl>

</section>
<section anchor="label"><name>LABEL</name>

<t>A LABEL message is used to let each junction know what to use to forward packets in the MPTET. A LABEL message is sent from an egress junction node to each of its phops. A pure ingress node never sends a LABEL message as it has no phops. The LABEL message carries the MPTET ID and a label, which can be an MPLS label or an IP destination address.</t>

</section>
<section anchor="notify"><name>NOTIFY</name>

<t>A NOTIFY is sent from a junction node to the SS to let the SS know the state of the MPTET at that node. This could be the labels it assigned to its phops, or error conditions.</t>

</section>
</section>
<section anchor="forwarding-state"><name>Forwarding State</name>

<t>From a forwarding point of view, an ingress's job is to:</t>

<t><list style="numbers" type="1">
  <t>identify the traffic trunk, i.e., the set of packets that are to be sent via the MPTET;</t>
  <t>encapsulate the packets in the signaled tunnel type;</t>
  <t>forward the packet to the ingress's next hops, in accordance with the computed weights.</t>
</list></t>

<t>FIB entries have a lookup portion (the "routes") and a next hop portion. In all cases, the next hop at junction J is a weighted list of J's nhops as specified by the SS in the JUNCTION message.</t>

<t>For an ingress node, the routes define the traffic trunk meant to be carried by the MPTET.</t>

<t>For a non-ingress node v, the routes identify the MPTET from its phops.</t>

<section anchor="ip-tunnels"><name>IP Tunnels</name>

<t>If the MPTET is an IP tunnel, all junctions will need to know the MPTET type, the MPTET source IP src and destination IP dst.</t>

<section anchor="mptet-type"><name>MPTET Type</name>

<t>MPTET signaling determines the tunnel type. This is typically configured at the TO.</t>

</section>
<section anchor="mptet-destination-ip-address-dst"><name>MPTET Destination IP Address dst</name>

<t>Consider first the case that the MPTET has a single egress E. Here are two ways to support multiple MPTETs to the egress:</t>

<t><list style="numbers" type="1">
  <t>E has an Egress Address Block (EAB) consisting of a set of IPv4 and/or IPv6 prefixes and/or SRv6 locators <xref target="I-D.saad-teas-rsvpte-ip-tunnels"/>. E chooses an element of the appropriate EAB, dst, and signals dst in its LABEL message to its phops.</t>
  <t>E uses an IP tunnel that has a discriminator field D, and uses that in conjunction with its loopback dst. The LABEL message consists of &lt;dst, D&gt;.</t>
</list></t>

<t>If there are multiple egresses, dst MUST be a common (anycast) address amomg all the egresses. One of the egresses, E, is chosen to pick dst (using either of the methods above), and signals this to its phops, as well as all other egresses.</t>

</section>
<section anchor="mptet-source-ip-address-src"><name>MPTET Source IP Address src</name>

<t>If there is a single ingress I, src is set to I's loopback.</t>

<t>If there are multiple ingresses, and dst was chosen from an EAB, each ingress sets src to its own loopback.</t>

<t>If there are multiple ingresses, and a discriminator D is being used, there MUST be a designated ingress I who picks src, and sends it to all other ingresses.</t>

</section>
<section anchor="ip-mptet-fib-entries"><name>IP MPTET FIB Entries</name>

<t>In the case where an EAB was used to pick dst, the route consists simply of dst.</t>

<t>In the case where a discriminator D is being used for the MPTET, the route consists of &lt;dst, src, D&gt; at each junction. Otherwise, the route is &lt;dst, src&gt;. (Note: this last case only allows one MPTET between a src-dst pair, for each tunnel type.)</t>

</section>
</section>
<section anchor="static-label"><name>Static Label</name>

<t>For a MPTET with a "statically assigned" label (typically by a PCE), the route consists of the assigned label, and the nexthops are a set of interfaces. In the simplest case, the entire DAG has a single label; if so, the label operation is null. A variant allows for different controller-assigned labels for each junction node; in this case, the forwarding state is as for "signaled" labels, where the incoming label is swapped to the correct outgoing label.</t>

</section>
<section anchor="signaled-label"><name>Signaled Label</name>
<t>For signaled labels, the routes for node v are the labels v sent to its phops. Each nexthop is a swap of the incoming label to the label sent by v's nhops.</t>

</section>
</section>
</section>
<section anchor="GR"><name>Graceful Restart</name>

<t>A node N is capable of Graceful Restart if a) it can maintain control plane state across restarts; and b) it can maintain forwarding state across restarts. If N is capable of Graceful Restart, an MPTE DAG going through N can continue functioning while N restarts. While N is restarting, new JUNCTION/LABEL messages will be dropped or ignored; new MPTE DAGs passing through N will not be established. Once restart is complete, N will send an OPEN message and re-establish connections will all its peers (or all the MPTEP Reflectors). Thereafter, N can participate in new DAGs passing through it by processing received JUNCTION messages.</t>

<t>More details will be described in a future version.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>None. The related protocol documents will have IANA requirements.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>TBD</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>Many thanks to Kostas Zorbadelos for his careful reading and useful suggestions, and his continued interest in this technology. Many thanks as well to the MPTE group at HPE Networking for the active discussions that advance the technology and make it implementable.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC3209">
  <front>
    <title>RSVP-TE: Extensions to RSVP for LSP Tunnels</title>
    <author fullname="D. Awduche" initials="D." surname="Awduche"/>
    <author fullname="L. Berger" initials="L." surname="Berger"/>
    <author fullname="D. Gan" initials="D." surname="Gan"/>
    <author fullname="T. Li" initials="T." surname="Li"/>
    <author fullname="V. Srinivasan" initials="V." surname="Srinivasan"/>
    <author fullname="G. Swallow" initials="G." surname="Swallow"/>
    <date month="December" year="2001"/>
    <abstract>
      <t>This document describes the use of RSVP (Resource Reservation Protocol), including all the necessary extensions, to establish label-switched paths (LSPs) in MPLS (Multi-Protocol Label Switching). Since the flow along an LSP is completely identified by the label applied at the ingress node of the path, these paths may be treated as tunnels. A key application of LSP tunnels is traffic engineering with MPLS as specified in RFC 2702. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3209"/>
  <seriesInfo name="DOI" value="10.17487/RFC3209"/>
</reference>
<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>
<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>
<reference anchor="RFC2003">
  <front>
    <title>IP Encapsulation within IP</title>
    <author fullname="C. Perkins" initials="C." surname="Perkins"/>
    <date month="October" year="1996"/>
    <abstract>
      <t>This document specifies a method by which an IP datagram may be encapsulated (carried as payload) within an IP datagram. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2003"/>
  <seriesInfo name="DOI" value="10.17487/RFC2003"/>
</reference>
<reference anchor="RFC2784">
  <front>
    <title>Generic Routing Encapsulation (GRE)</title>
    <author fullname="D. Farinacci" initials="D." surname="Farinacci"/>
    <author fullname="T. Li" initials="T." surname="Li"/>
    <author fullname="S. Hanks" initials="S." surname="Hanks"/>
    <author fullname="D. Meyer" initials="D." surname="Meyer"/>
    <author fullname="P. Traina" initials="P." surname="Traina"/>
    <date month="March" year="2000"/>
    <abstract>
      <t>This document specifies a protocol for encapsulation of an arbitrary network layer protocol over another arbitrary network layer protocol. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2784"/>
  <seriesInfo name="DOI" value="10.17487/RFC2784"/>
</reference>
<reference anchor="RFC2890">
  <front>
    <title>Key and Sequence Number Extensions to GRE</title>
    <author fullname="G. Dommety" initials="G." surname="Dommety"/>
    <date month="September" year="2000"/>
    <abstract>
      <t>This document describes extensions by which two fields, Key and Sequence Number, can be optionally carried in the GRE Header. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2890"/>
  <seriesInfo name="DOI" value="10.17487/RFC2890"/>
</reference>
<reference anchor="RFC8086">
  <front>
    <title>GRE-in-UDP Encapsulation</title>
    <author fullname="L. Yong" initials="L." role="editor" surname="Yong"/>
    <author fullname="E. Crabbe" initials="E." surname="Crabbe"/>
    <author fullname="X. Xu" initials="X." surname="Xu"/>
    <author fullname="T. Herbert" initials="T." surname="Herbert"/>
    <date month="March" year="2017"/>
    <abstract>
      <t>This document specifies a method of encapsulating network protocol packets within GRE and UDP headers. This GRE-in-UDP encapsulation allows the UDP source port field to be used as an entropy field. This may be used for load-balancing of GRE traffic in transit networks using existing Equal-Cost Multipath (ECMP) mechanisms. There are two applicability scenarios for GRE-in-UDP with different requirements: (1) general Internet and (2) a traffic-managed controlled environment. The controlled environment has less restrictive requirements than the general Internet.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8086"/>
  <seriesInfo name="DOI" value="10.17487/RFC8086"/>
</reference>
<reference anchor="RFC7510">
  <front>
    <title>Encapsulating MPLS in UDP</title>
    <author fullname="X. Xu" initials="X." surname="Xu"/>
    <author fullname="N. Sheth" initials="N." surname="Sheth"/>
    <author fullname="L. Yong" initials="L." surname="Yong"/>
    <author fullname="R. Callon" initials="R." surname="Callon"/>
    <author fullname="D. Black" initials="D." surname="Black"/>
    <date month="April" year="2015"/>
    <abstract>
      <t>This document specifies an IP-based encapsulation for MPLS, called MPLS-in-UDP for situations where UDP (User Datagram Protocol) encapsulation is preferred to direct use of MPLS, e.g., to enable UDP-based ECMP (Equal-Cost Multipath) or link aggregation. The MPLS- in-UDP encapsulation technology must only be deployed within a single network (with a single network operator) or networks of an adjacent set of cooperating network operators where traffic is managed to avoid congestion, rather than over the Internet where congestion control is required. Usage restrictions apply to MPLS-in-UDP usage for traffic that is not congestion controlled and to UDP zero checksum usage with IPv6.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7510"/>
  <seriesInfo name="DOI" value="10.17487/RFC7510"/>
</reference>
<reference anchor="RFC8754">
  <front>
    <title>IPv6 Segment Routing Header (SRH)</title>
    <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
    <author fullname="D. Dukes" initials="D." role="editor" surname="Dukes"/>
    <author fullname="S. Previdi" initials="S." surname="Previdi"/>
    <author fullname="J. Leddy" initials="J." surname="Leddy"/>
    <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
    <author fullname="D. Voyer" initials="D." surname="Voyer"/>
    <date month="March" year="2020"/>
    <abstract>
      <t>Segment Routing can be applied to the IPv6 data plane using a new type of Routing Extension Header called the Segment Routing Header (SRH). This document describes the SRH and how it is used by nodes that are Segment Routing (SR) capable.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8754"/>
  <seriesInfo name="DOI" value="10.17487/RFC8754"/>
</reference>

<reference anchor="I-D.kbr-teas-mptersvp">
   <front>
      <title>RSVP-TE Extensions for Multipath Traffic Engineered Directed Acyclic Graph Tunnels</title>
      <author fullname="Kireeti Kompella" initials="K." surname="Kompella">
         <organization>HPE</organization>
      </author>
      <author fullname="Vishnu Pavan Beeram" initials="V. P." surname="Beeram">
         <organization>HPE</organization>
      </author>
      <author fullname="Chandra Ramachandran" initials="C." surname="Ramachandran">
         <organization>HPE</organization>
      </author>
      <date day="2" month="March" year="2026"/>
      <abstract>
	 <t>   A Multipath Traffic Engineered Directed Acyclic Graph (MPTED) tunnel
   is a Traffic Engineering (TE) construct that facilitates weighted
   load balancing of unicast traffic across a constrained set of paths
   optimized for a specific objective.

   This document describes the provisioning of an MPTED Tunnel in a TE
   network using RSVP-TE.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-kbr-teas-mptersvp-03"/>
   
</reference>

<reference anchor="I-D.beeram-pce-pcep-mpted">
   <front>
      <title>Path Computation Element Communication Protocol (PCEP) Extensions for Multipath Traffic Engineered Directed Acyclic Graph (MPTED) Tunnels</title>
      <author fullname="Vishnu Pavan Beeram" initials="V. P." surname="Beeram">
         <organization>HPE</organization>
      </author>
      <author fullname="Kireeti Kompella" initials="K." surname="Kompella">
         <organization>Juniper Networks</organization>
      </author>
      <author fullname="Andrew Stone" initials="A." surname="Stone">
         <organization>Nokia</organization>
      </author>
      <date day="1" month="March" year="2026"/>
      <abstract>
	 <t>   A Multipath Traffic Engineered Directed Acyclic Graph (MPTED) tunnel
   is a Traffic Engineering (TE) construct that facilitates weighted
   load balancing of unicast traffic across a constrained set of paths
   optimized for a specific objective.

   This document describes the provisioning of an MPTED Tunnel in a TE
   network using Path Computation Element Communication Protocol (PCEP)
   in a stateful PCE model.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-beeram-pce-pcep-mpted-01"/>
   
</reference>

<reference anchor="I-D.zzhang-idr-mpte-signaling">
   <front>
      <title>BGP Signaling for Multipath Traffic Engineering Junction States</title>
      <author fullname="Zhaohui (Jeffrey) Zhang" initials="Z. J." surname="Zhang">
         <organization>HPE</organization>
      </author>
      <author fullname="Kireeti Kompella" initials="K." surname="Kompella">
         <organization>HPE</organization>
      </author>
      <author fullname="Aditya Mahale" initials="A." surname="Mahale">
         <organization>Meta</organization>
      </author>
      <author fullname="Raghav Bhargava" initials="R." surname="Bhargava">
         <organization>Crusoe</organization>
      </author>
      <author fullname="Aaron Zhang" initials="A." surname="Zhang">
         <organization>Westford Academy</organization>
      </author>
      <date day="2" month="March" year="2026"/>
      <abstract>
	 <t>   Multi-Path Traffic Engineering (MPTE) combines Traffic Engineering
   with Multi-Path forwarding, offering a much desired TE solution for
   both traditional WAN and new AIML DC/DCI.  MPTE tunnels are based on
   MPTE Directed Acyclic Graph (DAG) and can be signaled with extensions
   to RSVP-TE, PCEP, BGP.  This document specifies the BGP protocol
   extensions and procedures for signaling MPTE DAGs.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-zzhang-idr-mpte-signaling-00"/>
   
</reference>

<reference anchor="I-D.saad-teas-rsvpte-ip-tunnels">
   <front>
      <title>IP RSVP-TE: Extensions to RSVP for P2P IP-TE LSP Tunnels</title>
      <author fullname="Tarek Saad" initials="T." surname="Saad">
         <organization>Cisco Systems</organization>
      </author>
      <author fullname="Vishnu Pavan Beeram" initials="V. P." surname="Beeram">
         <organization>HPE</organization>
      </author>
      <author fullname="Andy Smith" initials="A." surname="Smith">
         <organization>Arrcus, Inc.</organization>
      </author>
      <date day="5" month="July" year="2026"/>
      <abstract>
	 <t>   This document describes the use of RSVP (Resource Reservation
   Protocol), including all the necessary extensions, to establish
   Point-to-Point (P2P) Traffic Engineered IP (IP-TE) Label Switched
   Path (LSP) tunnels for use in native IP forwarding networks.

   This document defines specific extensions to the RSVP protocol to
   allow the establishment of explicitly routed IP paths using RSVP as
   the signaling protocol.  The result is the instantiation of an IP
   path which can be automatically routed away from network failures,
   congestion, and bottlenecks.  This document also defines
   considerations for using these extensions in networks that support
   SRv6.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-saad-teas-rsvpte-ip-tunnels-03"/>
   
</reference>



    </references>

    <references title='Informative References' anchor="sec-informative-references">

<reference anchor="SPF" target="https://doi.org/10.1007/BF01386390">
  <front>
    <title>A note on two problems in connexion with graphs</title>
    <author initials="E. W." surname="Dijkstra" fullname="Dijkstra, E. W.">
      <organization></organization>
    </author>
    <date year="1959" month="December" day="01"/>
  </front>
</reference>


<reference anchor="RFC2702">
  <front>
    <title>Requirements for Traffic Engineering Over MPLS</title>
    <author fullname="D. Awduche" initials="D." surname="Awduche"/>
    <author fullname="J. Malcolm" initials="J." surname="Malcolm"/>
    <author fullname="J. Agogbua" initials="J." surname="Agogbua"/>
    <author fullname="M. O'Dell" initials="M." surname="O'Dell"/>
    <author fullname="J. McManus" initials="J." surname="McManus"/>
    <date month="September" year="1999"/>
    <abstract>
      <t>This document presents a set of requirements for Traffic Engineering over Multiprotocol Label Switching (MPLS). It identifies the functional capabilities required to implement policies that facilitate efficient and reliable network operations in an MPLS domain. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2702"/>
  <seriesInfo name="DOI" value="10.17487/RFC2702"/>
</reference>
<reference anchor="RFC4271">
  <front>
    <title>A Border Gateway Protocol 4 (BGP-4)</title>
    <author fullname="Y. Rekhter" initials="Y." role="editor" surname="Rekhter"/>
    <author fullname="T. Li" initials="T." role="editor" surname="Li"/>
    <author fullname="S. Hares" initials="S." role="editor" surname="Hares"/>
    <date month="January" year="2006"/>
    <abstract>
      <t>This document discusses the Border Gateway Protocol (BGP), which is an inter-Autonomous System routing protocol.</t>
      <t>The primary function of a BGP speaking system is to exchange network reachability information with other BGP systems. This network reachability information includes information on the list of Autonomous Systems (ASes) that reachability information traverses. This information is sufficient for constructing a graph of AS connectivity for this reachability from which routing loops may be pruned, and, at the AS level, some policy decisions may be enforced.</t>
      <t>BGP-4 provides a set of mechanisms for supporting Classless Inter-Domain Routing (CIDR). These mechanisms include support for advertising a set of destinations as an IP prefix, and eliminating the concept of network "class" within BGP. BGP-4 also introduces mechanisms that allow aggregation of routes, including aggregation of AS paths.</t>
      <t>This document obsoletes RFC 1771. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4271"/>
  <seriesInfo name="DOI" value="10.17487/RFC4271"/>
</reference>
<reference anchor="RFC4364">
  <front>
    <title>BGP/MPLS IP Virtual Private Networks (VPNs)</title>
    <author fullname="E. Rosen" initials="E." surname="Rosen"/>
    <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
    <date month="February" year="2006"/>
    <abstract>
      <t>This document describes a method by which a Service Provider may use an IP backbone to provide IP Virtual Private Networks (VPNs) for its customers. This method uses a "peer model", in which the customers' edge routers (CE routers) send their routes to the Service Provider's edge routers (PE routers); there is no "overlay" visible to the customer's routing algorithm, and CE routers at different sites do not peer with each other. Data packets are tunneled through the backbone, so that the core routers do not need to know the VPN routes. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4364"/>
  <seriesInfo name="DOI" value="10.17487/RFC4364"/>
</reference>
<reference anchor="RFC7432">
  <front>
    <title>BGP MPLS-Based Ethernet VPN</title>
    <author fullname="A. Sajassi" initials="A." role="editor" surname="Sajassi"/>
    <author fullname="R. Aggarwal" initials="R." surname="Aggarwal"/>
    <author fullname="N. Bitar" initials="N." surname="Bitar"/>
    <author fullname="A. Isaac" initials="A." surname="Isaac"/>
    <author fullname="J. Uttaro" initials="J." surname="Uttaro"/>
    <author fullname="J. Drake" initials="J." surname="Drake"/>
    <author fullname="W. Henderickx" initials="W." surname="Henderickx"/>
    <date month="February" year="2015"/>
    <abstract>
      <t>This document describes procedures for BGP MPLS-based Ethernet VPNs (EVPN). The procedures described here meet the requirements specified in RFC 7209 -- "Requirements for Ethernet VPN (EVPN)".</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7432"/>
  <seriesInfo name="DOI" value="10.17487/RFC7432"/>
</reference>
<reference anchor="RFC4761">
  <front>
    <title>Virtual Private LAN Service (VPLS) Using BGP for Auto-Discovery and Signaling</title>
    <author fullname="K. Kompella" initials="K." role="editor" surname="Kompella"/>
    <author fullname="Y. Rekhter" initials="Y." role="editor" surname="Rekhter"/>
    <date month="January" year="2007"/>
    <abstract>
      <t>Virtual Private LAN Service (VPLS), also known as Transparent LAN Service and Virtual Private Switched Network service, is a useful Service Provider offering. The service offers a Layer 2 Virtual Private Network (VPN); however, in the case of VPLS, the customers in the VPN are connected by a multipoint Ethernet LAN, in contrast to the usual Layer 2 VPNs, which are point-to-point in nature.</t>
      <t>This document describes the functions required to offer VPLS, a mechanism for signaling a VPLS, and rules for forwarding VPLS frames across a packet switched network. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4761"/>
  <seriesInfo name="DOI" value="10.17487/RFC4761"/>
</reference>
<reference anchor="RFC4762">
  <front>
    <title>Virtual Private LAN Service (VPLS) Using Label Distribution Protocol (LDP) Signaling</title>
    <author fullname="M. Lasserre" initials="M." role="editor" surname="Lasserre"/>
    <author fullname="V. Kompella" initials="V." role="editor" surname="Kompella"/>
    <date month="January" year="2007"/>
    <abstract>
      <t>This document describes a Virtual Private LAN Service (VPLS) solution using pseudowires, a service previously implemented over other tunneling technologies and known as Transparent LAN Services (TLS). A VPLS creates an emulated LAN segment for a given set of users; i.e., it creates a Layer 2 broadcast domain that is fully capable of learning and forwarding on Ethernet MAC addresses and that is closed to a given set of users. Multiple VPLS services can be supported from a single Provider Edge (PE) node.</t>
      <t>This document describes the control plane functions of signaling pseudowire labels using Label Distribution Protocol (LDP), extending RFC 4447. It is agnostic to discovery protocols. The data plane functions of forwarding are also described, focusing in particular on the learning of MAC addresses. The encapsulation of VPLS packets is described by RFC 4448. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4762"/>
  <seriesInfo name="DOI" value="10.17487/RFC4762"/>
</reference>
<reference anchor="RFC4090">
  <front>
    <title>Fast Reroute Extensions to RSVP-TE for LSP Tunnels</title>
    <author fullname="P. Pan" initials="P." role="editor" surname="Pan"/>
    <author fullname="G. Swallow" initials="G." role="editor" surname="Swallow"/>
    <author fullname="A. Atlas" initials="A." role="editor" surname="Atlas"/>
    <date month="May" year="2005"/>
    <abstract>
      <t>This document defines RSVP-TE extensions to establish backup label-switched path (LSP) tunnels for local repair of LSP tunnels. These mechanisms enable the re-direction of traffic onto backup LSP tunnels in 10s of milliseconds, in the event of a failure.</t>
      <t>Two methods are defined here. The one-to-one backup method creates detour LSPs for each protected LSP at each potential point of local repair. The facility backup method creates a bypass tunnel to protect a potential failure point; by taking advantage of MPLS label stacking, this bypass tunnel can protect a set of LSPs that have similar backup constraints. Both methods can be used to protect links and nodes during network failure. The described behavior and extensions to RSVP allow nodes to implement either method or both and to interoperate in a mixed network. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4090"/>
  <seriesInfo name="DOI" value="10.17487/RFC4090"/>
</reference>
<reference anchor="RFC4655">
  <front>
    <title>A Path Computation Element (PCE)-Based Architecture</title>
    <author fullname="A. Farrel" initials="A." surname="Farrel"/>
    <author fullname="J.-P. Vasseur" initials="J.-P." surname="Vasseur"/>
    <author fullname="J. Ash" initials="J." surname="Ash"/>
    <date month="August" year="2006"/>
    <abstract>
      <t>Constraint-based path computation is a fundamental building block for traffic engineering systems such as Multiprotocol Label Switching (MPLS) and Generalized Multiprotocol Label Switching (GMPLS) networks. Path computation in large, multi-domain, multi-region, or multi-layer networks is complex and may require special computational components and cooperation between the different network domains.</t>
      <t>This document specifies the architecture for a Path Computation Element (PCE)-based model to address this problem space. This document does not attempt to provide a detailed description of all the architectural components, but rather it describes a set of building blocks for the PCE architecture from which solutions may be constructed. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4655"/>
  <seriesInfo name="DOI" value="10.17487/RFC4655"/>
</reference>



    </references>

</references>



  </back>

<!-- ##markdown-source:
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
B5oR+A//hAAA

-->

</rfc>

