<?xml version='1.0' encoding='utf-8'?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" version="3" category="info" consensus="true" docName="draft-ietf-teas-pce-native-ip-17" indexInclude="true" ipr="trust200902" number="8821" prepTime="2021-04-05T22:00:10" scripts="Common,Latin" sortRefs="true" submissionType="IETF" symRefs="true" tocDepth="3" tocInclude="true" xml:lang="en">
  <link href="https://datatracker.ietf.org/doc/draft-ietf-teas-pce-native-ip-17" rel="prev"/>
  <link href="https://dx.doi.org/10.17487/rfc8821" rel="alternate"/>
  <link href="urn:issn:2070-1721" rel="alternate"/>
  <front>
    <title abbrev="PCE in Native IP">PCE-Based Traffic Engineering (TE) in Native IP Networks</title>
    <seriesInfo name="RFC" value="8821" stream="IETF"/>
    <author fullname="Aijun Wang" initials="A" surname="Wang">
      <organization showOnFrontPage="true">China Telecom</organization>
      <address>
        <postal>
          <street>Beiqijia Town</street>
          <extaddr>Changping District</extaddr>
          <city>Beijing</city>
          <code>102209</code>
          <country>China</country>
        </postal>
        <email>wangaj3@chinatelecom.cn</email>
      </address>
    </author>
    <author fullname="Boris Khasanov" initials="B" surname="Khasanov">
      <organization showOnFrontPage="true">Yandex LLC</organization>
      <address>
        <postal>
          <street>Ulitsa Lva Tolstogo 16</street>
          <city>Moscow</city>
          <country>Russian Federation</country>
        </postal>
        <email>bhassanov@yahoo.com</email>
      </address>
    </author>
    <author fullname="Quintin Zhao" initials="Q" surname="Zhao">
      <organization showOnFrontPage="true">Etheric Networks</organization>
      <address>
        <postal>
          <street>1009 S Claremont St</street>
          <city>San Mateo</city>
          <region>CA</region>
          <code>94402</code>
          <country>United States of America</country>
        </postal>
        <email>qzhao@ethericnetworks.com</email>
      </address>
    </author>
    <author fullname="Huaimo Chen" initials="H" surname="Chen">
      <organization showOnFrontPage="true">Futurewei</organization>
      <address>
        <postal>
          <city>Boston</city>
          <region>MA</region>
          <country>USA</country>
        </postal>
        <email>huaimo.chen@futurewei.com</email>
      </address>
    </author>
    <date month="04" year="2021"/>
    <area>RTG Area</area>
    <workgroup>TEAS Working Group</workgroup>
    <abstract pn="section-abstract">
      <t indent="0" pn="section-abstract-1">This document defines an architecture for providing traffic
      engineering in a native IP network using multiple BGP sessions and a
      Path Computation Element (PCE)-based central control mechanism. It
      defines the Centralized Control Dynamic Routing (CCDR) procedures and
      identifies needed extensions for the Path Computation Element
      Communication Protocol (PCEP).</t>
    </abstract>
    <boilerplate>
      <section anchor="status-of-memo" numbered="false" removeInRFC="false" toc="exclude" pn="section-boilerplate.1">
        <name slugifiedName="name-status-of-this-memo">Status of This Memo</name>
        <t indent="0" pn="section-boilerplate.1-1">
            This document is not an Internet Standards Track specification; it is
            published for informational purposes.  
        </t>
        <t indent="0" pn="section-boilerplate.1-2">
            This document is a product of the Internet Engineering Task Force
            (IETF).  It represents the consensus of the IETF community.  It has
            received public review and has been approved for publication by the
            Internet Engineering Steering Group (IESG).  Not all documents
            approved by the IESG are candidates for any level of Internet
            Standard; see Section 2 of RFC 7841. 
        </t>
        <t indent="0" pn="section-boilerplate.1-3">
            Information about the current status of this document, any
            errata, and how to provide feedback on it may be obtained at
            <eref target="https://www.rfc-editor.org/info/rfc8821" brackets="none"/>.
        </t>
      </section>
      <section anchor="copyright" numbered="false" removeInRFC="false" toc="exclude" pn="section-boilerplate.2">
        <name slugifiedName="name-copyright-notice">Copyright Notice</name>
        <t indent="0" pn="section-boilerplate.2-1">
            Copyright (c) 2021 IETF Trust and the persons identified as the
            document authors. All rights reserved.
        </t>
        <t indent="0" pn="section-boilerplate.2-2">
            This document is subject to BCP 78 and the IETF Trust's Legal
            Provisions Relating to IETF Documents
            (<eref target="https://trustee.ietf.org/license-info" brackets="none"/>) in effect on the date of
            publication of this document. Please review these documents
            carefully, as they describe your rights and restrictions with
            respect to this document. Code Components extracted from this
            document must include Simplified BSD License text as described in
            Section 4.e of the Trust Legal Provisions and are provided without
            warranty as described in the Simplified BSD License.
        </t>
      </section>
    </boilerplate>
    <toc>
      <section anchor="toc" numbered="false" removeInRFC="false" toc="exclude" pn="section-toc.1">
        <name slugifiedName="name-table-of-contents">Table of Contents</name>
        <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1">
          <li pn="section-toc.1-1.1">
            <t indent="0" keepWithNext="true" pn="section-toc.1-1.1.1"><xref derivedContent="1" format="counter" sectionFormat="of" target="section-1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-introduction">Introduction</xref></t>
          </li>
          <li pn="section-toc.1-1.2">
            <t indent="0" keepWithNext="true" pn="section-toc.1-1.2.1"><xref derivedContent="2" format="counter" sectionFormat="of" target="section-2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-terminology">Terminology</xref></t>
          </li>
          <li pn="section-toc.1-1.3">
            <t indent="0" keepWithNext="true" pn="section-toc.1-1.3.1"><xref derivedContent="3" format="counter" sectionFormat="of" target="section-3"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-ccdr-architecture-in-a-simp">CCDR Architecture in a Simple Topology</xref></t>
          </li>
          <li pn="section-toc.1-1.4">
            <t indent="0" pn="section-toc.1-1.4.1"><xref derivedContent="4" format="counter" sectionFormat="of" target="section-4"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-ccdr-architecture-in-a-larg">CCDR Architecture in a Large-Scale Topology</xref></t>
          </li>
          <li pn="section-toc.1-1.5">
            <t indent="0" pn="section-toc.1-1.5.1"><xref derivedContent="5" format="counter" sectionFormat="of" target="section-5"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-ccdr-multiple-bgp-sessions-">CCDR Multiple BGP Sessions Strategy</xref></t>
          </li>
          <li pn="section-toc.1-1.6">
            <t indent="0" pn="section-toc.1-1.6.1"><xref derivedContent="6" format="counter" sectionFormat="of" target="section-6"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-pcep-extension-for-critical">PCEP Extension for Critical Parameters Delivery</xref></t>
          </li>
          <li pn="section-toc.1-1.7">
            <t indent="0" pn="section-toc.1-1.7.1"><xref derivedContent="7" format="counter" sectionFormat="of" target="section-7"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-deployment-considerations">Deployment Considerations</xref></t>
            <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1.7.2">
              <li pn="section-toc.1-1.7.2.1">
                <t indent="0" pn="section-toc.1-1.7.2.1.1"><xref derivedContent="7.1" format="counter" sectionFormat="of" target="section-7.1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-scalability">Scalability</xref></t>
              </li>
              <li pn="section-toc.1-1.7.2.2">
                <t indent="0" pn="section-toc.1-1.7.2.2.1"><xref derivedContent="7.2" format="counter" sectionFormat="of" target="section-7.2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-high-availability">High Availability</xref></t>
              </li>
              <li pn="section-toc.1-1.7.2.3">
                <t indent="0" pn="section-toc.1-1.7.2.3.1"><xref derivedContent="7.3" format="counter" sectionFormat="of" target="section-7.3"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-incremental-deployment">Incremental Deployment</xref></t>
              </li>
              <li pn="section-toc.1-1.7.2.4">
                <t indent="0" pn="section-toc.1-1.7.2.4.1"><xref derivedContent="7.4" format="counter" sectionFormat="of" target="section-7.4"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-loop-avoidance">Loop Avoidance</xref></t>
              </li>
              <li pn="section-toc.1-1.7.2.5">
                <t indent="0" pn="section-toc.1-1.7.2.5.1"><xref derivedContent="7.5" format="counter" sectionFormat="of" target="section-7.5"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-e2e-path-performance-monito">E2E Path Performance Monitoring</xref></t>
              </li>
            </ul>
          </li>
          <li pn="section-toc.1-1.8">
            <t indent="0" pn="section-toc.1-1.8.1"><xref derivedContent="8" format="counter" sectionFormat="of" target="section-8"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-security-considerations">Security Considerations</xref></t>
          </li>
          <li pn="section-toc.1-1.9">
            <t indent="0" pn="section-toc.1-1.9.1"><xref derivedContent="9" format="counter" sectionFormat="of" target="section-9"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-iana-considerations">IANA Considerations</xref></t>
          </li>
          <li pn="section-toc.1-1.10">
            <t indent="0" pn="section-toc.1-1.10.1"><xref derivedContent="10" format="counter" sectionFormat="of" target="section-10"/>. <xref derivedContent="" format="title" sectionFormat="of" target="name-references">References</xref></t>
            <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1.10.2">
              <li pn="section-toc.1-1.10.2.1">
                <t indent="0" pn="section-toc.1-1.10.2.1.1"><xref derivedContent="10.1" format="counter" sectionFormat="of" target="section-10.1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-normative-references">Normative References</xref></t>
              </li>
              <li pn="section-toc.1-1.10.2.2">
                <t indent="0" pn="section-toc.1-1.10.2.2.1"><xref derivedContent="10.2" format="counter" sectionFormat="of" target="section-10.2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-informative-references">Informative References</xref></t>
              </li>
            </ul>
          </li>
          <li pn="section-toc.1-1.11">
            <t indent="0" pn="section-toc.1-1.11.1"><xref derivedContent="" format="none" sectionFormat="of" target="section-appendix.a"/><xref derivedContent="" format="title" sectionFormat="of" target="name-acknowledgments">Acknowledgments</xref></t>
          </li>
          <li pn="section-toc.1-1.12">
            <t indent="0" pn="section-toc.1-1.12.1"><xref derivedContent="" format="none" sectionFormat="of" target="section-appendix.b"/><xref derivedContent="" format="title" sectionFormat="of" target="name-authors-addresses">Authors' Addresses</xref></t>
          </li>
        </ul>
      </section>
    </toc>
  </front>
  <middle>
    <section anchor="intro" numbered="true" removeInRFC="false" toc="include" pn="section-1">
      <name slugifiedName="name-introduction">Introduction</name>
      <t indent="0" pn="section-1-1"><xref target="RFC8283" format="default" sectionFormat="of" derivedContent="RFC8283"/>, based on an extension of the 
      PCE architecture described in <xref target="RFC4655" format="default" sectionFormat="of" derivedContent="RFC4655"/>, introduced a broader use applicability for a PCE as
      a central controller. PCEP continues to be used as the
      protocol between the PCE and the Path Computation Client (PCC). Building on that
      work, this document describes a solution of using a PCE for centralized
      control in a native IP network to provide end-to-end (E2E) performance
      assurance and QoS for traffic. The solution combines the use of
      distributed routing protocols and a centralized controller, referred to
      as Centralized Control Dynamic Routing (CCDR).</t>
      <t indent="0" pn="section-1-2"><xref target="RFC8735" format="default" sectionFormat="of" derivedContent="RFC8735"/> describes the scenarios and simulation
      results for traffic engineering in a native IP network based on use of a
      CCDR architecture. Per <xref target="RFC8735" format="default" sectionFormat="of" derivedContent="RFC8735"/>, the architecture for
      traffic engineering in a native IP network should meet the following
      criteria:</t>
      <ul bare="false" empty="false" indent="3" spacing="normal" pn="section-1-3">
        <li pn="section-1-3.1">Same solution for native IPv4 and IPv6 traffic.</li>
        <li pn="section-1-3.2">Support for intra-domain and inter-domain scenarios.</li>
        <li pn="section-1-3.3">Achieve E2E traffic assurance, with determined QoS
          behavior, for traffic requiring a service assurance (prioritized
          traffic).</li>
        <li pn="section-1-3.4">No changes in a router's forwarding behavior.</li>
        <li pn="section-1-3.5">Based on centralized control through a distributed network
          control plane.</li>
        <li pn="section-1-3.6">Support different network requirements such as high traffic
          volume and prefix scaling.</li>
        <li pn="section-1-3.7">Ability to adjust the optimal path dynamically upon the changes
          of network status. No need for reserving resources for physical links 
          in advance.</li>
      </ul>
      <t indent="0" pn="section-1-4">Building on the above documents, this document defines an
      architecture meeting these requirements by using a strategy of multiple BGP sessions
      and a PCE as the centralized controller. The architecture
      depends on the central control element (PCE) to compute the optimal
      path and utilizes the dynamic routing behavior of IGP and BGP for
      forwarding the traffic.</t>
    </section>
    <section numbered="true" removeInRFC="false" toc="include" pn="section-2">
      <name slugifiedName="name-terminology">Terminology</name>
      <t indent="0" pn="section-2-1">This document uses the following terms defined in <xref target="RFC5440" format="default" sectionFormat="of" derivedContent="RFC5440"/>:</t>
      <dl indent="3" newline="false" spacing="normal" pn="section-2-2">
        <dt pn="section-2-2.1">PCE:</dt>
        <dd pn="section-2-2.2">Path Computation Element</dd>
        <dt pn="section-2-2.3">PCEP:</dt>
        <dd pn="section-2-2.4">PCE Protocol</dd>
        <dt pn="section-2-2.5">PCC:</dt>
        <dd pn="section-2-2.6">Path Computation Client</dd>
      </dl>
      <t indent="0" pn="section-2-3">Other terms are used in this document:</t>
      <dl indent="3" newline="false" spacing="normal" pn="section-2-4">
        <dt pn="section-2-4.1">CCDR:</dt>
        <dd pn="section-2-4.2">Centralized Control Dynamic Routing</dd>
        <dt pn="section-2-4.3">E2E:</dt>
        <dd pn="section-2-4.4">End to End</dd>
        <dt pn="section-2-4.5">ECMP:</dt>
        <dd pn="section-2-4.6">Equal-Cost Multipath</dd>
        <dt pn="section-2-4.7">RR:</dt>
        <dd pn="section-2-4.8">Route Reflector</dd>
        <dt pn="section-2-4.9">SDN:</dt>
        <dd pn="section-2-4.10">Software-Defined Network</dd>
      </dl>
    </section>
    <section numbered="true" removeInRFC="false" toc="include" pn="section-3">
      <name slugifiedName="name-ccdr-architecture-in-a-simp">CCDR Architecture in a Simple Topology</name>
      <t indent="0" pn="section-3-1"><xref target="fig-ccdr-arch-simple" format="default" sectionFormat="of" derivedContent="Figure 1"/> illustrates the CCDR architecture for traffic engineering in
      a simple topology. The topology is composed of four devices, which are
      SW1, SW2, R1, and R2. There are multiple physical links between R1 and R2.
      Traffic between prefix PF11 (on SW1) and prefix PF21 (on SW2) is normal
      traffic; traffic between prefix PF12 (on SW1) and prefix PF22 (on SW2) is
      priority traffic that should be treated accordingly.</t>
      <figure anchor="fig-ccdr-arch-simple" align="left" suppress-title="false" pn="figure-1">
        <name slugifiedName="name-ccdr-architecture-in-a-simpl">CCDR Architecture in a Simple Topology</name>
        <artwork name="" type="" alt="" align="left" pn="section-3-2.1">
                               +-----+
                    +----------+ PCE +--------+
                    |          +-----+        |
                    |                         |
                    | BGP Session 1(lo11/lo21)|
                    +-------------------------+
                    |                         |
                    | BGP Session 2(lo12/lo22)|
                    +-------------------------+
