One document matched: draft-sreekantiah-idr-segment-routing-te-00.xml


<?xml version="1.0"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc comments="yes"?>
<?rfc compact="yes"?>
<?rfc inline="yes"?>
<?rfc sortrefs="yes"?>
<?rfc subcompact="no"?>
<?rfc symrefs="yes"?>
<?rfc toc="yes"?>
<?rfc tocdepth="3"?>
<?rfc tocindent="yes"?>
<?rfc tocompact="yes"?>

<rfc category="std" docName="draft-sreekantiah-idr-segment-routing-te-00"
 ipr="pre5378Trust200902">

 <front>

  <title abbrev="Segment Routing TE Policy using BGP">
     Segment Routing Traffic Engineering Policy using BGP</title>

  <author fullname="Arjun Sreekantiah" initials="A.S."
            surname="Sreekantiah">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>170 W. Tasman Drive</street>
          <city>San Jose</city>
          <region>CA</region>
          <code>95134</code>
          <country>USA</country>
        </postal>
        <email>asreekan@cisco.com</email>
      </address>
  </author>
<author fullname="Clarence FilsFils" initials="C.F."
            surname="FilsFils">
      <organization>Cisco Systems</organization>
	<address>
        <postal>
          <street>170 W. Tasman Drive</street>
          <city>San Jose</city>
          <region>CA</region>
          <code>95134</code>
          <country>USA</country>
        </postal>
        <email>cfilsfil@cisco.com</email>
      </address>
  </author>
  <author fullname="Stefano Previdi" initials="S.P."
            surname="Previdi">
      <organization>Cisco Systems</organization>
	<address>
        <postal>
          <street>170 W. Tasman Drive</street>
          <city>San Jose</city>
          <region>CA</region>
          <code>95134</code>
          <country>USA</country>
        </postal>
        <email>sprevidi@cisco.com</email>
      </address>
  </author>
  <author fullname="Siva Sivabalan" initials="S.S."
            surname="Sivabalan">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>170 W. Tasman Drive</street>
          <city>San Jose</city>
          <region>CA</region>
          <code>95134</code>
          <country>USA</country>
        </postal>
        <email>msiva@cisco.com</email>
      </address>
  </author>

  <author fullname="Paul Mattes" initials="P.M."
            surname="Mattes">
      <organization>Microsoft</organization>
      <address>
    <postal>
     <street> One Microsoft Way </street>
     <city> Redmond </city>
     <region>WA</region>
          <code>98052</code>
          <country>USA</country>
     </postal>
         <email>pamattes@microsoft.com</email>
      </address>
  </author>

  <author fullname="Steven Lin" initials="S.L."
            surname="Lin">
      <organization>Microsoft</organization>
      <address>
    <postal>
     <street> One Microsoft Way </street>
     <city> Redmond </city>
     <region>WA</region>
          <code>98052</code>
          <country>USA</country>
     </postal>
      </address>  
</author>

  <date month="October" year="2015" />

  <abstract>
   <t>This document describes mechanisms allowing advertising Segment Routing Traffic Engineering (SRTE) policies using BGP.  Through the mechanisms described in this document, a BGP speaker has the ability to trigger, in a remote BGP node, the setup of a SR Encapsulation policy with specific characteristics and an explicit path. Steering mechanisms are also defined to enable the application of the policy on a per BGP route basis. </t>
  </abstract>

 </front>

 <middle>

  <section title="Introduction">
   <t>Segment Routing (SR) technology leverages the source routing and 
   tunneling paradigms.
   <xref target="I-D.filsfils-rtgwg-segment-routing"></xref> 
   provides an introduction to SR architecture. As defined in the SR architecture draft,  
    "Node-SID" and "Adjacency-SID" denote Node Segment Identifier and
   Adjacency Segment Identifier respectively.</t>
  
   <t> <xref target="I-D.sivabalan-pce-segment-routing"></xref>
   introduced the notion of a segment routed TE path which may may not follow IGP SPT. 
    In this draft, we provide for the definition of SR Encapsulation Policy which can be       
    used to provision such a segment routed TE path using BGP and the corresponding
    steering mechanism.
    SR Encapsulation Policy (referred to as SR policy in the rest of the document)
    is defined to be a weighted-ECMP set of segment lists that are added
    on the packets steered on the SR Encapsulation policy.
    Steering onto an SR Encapsulation Policy involves the classification of packets for     
    encapsulation into the
    specified SR encapsulation policy</t>

   <t>Border Gateway protocol (BGP) can also be used in order to propagate SR policy and corresponding steering associated with BGP routes. This document describes extensions to BGP in order to achieve this.


