<?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-lsr-mptecap-02" category="std" consensus="true" submissionType="IETF" updates="5073" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="MPTE Cap">Multipath Traffic Engineering Capabilities</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>

    <date year="2026"/>

    <area>Routing</area>
    <workgroup>LSR WG</workgroup>
    <keyword>multipath, traffic engineering, node capabilities</keyword>

    <abstract>


<?line 35?>

<t>Multipath Traffic Engineering (MPTE) combines two approaches to traffic 
management: equal-cost multipath and constraint-based traffic engineering, 
offering a powerful new way to engineer networks.  To avail of this, a node 
(possibly an ingress of a MPTE tunnel, or a path computation 
agent) must have information about the topology, link and node 
characteristics of a network so that it can compute the components of 
the MPTE tunnel.  One important (node) characteristic is whether a given 
node supports MPTE, i.e., whether it can participate in the provisioning 
and maintenance of an MPTE tunnel.</t>

<t>Multicast TE (MCTE) offers a more efficient approach to traffic engineering
for multicast traffic. Again, an important node characteristic is whether a
given node supports MCTE, i.e., whether it can participate in the provisioning
and maintenance of an MCTE tunnel.</t>

<t>This memo shows how these capabilities can be distributed in the IGP via
Link State Routing TE Capabilities.</t>



    </abstract>



  </front>

  <middle>


<?line 55?>

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

<t><xref target="I-D.kompella-teas-mpte"/> introduces the notion of multipath traffic 
engineering (MPTE).  It describes how an entity (MPTE DAG computer or MC) can 
compute a directed acyclic graph (DAG) from one or more ingress nodes to one
or more egress nodes that meets given traffic engineering (TE) constraints. 
The MC (usually one of the ingresses, or a path computation engine) will
need information about the network to do the computation, most of which is
available in IGP TE extensions.  Once the computation is done, the MC 
communicates the result to the signaling source (SS) which then signals (or 
provisions) the MPTE tunnel via one of the following protocols: RSVP-TE <xref target="RFC3209"/>,
PCEP <xref target="RFC5440"/> or BGP <xref target="RFC4271"/>.</t>

<t>One key piece of information that is not currently in the IGP extensions is whether 
or not a given node supports MPTE, i.e., is capable of sending and receiving MPTE 
updates that create and maintain the tunnel.  An MPTE tunnel cannot be setup 
through such a node, and thus the MC has to take this into account.</t>

<t>Similarly, <xref target="I-D.kompella-teas-mcte"/> proposes a new, more efficient approach to
multicast traffic engineering (MCTE). There again, the MC would need to know if
a given node can participate in an MCTE DAG.</t>

<t>This memo fills this gap.</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.
These words may also appear in this document in
lower case as plain English words, absent their normative meanings.
<?line -8?></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>directed acyclic graph:</dt>
  <dd>
    <t>a directed graph that has no cycles.</t>
  </dd>
  <dt>directed graph (DAG):</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>ingress:</dt>
  <dd>
    <t>a starting node of an MPTE DAG.</t>
  </dd>
  <dt>MCTE:</dt>
  <dd>
    <t>multicast TE with constraints that creates a multicast tree from an ingress to one or more egresses.</t>
  </dd>
  <dt>MCTED:</dt>
  <dd>
    <t>an MCTE DAG; the result of computation on MCTE constraints.</t>
  </dd>
  <dt>MPTE:</dt>
  <dd>
    <t>multipath TE with constraints that uses multiple paths from one or more ingresses to one or more egresses.</t>
  </dd>
  <dt>MPTED:</dt>
  <dd>
    <t>an MPTE DAG; the result of computation on MPTE constraints.</t>
  </dd>
  <dt>MCTED/MPTED computer (MC):</dt>
  <dd>
    <t>the entity computing the MCTED or MPTED, typically the ingress (if there is a single ingress) or a Path Computation Element</t>
  </dd>
  <dt>node:</dt>
  <dd>
    <t>a vertex of a graph. A node may have associated attributes.</t>
  </dd>
</dl>

<t>PCEP:
Path Computation Element communication protocol.</t>

<dl>
  <dt>signaling source (SS):</dt>
  <dd>
    <t>the initiator of MPTE signaling to establish, update or destroy an MPTE tunnel.</t>
  </dd>
  <dt>TE:</dt>
  <dd>
    <t>traffic engineering</t>
  </dd>