PF12                |                         |                 PF22
PF11                |                         |                 PF21
+---+         +-----+-----+             +-----+-----+           +---+
|SW1+---------+(lo11/lo12)+-------------+(lo21/lo22)+-----------+SW2|
+---+         |    R1     +-------------+    R2     |           +---+
              +-----------+             +-----------+
</artwork>
      </figure>
      <t indent="0" pn="section-3-3">In the intra-domain scenario, IGP and BGP combined with a PCE are
      deployed between R1 and R2. In the inter-domain scenario, only native
      BGP is deployed. The traffic between each address pair may
      change in real time and the corresponding source/destination addresses
      of the traffic may also change dynamically.</t>
      <t indent="0" pn="section-3-4">The key ideas of the CCDR architecture for this simple topology are
      the following:</t>
      <ul bare="false" empty="false" indent="3" spacing="normal" pn="section-3-5">
        <li pn="section-3-5.1">Build two BGP sessions between R1 and R2 via the different
          loopback addresses on these routers (lo11 and lo12 are the loopback
          addresses of R1, and lo21 and lo22 are the loopback addresses of R2).</li>
        <li pn="section-3-5.2">Using the PCE, set the explicit peer route on R1 and R2 for BGP
          next hop to different physical link addresses between R1 and R2. The
          explicit peer route can be set in the format of a static route,
          which is different from the route learned from IGP.</li>
        <li pn="section-3-5.3">Send different prefixes via the established BGP sessions. For
          example, send PF11/PF21 via the BGP session 1 and PF12/PF22 via the
          BGP session 2.</li>
      </ul>
      <t indent="0" pn="section-3-6">After the above actions, the bidirectional traffic between the PF11
      and PF21, and the bidirectional traffic between PF12 and PF22, will go
      through different physical links between R1 and R2.</t>
      <t indent="0" pn="section-3-7">If there is more traffic between PF12 and PF22 that needs assured
      transport, one can add more physical links between R1 and R2 to reach
      the next hop for BGP session 2. In this case, the prefixes that are
      advertised by the BGP peers need not be changed.</t>
      <t indent="0" pn="section-3-8">If, for example, there is bidirectional priority traffic from
      another address pair (for example, prefix PF13/PF23), and the total
      volume of priority traffic does not exceed the capacity of the
      previously provisioned physical links, one need only advertise the newly
      added source/destination prefixes via the BGP session 2. The
      bidirectional traffic between PF13/PF23 will go through the same
      assigned, dedicated physical links as the traffic between PF12/PF22.</t>
      <t indent="0" pn="section-3-9">Such a decoupling philosophy of the IGP/BGP traffic link and the
      physical link achieves a flexible control capability for the network
      traffic, satisfying the needed QoS assurance to meet the application's
      requirement. The router needs only to support native IP and multiple BGP
      sessions set up via different loopback addresses.</t>
    </section>
    <section numbered="true" removeInRFC="false" toc="include" pn="section-4">
      <name slugifiedName="name-ccdr-architecture-in-a-larg">CCDR Architecture in a Large-Scale Topology</name>
      <t indent="0" pn="section-4-1">When the priority traffic spans a large-scale network, such as that
      illustrated in <xref target="fig-ccdr-arch-large" format="default" sectionFormat="of" derivedContent="Figure 2"/>, the multiple BGP sessions cannot be established
      hop by hop within one autonomous system. For such a scenario, we propose using a Route
      Reflector (RR) <xref target="RFC4456" format="default" sectionFormat="of" derivedContent="RFC4456"/> to achieve a similar effect.
      Every edge router will establish two BGP sessions with the RR via
      different loopback addresses respectively. The other steps for traffic
      differentiation are the same as that described in the CCDR architecture
      for the simple topology.</t>
      <t indent="0" pn="section-4-2">As shown in <xref target="fig-ccdr-arch-large" format="default" sectionFormat="of" derivedContent="Figure 2"/>, if we select R3 as the RR, every edge router (R1
      and R7 in this example) will build two BGP sessions with the RR. If the
      PCE selects the dedicated path as R1-R2-R4-R7, then the operator should
      set the explicit peer routes via PCEP on these routers
      respectively, pointing to the BGP next hop (loopback addresses of R1 and
      R7, which are used to send the prefix of the priority traffic) to the
      selected forwarding address.</t>
      <figure anchor="fig-ccdr-arch-large" align="left" suppress-title="false" pn="figure-2">
        <name slugifiedName="name-ccdr-architecture-in-a-large">CCDR Architecture in a Large-Scale Network</name>
        <artwork name="" type="" alt="" align="left" pn="section-4-3.1">
                              +-----+
             +----------------+ PCE +------------------+
             |                +--+--+                  |
             |                   |                     |
             |                   |                     |
             |                +--+---+                 |
             +----------------+R3(RR)+-----------------+
