One document matched: draft-zhao-pce-pcep-extension-for-pce-controller-01.xml


<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd"
[]>
<?rfc toc="yes" ?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="4"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes" ?>
<?rfc sortrefs="no"?>
<?rfc rfcedstyle="yes"?>
<?rfc subcompact="no"?>
<?rfc compact="yes" ?>
<?rfc iprnotified="Yes" ?>
<?rfc strict="no" ?>
<rfc ipr="trust200902"
     category="exp"
     docName="draft-zhao-pce-pcep-extension-for-pce-controller-01"
     obsoletes=""
     updates=""
     submissionType="IETF"
     xml:lang="en">
  <front>
    <title abbrev="PCECC">PCEP Procedures and Protocol Extensions for 
    Using PCE as a Central Controller (PCECC) of LSPs</title>
    <author initials="Q"
            surname="Zhao"
            fullname="Quintin Zhao">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>125 Nagog Technology Park</street>
          <city>Acton</city>
          <region>MA</region>
          <code>01719</code>
          <country>USA</country>
        </postal>
        <email>quintin.zhao@huawei.com</email>
      </address>
    </author>
    <author initials="K"
            surname="Zhao"
            fullname="Katherine Zhao">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>2330 Central Expressway</street>
          <city>Santa Clara</city>
          <region>CA</region>
          <code>95050</code>
          <country>USA</country>
        </postal>
        <email>katherine.zhao@huawei.com</email>
      </address>
    </author>
    <author initials="Z"
            surname="Li"
            fullname="Zhenbin Li">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>Huawei Bld., No.156 Beiqing Rd.</street>
          <city>Beijing  </city>
          <region></region>
          <code>100095</code>
          <country>China</country>
        </postal>
        <email>lizhenbin@huawei.com</email>
      </address>
    </author>
    <author fullname="Dhruv Dhody"
            initials="D"
            surname="Dhody">
      <organization abbrev="Huawei Technologies">Huawei
      Technologies</organization>
      <address>
        <postal>
          <street>Divyashree Techno Park, Whitefield</street>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <code>560037</code>
          <country>India</country>
        </postal>
        <email>dhruv.ietf@gmail.com</email>
      </address>
    </author>
    <author fullname="Udayasree Palle"
            initials="U"
            surname="Palle">
      <organization abbrev="Huawei Technologies">Huawei
      Technologies</organization>
      <address>
        <postal>
          <street>Divyashree Techno Park, Whitefield</street>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <code>560037</code>
          <country>India</country>
        </postal>
        <email>udayasree.palle@huawei.com</email>
      </address>
    </author>	
    <author initials="B"
            surname="Zhang"
            fullname="Boris Zhang">
      <organization>Telus Ltd.</organization>
      <address>
        <postal>
          <street></street>
          <city>Toronto</city>
          <region></region>
          <code></code>
          <country>Canada</country>
        </postal>
        <email>boris.zhang@telus.com</email>
      </address>
    </author>
    <date month="March"
          year="2015" />
    <area>Routing</area>
    <workgroup>PCE Working Group</workgroup>
    <abstract>
   <t>In certain networks deployment scenarios, service providers would
   like to keep all the existing MPLS functionalities in both MPLS and
   GMPLS while removing the complexity of existing signaling protocols
   such as LDP and RSVP-TE.  In 
   <xref target='I-D.zhao-pce-central-controller-user-cases'/>, we 
   propose to use
   the PCE <xref target='RFC5440'/> as a central controller (PCECC) so that LSP can be calculated/
   signaled/initiated and label forwarding entries are downloaded
   through a centralized PCE server to each network devices along the
   LSP path while leveraging the existing PCE technologies as much as
   possible.</t>
   
   <t>This draft specify the procedures and PCEP protocol extensions for
   using the PCE as the central controller and user cases where LSPs are
   calculated/setup/initiated and label forwarding entries are
   downloaded through extending the existing PCE architectures and PCEP.
   </t>
   
  <t>This document also discuss the role of PCECC in Segment Routing (SR).</t>

   </abstract>
  </front>
  <middle>
    <section title="Introduction"
             toc="default">

   <t>In certain network deployment scenarios, service providers would like
   to have the ability to dynamically adapt to a wide range of
   customer's requests for the sake of flexible network service
   delivery, Software Defined Networks(SDN) has provides additional
   flexibility in how the network is operated compared to the
   traditional network.</t>

   <t>The existing networking ecosystem has become awfully complex and
   highly demanding in terms of robustness, performance, scalability,
   flexibility, agility, etc.  By migrating to the SDN enabled network
   from the existing network, service providers and network operators
   must have a solution which they can evolve easily from the existing
   network into the SDN enabled network while keeping the network
   services remain scalable, guarantee robustness and availability etc.
   </t>

   <t>Taking the smooth transition between traditional network and the new
   SDN enabled network into account, especially from a cost impact
   assessment perspective, using the existing PCE components from the
   current network to function as the central controller of the SDN
   network is one choice, which not only achieves the goal of having a
   centralized controller, but also leverages the existing PCE network
   components.</t>
   
   <t>The Path Computation Element communication Protocol (PCEP) provides
   mechanisms for Path Computation Elements (PCEs) to perform route
   computations in response to Path Computation Clients (PCCs) requests.
   PCEP Extensions for PCE-initiated LSP Setup in a Stateful PCE Model
   <xref target='I-D.ietf-pce-stateful-pce'/> describes a set of
   extensions to PCEP to enable active control of MPLS-TE and GMPLS
   tunnels.</t>

   <t>
   <xref target='I-D.ietf-pce-pce-initiated-lsp'/> describes the setup and
   teardown of PCE-initiated LSPs under the active stateful PCE model,
   without the need for local configuration on the PCC, thus allowing
   for a dynamic MPLS network that is centrally controlled and deployed.
   </t>

   <t>
   <xref target='I-D.ietf-pce-remote-initiated-gmpls-lsp'/> complements 
   <xref target='I-D.ietf-pce-pce-initiated-lsp'/> by addressing the 
   requirements for remote-initiated GMPLS LSPs.</t>
   
   <t>Segment Routing (SR) technology leverages the source routing and
   tunneling paradigms.  A source node can choose a path without relying
   on hop-by-hop signaling protocols such as LDP or RSVP-TE.  Each path
   is specified as a set of "segments" advertised by link-state routing
   protocols (IS-IS or OSPF).  
   <xref target='I-D.ietf-spring-segment-routing'/>
   provides an introduction to SR technology.  The corresponding IS-IS
   and OSPF extensions are specified in 
   <xref target='I-D.ietf-isis-segment-routing-extensions'/>
   and 
   <xref target='I-D.ietf-ospf-segment-routing-extensions'/>,
   respectively.</t>

   <t>A Segment Routed path (SR path) can be derived from an IGP Shortest
   Path Tree (SPT).  Segment Routed Traffic Engineering paths (SR-TE
   paths) may not follow IGP SPT.  Such paths may be chosen by a
   suitable network planning tool and provisioned on the source node of
   the SR-TE path.</t>

   <t>It is possible to use a stateful PCE for computing one or more SR-TE
   paths taking into account various constraints and objective
   functions.  Once a path is chosen, the stateful PCE can instantiate
   an SR-TE path on a PCC using PCEP extensions specified in 
   <xref target='I-D.ietf-pce-pce-initiated-lsp'/>
   using the SR specific PCEP extensions
   described in 
   <xref target='I-D.ietf-pce-segment-routing'/>.</t>

   <t>PCECC may further use PCEP protocol for SR label distribution 
   instead of IGP extensions with some benefits.</t>
      
   <t>Current MPLS label has local meaning.  That is, MPLS label is always
   allocated by the downstream node to the upstream node.  Then the MPLS
   label is only identified by the neighboring upstream node and
   downstream node.  The label allocation is done locally and signaled
   through the LDP/RSVP-TE/BGP protocol.  To ease the label allocation
   and signaling mechanism, PCE can be conveniently used as a central 
   controller with Label download capability. Further PCE can also be 
   used to manage the label range and SRGB etc.</t>
   

   <t>The PCECC solution introduced in
   <xref target='I-D.zhao-pce-central-controller-user-cases'/> allow for a
   dynamic MPLS network that is eventually controlled and deployed
   without the deployment of RSVP-TE protocol or extended IGP protocol
   with node/adjacency segment identifiers signaling capability while
   providing all the key MPLS functionalities needed by the service
   providers.</t>

   <t>This draft specify the procedures and PCEP protocol extensions for
   using the PCE as the central controller and user cases where LSPs are
   calculated/setup/initiated/downloaded through extending the existing
   PCE architectures and PCEP.</t>                   
   
      <section title="Requirements Language"
               toc="default">
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL",
        "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY",
        and "OPTIONAL" in this document are to be interpreted as
        described in 
        <xref target="RFC2119" />.</t>
      </section>
    </section>
    <section title="Terminology"
             toc="default">
      <t>The following terminology is used in this document.</t>
      <t>
        <list style="hanging">
          <t hangText="IGP:">Interior Gateway Protocol.  Either of the 
          two routing protocols, Open Shortest Path First (OSPF) or 
          Intermediate System to Intermediate System (IS-IS).</t>
          <t hangText="PCC:">Path Computation Client: any client application 
          requesting a path computation to be performed by a Path 
          Computation Element.</t>
          <t hangText="PCE:">Path Computation Element.  An entity (component, 
          application, or network node) that is capable of computing a 
          network path or route based on a network graph and applying 
          computational constraints.</t>
          <t hangText="TE:">Traffic Engineering.</t>
        </list>
      </t>
    </section>
    <section title="PCECC Modes"
             toc="default"
             anchor="SEC_M">
    <t>The following PCECC modes are supported - 
    <list style="symbols">
    <t>Basic PCECC.</t>
    <t>PCECC SR.
    <list style="symbols">
    <t>PCECC SR-BE (Best Effort).</t>
    <t>PCECC SR-TE (Traffic Engineered).</t>
    </list>
    </t>
    </list>
    </t>             
    <t>In basic PCECC mode, the forwarding is similar to RSVP-TE 
    signalled LSP without the RSVP-TE signaling. The PCECC allocates 
    and download the label entries along the LSP. The rest of processing 
    is similar to the existing stateful PCE mechanism.</t>
    <t>In case of SR, there are two modes for SR-BE and SR-TE. For SR-BE,
	the forwarding is similar to LDP LSP without LDP signaling or 
	IGP-SR extension. The SR Node label are allocated and distributed 
	in the domain centrally by the PCE via PCEP. Each node (PCC) rely 
	on local IGP for the nexthop calculation. For SR-TE, the forwarding 
	uses label stack similar to IGP based SR-TE without IGP-SR extension.
	The SR node and adj labels are allocated and distributed in the 
	domain centrally by the PCE via PCEP by PCECC. Rest of the processing 
	is similar to existing stateful PCE with SR mechanism.</t>
	
    </section>         
    <section title="PCEP Requirements"
             toc="default"
             anchor="SEC_R">
   <t>Following key requirements associated PCECC should be considered when
   designing the PCECC based solution:</t>
      <t>
        <list style="numbers">
   <t>PCEP speaker supporting this draft MUST have the capability to
   advertise its PCECC capability to its peers.</t>

   <t>Path Computation Client (PCC) supporting this draft MUST have 
   a capability to communicate local label range or global label range 
   or both to PCE.</t>

   <t>Path Computation Element (PCE) supporting this draft SHOULD have
   the capability to negotiate a global label range for a group of 
   clients and communicate the final global label range to PCC.</t>

   <t>PCEP speaker not supporting this draft MUST be able to reject
   PCECC related message with a reason code that indicates no support for PCECC.</t>

   <t>PCEP SHOULD provide a means to identify PCECC based LSP in the PCEP messages.</t>

   <t>PCEP SHOULD provide a means to update (or cleanup) the label-download or label-map entry to the PCC.</t>  
        </list>
      </t>
    </section>
    <section title="Procedures for Using the PCE as the Central Controller (PCECC)"
             toc="default">
	<section title="Stateful PCE Model"
             toc="default">
	<t>Active stateful PCE is described in <xref target='I-D.ietf-pce-stateful-pce'/>. PCE 
	as a central controller (PCECC) reuses existing Active stateful PCE 
	mechanism as much as possible to control the LSP.</t>
    </section>
	<section title="New LSP Functions"
             toc="default">
   <t>This document defines the following new PCEP messages and extends the 
   existing messages to support PCECC:</t>
    <t>
        <list style="hanging">
          <t hangText="(PCLRResv):">a PCEP message sent by a PCC to a PCE to 
		  ask for the label range reservation or a PCE to a PCC to send the 
		  reserved label range. The PCLRResv message described in <xref target="SEC_PCLRESV"/>.</t>
          <t hangText="(PCLabelUpd):">a PCEP message sent by a PCE to a PCC 
		  to download or cleanup the Label entry. The PCLabelUpd 
		  message described in <xref target="SEC_PCLabelUpd"/>.</t>
          <t hangText="(PCRpt):">a PCEP message described in <xref target='I-D.ietf-pce-stateful-pce'/>. 
		  PCRpt message MAYBE used to send PCECC LSP Reports.</t>
          <t hangText="(PCInitiate):">a PCEP message described in <xref target='I-D.ietf-pce-pce-initiated-lsp'/>. 
		  PCInitiate message is used to setup PCE-Initiated LSP based on PCECC mechanism.</t>
		  <t hangText="(PCUpd):">a PCEP message described in <xref target='I-D.ietf-pce-stateful-pce'/>. 
		  PCUpd message is used to send PCECC LSP Update.</t>
        </list>
    </t>

    <t>The new LSP functions defined in this document are mapped onto the messages as 
	shown in the following table.</t>

	 <figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG1">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[                    
