<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY RFC2119 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC4655 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.4655.xml">
<!ENTITY RFC5440 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5440.xml">
<!ENTITY RFC5541 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5541.xml">
<!ENTITY RFC6805 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6805.xml">
<!ENTITY RFC7470 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7470.xml">
<!ENTITY RFC7942 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7942.xml">
<!ENTITY RFC8051 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8051.xml">
<!ENTITY RFC8174 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC8231 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8231.xml">
<!ENTITY RFC8253 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8253.xml">
<!ENTITY RFC8281 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8281.xml">
<!ENTITY RFC8453 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8453.xml">
<!ENTITY RFC8637 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8637.xml">
<!ENTITY RFC8751 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8751.xml">
<!ENTITY RFC8697 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8697.xml">
<!ENTITY RFC8253 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8253.xml">
<!ENTITY RFC0020 SYSTEM "https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.0020.xml">
]>

<rfc submissionType="IETF" docName="draft-ietf-pce-vn-association-10" category="std" ipr="trust200902">
    <!-- Generated by id2xml 1.5.0 on 2020-01-02T21:47:46Z -->
    <?rfc strict="yes"?>
    <?rfc compact="yes"?>
    <?rfc subcompact="no"?>
    <?rfc symrefs="yes"?>
    <?rfc sortrefs="no"?>
    <?rfc text-list-symbols="o*+-"?>
    <?rfc toc="yes"?>
    <front>
    <title abbrev="PCE VN Association"> Path Computation Element Communication Protocol (PCEP) extensions for establishing relationships between sets of Label Switched Paths and Virtual Networks</title>
     <author fullname="Young Lee" initials="Y." surname="Lee">
      <organization>Samsung</organization>
      <address>
        <postal>
          <street></street>
          <city>Seoul</city>
          <region></region>
          <code></code>
          <country>South Korea</country>
        </postal>
        <email>younglee.tx@gmail.com</email>
      </address>
    </author>

  <author initials="H." surname="Zheng" fullname="Haomian Zheng">
   <organization>Huawei Technologies</organization>
   <address>
    <postal>
     <street>H1, Huawei Xiliu Beipo Village, Songshan Lake</street>
     <city>Dongguan</city>
     <region>Guangdong</region>
     <code>523808</code>
     <country>China</country>
    </postal>
    <email>zhenghaomian@huawei.com</email>
   </address>
  </author>

    <author initials="D." surname="Ceccarelli" fullname="Daniele Ceccarelli">
   <organization>Ericsson</organization>
   <address>
    <postal>
     <street>Torshamnsgatan,48</street>
     <city>Stockholm</city>
     <region></region>
     <code></code>
     <country>Sweden</country>
    </postal>
    <email>daniele.ceccarelli@ericsson.com</email>
   </address>
  </author>
    
    <date year="2022" month="October" day="24"/>
    <workgroup>PCE Working Group</workgroup>
    <abstract>
    <t> This document describes how to extend the Path Computation Element (PCE) Communication Protocol (PCEP) association mechanism introduced by the PCEP Association Group specification, to further associate sets of Label Switched Paths (LSPs) with a higher-level structure such as a Virtual Network (VN) requested by a customer or application. This extended association mechanism can be used to facilitate control of virtual network using the PCE architecture.</t>
    </abstract>
    </front>

    <middle>
    <section title="Introduction" anchor="sect-1">
    <t> The Path Computation Element Communication Protocol (PCEP) provides mechanisms for Path Computation Elements (PCEs) to perform path computations in response to requests from Path Computation Clients (PCCs) <xref target="RFC5440"/>. </t>
    <t> <xref target="RFC8051"/> describes general considerations for a stateful PCE deployment and examines its applicability and benefits, as well as its challenges and limitations through a number of use cases. <xref target="RFC8231"/> describes a set of extensions to PCEP to provide stateful control. For its computations, a stateful PCE has access to not only the information carried by the network's Interior Gateway Protocol (IGP), but also the set of active paths and their reserved resources.  The additional state allows the PCE to compute constrained paths while considering individual Label Switched Paths (LSPs) and their interactions. </t>

    <t> <xref target="RFC8281"/> describes the setup, maintenance and teardown of PCE-initiated LSPs under the stateful PCE model. </t>

    <t> <xref target="RFC8697"/> introduces a generic mechanism to create a grouping of LSPs. This grouping can then be used to define associations between sets of LSPs or between a set of LSPs and a set of attributes. </t>

    <t> <xref target="RFC8453"/> introduces a framework for Abstraction and Control of TE Networks (ACTN) and describes various Virtual Network (VN) operations initiated by a customer or application.  A VN is a customer view of the TE network.  Depending on the agreement between client and provider, various VN operations and VN views are possible. </t>
   
       <t> <xref target="RFC8637"/> examines the PCE and ACTN architectures and describes how the PCE architecture is applicable to ACTN.  <xref target="RFC6805"/> and <xref target="RFC8751"/> describes a hierarchy of stateful PCEs with Parent PCE coordinating multi-domain path computation function between Child PCEs, and thus making it the base for PCE applicability for ACTN.  As <xref target="RFC8751"/> explains, in the context of ACTN, the Child PCE is identified with the Provisioning Network Controller (PNC), and the Parent PCE is identified with the Multi-domain Service Coordinator (MDSC).</t>
   
       <t> In this context, there is a need to associate a set of LSPs with a VN "construct" to facilitate VN operations in the PCE architecture.  This association allows a PCE to identify which LSPs belong to a certain VN.  The PCE could then use this association to optimize all LSPs belonging to the VN at once.  The PCE could further take VN-specific actions on the LSPs, such as relaxation of constraints, policy actions, setting default behavior, etc. </t>
       <t> This document specifies a PCEP extension to associate a set of LSPs based on their Virtual Network (VN).  </t>

    <section title="Requirement Language" anchor="sect-1.1">
    <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.</t>
    </section>

    </section>

    <section title="Terminology" anchor="sect-2">
    <t>The terminology is as per <xref target="RFC4655"/>, <xref target="RFC5440"/>, <xref target="RFC6805"/>, <xref target="RFC8231"/> and <xref target="RFC8453"/>. </t>
    </section>
    
    <section title="Operation Overview" anchor="sect-3">
    <t>As per <xref target="RFC8697"/>, LSPs are associated with other LSPs with which they interact by adding them to a common association group. </t>

    <t>An association group based on VN is useful for various optimizations that should be applied by considering all the LSPs in the association. This includes, but is not limited to - </t>
    <t> <list style="symbols">
        <t> Path Computation: When computing a path for an LSP, it is useful to analyze the impact of this LSP on the other LSPs belonging to the same VN.  The aim would be to optimize all LSPs belonging to the VN rather than a single LSP.  Also, the optimization criteria (such as minimizing the load of the most loaded link (MLL) <xref target="RFC5541"/>) could be applied for all the LSPs belonging to the VN identified by the VN association. </t> 
        <t> Path Re-Optimization: The PCE would like to use advanced path computation algorithms and optimization techniques that consider all the LSPs belonging to a VN, and optimize them all together during the path re-optimization. </t>              
        </list>
    </t> 
    <t>In this document we define a new association group called the VN Association Group (VNAG).  This grouping is used to define the association between a set of LSPs and a virtual network. </t>
    <t> The Association Object contains a field to identify the type of association, and this document defines a new Association Type value of TBD1 to indicate that the association is a "VN Association".  The Association Identifier in the Association Object is the VNAG Identifier and is handled in the same way as the generic association identifier defined in <xref target="RFC8697"/>. </t>
    <t>  In this document, "VNAG object" refers to an Association Object with the Association type set to "VN Association". </t>
    <t> Local polices on the PCE define the computational and optimization behavior for the LSPs in the VN. An LSP MUST NOT belong to more than one VNAG. If an implementation encounters more than one VNAG object in a PCEP message, it MUST process the first occurrence and it MUST ignore the others.  </t>
    <t> <xref target="RFC8697"/> specifies the mechanism by which a PCEP speaker can advertise which association types it supports.  This is done using the ASSOC-Type-List TLV carried within an OPEN object.  A PCEP speaker MUST include the VN Association Type (TBD1) in the ASSOC-Type-List TLV before using the VNAG object in a PCEP message. As per <xref target="RFC8697"/>, if the implementation does not support the VN Association Type, it will return a PCErr message with Error-Type 26 "Association Error" and Error-value 1 "Association Type is not supported". </t>

    <t> The Association IDs (VNAG IDs) for this Association Type are dynamic in nature (and created by the Parent PCE (MDSC) based on the VN operations for the LSPs belonging to the same VN).  Operator configuration of VNAG IDs is not supported, so there is no need for an Operator-Configured Association Range to be set.  Thus, the VN Association Type (TBD1) MUST NOT be present in the Operator-Configured Association Range TLV if that TLV is present in the OPEN object.  If an implementation encounters the VN Association Type (TBD1) in an Operator-Configured Association Range TLV, it MUST ignore the associated Start-Assoc-ID and Range values.
    </t>
   
    <t>This association is useful in a PCEP session between a parent PCE (MDSC) and a child PCE (PNC). When computing the path, the child PCE (PNC) refers to the VN association in the request from the parent PCE (MDSC) and maps the VN to the associated LSPs and network resources. From the perspective of the Parent PCE, it receives a virtual network creation request by its customer, with the VN uniquely identified by the Association parameters (section 6.1.4 of <xref target="RFC8697"/>) in the VNAG or the Virtual Network identifier encoded in the VIRTUAL-NETWORK-TLV. This VN may comprise multiple LSPs in the network in a single domain or across multiple domains.  The Parent PCE sends a PCInitiate Message with this association information in the VNAG Object. This in effect binds an LSP that is to be instantiated at the child PCE with the VN.  The VN association information MUST be included as a part of the first PCRpt message.  Figure 1 shows an example of a typical VN operation using PCEP.  It is worth noting that in a multi-domain scenario, the different domains are controlled by different child PCEs. In order to set up the cross-domain tunnel, multiple segments need to be stitched, by the border nodes in each domain who receive the instruction from their child PCE (PNC).
    </t>

    <figure><artwork><![CDATA[
                                   ******
                         ..........*MDSC*..............................
                      .            ****** ..                   MPI    .
                   .                .        .                 PCEP   .
                .                   .          .   PCInitiate LSPx    .
              .                    .             .   with VNAG        .
             .                    .                .                  .
            .                    .                  .                 .
           .                    .                    .                .
           v                    v                    v                .
         ******               ******               ******             .
         *PNC1*               *PNC2*               *PNC4*             .
         ******               ******               ******             .
         +---------------+    +---------------+    +---------------+  .
         |               |----|               |----|              C|  .
         |               |    |               |    |               |  .
         |DOMAIN 1       |----|DOMAIN 2       |----|DOMAIN 4       |  .
         +---------------+    +---------------+    +---------------+  .
                                                  /                   .
                             ******              /                    .
                             *PNC3*<............/......................
                             ******            /
                             +---------------+/
                             |               |
                             |               |
                             |DOMAIN 3       |
                             +---------------+

         MDSC -> Parent PCE
         PNC  -> Child  PCE
         MPI  -> PCEP
 
         Figure 1: Example of VN operations in H-PCE Architecture
]]></artwork>
    </figure>
    <t>Whenever changes occur with the instantiated LSP in a domain network, the domain child PCE reports the changes using a PCRpt Message in which the VNAG Object indicates the relationship between the LSP and the VN. </t>
    <t>Whenever an update occurs with VNs in the Parent PCE (due to the customer's request), the parent PCE sends an PCUpd Message to inform each affected child PCE of this change. </t>

    
    </section>
    
    <section title="Extensions to PCEP" anchor="sect-4">
    <t>The format of VNAG is as per the ASSOCIATION object <xref target="RFC8697"/>. </t>
    <t> This document defines one new mandatory TLV "VIRTUAL-NETWORK-TLV". Optionally, the new TLV can be jointly used with the existing "VENDOR-INFORMATION-TLV" specified in <xref target="RFC7470"/>  as described below: </t>
    <t><list style="symbols">
       <t>VIRTUAL-NETWORK-TLV: Used to communicate the Virtual Network Identifier.</t> 
       <t>VENDOR-INFORMATION-TLV: Used to communicate arbitrary vendor specific behavioral information, described in <xref target="RFC7470"/>.</t> 
       </list>
   </t>
       <t>The format of VIRTUAL-NETWORK-TLV is as follows.   </t>
    <figure><artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |           Type=TBD2           |       Length (variable)      //
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                                                               |
   //                   Virtual Network Identifier                //
   |                                                               |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
              Figure 2: The VIRTUAL-NETWORK-TLV formats
]]></artwork>
    </figure>
    <t>Type: TBD2 (to be allocated by IANA) </t>
    <t>Length: Variable Length, which covers the value portion of the TLV. </t>
       <t>Virtual Network Identifier (variable): a symbolic name for the VN that uniquely identifies the VN. It SHOULD be a string of printable ASCII <xref target="RFC0020"/> characters (i.e., 0x20 to 0x7E), without a NULL terminator. The Virtual Network Identifier is a human-readable string that identifies a VN, it can be specified with the association information which may be conveyed in a VENDOR-INFORMATION-TLV. An implementation uses the Virtual Network Identifier to maintain a mapping to the VN association group and the LSPs associated with the VN. The Virtual Network Identifier MAY be specified by the customer or set via an operator policy or auto-generated by the PCEP speaker. </t>          
       <t>The VIRTUAL-NETWORK-TLV MUST be included in VNAG object.  If a PCEP speaker receives the VNAG object without the VIRTUAL-NETWORK-TLV, it MUST send a PCErr message with Error-Type=6 (mandatory object missing) and Error-Value=TBD3 (VIRTUAL-NETWORK-TLV missing) and close the session.   </t>
       <t>The format of VENDOR-INFORMATION-TLV is defined in <xref target="RFC7470"/>. </t>
    </section>
    
    <section title="Implementation Status" anchor="sect-5">
    <t>   [Note to the RFC Editor - remove this section before publication, as well as remove the reference to RFC 7942.] </t>
       <t> This section records the status of known implementations of the protocol defined by this specification at the time of posting of this Internet-Draft, and is based on a proposal described in <xref target="RFC7942"/>.  The description of implementations in this section is intended to assist the IETF in its decision processes in progressing drafts to RFCs.  Please note that the listing of any individual implementation here does not imply endorsement by the IETF. Furthermore, no effort has been spent to verify the information presented here that was supplied by IETF contributors.  This is not intended as, and must not be construed to be, a catalog of available
   implementations or their features.  Readers are advised to note that other implementations may exist.   </t>
       <t>According to <xref target="RFC7942"/>, "this will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation
   and feedback that have made the implemented protocols more mature. It is up to the individual working groups to use this information as they see fit".   </t>

    <section title="Huawei's Proof of Concept based on ONOS" anchor="sect-6.1">
    <t>The PCE function was developed in the ONOS open source platform. This extension was implemented on a private version as a proof of concept to ACTN.   </t>
    <t>
    <list style="symbols">
      <t>Organization: Huawei</t> 
      <t>Implementation: Huawei's PoC based on ONOS</t> 
      <t>Description: PCEP as a southbound plugin was added to ONOS.  To
      support ACTN, this extension in PCEP is used.  Refer
      https://wiki.onosproject.org/display/ONOS/PCEP+Protocol</t> 
      <t>Maturity Level: Prototype</t> 
      <t>Coverage: Full</t> 
      <t>Contact: satishk@huawei.com</t> 
    </list>
   </t>
    </section>
    </section>
    
    <section title="Security Considerations" anchor="sect-6">
    <t>   The security considerations described in <xref target="RFC5440"/>, <xref target="RFC8231"/> and <xref target="RFC8281"/> apply to the extensions defined in this document as well.</t>
    
    <t>One new Association Type (VN Association) for the ASSOCIATION object is introduced in this document. Additional security
   considerations related to LSP associations due to a malicious PCEP speaker are described in <xref target="RFC8697"/> and apply to the VN Association type.  Hence, securing the PCEP session using Transport Layer Security (TLS) <xref target="RFC8253"/> is RECOMMENDED.</t>
    </section>

    <section title="IANA Considerations" anchor="sect-7">
       <section title="Association Object Type Indicator" anchor="sect-7.1">
    <t>IANA is requested to make the assignment of a new value in the sub-registry "ASSOCIATION Type Field" within the "Path Computation Element Protocol (PCEP) Numbers" registry, as follows:  </t>
       <figure><artwork><![CDATA[
      Value     Name                        Reference

      TBD1      VN Association Type         [This I.D.]
]]></artwork>
    </figure>
    </section>
    <section title="PCEP TLV Type Indicator" anchor="sect-7.2">
    <t> IANA is requested to make the assignment of a new value for the existing "PCEP TLV Type Indicators" sub-registry within the "Path
   Computation Element Protocol (PCEP) Numbers" registry, as follows:
   </t>
    <figure><artwork><![CDATA[
      Value     Name                        Reference

      TBD2      VIRTUAL-NETWORK-TLV         [This I.D.]
]]></artwork>
    </figure>
    </section>
    <section title="PCEP Error" anchor="sect-7.3">
    <t> IANA is requested to allocate new error value within the "PCEP-ERROR Object Error Types and Values" sub-registry within the "Path
   Computation Element Protocol (PCEP) Numbers" registry, as follows:
   </t>
       <figure><artwork><![CDATA[
      Error-Type  Meaning

      6           Mandatory Object missing
                  Error-value=TBD3: VIRTUAL-NETWORK TLV missing [This
      I.D.]
]]></artwork>
    </figure>
    </section>
    </section>

    <section title="Manageability Considerations" anchor="sect-8">
    <section title="Control of Function and Policy" anchor="sect-8.1">
    <t>An operator MUST be allowed to mark LSPs that belong to the same VN. This could also be done automatically based on the VN configuration.
   </t>

    </section>
    <section title="Information and Data Models" anchor="sect-8.2">
    <t>The PCEP YANG module <xref target="I-D.ietf-pce-pcep-yang"/> should support the association between LSPs including VN association.
   </t>

    </section>
    <section title="Liveness Detection and Monitoring" anchor="sect-8.3">
    <t> Mechanisms defined in this document do not imply any new liveness detection and monitoring requirements in addition to those already listed in <xref target="RFC5440"/>.
   </t>

    </section>
    <section title="Verify Correct Operations" anchor="sect-8.4">
    <t>Mechanisms defined in this document do not imply any new operation verification requirements in addition to those already listed in <xref target="RFC5440"/>.
   </t>

    </section>
    <section title="Requirements On Other Protocols" anchor="sect-8.5">
    <t>Mechanisms defined in this document do not imply any new requirements on other protocols.
   </t>

    </section>
    <section title="Impact On Network Operations" anchor="sect-8.6">
    <t><xref target="RFC8637"/> describe the network operations when PCE is used for VN operations. <xref target="sect-3"/> further specifies the operations when VN associations are used.</t>

    </section>
    </section>

    </middle>

    <back>
    <references title="Normative References">
    &RFC0020;
    &RFC2119;
    &RFC5440;
    &RFC8174;
    &RFC8231;
    &RFC8253;
    &RFC8281;
    &RFC8697;
    </references>
    <references title="Informative References">
    &RFC4655;
    &RFC6805;
    &RFC7942;
    &RFC8453;
    &RFC8637;
    &RFC5541;
    &RFC7470;
    &RFC8051;
    &RFC8751;
    <?rfc include="reference.I-D.ietf-pce-pcep-yang"?>
    </references>
    <section title="Contributors" anchor="sect-10">
    <figure><artwork><![CDATA[
   Dhruv Dhody
   Huawei Technologies
   Divyashree Technopark, Whitefield
   Bangalore, Karnataka  560066
   India
   Email: dhruv.ietf@gmail.com

   Qin Wu
   Huawei Technologies
   China
   Email: bill.wu@huawei.com

   Xian Zhang
   Huawei Technologies
   China
   Email: zhang.xian@huawei.com
   
   Adrian Farrel
   Old Dog Consulting
   Email: adrian@olddog.co.uk
]]></artwork>
    </figure>
    </section>

    </back>

    </rfc>
    