This document describes the mechanisms through which a BGP speaker (which can be either a router or a controller) advertises an SR policy in the form of a weighted-ECMP set of segment lists  that will result, in the node receiving the SR policy advertisement, in the instantiation of a segment routed TE path. Traffic steering onto the TE path is realized through the use of route coloring (based on BGP extended community Color attribute)
 </t>

   <section title="Requirements Language">
    <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">RFC 2119</xref>.</t>
   </section>
  </section> <!-- Introduction -->

  <section anchor="NewSAFI"
     title="Segment Routing Encapsulation SAFI">
   <t>A new Subsequent Address Family Identifier is defined, 'SR Encapsulation SAFI' (codepoint to be assigned by IANA). The new SAFI will encode SR policy parameters in order to instantiate the SR policy on the receiving BGP speakers. 
   Specifically the NLRI associated with the SAFI will carry the ERO attribute, 
   specifying a weighted set of explicit segment identifier lists (SID lists)
   representing the explicit SR TE path to the endpoint address encoded with the NLRI.</t>

   <t>The NLRI, defined below, is carried in a BGP UPDATE message[RFC4271]
   using BGP multiprotocol extensions [RFC4760] with an AFI of 1 or 2
   (IPv4 or IPv6) [IANA-AF] and a SAFI value to be assigned by the IANA (suggested value 80).</t>

   <t>The NLRI is encoded in a format defined in Section 5 of [RFC4760] (a
   2-tuple of the form (length, value)).  The value field is structured
   as follows: </t>
   <figure align="center">
        <artwork align="left"><![CDATA[

	    +-----------------------------------------------+		  
	    |		Identifier (Color Value)            |
            +-----------------------------------------------+
            |          Endpoint Address (Variable)          |
            +-----------------------------------------------+

   ]]></artwork>
       </figure>
    <t>
   - Identifier: A 4-Octet identifier defined by the BGP speaker originating 
     the NLRI, in order to uniquely identify the SR policy in the SR domain.
     The value of the Identifier field SHOULD be the value used in the color extended
     community (as defined in <xref target="RFC5512"></xref>) carried with payload prefixes the use of which is detailed in
     subsequent sections.
     </t>
     <t>
   - Endpoint Address: This field identifies the endpoint of the SR TE path
     being encoded.  It is one of the network addresses
     configured on the endpoint router of the SR TE path.  The length of the endpoint address is
     dependent on the AFI being advertised.  If the AFI is set to IPv4
     (1), then the endpoint address is a 4-octet IPv4 address, whereas
     if the AFI is set to IPv6 (2), the endpoint address is a 16-octet
     IPv6 address.
   </t>

   <t>An update message that carries the MP_REACH_NLRI or MP_UNREACH_NLRI
   attribute with the Encapsulation SAFI MUST also carry the BGP
   mandatory attributes:  ORIGIN, AS_PATH, and LOCAL_PREF (for IBGP
   neighbors), as defined in [RFC4271].  In addition, such an update
   message can also contain any of the BGP optional attributes. The SAFI NLRI also encodes the color value
   in order to influence an action on
   the receiving speaker. Specifically the Color extended community SHOULD be
   propagated with BGP payload prefixes in order to associate with the NLRI of the SAFI prefixes 
   with a given SR policy.  </t>

   <t> The nexthop 
    address is set based on the AFI in the attribute.  
   For example, if the AFI is set to IPv4 (1),
   the nexthop is encoded as a 4-byte IPv4 address.  If the AFI is set
   to IPv6 (2), the nexthop is encoded as a 16-byte IPv6 address of the
   router. It is important to note that any BGP speaker receiving a BGP message with an SR Encapsulation NLRI, will process it only if the NLRI has a best path as per the BGP best path selection algorithm. </t>
  </section> <!-- NewSAFI -->