</dl>

</section>
</section>
</section>
<section anchor="mctempte-capabilities"><name>MCTE/MPTE Capabilities</name>

<t><xref target="RFC5073"/> describes IGP protocol extension for the discovery of the TE capabilities of
a node.  This memo extends that with six new capabilities:</t>

<section anchor="mpte-capabilities"><name>MPTE Capabilities</name>

<t><list style="symbols">
  <t>MPR bit: when set, this flag indicates that the node can process MPTE RSVP-TE messages.</t>
  <t>MPP bit: when set, this flag indicates that the node can process MPTE PCEP messages.</t>
  <t>MPB bit: when set, this flag indicates that the node can process MPTE BGP messages.</t>
</list></t>

</section>
<section anchor="mcte-capabilities"><name>MCTE Capabilities</name>

<t><list style="symbols">
  <t>MCR bit: when set, this flag indicates that the node can process MCTE RSVP-TE messages.</t>
  <t>MCP bit: when set, this flag indicates that the node can process MCTE PCEP messages.</t>
  <t>MCB bit: when set, this flag indicates that the node can process MCTE BGP messages.</t>
</list></t>

<t>These bits are encoded in the TE Node Capability Descriptor defined in <xref target="RFC5073"/>.  This Descriptor is carried in ISIS and OSPF as defined in the same RFC.</t>

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

<t>IANA is asked to allocate six bits for the above capabilities in the Link State Routing TE Capabilities registry.</t>

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

<t>This document specifies the content of the TE Node Capability
Descriptor TLV in IS-IS and OSPF to be used for MPLS-TE path
computation.  As this TLV is not used for SPF computation or normal
routing, the extensions specified here have no direct effect on IP
routing.  Tampering with this TLV may have an effect on Traffic
Engineering computation.  Mechanisms defined to secure IS-IS Link
State PDUs <xref target="RFC3567"/>, OSPF LSAs <xref target="RFC2154"/>, and their TLVs can be used
to secure this TLV as well.</t>

</section>


  </middle>

  <back>


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

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




<reference anchor="I-D.kompella-teas-mpte">
   <front>
      <title>Multipath Traffic Engineering</title>
      <author fullname="Kireeti Kompella" initials="K." surname="Kompella">
         <organization>HPE</organization>
      </author>
      <author fullname="Luay Jalil" initials="L." surname="Jalil">
         <organization>Verizon</organization>
      </author>
      <author fullname="Mazen Khaddam" initials="M." surname="Khaddam">
         <organization>Cox Communications</organization>
      </author>
      <author fullname="Andy Smith" initials="A." surname="Smith">
         <organization>Arrcus, Inc.</organization>
      </author>
      <date day="6" month="July" year="2026"/>
      <abstract>
	 <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.

   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&#x27;t offer
   multipathing as the tunnels used to implement TE usually take a
   single path.

   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 &quot;slack&quot; 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>
   <seriesInfo name="Internet-Draft" value="draft-kompella-teas-mpte-03"/>
   
</reference>

<reference anchor="I-D.kompella-teas-mcte">
   <front>
      <title>Multicast Traffic Engineering</title>
      <author fullname="Kireeti Kompella" initials="K." surname="Kompella">
         <organization>HPE</organization>
      </author>
      <date day="6" month="July" year="2026"/>
      <abstract>
	 <t>   Traffic Engineering (TE) 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.
   These benefits apply equally to unicast and multicast traffic.

   This memo proposes multicast traffic-engineering (MCTE), allowing the
   use of TE for multicast traffic.  MCTE is an alternative proposal to
   point-to-multipoint TE specified in [RFC4875].  The approach in
   [RFC4875] creates a separate &quot;sub-LSP&quot; from the source to each leaf,
   resulting in a considerable amount of signaling and state in the
   network.  MCTE, on the other hand, uses the junction approach
   proposed in MPTE [I-D.kompella-teas-mpte] to create the multicast
   tree with less signaling and state.  [RFC4875] proposes the use of
   RSVP-TE for signaling and an MPLS data plane for carrying traffic.
   MCTE allows the use of several control and data planes to signal
   tunnels and carry traffic.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-kompella-teas-mcte-00"/>
   
