<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.21 (Ruby 3.0.2) -->
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-dhody-pce-pcep-object-order-07" category="std" consensus="true" updates="5440" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.25.0 -->
  <front>
    <title abbrev="object-order">Updated Rules for PCE Communication Protocol (PCEP) Object Ordering</title>
    <seriesInfo name="Internet-Draft" value="draft-dhody-pce-pcep-object-order-07"/>
    <author initials="D." surname="Dhody" fullname="Dhruv Dhody">
      <organization>Huawei</organization>
      <address>
        <postal>
          <country>IN</country>
        </postal>
        <email>dhruv.ietf@gmail.com</email>
      </address>
    </author>
    <date/>
    <area>Routing</area>
    <workgroup>PCE Working Group</workgroup>
    <abstract>
      <?line 38?>

<t>The PCE Communication Protocol (PCEP) defines the mechanisms for the communication between a Path Computation Client (PCC) and a PCE, or among PCEs. Such interactions include path computation requests and path computation replies defined in RFC 5440. As per RFC 5440, these messages are required to follow strict object ordering.</t>
      <t>This document updates RFC 5440 by relaxing the strict object ordering requirement in the PCEP messages.</t>
    </abstract>
  </front>
  <middle>
    <?line 44?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC5440"/> describes the PCE Communication Protocol (PCEP).  PCEP defines the communication between a Path Computation Client (PCC) and a PCE, or between PCEs, enabling computation of Multiprotocol Label Switching (MPLS) for Traffic Engineering Label Switched Path (TE LSP) characteristics.</t>
      <t><xref target="RFC5440"/> defines several PCEP messages. For each PCEP message type, rules are defined that specify the set of objects that the message can carry using Routing Backus-Naur Form (RBNF) <xref target="RFC5511"/>. Further, <xref target="RFC5440"/> states that the object ordering is mandatory. This confuses when multiple extensions add new objects in the PCEP messages and the respective order of these new objects is not specified (see <xref target="EID6627"/>).</t>
      <t>This document updates <xref target="RFC5440"/> to relax the strict object ordering requirement.</t>
    </section>
    <section anchor="conventions">
      <name>Conventions</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>
    <section anchor="motivation">
      <name>Motivation</name>
      <t>The mandatory object ordering requirement in <xref target="RFC5440"/> is shown to result in exponential complexity in terms of what each new PCEP extension needs to cope with in terms of reconciling all of the previously published RFCs, and all concurrently work in progress in the form of the internet-drafts. This requirement does not lend itself to the extensibility of PCEP.</t>
    </section>
    <section anchor="update">
      <name>Update to RFC 5440</name>
      <t><xref section="6" sectionFormat="of" target="RFC5440"/> states:</t>
      <sourcecode type="quote"><![CDATA[
   An implementation MUST form the PCEP
   messages using the object ordering specified in this document.
]]></sourcecode>
      <t>This text is updated to read as follows:</t>
      <sourcecode type="update"><![CDATA[
   An implementation SHOULD form the PCEP
   messages using the object ordering specified in this and
   subsequent documents when an order can be unambiguously
   determined; an implementation MUST be prepared to receive
   a PCEP message with objects in any order when possible.
]]></sourcecode>
      <t>This update does not aim to take away the object ordering completely. The PCEP speaker is expected to follow the object order as specified unless there are valid reasons to ignore it. It is also likely that the receiver can understand the object's meaning irrespective of the order unambiguously.</t>
    </section>
    <section anchor="compatibility">
      <name>Compatibility Considerations</name>
      <t>While one of the main objectives of the changes made by this document is to enable backward compatibility between PCEP extensions, there remains an issue of compatibility between existing implementations of <xref target="RFC5440"/> and implementations that are consistent with this document.</t>
      <t>It should be noted that common behaviour for checking object ordering in received PCEP messages is as described by the updated text presented in <xref target="update"/>.  Thus, many implementations will still have implemented a consistent and future-proof approach.  However, for completeness, it is worth noting how behaviours might interact between implementations.</t>
      <t>The messages generated by an implementation of this document when received by a legacy implementation with a strict interpretation of object ordering MAY lead to error handling. It is interesting to note that the <xref target="RFC5440"/> does not define an Error-Type and Error-value corresponding to this error condition.</t>
    </section>
    <section anchor="open-questions">
      <name>Open Questions</name>
      <ul spacing="normal">
        <li>
          <t>Should a new flag or a TLV in Open Message be added to exchange this capability? Not sure if this is strictly needed if we can live with <xref target="compatibility"/>.</t>
        </li>
      </ul>
    </section>
    <section anchor="management-considerations">
      <name>Management Considerations</name>
      <t>Implementations receiving set objects that they consider out of order MAY log this.  That could be helpful for diagnosing backward compatibility issues.</t>
    </section>
    <section anchor="other-efforts">
      <name>Other Efforts</name>
      <t>In the past, there have been efforts to consolidate and update the RBNF such as in <xref target="I-D.cmfg-pce-pcep-grammar"/>. This document document relaxes the object ordering only, it does not take on the various other issues or the need to consolidate the RBNF for all PCEP extensions. There have been proposals to consolidate the RBNF for the PCEP message in a single place in GitHub and use modern data modelling tools to represent PCEP extensions. They might be taken up in parallel.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document does not raise any security issues.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document does not require any IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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="RFC5511">
          <front>
            <title>Routing Backus-Naur Form (RBNF): A Syntax Used to Form Encoding Rules in Various Routing Protocol Specifications</title>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="April" year="2009"/>
            <abstract>
              <t>Several protocols have been specified in the Routing Area of the IETF using a common variant of the Backus-Naur Form (BNF) of representing message syntax. However, there is no formal definition of this version of BNF.</t>
              <t>There is value in using the same variant of BNF for the set of protocols that are commonly used together. This reduces confusion and simplifies implementation.</t>
              <t>Updating existing documents to use some other variant of BNF that is already formally documented would be a substantial piece of work.</t>
              <t>This document provides a formal definition of the variant of BNF that has been used (that we call Routing BNF) and makes it available for use by new protocols. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5511"/>
          <seriesInfo name="DOI" value="10.17487/RFC5511"/>
        </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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC5455">
          <front>
            <title>Diffserv-Aware Class-Type Object for the Path Computation Element Communication Protocol</title>
            <author fullname="S. Sivabalan" initials="S." role="editor" surname="Sivabalan"/>
            <author fullname="J. Parker" initials="J." surname="Parker"/>
            <author fullname="S. Boutros" initials="S." surname="Boutros"/>
            <author fullname="K. Kumaki" initials="K." surname="Kumaki"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document specifies a CLASSTYPE object to support Diffserv-Aware Traffic Engineering (DS-TE) where path computation is performed with the aid of a Path Computation Element (PCE). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5455"/>
          <seriesInfo name="DOI" value="10.17487/RFC5455"/>
        </reference>
        <reference anchor="RFC8231">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Extensions for Stateful PCE</title>
            <author fullname="E. Crabbe" initials="E." surname="Crabbe"/>
            <author fullname="I. Minei" initials="I." surname="Minei"/>
            <author fullname="J. Medved" initials="J." surname="Medved"/>
            <author fullname="R. Varga" initials="R." surname="Varga"/>
            <date month="September" year="2017"/>
            <abstract>
              <t>The Path Computation Element Communication Protocol (PCEP) provides mechanisms for Path Computation Elements (PCEs) to perform path computations in response to Path Computation Client (PCC) requests.</t>
              <t>Although PCEP explicitly makes no assumptions regarding the information available to the PCE, it also makes no provisions for PCE control of timing and sequence of path computations within and across PCEP sessions. This document describes a set of extensions to PCEP to enable stateful control of MPLS-TE and GMPLS Label Switched Paths (LSPs) via PCEP.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8231"/>
          <seriesInfo name="DOI" value="10.17487/RFC8231"/>
        </reference>
        <reference anchor="I-D.cmfg-pce-pcep-grammar">
          <front>
            <title>Current issues with existing RBNF notation for PCEP messages and extensions</title>
            <author fullname="Ramon Casellas" initials="R." surname="Casellas">
              <organization>CTTC</organization>
            </author>
            <author fullname="Cyril Margaria" initials="C." surname="Margaria">
              <organization>Coriant</organization>
            </author>
            <author fullname="Adrian Farrel" initials="A." surname="Farrel">
              <organization>Old Dog Consulting</organization>
            </author>
            <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
         </author>
            <author fullname="Dhruv Dhody" initials="D." surname="Dhody">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Xian Zhang" initials="X." surname="Zhang">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="10" month="January" year="2014"/>
            <abstract>
              <t>   The PCEP protocol has been defined in [RFC5440] and later extended in
   several RFCs.  This document aims at documenting inconsistencies when
   implementing a set of extensions and at providing a reference,
   complete and formal RBNF grammar for PCEP messages, including object
   ordering and precedence rules.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-cmfg-pce-pcep-grammar-02"/>
        </reference>
        <reference anchor="EID6627" target="https://www.rfc-editor.org/errata/eid6627">
          <front>
            <title>Errata ID: 6627</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 116?>