+----------------------------------------+--------------------------+
| Function                               | Message                  | 
+----------------------------------------+--------------------------+
| PCECC Capability advertisement         | Open                     |
| Label Range Reservation                | PCLRResv                 |
| Label entry Update                     | PCLabelUpd               |
| Label entry Cleanup                    | PCLabelUpd 	            |
| PCECC Initiated LSP                    | PCInitiate               |
| PCECC LSP Update                       | PCUpd                    |
| PCECC LSP State Report                 | PCRpt      	            |
| PCECC LSP Delegation                   | PCRpt      	            |
+----------------------------------------+--------------------------+
]]>
</artwork>
        </figure> 
    </section>
 	<section title="PCECC Capability Advertisement"
             toc="default">
   <t>During PCEP Initialization Phase, PCEP Speakers (PCE or PCC) 
   advertise their support of PCECC extensions. A PCEP Speaker includes 
   the "PCECC Capability" TLV, described in <xref target="SEC_PCECC_CAP_TLV"/> of this
   document, in the OPEN Object to advertise its support for PCECC extensions.</t>
   <t>The presence of the PCECC Capability TLV in PCC's OPEN Object 
   indicates that the PCC is willing to function as a PCECC client.</t>
   <t>The presence of the PCECC Capability TLV in PCE's OPEN message 
   indicates that the PCE is interested in function as a PCECC server.</t>
   <t>The PCEP protocol extensions for PCECC MUST NOT be used if one or
   both PCEP Speakers have not included the PCECC Capability TLV in their 
   respective OPEN message.  If the PCEP Speakers support the extensions 
   of this draft but did not advertise this capability then a PCErr message with 
   Error-Type=19(Invalid Operation) and Error-Value=[TBD] (Attempted 
   LSP setup/download/label-range reservation if PCECC capability was not 
   advertised) will be generated and the PCEP session will be terminated.</t>
   <t>L flag and G flag defined in PCECC Capability TLV specifies the local 
   and global label range reservation capability.</t>
   <t>A PCC or a PCE MUST include both PCECC-CAPABILITY TLV and 
   STATEFUL-PCE-CAPABILITY TLV in OPEN Object to support the extensions defined 
   in this document. If PCECC-CAPABILITY TLV is advertised and STATEFUL-PCE-CAPABILITY TLV 
   is not advertised in OPEN Object, it SHOULD send a PCErr message with Error-Type=19 
   (Invalid Operation) and Error-value=[TBD](stateful pce capability was not advertised) 
   and terminate the session.</t>
    </section>
 	<section title="Label Range Reservation"
             toc="default">	
    <t>After PCEP initial state synchronization, the label range is reserved.</t>
    <t>If L flag is advertised in OPEN Object by PCEP speakers, a PCC reserves a local 
	label range and is communicated using PCLRResv message to a PCE. The PCE maintains 
	the local label range of each node and further during LSP setup, a label is assigned 
	to each node from the corresponding local label range reserved.</t>
    <t>If G flag is advertised in OPEN Object by PCEP speakers,a PCC reserves a global 
	label range and is advertised in PCLRResv message to a PCE. The PCE MAY negotiate 
	and reserves the global label range and also sends the negotiated global label range 
	in PCLRResv message to the PCC. Please refer <xref target='I-D.li-mpls-global-label-framework'/> 
	for MPLS global label allocation.</t>
    <t>A PCC MUST send PCLRResv message immediately after the initial LSP synchronization 
	completion. A PCE SHOULD not send PCLabelUpd message to a PCC before PCLRResv 
	message received. If the PCC received PCLabelUpd message and not initiated label 
	range reservation, it SHOULD send a PCErr message with Error-type=[TBD] 
	(label range not reserved) and Error-value=[TBD].</t>
    <t>The label range reservation sequence is shown below.</t>
    <figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG2">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[                    
     +-+-+                           +-+-+
     |PCC|                           |PCE|
     +-+-+                           +-+-+
       |                               |
       |--- PCLRResv, label type=1 --->|local label range reserved
       |             (100-500)         |global label range negotiated 
       |             label type=2      | 
       |             (600-1000)        |
       |                               |
       |<--- PCLRResv, label type=2 ---|global label range reserved
       |             (700-1000)        |
       |                               |
]]>
        </artwork>
        </figure> 
	<t>[Editor's Note: This section of the document would be updated with
	more details about Label Block Negotiation, Reservation, Adjustment etc
	in a future revision of the document.]</t>	        
    </section>
 	<section title="LSP Operations"
             toc="default">	
    <t> The PCEP messages pertaining to PCECC MUST include PATH-SETUP-TYPE
   TLV <xref target='I-D.sivabalan-pce-lsp-setup-type'/> in the SRP object 
   to clearly identify the PCECC LSP is intended.</t>         
    <section title="Basic PCECC Mode"
             toc="default"
			 anchor="SEC_BASIC">             
 	<section title="PCECC LSP Setup"
             toc="default"
			 anchor="SEC_BASIC_SETUP">
    <t>Inorder to setup a LSP based on PCECC mechanism, a PCC MUST delegate the LSP by
	sending a PCRpt message with Path Setup Type set for basic PCECC (see <xref target="SEC_PATH"/>) and D (Delegate) 
	flag (see <xref target='I-D.ietf-pce-stateful-pce'/>) set in the LSP object.</t>
    <t>The LSP-ID in LSP-IDENTIFIER TLV (which usually corresponds to the RSVP-TE LSP-ID) 
    for PCECC LSP MUST always be generated by 
	the PCE. In the first PCRpt message of PCECC LSP, LSP ID of LSP-IDENTIFIER 
	TLV is set to zero.</t> 
    <t>When a PCE received PCRpt message with P and D flags set, it generates 
	LSP ID; calculates the path and assign labels along the path; and setup 
	the path by sending PCLabelUpd message to each node 
	along the path of the LSP.</t>
    <t>The PCE SHOULD send the PCUpd message with the same PLSP-ID to the  
	Ingress PCC in response to the delegate PCRpt message.</t>
    <t>The PCECC LSPs MUST be delegated to a PCE at all times. 
    </t>
    <t>LSP deletion operation for PCECC LSP 
	is same as defined in <xref target='I-D.ietf-pce-stateful-pce'/>. If the PCE received 
	PCRpt message for LSP deletion then it does Label cleanup operation as 
	described in <xref target="SEC_CLEANUP"/> for the corresponding LSP.</t>
    <t>The Basic PCECC LSP setup sequence is as shown below.</t>
    <figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG3">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[                    
              +-------+                           +-------+ 
              |PCC    |                           |  PCE  |
              |Ingress|                           +-------+ 
       +------|       |                               | 
       | PCC  +-------+                               | 
       | Transit| |                                   |