PF12         |                +--+---+                 |         PF22
PF11         |                                         |         PF21
+---+       ++-+          +--+          +--+         +-++       +---+
|SW1+-------+R1+----------+R5+----------+R6+---------+R7+-------+SW2|
+---+       ++-+          +--+          +--+         +-++       +---+
             |                                         |
             |                                         |
             |            +--+          +--+           |
             +------------+R2+----------+R4+-----------+
                          +--+          +--+
</artwork>
      </figure>
    </section>
    <section numbered="true" removeInRFC="false" toc="include" pn="section-5">
      <name slugifiedName="name-ccdr-multiple-bgp-sessions-">CCDR Multiple BGP Sessions Strategy</name>
      <t indent="0" pn="section-5-1">Generally, different applications may require different QoS criteria,
      which may include:</t>
      <ul bare="false" empty="false" indent="3" spacing="normal" pn="section-5-2">
        <li pn="section-5-2.1">Traffic that requires low latency and is not sensitive to packet
          loss.</li>
        <li pn="section-5-2.2">Traffic that requires low packet loss and can endure higher
          latency.</li>
        <li pn="section-5-2.3">Traffic that requires low jitter.</li>
      </ul>
      <t indent="0" pn="section-5-3">These different traffic requirements are summarized in <xref target="tab-traffic-req" format="default" sectionFormat="of" derivedContent="Table 1"/>.</t>
      <table anchor="tab-traffic-req" align="center" pn="table-1">
        <name slugifiedName="name-traffic-requirement-criteri">Traffic Requirement Criteria</name>
        <thead>
          <tr>
            <th align="left" colspan="1" rowspan="1">Prefix Set No.</th>
            <th align="left" colspan="1" rowspan="1">Latency</th>
            <th align="left" colspan="1" rowspan="1">Packet Loss</th>
            <th align="left" colspan="1" rowspan="1">Jitter</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="center" colspan="1" rowspan="1">1</td>
            <td align="left" colspan="1" rowspan="1">Low</td>
            <td align="left" colspan="1" rowspan="1">Normal</td>
            <td align="left" colspan="1" rowspan="1">Don't care</td>
          </tr>
          <tr>
            <td align="center" colspan="1" rowspan="1">2</td>
            <td align="left" colspan="1" rowspan="1">Normal</td>
            <td align="left" colspan="1" rowspan="1">Low</td>
            <td align="left" colspan="1" rowspan="1">Don't care</td>
          </tr>
          <tr>
            <td align="center" colspan="1" rowspan="1">3</td>
            <td align="left" colspan="1" rowspan="1">Normal</td>
            <td align="left" colspan="1" rowspan="1">Normal</td>
            <td align="left" colspan="1" rowspan="1">Low</td>
          </tr>
        </tbody>
      </table>
      <t indent="0" pn="section-5-5">For Prefix Set No.1, we can select the shortest distance path to
      carry the traffic; for Prefix Set No.2, we can select the path that has
      E2E under-loaded links; for Prefix Set No.3, we can let traffic
      pass over a determined single path, as no ECMP
      distribution on the parallel links is desired.</t>
      <t indent="0" pn="section-5-6">It is almost impossible to provide an E2E path
      efficiently with latency, jitter, and packet loss constraints to meet
      the above requirements in a large-scale, IP-based network only using a
      distributed routing protocol, but these requirements can be met with the
      assistance of PCE, as described in <xref target="RFC4655" format="default" sectionFormat="of" derivedContent="RFC4655"/> and
      <xref target="RFC8283" format="default" sectionFormat="of" derivedContent="RFC8283"/>. The PCE will have the overall network view,
      ability to collect the real-time network topology, and the network
      performance information about the underlying network. The PCE can select
      the appropriate path to meet the various network performance
      requirements for different traffic.</t>
      <t indent="0" pn="section-5-7">The architecture to implement the CCDR multiple BGP sessions strategy
      is as follows:</t>
      <t indent="0" pn="section-5-8">The PCE will be responsible for the optimal path computation for the
      different priority classes of traffic:</t>
      <ul bare="false" empty="false" indent="3" spacing="normal" pn="section-5-9">
        <li pn="section-5-9.1">PCE collects topology information via BGP-LS <xref target="RFC7752" format="default" sectionFormat="of" derivedContent="RFC7752"> </xref> and link utilization information via the
          existing Network Monitoring System (NMS) from the underlying
          network.</li>
        <li pn="section-5-9.2">PCE calculates the appropriate path based upon the application's
          requirements and sends the key parameters to edge/RR routers (R1, R7,
          and R3 in <xref target="fig-ccdr-arch-multi" format="default" sectionFormat="of" derivedContent="Figure 3"/>) to establish multiple BGP sessions. The loopback
          addresses used for the BGP sessions should be planned in advance and
          distributed in the domain.</li>
        <li pn="section-5-9.3">PCE sends the route information to the routers (R1, R2, R4, and R7 in
          <xref target="fig-ccdr-arch-multi" format="default" sectionFormat="of" derivedContent="Figure 3"/>) on the forwarding path via PCEP to build the path to the
          BGP next hop of the advertised prefixes. The path to these BGP
          next hops will also be learned via IGP, but the route
          from the PCEP has the higher preference. Such a design can assure the
          IGP path to the BGP next hop can be used to protect the path
          assigned by PCE.</li>
        <li pn="section-5-9.4">PCE sends the prefix information to the PCC (edge routers that
          have established BGP sessions) for advertising different prefixes
          via the specified BGP session.</li>
        <li pn="section-5-9.5">The priority traffic may share some links or nodes if the path the
          shared links or nodes can meet the requirement of application. When
          the priority traffic prefixes are changed, but the total volume of
          priority traffic does not exceed the physical capacity of the
          previous E2E path, the PCE needs only change the prefixes advertised
          via the edge routers (R1 and R7 in <xref target="fig-ccdr-arch-multi" format="default" sectionFormat="of" derivedContent="Figure 3"/>).</li>
        <li pn="section-5-9.6">If the volume of priority traffic exceeds the capacity of the
          previous calculated path, the PCE can recalculate and add the
          appropriate paths to accommodate the exceeding traffic. After that,
          the PCE needs to update the on-path routers to build the forwarding
          path hop by hop.</li>
      </ul>
      <figure anchor="fig-ccdr-arch-multi" align="left" suppress-title="false" pn="figure-3">
        <name slugifiedName="name-ccdr-architecture-for-multi">CCDR Architecture for Multi-BGP Sessions Deployment</name>
        <artwork name="" type="" alt="" align="left" pn="section-5-10.1">
                          +------------+
                          | Application|
                          +------+-----+
                                 |
                        +--------+---------+
             +----------+SDN Controller/PCE+-----------+
             |          +--------^---------+           |
             |                   |                     |
             |                   |                     |
        PCEP |             BGP-LS|PCEP                 | PCEP
             |                   |                     |
             |                +--v---+                 |
             +----------------+R3(RR)+-----------------+
 PF12        |                +------+                 |         PF22
 PF11        |                                         |         PF21