<section anchor="attribute"
     title="BGP SR Explicit Route Object (ERO) Attribute">

   <section anchor="encode"
      title="New Attribute Definition">
    <t>
   BGP SR ERO (Explicit Route Object) attribute is a new optional, 
   transitive BGP path attribute.  The attribute type code for BGP SR ERO 
   attribute is to be assigned by IANA (suggested value 50). </t>
   <t>
   The value field of the attribute is composed or one or more TLV objects.
   The following sections describe the SR-ERO, Weight and Binding TLVs.    
   </t>
    </section> <!-- NewAtributeDefinition-->

 <section anchor="erotlv"
      title="ERO TLV Definition">  
      <t>The SR-ERO TLV encodes one segment of the SR policy path (loose or strict) in the     	form of a SID and its related information. 
      Multiple occurrences of ERO TLV object can be encoded in a single attribute with 
      the objects grouped into multiple sets for load-balancing purposes. </t>

      <t>Each set defines a distinct SID list to be used in equal-cost or unequal-cost 
      load-balancing. The SR-ERO TLV has the following format
      (encoding is based on ERO sub-object definition in <xref target="I-D.sivabalan-pce-segment-routing"></xref>):
      </t>

       <figure align="center">
        <artwork align="left"><![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                     |      Length                   |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |   ST Type     |         Flags                   |I|L|N|F|S|C|M|	
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     //                          SID (32 bits or 128 bits)          //
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+     
     //                        NAI (variable)                       //
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

            ]]></artwork>
       </figure>
 
    <t>Each SR-ERO TLV object consists of a 64-bit header followed 
       by the SID and the NAI associated with the SID.  The SID is a 
       32-bit value (as specified in <xref target="I-D.sivabalan-pce-segment-routing"></xref>).The SID can also be a 128 bit value when encoding a IPv6 SID as
       indicated with the 'I' flag bit set, if this bit is unset, SID 
       defaults to a 32 bit value. The size of the NAI depends on its respective 
       type, as described in the following sections. </t>

     
     <t>“Type” contains the codepoint of the SR-ERO TLV object. The SR-ERO TLV codepoint 
	is to be assigned by IANA (suggested value 1). In future other types maybe 
	defined to encode characteristics (e.g bandwidth values) relevant to the segment 
	list thus encoded. </t>
      <t>“Length” contains the total length of the object in octets, excluding  
	“Type” and “Length” fields. Length MUST be at least 4, and MUST be a multiple 
        of 4. The length value should take into consideration SID or NAI only if they 
	are not null. The flags described below used to indicate whether SID or NAI field
 	is null.</t>
       <t> SID Type (ST)  indicates the type of the information associated with the
      SID contained in the object body.  The SID-Type values are
      described later in this document </t>
      <t>
	SID is the Segment Identifier. </t>
      <t>
	NAI contains the Node or Adjacency Identifier associated with the SID.  Depending 	on the value of ST, the NAI can have different formats as described in the following section.
      </t>
       <t>
	Flags   carry any additional information related to the SID.
      Currently, the following flag bits are defined:
     </t>
      <t>
      *  M: When this bit is set, the SID value represents an MPLS label
         stack entry as specified in [RFC5462] where only the label
         value is specified by the BGP speaker.  Other label fields (i.e: TC, S, and TTL)
         fields MUST be ignored, and receiving BGP speaker MUST set 
         these fields according to its local policy and MPLS forwarding rules.
       </t>

	<t>
      *  C: When this bit as well as the M bit are set, then the SID
         value represents an MPLS label stack entry as specified in
         [RFC5462], where all the entry's fields (Label, TC, S, and TTL)
         are specified by the sending BGP speaker.  However, a receiving BGP
	    speaker MAY choose to override TC, S, and TTL values according its 
         local policy and MPLS forwarding rules.
         </t>

	<t>
      *  S: When this bit is set, the SID value in the object body is
         null.  In this case, the receiving BGP speaker is responsible for 
         choosing the SID value, e.g., by looking up its Tunnel DB using the 
	    NAI which, in this case, MUST be present in the object.
        </t>

	<t>
      *  F: When this bit is set, the NAI value in the object body is
         null.
         </t>

	<t>
	 *  N: When this bit is set, it specifies the start of a new SID list.
         Multiple SID lists can be encoded in the ERO attribute signifying
         a equal-cost or unequal-cost set of multi-path SID lists to be used
         for load-balancing (leveraging the Weight TLV defined later in this document).        	</t>
        <t> 
        *  L:(Loose flag). Indicates whether the encoding represents a loose-hop in the   
        LSP [RFC3209].  If “L” is unset, a BGP speaker MUST NOT overwrite the SID value 
        present in the SR-TLV object.  Otherwise, a BGP speaker, based on local policy, 
        MAY expand or replace one or more SID value(s) in the received SR-ERO attribute.
       </t>
       <t> 
        *  I:(IPv6 SID flag). Indicates whether the SID encoding represents a 
           128 bit IPv6 address when set. When unset, the SID defaults to a 32 
           bit encoding
               
       </t>
 </section> <!-- ERO TLV -->

   <section title="NAI Associated with SID">
    <t>The NAI encoding is as per corresponding TLV definition in <xref target="I-D.sivabalan-pce-segment-routing"></xref></t>
   </section> <!-- NAI -->

   <section title="Weight TLV object type.">
    <t>The Weight TLV specifies the weight associated to the SID list in case of unequal 	cost multipath. </t>
 
    <t>The Weight TLV has the following format:
       </t>

   <figure align="center">
        <artwork align="left"><![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 = 2                 |      Length                   |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |                              Weight                           |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

 
            ]]></artwork>
     </figure>

     <t>"Type" is 2. Length is 4 octets (excluding Type and Length)</t>
     <t>When present, the Weight TLV specifies a weight to be associated with the 
     corresponding SID list, for use in unequal-cost multipath. 
     Weights are applied by summing the total value of all of the weights for all SID lists, 
     and then assigning a fraction of the forwarded traffic to each SID list in 
     proportion its weight’s fraction of the total.”</t>
     <t>The Weight TLV, if present, MUST be encoded prior to the encoding of the 
     SR ERO TLV object with the "N" bit set, that is it MUST precede the 
     encoding of a new SID list. The weight, when present, is thus associated 
     with set of SIDs following the weight TLV and there MUST be only one weight
     TLV encoded for each set of SIDs (SID list) encoded in the attribute. Length is 4
     indicating the number of octets used to encode the weight value.</t>
    </section>	

   <section title="Binding SID TLV object type.">
    <t>The Binding TLV allows to request the allocation of a Binding Segment
	associated to the SID list carried in the SR-ERO TLVs.
    The Binding TLV has the following format:</t>

   <figure align="center">
        <artwork align="left"><![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 = 3                 |      Length                   |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     |  	              Value (optional)			     |
     +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      
            ]]></artwork>
     </figure>
     <t> “Type” is 3. Value field is optional. Length is 0 or 4 
	(when the "Value" field is present). When the Length is 0, it implies 
	the Value field is not present.</t>
     <t> 
	When present, the TLV instructs the receiver of the message to 
       allocate a Binding SID for the set of SID lists that are encoded.
       The value field when present, encodes a 32 bit SID value. 
       Also, when the value field is present, the TLV instructs the receiver 
      of the message to use that value for the Binding SID allocated </t>

	<t>Further use of the Binding SID is described in a subsequent section.
           There MUST be only one binding SID TLV encoded in the attribute.</t> 
     </section>	
  </section> <!-- attribute -->

    <section title="Segment Routing Encapsulation SAFI operation">
     <t>
   SR Encap SAFI NLRIs are advertised with the ERO attribute. 

   The ERO attribute specifies one (or more for loadbalancing purposes) 
   list of segment identifiers (SIDs),  specifying the explicit SR TE 
   path to the endpoint address encoded in the SR Encap SAFI NLRI.  

   Additionally, the SR Encap SAFI NLRI encodes a Color value 
  in order to associate payload prefixes with a SR Policy path definition.

   The BGP speaker SHOULD then attach a Color Extended Community 
   (as defined in <xref    target="RFC5512"></xref>) to payload prefixes   
   (e.g., IPv4 unicast) in order to select the appropriate SR-TE path created by the SR  
   Encap SAFI update. Hence, the Color value in the Encap SAFI NLRI allows to  
   implement a classification mechanism.</t>

   <t>If a BGP speaker originates an update for prefix P with color C and
   with itself or a third party as the next hop, then it SHOULD also originate an SR
   Encap SAFI update containing a NLRI encoded with the prefix P's BGP nexthop (as the Endpoint address) and Color value
   matching the one of prefix P, and a list of SIDs defining the SR-TE Explicit path in the ERO attribute. </t> 
    
   <t>The SR Encap SAFI
   update in this case MAY also be sent by a controller, in lieu of the 
   originating speaker sending the SAFI update with with the endpoint address set 
   to the originating speaker in the SAFI NLRI. Also the controller can possibly color
   payload prefixes or originate payload prefixes with a color value
   in place of the originating BGP speaker.</t>
   
   <t>On reception of a SR Encap SAFI update, a BGP speaker SHOULD initiate
   the creation of a SR TE explicit path with the Endpoint address in the NLRI as the destination
   endpoint and the explicit path specified by the lists of SIDs in the
   ERO TLVs in the attribute.</t>

   <t>On the receiving BGP speaker, all payload prefixes that share the same color (as
   determined by the color extended community on the best path) and the same nexthop are  
   mapped to the same SR-TE explicit path created upon the receipt of the SR Encap SAFI update   
   with the matching color and endpoint addresses in the NLRI.</t>  

    <t>Similarly, different payload prefixes can be mapped to distinct SR-TE Explicit paths by coloring them differently.
    </t>

   </section> <!-- SAFI operation -->
 <section title="Multipath Operation"> 
  <t> The ERO attribute in the SR Encap SAFI update MAY contain multiple list of SIDs   
   (instead of a single one) which, in the absence of the Weight TLV, signifies equal cost
   load-balancing amongst them. </t> 

   <t>When a weight TLV is encoded for each list, then the weight values SHOULD be used in   
   order to perform a unequal cost load balance amongst the list of SIDs specified.  
   Thus in the general case the ERO attribute in the SR Encap SAFI NLRI can identify a 
   set of SR TE Explicit paths for load balancing operation.

   </t>
 </section>

 <section title="Binding SID TLV"> 
  <t> When the optional Binding SID TLV is present in the ERO attribute of
      a SR Encap SAFI update, it indicates an instruction, to the receiving BGP speaker   
      to allocate a Binding SID for the list of SIDs the Binding TLV is related to. </t>

      <t> 
      Any incoming packet with the Binding SID will then be swapped for the list of SIDs    
      specified in the ERO attribute on the allocating BGP speaker.  
      The allocated binding SID MAY be then advertised by the BGP speaker that 
      created it, through, e.g., BGP-LS so to, typically, feed a BGP controller 
      with updated topology information.
  </t>