+------|        | |--- PCRpt,PLSP-ID=1, P=1, D=1  --->| PCECC LSP 
|PCC   +--------+ |       (LSP ID=0)                  |(LSPID=1)
|Egress  |  |     |                                   |
+--------+  |     |                                   |
    |       |     |                                   |
    |<------ PCLabelUpd,PLSP-ID=1  ------------------ | Label 
    |       |     |       (LSP ID=1)                  | download
    |       |     |                                   | 
    |       |<----- PCLabelUpd,PLSP-ID=1  ----------- | Label 
    |       |     |      (LSP ID=1)                   | download
    |       |     |                                   | 
    |       |     |<--- PCLabelUpd,PLSP-ID=1  ------- | Label 
    |       |     |      (LSP ID=1)                   | download
    |       |     |                                   | 
    |       |     |<-- PCUpd,PLSP-ID=1, P=1, D=1 ---- | PCECC LSP 
    |       |     |      (LSP ID=1)                   | Update
    |       |     |                                   | 
]]>
        </artwork>
        </figure> 
        <t>The PCECC LSP are considered to be 'up' by default. 
        The Ingress MAY further choose to deploy a data plane check
        mechanism and report the status back to the PCE via PCRpt message.</t>
    </section>
 	<section title="Label Download"
             toc="default">
    <t>Inorder to setup an LSP based on PCECC, the PCE sends a PCLabelUpd message 
	to each node of the LSP to download the Label entry as described in <xref target="SEC_BASIC_SETUP"/>.</t>
    <t>The LSP object in PCLabelUpd MUST include the LSP-IDENTIFIER TLV.</t>
    <t>If a node (PCC) received a PCLabelUpd message but failed to download the Label entry, 
	it MUST send a PCErr message with Error-type=[TBD] (label download failed) 
	and Error-value=[TBD].</t>
    </section>
 	<section title="Label Cleanup"
             toc="default"
			 anchor="SEC_CLEANUP">	
    <t>Inorder to delete an LSP based on PCECC, the PCE sends a PCLabelUpd 
    message to each node along the path of the LSP to cleanup the Label entry.</t>
    <t>If the PCC received a PCLabelUpd message but does not recognize the label, 
    the PCC MUST generate a PCErr 
	message with Error-Type 19(Invalid operation) and Error-Value=3, "Unknown Label". 
	</t>
    <t>The R flag in SRP object defined in <xref target='I-D.ietf-pce-pce-initiated-lsp'/> specifies 
	the deletion of Label Entry in the PCLabelUpd message.</t>
    <figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG4">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[                    
              +-------+                           +-------+ 
              |PCC    |                           |  PCE  |
              |Ingress|                           +-------+ 
       +------|       |                               | 
       | PCC  +-------+                               | 
       | Transit| |                                   |