+---+       +v-+          +--+          +--+         +-v+       +---+
|SW1+-------+R1+----------+R5+----------+R6+---------+R7+-------+SW2|
+---+       ++-+          +--+          +--+         +-++       +---+
             |                                         |
             |                                         |
             |            +--+          +--+           |
             +------------+R2+----------+R4+-----------+
                          +--+          +--+
</artwork>
      </figure>
    </section>
    <section numbered="true" removeInRFC="false" toc="include" pn="section-6">
      <name slugifiedName="name-pcep-extension-for-critical">PCEP Extension for Critical Parameters Delivery</name>
      <t indent="0" pn="section-6-1">PCEP needs to be extended to transfer the following
      critical parameters:</t>
      <ul bare="false" empty="false" indent="3" spacing="normal" pn="section-6-2">
        <li pn="section-6-2.1">Peer information that is used to build the BGP session.</li>
        <li pn="section-6-2.2">Explicit route information for BGP next hop of advertised
          prefixes.</li>
        <li pn="section-6-2.3">Advertised prefixes and their associated BGP session.</li>
      </ul>
      <t indent="0" pn="section-6-3">Once the router receives such information, it should establish
      the BGP session with the peer appointed in the PCEP message, build the
      E2E dedicated path hop by hop, and advertise the prefixes that
      are contained in the corresponding PCEP message.</t>
      <t indent="0" pn="section-6-4">The dedicated path is preferred by making sure that the explicit
      route created by PCE has the higher priority (lower route preference)
      than the route information created by other dynamic protocols.</t>
      <t indent="0" pn="section-6-5">All of the above dynamically created states (BGP sessions, explicit routes,
      and advertised prefixes) will be cleared on the expiration of the
      state timeout interval, which is based on the existing stateful PCE <xref target="RFC8231" format="default" sectionFormat="of" derivedContent="RFC8231"/> and PCE as a Central Controller (PCECC) <xref target="RFC8283" format="default" sectionFormat="of" derivedContent="RFC8283"/> mechanism.</t>
      <t indent="0" pn="section-6-6">Regarding the BGP session, it is not different from that configured
      manually or via Network Configuration Protocol (NETCONF) and YANG. Different BGP sessions are used mainly for
      the clarification of the network prefixes, which can be differentiated
      via the different BGP next hop. Based on this strategy, if we manipulate
      the path to the BGP next hop, then the path to the prefixes that were
      advertised with the BGP sessions will be changed accordingly. Details of
      communications between PCEP and BGP subsystems in the router's control
      plane are out of scope of this document.</t>
    </section>
    <section numbered="true" removeInRFC="false" toc="include" pn="section-7">
      <name slugifiedName="name-deployment-considerations">Deployment Considerations</name>
      <section numbered="true" removeInRFC="false" toc="include" pn="section-7.1">
        <name slugifiedName="name-scalability">Scalability</name>
        <t indent="0" pn="section-7.1-1">In the CCDR architecture, only the edge routers that connect with
        the PCE are responsible for the prefix advertisement via the
        multiple BGP sessions deployment. The route information for these
        prefixes within the on-path routers is distributed via BGP.
        </t>
        <t indent="0" pn="section-7.1-2">For multiple domain deployment, the PCE, or the pool of PCEs
        responsible for these domains, needs only to control the edge router
        to build the multiple External BGP (EBGP) sessions; all other procedures are the same
        as within one domain.</t>
        <t indent="0" pn="section-7.1-3">The on-path router needs only to keep the specific policy routes
        for the BGP next hop of the differentiated prefixes, not the specific
        routes to the prefixes themselves. This lessens the burden of the
        table size of policy-based routes for the on-path routers; and has
        more expandability compared with BGP Flowspec or OpenFlow solutions.
        For example, if we want to differentiate 1,000 prefixes from the normal
        traffic, CCDR needs only one explicit peer route in every on-path
        router, whereas the BGP Flowspec or OpenFlow solutions need 1,000
        policy routes on them.</t>
      </section>
      <section numbered="true" removeInRFC="false" toc="include" pn="section-7.2">
        <name slugifiedName="name-high-availability">High Availability</name>
        <t indent="0" pn="section-7.2-1">The CCDR architecture is based on the use of native IP.
        If the PCE fails, the forwarding plane will not be impacted,
        as the BGP sessions between all the devices will not flap, and the
        forwarding table remains unchanged.</t>
        <t indent="0" pn="section-7.2-2">If one node on the optimal path fails, the priority traffic will
        fall over to the best-effort forwarding path. One can even design
        several paths to load balance or to create a hot standby 
        of the priority traffic to meet a path failure situation.</t>
        <t indent="0" pn="section-7.2-3">For ensuring high availability of a PCE/SDN-controllers
        architecture, an operator should rely on existing high availability
        solutions for SDN controllers, such as clustering technology and
        deployment.</t>
      </section>
      <section numbered="true" removeInRFC="false" toc="include" pn="section-7.3">
        <name slugifiedName="name-incremental-deployment">Incremental Deployment</name>
        <t indent="0" pn="section-7.3-1">Not every router within the network needs to support the necessary
        PCEP extension. For such situations, routers on the edge of a domain
        can be upgraded first, and then the traffic can be prioritized between
        different domains. Within each domain, the traffic will be forwarded
        along the best-effort path. A service provider can selectively upgrade
        the routers on each domain in sequence.</t>
      </section>
      <section numbered="true" removeInRFC="false" toc="include" pn="section-7.4">
        <name slugifiedName="name-loop-avoidance">Loop Avoidance</name>
        <t indent="0" pn="section-7.4-1">A PCE needs to assure calculation of the E2E path based on the
        status of network and the service requirements in real-time.</t>
        <t indent="0" pn="section-7.4-2">The PCE needs to consider the explicit route deployment order (for
        example, from tail router to head router) to eliminate any possible
        transient traffic loop.</t>
      </section>
      <section numbered="true" removeInRFC="false" toc="include" pn="section-7.5">
        <name slugifiedName="name-e2e-path-performance-monito">E2E Path Performance Monitoring</name>
        <t indent="0" pn="section-7.5-1">It is necessary to deploy the corresponding E2E path performance
        monitoring mechanism to assure that the delay, jitter, or packet
        loss index meets the original path performance aim. The performance
        monitoring results should provide feedback to the PCE in order for it to accomplish the
        re-optimization process and send the update control message to the related PCC if
        necessary. Traditional OAM methods (ping, trace) can be used.</t>
      </section>
    </section>
    <section numbered="true" removeInRFC="false" toc="include" pn="section-8">
      <name slugifiedName="name-security-considerations">Security Considerations</name>
      <t indent="0" pn="section-8-1">The setup of BGP sessions, prefix advertisement, and explicit peer
      route establishment are all controlled by the PCE. See <xref target="RFC4271" format="default" sectionFormat="of" derivedContent="RFC4271"/> and <xref target="RFC4272" format="default" sectionFormat="of" derivedContent="RFC4272"/> for BGP security
      considerations. The Security Considerations found in <xref target="RFC5440" section="10" format="default" sectionFormat="of" derivedLink="https://rfc-editor.org/rfc/rfc5440#section-10" derivedContent="RFC5440"/>
      and <xref target="RFC8231" section="10" format="default" sectionFormat="of" derivedLink="https://rfc-editor.org/rfc/rfc8231#section-10" derivedContent="RFC8231"/> should be considered. To prevent a bogus
      PCE sending harmful messages to the network nodes, the network devices
      should authenticate the validity of the PCE and ensure a secure
      communication channel between them. Mechanisms described in <xref target="RFC8253" format="default" sectionFormat="of" derivedContent="RFC8253"/> should be used.</t>
      <t indent="0" pn="section-8-2">The CCDR architecture does not require changes to the forwarding
      behavior of the underlay devices. There are no additional security
      impacts on these devices.</t>
    </section>
    <section numbered="true" removeInRFC="false" toc="include" pn="section-9">
      <name slugifiedName="name-iana-considerations">IANA Considerations</name>
      <t indent="0" pn="section-9-1">This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references pn="section-10">
      <name slugifiedName="name-references">References</name>
      <references pn="section-10.1">
        <name slugifiedName="name-normative-references">Normative References</name>
        <reference anchor="RFC4271" target="https://www.rfc-editor.org/info/rfc4271" quoteTitle="true" derivedAnchor="RFC4271">
          <front>
            <title>A Border Gateway Protocol 4 (BGP-4)</title>
            <author initials="Y." surname="Rekhter" fullname="Y. Rekhter" role="editor">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="T." surname="Li" fullname="T. Li" role="editor">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="S." surname="Hares" fullname="S. Hares" role="editor">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2006" month="January"/>
            <abstract>
              <t indent="0">This document discusses the Border Gateway Protocol (BGP), which is an inter-Autonomous System routing protocol.</t>
              <t indent="0">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 indent="0">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 indent="0">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="RFC4272" target="https://www.rfc-editor.org/info/rfc4272" quoteTitle="true" derivedAnchor="RFC4272">
          <front>
            <title>BGP Security Vulnerabilities Analysis</title>
            <author initials="S." surname="Murphy" fullname="S. Murphy">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2006" month="January"/>
            <abstract>
              <t indent="0">Border Gateway Protocol 4 (BGP-4), along with a host of other infrastructure protocols designed before the Internet environment became perilous, was originally designed with little consideration for protection of the information it carries.  There are no mechanisms internal to BGP that protect against attacks that modify, delete, forge, or replay data, any of which has the potential to disrupt overall network routing behavior.</t>
              <t indent="0">This document discusses some of the security issues with BGP routing data dissemination.  This document does not discuss security issues with forwarding of packets.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4272"/>
          <seriesInfo name="DOI" value="10.17487/RFC4272"/>
        </reference>
        <reference anchor="RFC4456" target="https://www.rfc-editor.org/info/rfc4456" quoteTitle="true" derivedAnchor="RFC4456">
          <front>
            <title>BGP Route Reflection: An Alternative to Full Mesh Internal BGP (IBGP)</title>
            <author initials="T." surname="Bates" fullname="T. Bates">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="E." surname="Chen" fullname="E. Chen">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="R." surname="Chandra" fullname="R. Chandra">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2006" month="April"/>
            <abstract>
              <t indent="0">The Border Gateway Protocol (BGP) is an inter-autonomous system routing protocol designed for TCP/IP internets.  Typically, all BGP speakers within a single AS must be fully meshed so that any external routing information must be re-distributed to all other routers within that Autonomous System (AS).  This represents a serious scaling problem that has been well documented with several alternatives proposed.</t>
              <t indent="0">This document describes the use and design of a method known as "route reflection" to alleviate the need for "full mesh" Internal BGP (IBGP).</t>
              <t indent="0">This document obsoletes RFC 2796 and RFC 1966.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4456"/>
          <seriesInfo name="DOI" value="10.17487/RFC4456"/>
        </reference>
        <reference anchor="RFC5440" target="https://www.rfc-editor.org/info/rfc5440" quoteTitle="true" derivedAnchor="RFC5440">
          <front>
            <title>Path Computation Element (PCE) Communication Protocol (PCEP)</title>
            <author initials="JP." surname="Vasseur" fullname="JP. Vasseur" role="editor">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="JL." surname="Le Roux" fullname="JL. Le Roux" role="editor">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2009" month="March"/>
            <abstract>
              <t indent="0">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="RFC7752" target="https://www.rfc-editor.org/info/rfc7752" quoteTitle="true" derivedAnchor="RFC7752">
          <front>
            <title>North-Bound Distribution of Link-State and Traffic Engineering (TE) Information Using BGP</title>
            <author initials="H." surname="Gredler" fullname="H. Gredler" role="editor">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="J." surname="Medved" fullname="J. Medved">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="S." surname="Previdi" fullname="S. Previdi">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="A." surname="Farrel" fullname="A. Farrel">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="S." surname="Ray" fullname="S. Ray">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2016" month="March"/>
            <abstract>
              <t indent="0">In a number of environments, a component external to a network is called upon to perform computations based on the network topology and current state of the connections within the network, including Traffic Engineering (TE) information.  This is information typically distributed by IGP routing protocols within the network.</t>
              <t indent="0">This document describes a mechanism by which link-state and TE information can be collected from networks and shared with external components using the BGP routing protocol.  This is achieved using a new BGP Network Layer Reachability Information (NLRI) encoding format.  The mechanism is applicable to physical and virtual IGP links.  The mechanism described is subject to policy control.</t>
              <t indent="0">Applications of this technique include Application-Layer Traffic Optimization (ALTO) servers and Path Computation Elements (PCEs).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7752"/>
          <seriesInfo name="DOI" value="10.17487/RFC7752"/>
        </reference>
        <reference anchor="RFC8231" target="https://www.rfc-editor.org/info/rfc8231" quoteTitle="true" derivedAnchor="RFC8231">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Extensions for Stateful PCE</title>
            <author initials="E." surname="Crabbe" fullname="E. Crabbe">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="I." surname="Minei" fullname="I. Minei">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="J." surname="Medved" fullname="J. Medved">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="R." surname="Varga" fullname="R. Varga">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2017" month="September"/>
            <abstract>
              <t indent="0">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 indent="0">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="RFC8253" target="https://www.rfc-editor.org/info/rfc8253" quoteTitle="true" derivedAnchor="RFC8253">
          <front>
            <title>PCEPS: Usage of TLS to Provide a Secure Transport for the Path Computation Element Communication Protocol (PCEP)</title>
            <author initials="D." surname="Lopez" fullname="D. Lopez">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="O." surname="Gonzalez de Dios" fullname="O. Gonzalez de Dios">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="Q." surname="Wu" fullname="Q. Wu">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="D." surname="Dhody" fullname="D. Dhody">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2017" month="October"/>
            <abstract>
              <t indent="0">The Path Computation Element Communication Protocol (PCEP) defines the mechanisms for the communication between a Path Computation Client (PCC) and a Path Computation Element (PCE), or among PCEs. This document describes PCEPS -- the usage of Transport Layer Security (TLS) to provide a secure transport for PCEP.  The additional security mechanisms are provided by the transport protocol supporting PCEP; therefore, they do not affect the flexibility and extensibility of PCEP.</t>
              <t indent="0">This document updates RFC 5440 in regards to the PCEP initialization phase procedures.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8253"/>
          <seriesInfo name="DOI" value="10.17487/RFC8253"/>
        </reference>
        <reference anchor="RFC8283" target="https://www.rfc-editor.org/info/rfc8283" quoteTitle="true" derivedAnchor="RFC8283">
          <front>
            <title>An Architecture for Use of PCE and the PCE Communication Protocol (PCEP) in a Network with Central Control</title>
            <author initials="A." surname="Farrel" fullname="A. Farrel" role="editor">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="Q." surname="Zhao" fullname="Q. Zhao" role="editor">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="Z." surname="Li" fullname="Z. Li">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="C." surname="Zhou" fullname="C. Zhou">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2017" month="December"/>
            <abstract>
              <t indent="0">The Path Computation Element (PCE) is a core component of Software- Defined Networking (SDN) systems.  It can compute optimal paths for traffic across a network and can also update the paths to reflect changes in the network or traffic demands.</t>
              <t indent="0">PCE was developed to derive paths for MPLS Label Switched Paths (LSPs), which are supplied to the head end of the LSP using the Path Computation Element Communication Protocol (PCEP).</t>
              <t indent="0">SDN has a broader applicability than signaled MPLS traffic-engineered (TE) networks, and the PCE may be used to determine paths in a range of use cases including static LSPs, segment routing, Service Function Chaining (SFC), and most forms of a routed or switched network.  It is, therefore, reasonable to consider PCEP as a control protocol for use in these environments to allow the PCE to be fully enabled as a central controller.</t>
              <t indent="0">This document briefly introduces the architecture for PCE as a central controller, examines the motivations and applicability for PCEP as a control protocol in this environment, and introduces the implications for the protocol.  A PCE-based central controller can simplify the processing of a distributed control plane by blending it with elements of SDN and without necessarily completely replacing it.</t>
              <t indent="0">This document does not describe use cases in detail and does not define protocol extensions: that work is left for other documents.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8283"/>
          <seriesInfo name="DOI" value="10.17487/RFC8283"/>
        </reference>
      </references>
      <references pn="section-10.2">
        <name slugifiedName="name-informative-references">Informative References</name>
        <reference anchor="RFC4655" target="https://www.rfc-editor.org/info/rfc4655" quoteTitle="true" derivedAnchor="RFC4655">
          <front>
            <title>A Path Computation Element (PCE)-Based Architecture</title>
            <author initials="A." surname="Farrel" fullname="A. Farrel">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="J.-P." surname="Vasseur" fullname="J.-P. Vasseur">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="J." surname="Ash" fullname="J. Ash">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2006" month="August"/>
            <abstract>
              <t indent="0">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 indent="0">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>
        <reference anchor="RFC8735" target="https://www.rfc-editor.org/info/rfc8735" quoteTitle="true" derivedAnchor="RFC8735">
          <front>
            <title>Scenarios and Simulation Results of PCE in a Native IP Network</title>
            <author initials="A." surname="Wang" fullname="A. Wang">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="X." surname="Huang" fullname="X. Huang">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="C." surname="Kou" fullname="C. Kou">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="Z." surname="Li" fullname="Z. Li">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="P." surname="Mi" fullname="P. Mi">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2020" month="February"/>
            <abstract>
              <t indent="0">Requirements for providing the End-to-End (E2E) performance assurance are emerging within the service provider networks. While there are various technology solutions, there is no single solution that can fulfill these requirements for a native IP network. In particular, there is a need for a universal E2E solution that can cover both intra- and inter-domain scenarios.</t>
              <t indent="0">One feasible E2E traffic-engineering solution is the addition of central control in a native IP network. This document describes various complex scenarios and simulation results when applying the Path Computation Element (PCE) in a native IP network. This solution, referred to as Centralized Control Dynamic Routing (CCDR), integrates the advantage of using distributed protocols and the power of a centralized control technology, providing traffic engineering for native IP networks in a manner that applies equally to intra- and inter-domain scenarios.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8735"/>
          <seriesInfo name="DOI" value="10.17487/RFC8735"/>
        </reference>
      </references>
    </references>
    <section numbered="false" removeInRFC="false" toc="include" pn="section-appendix.a">
      <name slugifiedName="name-acknowledgments">Acknowledgments</name>
      <t indent="0" pn="section-appendix.a-1">The author would like to thank <contact fullname="Deborah Brungard"/>, <contact fullname="Adrian Farrel"/>,
      <contact fullname="Vishnu Beeram"/>, <contact fullname="Lou Berger"/>, <contact fullname="Dhruv Dhody"/>, <contact fullname="Raghavendra Mallya"/>, <contact fullname="Mike       Koldychev"/>, <contact fullname="Haomian Zheng"/>, <contact fullname="Penghui Mi"/>, <contact fullname="Shaofu Peng"/>, <contact fullname="Donald Eastlake"/>,
      <contact fullname="Alvaro Retana"/>, <contact fullname="Martin Duke"/>, <contact fullname="Magnus Westerlund"/>, <contact fullname="Benjamin Kaduk"/>, <contact fullname="Roman       Danyliw"/>, <contact fullname="Éric Vyncke"/>, <contact fullname="Murray Kucherawy"/>, <contact fullname="Erik Kline"/>, and <contact fullname="Jessica Chen"/> for
      their supports and comments on this document.</t>
    </section>
    <section anchor="authors-addresses" numbered="false" removeInRFC="false" toc="include" pn="section-appendix.b">
      <name slugifiedName="name-authors-addresses">Authors' Addresses</name>
      <author fullname="Aijun Wang" initials="A" surname="Wang">
        <organization showOnFrontPage="true">China Telecom</organization>
        <address>
          <postal>
            <street>Beiqijia Town</street>
            <extaddr>Changping District</extaddr>
            <city>Beijing</city>
            <code>102209</code>
            <country>China</country>
          </postal>
          <email>wangaj3@chinatelecom.cn</email>
        </address>
      </author>
      <author fullname="Boris Khasanov" initials="B" surname="Khasanov">
        <organization showOnFrontPage="true">Yandex LLC</organization>
        <address>
          <postal>
            <street>Ulitsa Lva Tolstogo 16</street>
            <city>Moscow</city>
            <country>Russian Federation</country>
          </postal>
          <email>bhassanov@yahoo.com</email>
        </address>
      </author>
      <author fullname="Quintin Zhao" initials="Q" surname="Zhao">
        <organization showOnFrontPage="true">Etheric Networks</organization>
        <address>
          <postal>
            <street>1009 S Claremont St</street>
            <city>San Mateo</city>
            <region>CA</region>
            <code>94402</code>
            <country>United States of America</country>
          </postal>
          <email>qzhao@ethericnetworks.com</email>
        </address>
      </author>
      <author fullname="Huaimo Chen" initials="H" surname="Chen">
        <organization showOnFrontPage="true">Futurewei</organization>
        <address>
          <postal>
            <city>Boston</city>
            <region>MA</region>
            <country>USA</country>
          </postal>
          <email>huaimo.chen@futurewei.com</email>
        </address>
      </author>
    </section>
  </back>
</rfc>