<section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to John Scudder for the motivation behind this document. Thanks to Oscar Gonzalez de Dios and Cyril Margaria for raising errata on this topic. Thanks to the author of <xref target="I-D.cmfg-pce-pcep-grammar"/> for highlighting the issue.</t>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>As described in <xref target="EID6627"/>, for the PCReq message, the CLASSTYPE object is encoded after the END-POINTS object in <xref target="RFC5455"/>. Whereas in <xref target="RFC8231"/>, the LSP object is encoded just after the END-POINTS object. So it is not known which of the below orders is expected.</t>
      <sourcecode type="RBNF"><![CDATA[
...<END-POINTS>[<LSP>][<CLASSTYPE>]...

or

...<END-POINTS>[<CLASSTYPE>][<LSP>]...
]]></sourcecode>
      <t>This update requires the receiver to be able to accept both of these.</t>
    </section>
    <section anchor="when-order-matters">
      <name>When Order Matters</name>
      <t>There are cases where the ordering between objects is important. For instance, PCRpt message <xref target="RFC8231"/> includes &lt;path&gt; with some attributes that say BANDWIDTH can be part of both &lt;actual-attribute-list&gt; and &lt;intended-attribute-list&gt;.</t>
      <sourcecode type="RBNF"><![CDATA[
    Where:
      <path>::= <intended-path>
                [<actual-attribute-list><actual-path>]
                <intended-attribute-list>
]]></sourcecode>
      <t>An important factor to distinguish between the actual and intended attribute list is the presence of RRO (i.e. &lt;actual-path&gt;) and the order of objects in the PCRpt message.</t>
      <t>If the RRO is present, any attributes encoded before it, are to be considered as part of &lt;actual-attribute-list&gt; and those after it, as part of &lt;intended-attribute-list&gt;.</t>
      <t>If the RRO is absent, all attributes are part of &lt;intended-attribute-list&gt;.</t>
      <t>Thus the approach taken by this document is to say that ordering is relaxed in cases where there is no ambiguity.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