+------|        | |--- PCRpt,PLSP-ID=1,P=1,D=1,R=1--->| PCECC LSP 
|PCC   +--------+ |       (LSP ID=1)                  | remove
|Egress  |  |     |                                   |
+--------+  |     |                                   |
    |       |     |                                   |
    |<------ PCLabelUpd, PLSP-ID=1 ------------------ | Label 
    |       |     |       (LSP ID=1, R=1)             | cleanup
    |       |     |                                   | 
    |       |<----- PCLabelUpd, PLSP-ID=1 ----------- | Label 
    |       |     |       (LSP ID=1, R=1)             | cleanup
    |       |     |                                   | 
    |       |     |<--- PCLabelUpd, PLSP-ID=1 ------- | Label 
    |       |     |       (LSP ID=1, R=1)             | cleanup
    |       |     |                                   |
]]>
        </artwork>
        </figure> 
    </section>
 	<section title="PCE Initiated PCECC LSP"
             toc="default">			
    <t>The LSP Instantiation operation is same as defined in <xref target='I-D.ietf-pce-pce-initiated-lsp'/>.</t>
	<t>Inorder to setup a PCE Initiated LSP based on PCECC mechanism, a PCE 
	sends PCInitiate message with Path Setup Type set for basic PCECC 
	(see <xref target="SEC_PATH"/>) to the Ingress PCC.</t>		
    <t>The Ingress PCC MUST also set D (Delegate) flag (see 
	<xref target='I-D.ietf-pce-stateful-pce'/>) and C (Create) flag 
	(see <xref target='I-D.ietf-pce-pce-initiated-lsp'/>) in LSP object of 
	PCRpt message. The PCC responds with first PCRpt message with the status as "GOING-UP" and assigned PLSP-ID.</t>	
    <t>The rest of the PCECC LSP setup operations are same as those described in <xref target="SEC_BASIC_SETUP"/>.</t>	
	<t>The LSP deletion operation for PCE Initiated PCECC LSP is same as defined 
	in <xref target='I-D.ietf-pce-pce-initiated-lsp'/>. The PCE should further
	perform Label entry cleanup operation as described in 
	<xref target="SEC_CLEANUP"/> for the corresponding LSP.</t>
    <t>The PCE Initiated PCECC LSP setup sequence is shown below.</t>	
<figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG5">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[                    
              +-------+                           +-------+ 
              |PCC    |                           |  PCE  |
              |Ingress|                           +-------+ 
       +------|       |                               | 
       | PCC  +-------+                               | 
       | Transit| |                                   |