</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="RFC5073">
  <front>
    <title>IGP Routing Protocol Extensions for Discovery of Traffic Engineering Node Capabilities</title>
    <author fullname="J.P. Vasseur" initials="J.P." role="editor" surname="Vasseur"/>
    <author fullname="J.L. Le Roux" initials="J.L." role="editor" surname="Le Roux"/>
    <date month="December" year="2007"/>
    <abstract>
      <t>It is highly desired, in several cases, to take into account Traffic Engineering (TE) node capabilities during Multi Protocol Label Switching (MPLS) and Generalized MPLS (GMPLS) Traffic Engineered Label Switched Path (TE-LSP) selection, such as, for instance, the capability to act as a branch Label Switching Router (LSR) of a Point-To-MultiPoint (P2MP) LSP. This requires advertising these capabilities within the Interior Gateway Protocol (IGP). For that purpose, this document specifies Open Shortest Path First (OSPF) and Intermediate System-Intermediate System (IS-IS) traffic engineering extensions for the advertisement of control plane and data plane traffic engineering node capabilities. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5073"/>
  <seriesInfo name="DOI" value="10.17487/RFC5073"/>
</reference>



    </references>

    <references title='Informative References' anchor="sec-informative-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="RFC5440">
  <front>
    <title>Path Computation Element (PCE) Communication Protocol (PCEP)</title>
    <author fullname="JP. Vasseur" initials="JP." role="editor" surname="Vasseur"/>
    <author fullname="JL. Le Roux" initials="JL." role="editor" surname="Le Roux"/>
    <date month="March" year="2009"/>
    <abstract>
      <t>This document specifies the Path Computation Element (PCE) Communication Protocol (PCEP) for communications between a Path Computation Client (PCC) and a PCE, or between two PCEs. Such interactions include path computation requests and path computation replies as well as notifications of specific states related to the use of a PCE in the context of Multiprotocol Label Switching (MPLS) and Generalized MPLS (GMPLS) Traffic Engineering. PCEP is designed to be flexible and extensible so as to easily allow for the addition of further messages and objects, should further requirements be expressed in the future. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5440"/>
  <seriesInfo name="DOI" value="10.17487/RFC5440"/>
</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="RFC3567">
  <front>
    <title>Intermediate System to Intermediate System (IS-IS) Cryptographic Authentication</title>
    <author fullname="T. Li" initials="T." surname="Li"/>
    <author fullname="R. Atkinson" initials="R." surname="Atkinson"/>
    <date month="July" year="2003"/>
    <abstract>
      <t>This document describes the authentication of Intermediate System to Intermediate System (IS-IS) Protocol Data Units (PDUs) using the Hashed Message Authentication Codes - Message Digest 5 (HMAC-MD5) algorithm as found in RFC 2104. IS-IS is specified in International Standards Organization (ISO) 10589, with extensions to support Internet Protocol version 4 (IPv4) described in RFC 1195. The base specification includes an authentication mechanism that allows for multiple authentication algorithms. The base specification only specifies the algorithm for cleartext passwords. This document proposes an extension to that specification that allows the use of the HMAC-MD5 authentication algorithm to be used in conjunction with the existing authentication mechanisms. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3567"/>
  <seriesInfo name="DOI" value="10.17487/RFC3567"/>
</reference>
<reference anchor="RFC2154">
  <front>
    <title>OSPF with Digital Signatures</title>
    <author fullname="S. Murphy" initials="S." surname="Murphy"/>
    <author fullname="M. Badger" initials="M." surname="Badger"/>
    <author fullname="B. Wellington" initials="B." surname="Wellington"/>
    <date month="June" year="1997"/>
    <abstract>
      <t>This memo describes the extensions to OSPF required to add digital signature authentication to Link State data, and to provide a certification mechanism for router data. Added LSA processing and key management is detailed. A method for migration from, or co-existence with, standard OSPF V2 is described. This memo defines an Experimental Protocol for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2154"/>
  <seriesInfo name="DOI" value="10.17487/RFC2154"/>
</reference>



    </references>

</references>



  </back>

<!-- ##markdown-source:
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
8RtVaEGeMxgAAA==

-->

</rfc>