</section>

<section title="Reception of a BGP ERO Attribute"> 
<t>When a BGP speaker receives a SR Encap SAFI NLRI from a neighbor with an acceptable BGP SR ERO attribute, it SHOULD compute the segment list and equivalent MPLS label stack from the attribute TLVs and program them in the MPLS data plane. </t>

<t>Also, It SHOULD program its MPLS dataplane so that BGP payload prefixes sharing the same Color Extended Community of the SR Encap SAFI NLRI are steered into the SR-Encap policy (defined by the SR Encap SAFI NLRI) instead of using the original BGP payload prefix nexthop label. </t>

<t>In the future, new flags in the ERO attribute TLV MAY be defined in order to support other label operations (such as replacing inner labels associated with the BGP prefix) 
</t>

<t>When building the MPLS label stack from a ERO attribute, the receiving BGP speaker MUST interpret the list of SR-ERO TLVs as follows. </t>

<t>The first TLV of a SR ERO attribute represents the topmost label.  
In the receiving BGP speaker, it identifies the first segment the traffic will be directed towards to (along the SR-TE path). </t>

<t>The last TLV of a SR ERO attribute represents the bottommost label. </t>


  </section>

<section title="Announcing BGP Segment Routing ERO Attribute"> 
   <t> Typically, the value of the SIDs encoded in the 
   ERO attribute TLV is determined by configuration.