+------|        | |<---PCInitiate,PLSP-ID=0,P=1,D=1---| PCECC LSP 
|PCC   +--------+ |                                   | Initiate
|Egress  |  |     |--- PCRpt,PLSP-ID=2,P=1,D=1,C=1--->| PCECC LSP 
+--------+  |     |       (LSP ID=0,GOING-UP)         |(LSPID=2 
    |       |     |                                   | assigned)
    |<------ PCLabelUpd, PLSP-ID=2 ------------------ | Label 
    |       |     |       (LSP ID=2)                  | download
    |       |     |                                   | 
    |       |<----- PCLabelUpd, PLSP-ID=2 ----------- | Label 
    |       |     |       (LSP ID=2)                  | download
    |       |     |                                   | 
    |       |     |<--- PCLabelUpd, PLSP-ID=2 ------- | Label 
    |       |     |       (LSP ID=2)                  | download
    |       |     |                                   | 
    |       |     |<-- PCUpd, PLSP-ID=2, P=1, D=1---- | PCECC LSP 
    |       |     |       (LSP ID=2)                  | Update
    |       |     |                                   | 
]]>
        </artwork>
        </figure> 
    </section>	
 	<section title="PCECC LSP Update"
             toc="default">	
    <t>Incase of a modification of PCECC LSP with a new path, a PCE sends 
    a PCUpd message to the 
	Ingress PCC.</t>
    <t>When a PCC received a PCUpd message for an existing LSP, a PCC MUST
	follow the make-before-break procedure. On successful traffic switch over to the 
	new LSP, PCC sends a PCRpt message to the PCE for the deletion of old LSP. 
	Further the PCE does cleanup operation for the old LSP described in <xref target="SEC_CLEANUP"/>.</t>
    <t>The PCECC LSP Update and make-before-break sequence is shown below.</t>
<figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG6">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[                    
              +-------+                           +-------+ 
              |PCC    |                           |  PCE  |
              |Ingress|                           +-------+ 
       +------|       |                               | 
       | PCC  +-------+                               | 
       | Transit| |                                   |
+------|        | |                                   | 
|PCC   +--------+ |                                   |
|Egress  |  |     |                                   |
+--------+  |     |                                   |
    |       |     |                                   | Modify LSP 
    |<------ PCLabelUpd, PLSP-ID=1 ------------------ | (LSPID=3 
    |       |     |       (LSP ID=3)                  | assigned)
    |       |     |                                   | 
    |       |<----- PCLabelUpd, PLSP-ID=1 ----------- | Label 
    |       |     |      (LSP ID=3)                   | download
    |       |     |                                   | 
    |       |     |<--- PCLabelUpd, PLSP-ID=1 ------- | Label 
    |       |     |      (LSP ID=3)                   | download
    |       |     |                                   | 
    |       |     |<-- PCUpd, PLSP-ID=1, P=1, D=1---- | PCECC 
    |       |     |       (LSP ID=3)                  | LSP Update
    |       |     |                                   | 
    |       |     |--- PCRpt,PLSP-ID=1,P=1,D=1,R=1--->| Delete 
    |       |     |       (LSP ID=1)                  | old LSP	
    |       |     |                                   |  
    |<------ PCLabelUpd, PLSP-ID=1 ------------------ | Label
    |       |     |       (LSP ID=1, R=1)             | cleanup     
    |       |     |                                   |  
    |       |<----- PCLabelUpd, PLSP-ID=1 ----------- | Label 
    |       |     |      (LSP ID=1, R=1)              | cleanup
    |       |     |                                   | 
    |       |     |<--- PCLabelUpd, PLSP-ID=1 ------- | Label 
    |       |     |      (LSP ID=1, R=1)              | cleanup
]]>
        </artwork>
        </figure> 
        <t>The modified PCECC LSP are considered to be 'up' by default. 
        The Ingress MAY further choose to deploy a data plane check
        mechanism and report the status back to the PCE via PCRpt message.</t>
    </section>		
 	<section title="PCECC LSP State Report"
             toc="default">	
    <t>As mentioned before, an Ingress PCC MAY choose to apply any OAM mechanism to check the status 
	of LSP in the Data plane and MAY further send its status in PCRpt message to the PCE.</t>
    </section>	
    
    </section>
	<section title="PCECC Segment Routing (SR)"
             toc="default">	
             <t>Segment Routing (SR) as described in 
             <xref target='I-D.ietf-spring-segment-routing'/> depends 
             on "segments" that are advertised by Interior Gateway 
             Protocols (IGPs). The SR-node allocate and
             advertise the SID (node, adj etc) and flood via the IGP. 
             This document proposes a new mechanism where 
             PCE allocate the SID (label) centrally and uses PCEP to 
             advertise the SID. In some deployments PCE (and PCEP) are 
             better suited than IGP because of centralized nature of 
             PCE and direct TCP based PCEP session to the node.</t>
	<section title="PCECC SR-BE"
             toc="default">	
             <t>Each node (PCC) is allocated a node-SID (label) by the PCECC.
The PCECC sends PCLabelUpd to update the label map of each node to 
all the nodes in the domain. Each node (PCC) uses the local information 
to determines the next-hop and download the label forwarding instructions
accordingly. The PCLabelUpd message in this case MUST not have LSP object
but uses new FEC object.</t>             
<figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIGA">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[  
              +-------+                           +-------+ 
              |PCC    |                           |  PCE  |
              |3.3.3.3|                           +-------+ 
       +------|       |                               | 
       | PCC  +-------+                               | 
       | 2.2.2.2| |                                   |
+------|        | |                                   | 
|PCC   +--------+ |                                   |
|1.1.1.1 |  |     |                                   |
+--------+  |     |                                   |
    |       |     |                                   | 
    |<------ PCLabelUpd, FEC=1.1.1.1----------------- | Label Map 
    |       |     |      Label=X                      | update 
    |Find   |     |                                   | 
    |Nexthop|<----- PCLabelUpd, FEC=1.1.1.1---------- | Label Map
    |locally|     |             Label=X               | update
    |       |     |                                   | 
    |       |     |<--- PCLabelUpd, FEC=1.1.1.1------ | Label Map
    |       |     |                 Label=X           | update
    |       |     |                                   | 
]]>
        </artwork>
        </figure>    
    
   <t>The forwarding behavior and the end result is similar to IGP based 
   "Node-SID" in SR. Thus, from anywhere in the domain, it enforces 
   the ECMP-aware shortest- path forwarding of the packet towards the 
   related node.</t>
   
   <t>PCE rely on the Node label cleanup using the same PCLabelUpd message.</t>
   
    </section>
	<section title="PCECC SR-TE"
             toc="default">	             
    <t>A Segment Routed Best Effort path (SR-BE path) can be derived 
    from an IGP Shortest Path Tree (SPT) as explained above. On the other
    hand, SR-TE paths may not follow IGP SPT. Such paths may
   be chosen by a PCE and provisioned on the source node of the SR-TE path.</t>         
   <t><xref target='I-D.ietf-pce-segment-routing'/> extends PCEP to allow 
   a stateful PCE to
   compute and initiate SR-TE paths, as well as a PCC
   to request a path subject to certain constraint(s) and optimization
   criteria in SR networks.</t>
    <t>For SR-TE, apart from node-SID, Adj-SID is used where each adjacency is 
    allocated an Adj-SID (label) by the PCECC. The PCECC sends 
    PCLabelUpd to update the label map of each Adj to the corresponding 
    nodes in the domain. Each node (PCC) download the label forwarding 
    instructions accordingly. Similar to SR-BE, the PCLabelUpd message 
    in this case MUST not have LSP object but uses new FEC object.</t>    
<figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIGB">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[  
              +-------+                           +-------+ 
              |PCC    |                           |  PCE  |
              |3.3.3.3|                           +-------+ 
       +------|       |                               | 
       | PCC  +-------+                               | 
       | 2.2.2.2| |                                   |
+------|        | |                                   | 
|PCC   +--------+ |                                   |
|1.1.1.1 |  |     |                                   |
+--------+  |     |                                   |
    |       |     |                                   | 
    |<------ PCLabelUpd, FEC=10.1.1.1 / ------------- | Label Map 
    |       |     |          10.1.1.2                 | update 
    |       |     |      Label=A                      | 
    |       |     |                                   | 
    |       |<----- PCLabelUpd, FEC=10.1.1.2--------- | Label Map
    |       |     |                 10.1.1.1          | update
    |       |     |             Label=B               | 
    |       |     |                                   | 
]]>
        </artwork>
        </figure>     
   <t>The forwarding behavior and the end result is similar to IGP based 
   "Adj-SID" in SR.</t>
   
   <t>The Path Setup Type MUST be set for PCECC SR-TE (see <xref target="SEC_PATH"/>). 
   The rest of the PCEP procedures and mechanism are similar to 
   <xref target='I-D.ietf-pce-segment-routing'/>.</t>
   
   <t>PCE rely on the Adj label cleanup using the same PCLabelUpd message.</t>
    </section>
    </section>
    
	</section>
	
	</section>
  	<section title="PCEP messages"
             toc="default">
    <t>As defined in [RFC5440], a PCEP message consists of a common header
   followed by a variable-length body made of a set of objects that can
   be either mandatory or optional.  An object is said to be mandatory
   in a PCEP message when the object must be included for the message to
   be considered valid.  For each PCEP message type, a set of rules is
   defined that specify the set of objects that the message can carry.
   An implementation MUST form the PCEP messages using the object
   ordering specified in this document.</t>
  	<section title="The PCLRResv message"
             toc="default"
			 anchor="SEC_PCLRESV">   
	<t>A Label Range Reservation message (also referred to as PCLRResv message) 
	is a PCEP message sent by a PCC to a PCE for the reservation of label range
	or by PCE to PCC to send reserved label range for the network.  The Message-Type 
	field of the PCEP common header for the PCLRResv message is set to [TBD].</t>
	<t>The format of a PCLRResv message is as follows:</t>
<figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG7">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[                    
PCLRResv Message>::= <Common Header>
                             <label-range>
   Where:

    <label-range> ::= <SRP>
                      <labelrange-list>

   Where 
<labelrange-list>::=<LABEL-RANGE>[<labelrange-list>]
]]>
        </artwork>
        </figure> 	
    <t>There are two mandatory objects that MUST be included within each 
	<label-range> in the PCLRResv message: the SRP Object and LABEL-RANGE object.</t>
    <t>SRP object is defined in <xref target='I-D.ietf-pce-stateful-pce'/> and this document 
	extends the use of SRP object in PCLRResv message. If the SRP object is 
	missing, the receiving PCE MUST send a PCErr message with Error-type=6 
	(Mandatory Object missing) and Error-value=10 (SRP object missing).</t>
    <t>PCC generates the value of SRP-ID-number in SRP object of PCLRResv 
	message send to a PCE. The PCE MUST include the same SRP-ID-number in 
	SRP object of PCLRResv message sent to the PCC in response to PCLRResv message.</t>
    <t>LABEL-RANGE object is defined in <xref target="SEC_LABELRANGE"/>. If the LABEL-RANGE object is 
	missing, the receiving PCE MUST send a PCErr message with Error-type=6 
	(Mandatory Object missing) and Error-value=[TBD] (Label object missing).</t>	
	
	<t>[Editor's Note: This section of the document would be updated with
	more details about Label Block Negotiation, Reservation, Adjustment etc
	in a future revision of the document.]</t>	
	</section>
  	<section title="The PCLabelUpd message"
             toc="default"
			 anchor="SEC_PCLabelUpd">	
    <t>The Label Update Message (also referred to as PCLabelUpd) is a 
	PCEP message sent by a PCE to a PCC to download label or update the
	label map. The same message is also used to cleanup the Label entry. 
	The Message-Type field of the PCEP common header for the PCLabelUpd message 
	is set to [TBD].</t>
    <t>The format of the PCLabelUpd message is as follows:</t>
<figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG8">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[                    
<PCLabelUpd Message> ::= <Common Header> 
		                 <pce-label-update-list> 
Where:
<pce-label-update-list> ::= <pce-label-update>
		           [<pce-label-update-list>] 

<pce-label-update> ::= (<pce-label-download>|<pce-label-map>) 

Where:
<pce-label-download> ::= <SRP> 
		                 <LSP>
                         <label-list>

<pce-label-map> ::= <SRP> 
	                <LABEL> 
	                <FEC>