</t>

   <t> A BGP speaker SHOULD follow normal iBGP/eBGP rules to propagate the ERO attribute</t>

   <t>Since the BGP SR ERO attribute SID value must be unique within an
   SR domain, by default an implementation SHOULD NOT advertise the BGP
   SR ERO attribute outside an SR domain unless it is
   explicitly configured to do so.  To contain distribution of the BGP
   SR ERO attribute beyond its intended scope of applicability,
   attribute filtering MAY be deployed. </t>

 </section>

 <section title="Flowspec and BGP SR ERO Attribute"> 
  <t>The BGP SR ERO attribute can be carried in context of a Flowspec NLRI (RFC 5575). In this case, when the redirect to IP nexthop is specified as in draft-ietf-idr-flowspec-redirect-ip-02, the tunnel to the nexthop is specified by the segment list in the ERO attribute,. The Segment List (i.e.: label stack) is imposed to flows matching the criteria in the Flowspec route in order to steer them towards the nexthop as specified by the ERO attribute.</t>
 </section>

 

  <section anchor="deploy" title="Deployment Considerations">
   
  </section>

  <section title="Contributors">
   </section>

  <section title="Acknowledgments">
   
  </section>

  <section anchor="IANA" title="IANA Considerations">
   <t>This document defines a new BGP attribute known as BGP SR ERO
   attribute.  This document requests IANA to assign a new attribute
   code type for BGP SR ERO attribute from the BGP Path Attributes
   registry.</t>
  </section>

  <section anchor="Security" title="Security Considerations">
   <t>There  are  no  additional  security risks  introduced  by  this
    design.</t>
  </section>

 </middle>

 <back>
  <references title="Normative References">
     <?rfc include="reference.RFC.2119"?>
     <?rfc include="reference.RFC.4271"?>
     <?rfc include="reference.RFC.5512"?>
     <?rfc include="reference.RFC.2858"?>
       </references>
  <references title="Informational References">
     <?rfc include="reference.I-D.filsfils-rtgwg-segment-routing"?>
     <?rfc include="reference.I-D.sivabalan-pce-segment-routing"?>
  </references>
 </back>

</rfc>

PAFTECH AB 2003-20262026-04-24 09:00:28