<label-list > ::=  <LABEL>
		          [<label-list>]
]]>
        </artwork>
        </figure> 	
    <t>The PCLabelUpd message is used to download label along the path 
    of the LSP for the basic PCECC mode, as well as to update the label
    map for the Node and Adjacency Label in case of SR.</t>
    
    <t>The SRP object is defined in <xref target='I-D.ietf-pce-stateful-pce'/> and this 
	document extends the use of SRP object in PCLabelUpd message. 
	The SRP object is mandatory and MUST be included in PCLabelUpd 
	message. If the SRP object is missing, the receiving PCC MUST send 
	a PCErr message with Error-type=6 (Mandatory Object missing) and 
	Error-value=10 (SRP object missing).</t>   
	
  	<t>The LSP object is defined in <xref target='I-D.ietf-pce-stateful-pce'/> and this 
	document extends the use of LSP object in PCLabelUpd message. 
	The LSP is an optional object and used in the basic PCECC mode in PCLabelUpd message.
    LSP Identifiers TLV is defined in <xref target='I-D.ietf-pce-stateful-pce'/>, 
	it MUST be included in the LSP object in PCLabelUpd message. 
	If the TLV is missing, the PCC will generate a PCErr message with 
	Error-Type=6 (mandatory object missing) and Error-Value=11 (LSP-IDENTIFIERS 
	TLV missing) and close the session.</t>  
    
    <t>The LABEL object is defined in <xref target="SEC_LABEL"/>. The LABEL is the mandatory object 
	and MUST be included in PCLabelUpd message. If the LABEL object is 
	missing, the receiving PCC MUST send a PCErr message with Error-type=6 
	(Mandatory Object missing) and Error-value=[TBD] (LABEL object missing).
	More than one LABEL object MAY be included in the PCLabelUpd message
	for the transit LSR.</t>
	
	<t>The FEC object is defined in <xref target="SEC_FEC"/>. The FEC is an 
	optional object and used in PCECC SR mode in PCLabelUpd message. The FEC 
	object encodes the Node and Adjacency information of the Label Map.</t>

	<t>To cleanup the SRP object must set the R (remove) bit.</t>
	</section>
	</section>
  	<section title="PCEP Objects"
             toc="default">   
    <t>The PCEP objects defined in this document are compliant with the PCEP object 
	format defined in [RFC5440].  The P flag and the I flag of the PCEP objects 
	defined in this document MUST always be set to 0 on transmission and MUST 
	be ignored on receipt since these flags are exclusively related to 
	path computation requests.</t>
	<section title="OPEN Object"
             toc="default"> 
    <t>This document defines a new optional TLV for use in the OPEN Object.</t>
	<section title="PCECC Capability TLV"
             toc="default"
			 anchor="SEC_PCECC_CAP_TLV"> 	
    <t>The PCECC-CAPABILITY TLV is an optional TLV for use in the OPEN Object 
	for PCECC capability advertisement. Advertisement of the PCECC capability 
	implies support of LSPs that are setup through PCECC as per PCEP extensions 
	defined in this document.</t>
    <t>Its format is shown in the following figure:</t>
<figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG9">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![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=[TBD]      |            Length=4           |       
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                             Flags                         |G|L|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]>
        </artwork>
        </figure> 	

    <t>The type of the TLV is [TBD] and it has a fixed length of 4 octets.</t>
	<t>The value comprises a single field - Flags (32 bits):</t>
    <t>
        <list style="hanging">
          <t hangText="L (LOCAL-LABEL-RANGE-CAPABILITY - 1 bit):">If set to 1 by 
		  a PCEP speaker, it indicates that the PCEP speaker is capable for local 
		  label range reservation.</t>
          <t hangText="G (GLOBAL-LABEL-RANGE-CAPABILITY - 1 bit):">If set to 1 by 
		  a PCEP speaker, it indicates that the PCEP speaker capable for global 
		  label range reservation.</t>
        </list>
      </t>
    <t>Unassigned bits are considered reserved.  They MUST be set to 0 on
	transmission and MUST be ignored on receipt.</t>
	</section> 		 
	</section> 
    <section title="LABEL-RANGE Object"
             toc="default"
			 anchor="SEC_LABELRANGE">
      <t>The LABEL-RANGE object MUST be carried within PCLRResv message. The LABEL-RANGE 
	  object is used to carry the label range information based on the label type.</t>
	  <t>LABEL-RANGE Object-Class is TBD.</t>
	  <t>LABEL-RANGE Object-Type is 1.</t>	
	  <figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG10">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  label type  |                 range size                     | 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           label  base                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
//                      Optional TLVs                          //
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]>
        </artwork>
        </figure> 
	<t>
        <list style="hanging">
          <t hangText="label type (8 bit):">The values defined for label type are
		  label type 1 specifies the local label. It means the label range is non negotiable.
          label type 2 specifies the global label. It means the label range is negotiable. 
		  Refer <xref target='I-D.li-mpls-global-label-framework'/> for global label.</t>
          <t hangText="Range size (24 bit):">It specifies the size of label range.</t>
          <t hangText="Label base (32 bit):">It specifies the minimum label of label range.</t>		  
        </list>
      </t>
    </section>    
    <section title="PATH-SETUP-TYPE TLV"
             toc="default"
			 anchor="SEC_PATH">
      <t>The PATH-SETUP-TYPE TLV is defined in <xref target='I-D.sivabalan-pce-lsp-setup-type'/>; 
      this document defines following new PST  value:
      <list style="symbols">  
      <t>PST = 2: Path is setup via Basic PCECC mode.</t> 
      <t>PST = 3: Path is setup via PCECC SR-TE mode.</t>
      </list></t>
       
    <t>On a PCRpt or PCInitiate message,  
	the PST=2 in  PATH-SETUP-TYPE TLV  in SRP object indicates that 
	this LSP was setup via a basic PCECC 
	based mechanism; the PST=3 indicates that 
	this LSP was setup via a PCECC SR-TE
	based mechanism.</t>		
    </section>
    <section title="Label Object"
             toc="default"
			 anchor="SEC_LABEL">
    <t>The LABEL Object is used to specify the Label information and 
    MUST be carried within PCLabelUpd message.</t>
    <t>LABEL Object-Class is TBD.</t>
    <t>LABEL Object-Type is 1.</t>
	  <figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIG12">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|          Reserved            |              Flags           |O|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                              Label                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
//                        Optional TLV                         //
|                                                               | 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]>
        </artwork>
        </figure> 	
    <t>The fields in the LABEL object are as follows:
    <list style="hanging">
    <t hangText="Flags:"> is used to carry any additional information 
    pertaining to the label. Currently, the following flag bit is 
    defined: <list style="symbols">
    <t>O bit(Out-label) : if the bit is set it specifies the label is 
    the OUT label and it is mandatory to encode the nexthop 
    information (via NEXTHOP-IPV4-ADDRESS TLV or 
    NEXTHOP-IPV6-ADDRESS TLV or NEXTHOP-UNNUMBERED-IPV4-ID TLV in 
    LABEL object). </t> </list></t>
    <t hangText="Label (32-bit):">The Label information encoded such 
    that the 20 rightmost bits represent a label.</t>
    </list></t>
    <section title="NextHop TLV"
             toc="default">
    <t>This document defines the following TLV for the LABEL object to 
    associate the nexthop information incase of an outgoing label.</t>
	  <figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIGC">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[             
NEXTHOP-IPV4-ADDRESS TLV:
	 
 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=TBD          |  Length = 8                   |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  
|                       nexthop IPv4 address                    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
	 
NEXTHOP-IPV6-ADDRESS TLV:	
	 
 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=TBD          |   Length = 20                 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  
|                                                               |
//               nexthop IPv6 address (16 bytes)               //
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+	 
	 
NEXTHOP-UNNUMBERED-IPV4-ID TLV:

 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=TBD          |   Length = 12                 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+     
|                            Node-ID                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                          Interface ID                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]>
        </artwork>
        </figure>       
    <t>The NextHop TLVs are as follows:
    <list style="hanging">
    <t hangText="NEXTHOP-IPV4-ADDRESS TLV:">where Nexthop IPv4 address is specified as an IPv4 address of the Nexthop.</t>
    <t hangText="NEXTHOP-IPV6-ADDRESS TLV:">where Nexthop IPv6 address is specified as an IPv6 address of the Nexthop.</t>
    <t hangText="NEXTHOP-UNNUMBERED-IPV4-ID TLV:">where a pair of Node ID / Interface ID tuples is used for the Nexthop.</t>
    </list>
    </t>                   
    </section>              
	</section>
    <section title="FEC Object"
             toc="default"
			 anchor="SEC_FEC">
    <t>The FEC Object is used to specify the FEC information and 
    MAY be carried within PCLabelUpd message.</t>
	  <figure align="left"
                alt=""
                height=""
                suppress-title="true"
                title=""
                width=""
                anchor="SEC_FIGD">
          <artwork align="left"
         alt=""
         height=""
         name=""
         type=""
         width=""
         xml:space="preserve">
<![CDATA[    	
FEC Object-Class is TBD.

FEC Object-Type is 1 'IPv4 Node ID'.
 
 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                      IPv4 Node ID                             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


FEC Object-Type is 2 'IPv6 Node ID'. 

 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |       
//                      IPv6 Node ID (16 bytes)                //
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

FEC Object-Type is 3 'IPv4 Adjacency'. 

 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                      Local IPv4 address                       |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                     Remote IPv4 address                       |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

FEC Object-Type is 4 'IPv6 Adjacency'. 

 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               | 
//               Local IPv6 address (16 bytes)                 //
|                                                               |      
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |      
//               Remote IPv6 address (16 bytes)                //
|                                                               |      
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
	 
FEC Object-Type is 5 'Unnumbered Adjacency with IPv4 NodeIDs'.
 	 
 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                      Local Node-ID                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                    Local Interface ID                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                      Remote Node-ID                           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                   Remote Interface ID                         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]>
        </artwork>
        </figure> 
    <t>The FEC objects are as follows:
    <list style="hanging">
    <t hangText="IPv4 Node ID:"> where IPv4 Node ID is specified as an IPv4 address of the Node. FEC Object-type
      is 1, and the Object-Length is 4 in this case.</t>
    <t hangText="IPv6 Node ID:"> where IPv6 Node ID is specified as an IPv6 address of the Node. FEC Object-type
      is 2, and the Object-Length is 16 in this case.</t> 
    <t hangText="IPv4 Adjacency:"> where Local and Remote IPv4 address is specified as pair of IPv4 address of the adjacency. FEC Object-type
      is 3, and the Object-Length is 8 in this case.</t>       
    <t hangText="IPv6 Adjacency:"> where Local and Remote IPv6 address is specified as pair of IPv6 address of the adjacency. FEC Object-type
      is 4, and the Object-Length is 32 in this case.</t> 
    <t hangText="Unnumbered Adjacency with IPv4 NodeID:"> where a pair of Node ID / Interface ID tuples is used. FEC Object-type
      is 5, and the Object-Length is 16 in this case.</t>              
    </list> </t>
	</section>	
	</section>	
    <section title="Security Considerations"
             toc="default">
      <t>TBD</t>
    </section>
    <section title="Manageability Considerations"
             toc="default">
      <section title="Control of Function and Policy"
               toc="default">
        <t>TBD.</t>
      </section>
      <section title="Information and Data Models"
               toc="default">
        <t>TBD.</t>
      </section>
      <section title="Liveness Detection and Monitoring"
               toc="default">
        <t>TBD.</t>
      </section>
      <section title="Verify Correct Operations"
               toc="default">
        <t>TBD.</t>
      </section>
      <section title="Requirements On Other Protocols"
               toc="default">
        <t>TBD.</t>
      </section>
      <section title="Impact On Network Operations"
               toc="default">
        <t>TBD.</t>
      </section>
    </section>
    <section title="IANA Considerations"
             toc="default">
      <t>TBD</t>             
    </section>
    <section title="Acknowledgments"
             toc="default">
      <t>We would like to thank Robert Tao, Changjing Yan, Tieying Huang for
   their useful comments and suggestions.</t>
    </section>
  </middle>
  <back>
    <references title="Normative References">
      <?rfc include="reference.RFC.2119.xml" ?>
      <?rfc include="reference.RFC.5440.xml" ?>
      <?rfc include="reference.I-D.ietf-pce-stateful-pce"?>
      <?rfc include="reference.I-D.ietf-pce-pce-initiated-lsp"?>
      </references>
    <references title="Informative References">
	<?rfc include="reference.I-D.li-mpls-global-label-framework"?>
    <?rfc include="reference.I-D.zhao-pce-central-controller-user-cases"?>
    <?rfc include="reference.I-D.ietf-pce-remote-initiated-gmpls-lsp"?>
    <?rfc include="reference.I-D.ietf-spring-segment-routing"?>
    <?rfc include="reference.I-D.ietf-isis-segment-routing-extensions"?>
    <?rfc include="reference.I-D.ietf-ospf-segment-routing-extensions"?>
    <?rfc include="reference.I-D.ietf-pce-segment-routing"?>
    <?rfc include="reference.I-D.sivabalan-pce-lsp-setup-type"?>
    
      
      
      
      
      </references>
  </back>
</rfc>


PAFTECH AB 2003-20262026-04-23 14:36:55