<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.21 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc toc, sortrefs, symrefs, comments="yes"?>

<rfc ipr="trust200902" docName="draft-kaliraj-bess-bgp-mpls-namespaces-01" category="std" consensus="true" submissionType="IETF">
  <front>
    <title abbrev="BGP MPLS Namespaces">BGP Signaled MPLS Namespaces</title>

    <author initials="K." surname="Vairavakkalai" fullname="Kaliraj Vairavakkalai">
      <organization>Juniper Networks</organization>
      <address>
        <email>kaliraj@juniper.net</email>
      </address>
    </author>
    <author initials="M." surname="Jeyananth" fullname="Minto Jeyananth">
      <organization>Juniper Networks</organization>
      <address>
        <email>minto@juniper.net</email>
      </address>
    </author>
    <author initials="P." surname="Ramadenu" fullname="Praveen Ramadenu">
      <organization>AT&amp;T</organization>
      <address>
        <email>pr9637@att.com</email>
      </address>
    </author>
    <author initials="I." surname="Means" fullname="Israel Means">
      <organization>AT&amp;T</organization>
      <address>
        <email>israel.means@att.com</email>
      </address>
    </author>

    <date year="2025" month="August" day="21"/>

    <area>Routing</area>
    <workgroup>BESS Working Group</workgroup>
    <keyword>mpls namespaces, label signaling, FEC, BGP, spoofing, option b, option c</keyword>

    <abstract>


<?line 62?>

<t>The MPLS forwarding layer in a core network is a shared resource.
   The MPLS FIB at nodes in this layer contains labels that are
   dynamically allocated and locally significant at that node.  These
   labels are scoped in context of the global loopback address.  Let us
   call this the global MPLS namespace.</t>

<t>For some usecases like upstream label allocation, it is useful to
   create private MPLS namespaces (virtual MPLS FIB) over this shared
   MPLS forwarding layer.  This allows installing deterministic label
   values in the private FIBs created at nodes participating in the
   private MPLS namespace, while preserving the "locally significant"
   nature of the underlying shared global MPLS FIB.</t>

<t>This document defines new address families (AFI: 16399, SAFI: 128, or
   1) and associated signaling mechanisms to create and use MPLS
   forwarding contexts in a network.  Some example use cases are also
   described.</t>



    </abstract>



  </front>

  <middle>


<?line 82?>

<section anchor="introduction"><name>Introduction</name>

<t>The MPLS forwarding layer in a core network is a shared resource.
The MPLS FIB at nodes in this layer contains labels that are
dynamically allocated and locally significant at that node.  These
labels are scoped in context of the global loopback address.  Let us
call this the global MPLS namespace.</t>

<t>For some usecases like upstream label allocation, it is useful to
create private MPLS namespaces (virtual MPLS FIB) over this shared
MPLS forwarding layer.  This allows installing deterministic label
values in the private FIBs created at nodes participating in the
private MPLS namespace, while preserving the "locally significant"
nature of the underlying shared global MPLS FIB.</t>

<t>This document defines new address families (AFI: 16399, SAFI: 128, or
1) and associated signaling mechanisms to create and use MPLS
forwarding contexts in a network.</t>

<t>The mechanism described in this document reuse <xref target="RFC4364"></xref> and
<xref target="RFC8277"/> procedures to implement Upstream label allocation.  The
MPLS Namespace family uses BGP VPN style NLRI where the FEC is a MPLS
Label, instead of IP prefix.  The concepts of MPLS Context tables and
upstream allocation are described in <xref target="RFC5331"></xref>.</t>

<t>A BGP speakers participating in a private MPLS namespace creates
instance of "MPLS forwarding context" FIB, which is identified using
a "Context Protocol Nexthop (CPNH)".  A Context label MAY be
advertised for the Context Protocol Nexthop (CPNH) using a transport
layer protocol or BGP family to other nodes.</t>

</section>
<section anchor="terminology"><name>Terminology</name>

<t>LSR : Label Switch Router</t>

<t>PE : Provider Edge</t>

<t>SFH : Service Forwarding Helper</t>

<t>UHP : Ultimate Hop Pop</t>

<t>MPLS FIB : MPLS Forwarding table</t>

<t>NLRI: Network Layer Reachability Information</t>

<t>AFI: Address Family Identifier</t>

<t>SAFI: Subsequent Address Family Identifier</t>

<t>BN : Border Node</t>

<t>TN : Transport Node, P-router</t>

<t>PE : Provider Edge</t>

<t>BGP VPN : VPNs built using RFC4364 mechanisms</t>

<t>BGP LU: BGP Labeled Unicast family (AFI/SAFIs 1/4, 2/4)</t>

<t>BGP CT: BGP Classful Transport family (AFI/SAFIs, 1/76, 2/76)</t>

<t>RT : Route-Target extended community</t>

<t>RD : Route-Distinguisher</t>

<t>VRF: Virtual Router Forwarding Table</t>

<t>PNH : Protocol Next hop address carried in a BGP Update message</t>

<t>CPNH: Context Protocol Nexthop</t>

<t>MNH : BGP MultiNexthop attribute</t>

<t>FEC : Forwarding Equivalence Class</t>

<t>RSVP-TE : Resource Reservation Protocol - Traffic Engineering</t>

<t>SEP : Service Endpoint, the PNH of a Service route</t>

<t>MPLS: Multi Protocol Label Switching</t>

<t>VNF : Virtual Network Function</t>

<t>vCP : VNF Control Plane</t>

<t>vFP : VNF Forwarding Plane</t>

<section anchor="definitions"><name>Definitions</name>

<t>MPLS Namespace: The Context LFIB, Context Nexthop, UHP Context Label, Context RT, Context RD, Label Allocator.</t>

<t>PLSR: a BGP CT or BGP LU transit node in a private MPLS plane, that
does label-swap forwarding for Context label.</t>

<t>PLER: an edge node in a private MPLS plane.  It has a forwarding
context for private labels.</t>

<t>Global MPLS FIB : Global MPLS Forwarding table, to which shared-
interfaces are connected</t>

<t>Private MPLS FIB : Private MPLS Forwarding table, to which private
interfaces are connected</t>

<t>Private MPLS FIB Layer (Private MPLS plane): The group of Private
MPLS FIBs in the network, connected together via Context labels</t>

<t>Context label : Locally-significant Non-reserved label pointing to a
private MPLS FIB</t>

<t>Context nexthop IP-address (CPNH) : An IP-address that identifies the
"Private MPLS FIB Layer".  RD:CPNH identifies a Private MPLS FIB at a
specific BGP node.</t>

<t>Global nexthop IP-address (GPNH) : Global Protocol Nexthop address.
E.g. a loopback address used as transport tunnel end-point.</t>

<t>Detour-router : A BGP border node that is used as a loose-hop in a
traffic-engineered path</t>

<t>Service Family : BGP address family used for advertising routes for
"data traffic" as opposed to tunnels (e.g.  AFI/SAFIs 1/1 or 1/128).</t>

<t>Transport Family : BGP address family used for advertising tunnels,
which are in turn used by service routes for resolution (e.g.  AFI/
SAFIs 1/4 or 1/76).</t>

</section>
<section anchor="motivation"><name>Motivation</name>

<t>A provider's core network consists of a global-domain (default
forwarding-tables in P and PE nodes) that is shared by all tenants in
the network and may also contain multiple private user-domains (e.g.
VRF route tables).</t>

<t>The global MPLS forwarding-layer can be viewed as the collection of
all default MPLS forwarding-tables.  This global MPLS Fib layer
contains labels locally significant to each node.  The "local-
significance of labels" gives the nodes freedom to participate in
MPLS-forwarding with whatever label-ranges they can support in
forwarding hardware.</t>

<t>In emerging usecases some applications using the MPLS-network may
benefit from a "static labels" view of the MPLS-network.  In some
other usecases, a standard mechanism to do Upstream label-allocation
is beneficial.</t>

<t>It is desirable to leave the global MPLS FIB layer intact, and build
private MPLS FIB-layers on top of it to achieve these requirements.
The private MPLS FIBs can then be used by the applications as
desired.  The private MPLS FIBs need to be created only at the nodes
in the network where predictable label-values (external label
allocation) is desired.  E.g.  BNs that need to act as a "Detour-
nodes" or "Service-Forwarding-Helpers" that need to mirror service-
labels.</t>

<t>In other words, provisioning of these private MPLS FIBs can be
gradual and can co-exist with nodes not supporting the feature
described in this document.  These private MPLS FIBs can be stitched
together using either the Context labels over the existing shared
MPLS-network tunnels, or 'private' context-interfaces - to form the
"private MPLS FIB layer".</t>

<t>An application can then install the routes with desired label-values
in the private forwarding contexts with desired forwarding-semantics.</t>

</section>
</section>
<section anchor="spec"><name>Specification</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?></t>

<section anchor="constructs-and-building-blocks"><name>Constructs and Building Blocks</name>

<t>The building-blocks that construct a private MPLS plane are described
   in this section.</t>

<section anchor="context-protocol-nexthop-address"><name>Context Protocol Nexthop Address</name>
<t>A private MPLS plane (just "MPLS plane" here-after) is identified by
   an IP-address called Context Protocol Nexthop (CPNH).  This address
   is unique in the core-network, like any other loopback address.</t>

<t>A loopback-address uniquely identifies a specific node in the
   network, and we call it Global Protocol Nexthop (GPNH) in this
   document.  The CPNH address uniquely identifies a MPLS plane, aka
   "MPLS Namespace".</t>

<t>Each node that has forwarding context for a MPLS plane MUST be
   configured with the same CPNH but a different RD, such that the
   RD:CPNH will uniquely identify that node in the MPLS plane.</t>

</section>
<section anchor="mpls-context-fib"><name>MPLS Context FIB</name>

<t>An instance of a MPLS forwarding-table at a node in the private MPLS
   plane.  This Private MPLS FIB contains the private label routes.</t>

<t>A node can have context FIB for multiple MPLS planes.  The same
   label-value can have a different forwarding-semantic in each MPLS
   plane.  Thus the applications using that MPLS plane get a
   deterministic label-value independent of other applications using
   other MPLS planes.</t>

<t>The terms "MPLS Namespace", "MPLS FIB-layer" and "MPLS plane" are
   used interchangeably in this document.</t>

</section>
<section anchor="context-label"><name>Context Label</name>

<t>A Context label is a non-reserved dynamically allocated label, that
   is installed in the global MPLS FIB, and points to a MPLS-context
   FIB.  The Context Label have forwarding semantics as follows in the
   global MPLS FIB:</t>

<t>Context Label -&gt; Pop and Lookup in MPLS-context FIB</t>

<t>Advertising the "context label in conjunction with the GPNH" tells
   the network how to reach a "RD:CPNH".</t>

</section>
<section anchor="roles-of-nodes-in-a-mpls-plane"><name>Roles of Nodes in a MPLS Plane</name>

<t>The node roles in a MPLS plane can be classified into "edge nodes"
   (call them PLER) or "transit-nodes" (call them PLSR).</t>

<section anchor="edge-nodes-pler"><name>Edge Nodes (PLER)</name>

<t>Private Label Edge-routers (PLER) have MPLS context FIB that belong
   to the MPLS plane.  They advertise the presence of this context FIB
   using transport layer address families like BGP CT (SAFI 76) or BGP
   LU (SAFI 4), and private label routes from this FIB are advertused
   using new BGP AFI/SAFI described in this document.</t>

</section>
<section anchor="transit-nodes-plsr"><name>Transit Nodes (PLSR)</name>

<t>These are just Border-nodes that do label-swap forwarding for the
   context labels they see in the Context-Protocol-Nexthop advertisement
   routes (BGP CT or BGP LU) going thru them.  They basically stitch/
   extend the label switched path to a PLER's CPNH when they re-
   advertise the CPNH routes with next hop as self.</t>

<t>PLSRs dont have MPLS context FIBs.  PLSRs dont have Context Protocol-
   Nexthop.  Because they dont have Private label routes to originate.</t>

<t>However a node in the network can play both roles, of PLER and PLSR.</t>

</section>
</section>
<section anchor="sending-traffic-into-a-mpls-plane"><name>Sending Traffic into a MPLS Plane</name>

<t>At a PLER, MPLS-traffic arriving with private label hits the correct
   private MPLS FIB by virtue of either arriving on a "private network-
   interface" that is attached to the MPLS context FIB, or arriving with
   a "Context label" on a network-interface attached to the global MPLS
   FIB.</t>

<t>To send data traffic into this private MPLS plane, the sender MUST
   use as handle either a "Context label" advertised by a node or a
   "Private interface" owned by the MPLS context FIB at the node.  The
   MPLS context FIB is created for an application that needs a private
   MPLS plane.</t>

<t>The Context label is the only dynamic label-value the application
   needs to learn from the network (PLER node it is connected to), to be
   able to use the private MPLS plane.  The application can chose
   predictable value for the labels to be programmed in the private MPLS
   FIBs.</t>

<t>Once the packet enters the private MPLS plane at an edge-node (PLER),
   the node will forward the packet to the next node (PLSR or PLER), by
   pushing the Context label advertised by that next-node, and the
   transport-label to reach that node's GPNH.  This will repeat until
   the packet reaches the PLER's private MPLS FIB that originated that
   private MPLS-label.</t>

<t>At each PLER in the MPLS plane, the private label value remains the
   same, and points towards the same resource attached to the MPLS
   plane.  This allows the applications using the MPLS-network a static-
   labels view of the resourses attached to the private MPLS plane.</t>

<t>At each PLSR in the MPLS plane, the Context label value will change
   (be swapped in forwarding), but is transparent to the application.</t>

</section>
</section>
<section anchor="bgp-families-routes-and-encoding"><name>BGP Families, Routes and Encoding</name>

<t>This section describes the new constructs defined by this document.</t>

<section anchor="new-address-families"><name>New Address Families</name>

<t>This document defines a new AFI: "MPLS Namespaces" (IANA code 16399).
   And two new address-families, using AFI/SAFIs (16399/128 and
   16399/1).  These address families are used to signal MPLS namespaces
   in BGP.  To send or receive routes of these address families, these
   AFI, SAFI pair of values MUST be negotiated in Multiprotocol
   Extensions capability described in RFC4760 <xref target="RFC4760"></xref></t>

<section anchor="afi-16399-safi-128"><name>AFI: 16399, SAFI: 128</name>

<t>This address-family is used to exchange private label-routes in
   private MPLS FIBs at routers that are connected using a common
   network interface.  The private label route has NLRI prefix format
   "RD:PrivateLabel" and contains Route-Target extended-community
   identifying the private FIB Layer (VPN) the route belongs to.  The
   nexthop of these routes is set to either the GPNH or the CPNH of the
   BGP-speaker advertising the RFC-8277 label.</t>

<t>Any transport layer protocol is used to advertise the Context label
   that the receiving router uses to send traffic into the private MPLS
   FIB.  The Context label installed in the global MPLS FIB points to
   the private MPLS FIB.  The Context label is required when the
   connecting-interface is a shared common interface that terminates
   into the global MPLS FIB.</t>

<t>Routes of this address-family can be sent with either IPv4 or IPv6
   nexthop.  The type of nexthop is inferred from the length of the
   nexthop.</t>

<t>When the length of Next Hop Address field is 24 (or 48) the nexthop
   address is of type VPN-IPv6 with 8-octet RD set to zero (potentially
   followed by the link-local VPN-IPv6 address of the next hop with an
   8-octet RD).</t>

<t>When the length of Next Hop Address field is 12 the nexthop address
   is of type VPN-IPv4 with 8-octet RD.</t>

</section>
<section anchor="afi-16399-safi-1"><name>AFI: 16399, SAFI: 1</name>

<t>This address-family is used to exchange private label-routes in
   private MPLS FIBs to routers that are connected using a private
   network-interface.</t>

<t>Because the interface is private, and terminates directly into the
   private MPLS FIB, a Context label is not required to access the
   private MPLS FIB and NLRI prefix format is just "PrivateLabel/24",
   without the RD.</t>

<t>Routes of this address-family can be sent with either IPv4 or IPv6
   nexthop.  The type of nexthop is inferred from the length of the
   nexthop.</t>

<t>When the length of Next Hop Address field is 16 (or 32) the nexthop
   address is of type IPv6 (potentially followed by the link-local IPv6
   address of the next hop).</t>

<t>When the length of Next Hop Address field is 4 the nexthop address is
   a 4 octet IPv4 address.</t>

<section anchor="use-with-global-mpls-fib"><name>Use with Global MPLS FIB</name>

<t>The address family (AFI/SAFI 16399/1) may be used to install label-
   routes in Global MPLS FIB on a router, when the BGP session belongs
   to the Global VRF.  Extra caution is RECOMMENDED when doing so,
   because global MPLS FIB is a shared resource.</t>

<t>The label range being used SHOULD be reserved on-box by the
   application installing the routes.  Mechanisms of how the label range
   is reserved is outside the scope of this document.  The protocol
   preference of these routes SHOULD be set inferior to on-box protocols
   that do dynamic label allocation, in order to handle any
   misconfiguration scenarios.</t>

<t>Because the interface where the MPLS packet is received belongs to
   the Global VRF, a Context label is not required.  And NLRI prefix
   format is just "PrivateLabel/24", without the RD.</t>

</section>
</section>
</section>
<section anchor="routes-and-operational-procedures"><name>Routes and Operational Procedures</name>

<section anchor="context-nexthop-discovery-route"><name>"Context-Nexthop" Discovery Route</name>

<t>The Context-NH discovery route may be a BGP LU or <xref target="I-D.draft-ietf-idr-bgp-ct-39"/> family
   route that carries CPNH in the "Prefix" portion of the NLRI.  And the
   Context label is carried in the "Label" field in the <xref target="RFC8277"/> format
   NLRI.</t>

<t>This route is advertised with the following path-attributes:</t>

<t><list style="symbols">
  <t>BGP Nexthop attribute (code 14, MP_REACH) carrying GPNH address.</t>
  <t>Route-Target extended community, identifying the Transport class,
if applicable.</t>
</list></t>

<t>The "Context-Nexthop discovery route" is originated by each speaker
   who acts as a PLER.  The "RD:Context-nexthop" uniquely identifies the
   private MPLS FIB at the speaker.  The "Context-nexthop address"
   uniquely identifies the private MPLS plane in the network.  The
   Context label advertised in this route has a local forwarding
   semantic of "Pop, Lookup in Private MPLS FIB".</t>

<t>A BGP speaker readvertising a BGP CT Context-Nexthop for RD:CPNH
   discovery-route MUST follow the mechanisms described in <xref target="I-D.draft-ietf-idr-bgp-ct-39"/>.
   Specifically when re-advertising with "next-hop self" MUST allocate a
   new Label with a forwarding semantic of "Swap Received-Context-Label,
   Forward to Received-GPNH".  This extends reachability to the CPNH
   across tunnel domains.</t>

</section>
<section anchor="mpls-namespace-private-label-routes"><name>MPLS Namespace "Private Label" Routes</name>

<t>The Private Label routes are carried in the new address-family "MPLS
   VpnUnicast" (AFI:16399, SAFI:128) aka "MPLS namespace signaling",
   defined in this document.</t>

<t>The NLRI format follows the specifications in <xref target="RFC8277"/>, with the
   "Prefix" portion of the NLRI comprising of the RD and "Private MPLS
   Label" encoded as shown below.</t>

<t>In a MP_REACH_NLRI attribute whose AFI/SAFI is MPLS/128, the "Length"
   field will be 112 bits or less, comprising of the Label, RD and
   "Private MPLS Label".</t>

<t>In a MP_REACH_NLRI attribute whose AFI/SAFI is MPLS/1, the "Length"
   field will be 48 bits or less, comprising of the Label, and "Private
   MPLS Label".</t>

<t>NLRI Prefix (Private Label route, AFI:16399, SAFI:128)</t>

<figure><artwork><![CDATA[
This picture shows NLRI format when the RFC-8277 Multiple Labels
Capability is not used:
]]></artwork></figure>

<figure title="RFC-8277 NLRI with one Label" anchor="nlri-fmt"><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
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |    Length     |                 Label                 |Rsrv |S|
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |               Route Distinguisher (RD) (8 octets)             |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |               Route Distinguisher (RD cont.)                  |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |      Private MPLS Label               |Rsrv |S|
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

                    Fig 1: RFC-8277 NLRI with one Label.

   - Length:
         The Length field consists of a single octet.  It specifies the
         length in bits of the remainder of the NLRI field.


        In a MP_REACH_NLRI attribute whose AFI/SAFI is MPLS/128, the
        "Length" field will be 112 bits or less, comprising of the
        Label, RD and "Private MPLS Label".

        As specified in [RFC4760], the actual length of the NLRI field
        will be the number of bits specified in the Length field,
        rounded up to the nearest integral number of octets.

   - Label:
        The Label field is a 20-bit field containing an MPLS label value
        (see [RFC3032]). This label is locally significant, downstream
        allocated at the speaker identified in the BGP Nexthop field
        in MP_REACH_NLRI (code 14). This label is pushed in nexthop of
        the route installed in MPLS context FIB at receiving router.

   - Route Distinguisher (RD):

       The 8 byte Route Distinguisher as specified in [RFC4760].

   - Private MPLS Label:
        The "Private MPLS Label" field is a 20-bit field containing an
        MPLS label value (see [RFC3032]). This is an upstream assigned
        MPLS label, used as destination of route installed in MPLS
        context FIB at the receiving router.

   - Rsrv:
         This 3-bit field SHOULD be set to zero on transmission and
         MUST be ignored on reception.

   - S:
         This 1-bit field MUST be set to one on transmission and MUST
         be ignored on reception.
]]></artwork></figure>

<t>Attributes on this route:</t>

<t><list style="symbols">
  <t>BGP Nexthop attribute (code 14, MP_REACH) carrying a GPNH address.
(OR)</t>
  <t>The MultiNextHop attribute <xref target="I-D.draft-ietf-idr-multinexthop-attribute-03"/> with forwarding-semantic:  <list style="symbols">
      <t>"Forward to RD:CPNH"</t>
    </list></t>
  <t>Route-Target extended-community, identifying the private FIB-layer</t>
</list></t>

<figure title="MultiNexthop attr of Private Label route" anchor="mnh-attr"><artwork><![CDATA[
   MultiNexthop BGP-attribute (Private Label route)

                    +--------------------------------------------+
                    |  MultiNH.Num-Nexthops = 1                  |
                    +--------------------------------------------+
                    |  FwdSemanticsTLV.FwdAction = Forward       |
                    +--------------------------------------------+
                    |  NHDescrTLV.NhopDescrType = RD:CPNH or GPNH|
                    +--------------------------------------------+

                    Fig 2: MultiNexthop attr of Private Label route

]]></artwork></figure>

<t>A speaker MAY readvertise a private label route without changing the
   Nexthop (RD:CPNH) carried in it, if the speaker is a pure PLSR.</t>

<t>If it does alter the nexthop to SelfRD:CPNH, it SHOULD act as a PLER,
   and for e.g. originate a "Context-Nexthop discovery route" for prefix
   "SelfRD:CPNH".</t>

<t>Even if the speaker sets nexthop-address to Self because of regular
   BGP readvertisement-rules, Label Prefix MUST NOT be altered, and the
   received NLRI "RD:Private-Label1" MUST be re-advertised as-is.  Such
   that value of label "Private-Label1" doesn't change while the packet
   traverses multiple nodes in the private MPLS FIB layer.</t>

<t>The Route target attached to the route is the one identifying the
   private MPLS FIB layer (VPN).  The Private label routes resolve over
   the Context-nexthop route that belong to the same VPN.</t>

<t>A node receiving a "Private Label route" RD:L1 MUST install the label
   L1 in the private MPLS Forwarding-context idenfied by the Route-
   Target attached to the route.</t>

<t>The label route MUST be installed with forwarding-semantic as
   specified in the received MultiNextHop attribute.  As an example, a
   Detour node MAY receive the private label route with a forwarding-
   semantic of "Forward to RD:CPNH" operation.  And an Egress node MAY
   receive a private label route with a forwarding-semantic pointing to
   a resource it houses.  Note that such a Private label BGP route MAY
   be received from external-application also.</t>

<section anchor="resolving-received-private-label-routes"><name>Resolving Received Private Label Routes</name>

<t>A node receiving a "Context-nexthop discovery route" MUST be capable
   of using either the CPNH or the RD:CPNH carried in the NLRI, to
   resolve other routes received with this CPNH address or RD:CPNH in
   the "Nexthop-attributes".</t>

<t>The receiver of a private label route MUST recursively resolve the
   received nexthop (RD:CPNH) over the Context-Nexthop discovery-route
   for prefix "RD:CPNH" to determine the label stack "Context Label,
   Transport Label" to push, so that the MPLS packet with private label
   reaches the private MPLS FIB originating the route.</t>

<t>If a node receives multiple "Context-nexthop discovery route" for a
   CPNH, it SHOULD run path-selection after stripping the RD, to find
   the closest ingress to the private MPLS plane identified by the CPNH.
   This best path SHOULD be used to resolve a received private label
   route.</t>

</section>
</section>
</section>
</section>
</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>Using separate mpls forwarding contexts for separate applications and
stitching them into separate MPLS planes increases the security
attributes of the MPLS network.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document makes following requests of IANA.</t>

<t>New BGP AFI code ("Address Family Numbers" registry):</t>

<t><list style="symbols">
  <t>16399 for "MPLS"</t>
</list></t>

<t>Note to RFC Editor: this section may be removed on publication as an
RFC. This document requests IANA to rename the "MPLS Namespaces" entry to "MPLS"
in the Address Family Numbers registry, with the reference document changed
to this one.</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>The authors thank Jeffrey (Zhaohui) Zhang, Ron Bonica, Jeff Haas,
   John Scudder, Jim Uttaro, Israel Means, Torunn Narvestad, Christian
   Graf, Natarajan Venkataraman, Reshma Das and Aravind Srinivas
   Srinivasa Prabhakar for the valuable discussions and feedback.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC4364">
  <front>
    <title>BGP/MPLS IP Virtual Private Networks (VPNs)</title>
    <author fullname="E. Rosen" initials="E." surname="Rosen"/>
    <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
    <date month="February" year="2006"/>
    <abstract>
      <t>This document describes a method by which a Service Provider may use an IP backbone to provide IP Virtual Private Networks (VPNs) for its customers. This method uses a "peer model", in which the customers' edge routers (CE routers) send their routes to the Service Provider's edge routers (PE routers); there is no "overlay" visible to the customer's routing algorithm, and CE routers at different sites do not peer with each other. Data packets are tunneled through the backbone, so that the core routers do not need to know the VPN routes. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4364"/>
  <seriesInfo name="DOI" value="10.17487/RFC4364"/>
</reference>

<reference anchor="RFC4760">
  <front>
    <title>Multiprotocol Extensions for BGP-4</title>
    <author fullname="T. Bates" initials="T." surname="Bates"/>
    <author fullname="R. Chandra" initials="R." surname="Chandra"/>
    <author fullname="D. Katz" initials="D." surname="Katz"/>
    <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
    <date month="January" year="2007"/>
    <abstract>
      <t>This document defines extensions to BGP-4 to enable it to carry routing information for multiple Network Layer protocols (e.g., IPv6, IPX, L3VPN, etc.). The extensions are backward compatible - a router that supports the extensions can interoperate with a router that doesn't support the extensions. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4760"/>
  <seriesInfo name="DOI" value="10.17487/RFC4760"/>
</reference>

<reference anchor="RFC5331">
  <front>
    <title>MPLS Upstream Label Assignment and Context-Specific Label Space</title>
    <author fullname="R. Aggarwal" initials="R." surname="Aggarwal"/>
    <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
    <author fullname="E. Rosen" initials="E." surname="Rosen"/>
    <date month="August" year="2008"/>
    <abstract>
      <t>RFC 3031 limits the MPLS architecture to downstream-assigned MPLS labels. This document introduces the notion of upstream-assigned MPLS labels. It describes the procedures for upstream MPLS label assignment and introduces the concept of a "Context-Specific Label Space". [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5331"/>
  <seriesInfo name="DOI" value="10.17487/RFC5331"/>
</reference>

<reference anchor="RFC8277">
  <front>
    <title>Using BGP to Bind MPLS Labels to Address Prefixes</title>
    <author fullname="E. Rosen" initials="E." surname="Rosen"/>
    <date month="October" year="2017"/>
    <abstract>
      <t>This document specifies a set of procedures for using BGP to advertise that a specified router has bound a specified MPLS label (or a specified sequence of MPLS labels organized as a contiguous part of a label stack) to a specified address prefix. This can be done by sending a BGP UPDATE message whose Network Layer Reachability Information field contains both the prefix and the MPLS label(s) and whose Next Hop field identifies the node at which said prefix is bound to said label(s). This document obsoletes RFC 3107.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8277"/>
  <seriesInfo name="DOI" value="10.17487/RFC8277"/>
</reference>


<reference anchor="I-D.draft-ietf-idr-bgp-ct-39">
   <front>
      <title>BGP Classful Transport Planes</title>
      <author fullname="Kaliraj Vairavakkalai" initials="K." surname="Vairavakkalai">
         <organization>Juniper Networks, Inc.</organization>
      </author>
      <author fullname="Natrajan Venkataraman" initials="N." surname="Venkataraman">
         <organization>Juniper Networks, Inc.</organization>
      </author>
      <date day="28" month="February" year="2025"/>
      <abstract>
	 <t>   This document specifies a mechanism referred to as &quot;Intent Driven
   Service Mapping&quot;.  The mechanism uses BGP to express intent based
   association of overlay routes with underlay routes having specific
   Traffic Engineering (TE) characteristics satisfying a certain Service
   Level Agreement (SLA).  This is achieved by defining new constructs
   to group underlay routes with sufficiently similar TE characteristics
   into identifiable classes (called &quot;Transport Classes&quot;), that overlay
   routes use as an ordered set to resolve reachability (Resolution
   Schemes) towards service endpoints.  These constructs can be used,
   for example, to realize the &quot;IETF Network Slice&quot; defined in TEAS
   Network Slices framework.

   Additionally, this document specifies protocol procedures for BGP
   that enable dissemination of service mapping information in a network
   that may span multiple cooperating administrative domains.  These
   domains may be administered either by the same provider or by closely
   coordinating providers.  A new BGP address family that leverages RFC
   4364 (&quot;BGP/MPLS IP Virtual Private Networks (VPNs)&quot;) procedures and
   follows RFC 8277 (&quot;Using BGP to Bind MPLS Labels to Address
   Prefixes&quot;) NLRI encoding is defined to enable each advertised
   underlay route to be identified by its class.  This new address
   family is called &quot;BGP Classful Transport&quot;, a.k.a., BGP CT.


	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-idr-bgp-ct-39"/>
   
</reference>


<reference anchor="I-D.draft-ietf-idr-multinexthop-attribute-03">
   <front>
      <title>BGP MultiNexthop Attribute</title>
      <author fullname="Kaliraj Vairavakkalai" initials="K." surname="Vairavakkalai">
         <organization>Juniper Networks, Inc.</organization>
      </author>
      <author fullname="Jeyananth Minto Jeganathan" initials="J. M." surname="Jeganathan">
         <organization>Juniper Networks, Inc.</organization>
      </author>
      <author fullname="Mohan Nanduri" initials="M." surname="Nanduri">
         <organization>Microsoft</organization>
      </author>
      <author fullname="Avinash Reddy Lingala" initials="A. R." surname="Lingala">
         <organization>AT&amp;T</organization>
      </author>
      <date day="21" month="September" year="2024"/>
      <abstract>
	 <t>   Today, a BGP speaker can advertise one nexthop for a set of NLRIs in
   an Update message.  This nexthop can be encoded in either the top-
   level BGP-Nexthop attribute (code 3), or inside the MP_REACH_NLRI
   attribute (code 14).  Forwarding information related to the nexthop
   is scattered across various attributes, extended communities or the
   NLRI field.

   This document defines a new optional non-transitive BGP attribute
   called &quot;MultiNexthop (MNH)&quot; with IANA code TBD.  The MNH provides two
   things: it allows carrying the Nexthop and related forwarding
   information in one BGP attribute.  The MNH also enables carrying an
   ordered set of multiple Nexthops in the same attribute, with
   forwarding information scoped on a per Nexthop basis.


	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-idr-multinexthop-attribute-03"/>
   
</reference>

<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>

<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>




    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC3032">
  <front>
    <title>MPLS Label Stack Encoding</title>
    <author fullname="E. Rosen" initials="E." surname="Rosen"/>
    <author fullname="D. Tappan" initials="D." surname="Tappan"/>
    <author fullname="G. Fedorkow" initials="G." surname="Fedorkow"/>
    <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
    <author fullname="D. Farinacci" initials="D." surname="Farinacci"/>
    <author fullname="T. Li" initials="T." surname="Li"/>
    <author fullname="A. Conta" initials="A." surname="Conta"/>
    <date month="January" year="2001"/>
    <abstract>
      <t>This document specifies the encoding to be used by an LSR in order to transmit labeled packets on Point-to-Point Protocol (PPP) data links, on LAN data links, and possibly on other data links as well. This document also specifies rules and procedures for processing the various fields of the label stack encoding. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3032"/>
  <seriesInfo name="DOI" value="10.17487/RFC3032"/>
</reference>


<reference anchor="I-D.draft-hr-spring-intentaware-routing-using-color-03">
   <front>
      <title>Problem statement for Inter-domain Intent-aware Routing using Color</title>
      <author fullname="Shraddha Hegde" initials="S." surname="Hegde">
         <organization>Juniper Networks Inc.</organization>
      </author>
      <author fullname="Dhananjaya Rao" initials="D." surname="Rao">
         <organization>Cisco Systems</organization>
      </author>
      <author fullname="Jim Uttaro" initials="J." surname="Uttaro">
         <organization>Independent Contributor</organization>
      </author>
      <author fullname="Alex Bogdanov" initials="A." surname="Bogdanov">
         <organization>BT</organization>
      </author>
      <author fullname="Luay Jalil" initials="L." surname="Jalil">
         <organization>Verizon</organization>
      </author>
      <date day="23" month="October" year="2023"/>
      <abstract>
	 <t>   This draft describes the scope, set of use-cases and requirements for
   a distributed routing based solution to establish end-to-end intent-
   aware paths spanning multi-domain packet networks.  The document
   focuses on BGP given its predominant use in inter-domain routing
   deployments, however the requirements may also apply to other
   solutions.


	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-hr-spring-intentaware-routing-using-color-03"/>
   
</reference>




    </references>

</references>


<?line 660?>

<section anchor="use"><name>Use Cases</name>

<section anchor="set-up-global-lfibs-from-controllers"><name>Set up Global LFIBs from Controllers</name>

<t>Controllers can populate the global MPLS LFIB on routers using two
methods.</t>

<section anchor="safi-1"><name>SAFI 1</name>

<t>Suppose an LFIB entry needs to be created on LSR1. The incoming label
is 100, and the outgoing label is 200 towards router R1.</t>

<t>Following Sec 3.2.1.2.1, a controller originates a AFI/SAFI 16399/1
route with NLRI 100, PNH as R1. This route is installed in global LFIB
of R1.</t>

<t>This method can be used if the same instruction needs to be passed to
all receiving LSRs, such that path hiding is not a problem.</t>

</section>
<section anchor="safi-128"><name>SAFI 128</name>

<t>Suppose an LFIB entry needs to be created on LSR1 and LSR2. At LSR1,
the incoming label is 100, and the outgoing label is 200 towards 
router R1. And at LSR2, the incoming label is same 100, but the outgoing
label is 200 towards R2.</t>

<t>In such cases, a controller can use AFI/SAFI 16399/1 to communicate
distinct LFIB routes to LSR1 and LSR2, using distinct RD, RT. Each LSR 
can use a unique RT to denote it's global LFIB.</t>

<t>A route with NLRI prefix RD1:100 can be advertised with label 200, and
PNH as R1. This route is installed in global LFIB of LSR1.</t>

<t>And a route with NLRI prefix RD2:100 can be advertised with label 200, and
PNH as R2. This route is installed in global LFIB of LSR2.</t>

<t>This method avoids path hiding problems by using RD, and is able to
advertise distinct forwarding information to each LSR.</t>

</section>
</section>
<section anchor="label-spoof-protection-in-inter-as-option-c-network"><name>Label Spoof Protection in Inter-AS Option C Network</name>

<t>In certain deployments, some domains of an Inter AS Option C network
may be located in an untrusted geography.  Even though such domains
are administered by the same operator, employing security mechanisms
may be desirable on interfaces connecting such domains.</t>

<t>This section describes how an Inter domain Option C MPLS network can
be protected against Label spoofing, using MPLS Namespaces
technology.</t>

<t>The inter-AS labeled traffic will be protected against spoofing, such
that the transport ASBRs will accept labeled traffic on inter-AS
links only if the MPLS label stack matches the transport and service
MPLS labels that have been advertised in BGP (LU and L3VPN) families
to the peers in untrusted zone.</t>

<t>In order to achieve this security, new functionality is required on
only the BNs, PEs or RRs in the trusted zone.</t>

<t>This section illustrates the mechanisms using BGP LU as transport
family and L3VPN as service family.  But the mechanisms described
will work in similar manner for other labeled transport families
(e.g., BGP CT) and service families (e.g., L3VPNv6, EVPN, VPLS) as-
well.</t>

<section anchor="reference-topology"><name>Reference Topology</name>

<figure title="Inter-AS Option C Network with a domain in untrusted zone" anchor="spoof-c"><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="288" width="408" viewBox="0 0 408 288" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 80,48 L 80,96" fill="none" stroke="black"/>
<path d="M 192,176 L 192,208" fill="none" stroke="black"/>
<path d="M 320,48 L 320,96" fill="none" stroke="black"/>
<path d="M 176,80 L 216,80" fill="none" stroke="black"/>
<path d="M 176,144 L 216,144" fill="none" stroke="black"/>
<path d="M 64,240 L 96,240" fill="none" stroke="black"/>
<path d="M 256,240 L 280,240" fill="none" stroke="black"/>
<path d="M 56,80 L 64,96" fill="none" stroke="black"/>
<path d="M 96,128 L 104,144" fill="none" stroke="black"/>
<path d="M 288,80 L 296,96" fill="none" stroke="black"/>
<path d="M 344,128 L 352,144" fill="none" stroke="black"/>
<path d="M 56,144 L 64,128" fill="none" stroke="black"/>
<path d="M 96,96 L 104,80" fill="none" stroke="black"/>
<path d="M 288,144 L 296,128" fill="none" stroke="black"/>
<path d="M 344,96 L 352,80" fill="none" stroke="black"/>
<polygon class="arrowhead" points="72,240 60,234.4 60,245.6" fill="black" transform="rotate(180,64,240)"/>
<g class="text">
<text x="84" y="36">[RR13]</text>
<text x="324" y="36">[RR23]</text>
<text x="28" y="84">[PE11]</text>
<text x="140" y="84">[ASBR14]</text>
<text x="252" y="84">[ASBR24]</text>
<text x="380" y="84">[PE21]</text>
<text x="80" y="116">[P11]</text>
<text x="320" y="116">[P21]</text>
<text x="20" y="148">..</text>
<text x="140" y="148">[ASBR15]</text>
<text x="252" y="148">[ASBR25]</text>
<text x="28" y="164">[PE12]</text>
<text x="380" y="164">[PE22]</text>
<text x="72" y="196">..AS1..</text>
<text x="296" y="196">..AS2..</text>
<text x="52" y="212">(trusted</text>
<text x="112" y="212">zone)</text>
<text x="268" y="212">(untrusted</text>
<text x="336" y="212">zone)</text>
<text x="136" y="244">Traffic</text>
<text x="208" y="244">Direction</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
                  [RR13]                        [RR23]
                    |                             |
                    |                             |
           [PE11]\  |  /[ASBR14]------[ASBR24]\   |   /[PE21]
                  \ | /                        \  |  /
                  [P11]                         [P21]
                  /   \                        /     \
            ..   /     \[ASBR15]------[ASBR25]/       \
           [PE12]                                      [PE22]
                                  |
                ..AS1..           |         ..AS2..
             (trusted zone)       |    (untrusted zone)

                  <---- Traffic Direction ----

]]></artwork></artset></figure>

<t>Figure 1 shows an Inter-AS Option C network with two domains.  AS1 is
   in a trusted geography, and AS2 is in an untrusted geography.</t>

<t>BGP LU (AFI/SAFI: 1/4) is negotiated on EBGP sessions between ASBR14
   - ASBR24 and ASBR15 - ASBR25.  BGP LU is also negotiated on IBGP
   sessions in AS1 between RR13 and the nodes PE11, PE12, ASBR13, and
   ASBR14; also in AS2 between RR23 and the nodes PE21, PE22, ASBR24,
   and ASBR25.  The ASBRs readvertise the BGP LU routes rewriting next
   hop to self.  The RRs readvertise the BGP LU routes with the next hop
   unchanged.</t>

<t>L3VPN Service routes are present only at PEs and RRs in the two ASes.
   L3VPN family (AFI/SAFI: 1/128) is negotiated between PE11, PE12 and
   RR13.  RR13 has multihop EBGP peering with RR23 and negotiates AFI/
   SAFI: 1/128.  RR23 further peers with PE21, PE22 in AS2.  The RRs
   readvertise the L3VPN service routes with next hop unchanged.</t>

<t>In this example loopback addresses of all PEs in one AS are reachable
   via BGP LU to the other AS.</t>

<t>Following sections describe the control plane and forwarding plane
   mechanics to deploy label spoofing protection using MPLS Namespaces
   in this network.</t>

<t>Traffic direction being described is AS2 to AS1, since focus is on
   traffic entering a trusted zone from an untrusted zone.</t>

</section>
<section anchor="spoof-protection-for-transport-labels"><name>Spoof protection for Transport Labels</name>

<section anchor="mpls-namespace-to-confine-untrusted-interfaces"><name>MPLS Namespace to Confine Untrusted Interfaces</name>

<t>At ASBR14 and ASBR15, the interfaces connecting to the BGP peers in
   untrusted zone are provisioned to terminate in a separate MPLS
   Namespace, lets call it "From-AS2" namespace.  It identifies traffic
   that is allowed from AS2.  This namespace contains a distinct MPLS
   FIB, which is different from the global MPLS FIB.  MPLS packets
   received on these interfaces are forwarded based on lookup in this
   MPLS FIB.</t>

<t>ASBR14 and ASBR15 advertise BGP LU routes for PE11, PE12 loopbacks to
   peers in AS2 with next hop self.  Routes for the labels advertised in
   these routes are installed in the "From-AS2" MPLS namespace.  Thus,
   MPLS packets received on these interfaces will be accepted only if
   the outermost label is installed in this MPLS namespace FIB.  Packets
   with unknown labels will be discarded.</t>

<t>This provides spoof protection for the transport labels advertised in
   BGP LU.</t>

</section>
<section anchor="uhp-labels-for-pe-loopbacks"><name>UHP Labels for PE Loopbacks</name>

<t>The border nodes ASBR14 and ASBR15 use UHP labels in BGP LU routes
   when advertising a AS1 PE loopback to neighbors in AS2.  This label
   serves as Context Label that identifies traffic sent by AS2 towards
   that PE in AS1.</t>

<t>The route for Context Label advertised to AS2 neighbors is installed
   in the "From-AS2" MPLS namespace FIB.  This route is installed with a
   nexthop which has the forwarding semantic as "Pop, Lookup in MPLS-
   namespace for the PE".</t>

<t>In this manner, the incoming MPLS traffic is validated against the
   outermost label to match an advertised PE label, and then sent for
   futher processing in context of the corresponding PE MPLS namespace.</t>

</section>
</section>
<section anchor="spoof-protection-for-service-labels"><name>Spoof protection for Service Labels</name>

<section anchor="mpls-namespace-for-traffic-destined-to-a-pe"><name>MPLS Namespace for Traffic Destined to a PE</name>

<t>At ASBR14 and ASBR15, a separate MPLS Namespace is created for PE11
   and PE12.  Lets call them "To-PE1" and "To-PE2" namespaces.</t>

<t>The namespace "To-PE11" identifies traffic direction towards PE11.
   MPLS packets destined towards PE11 are forwarded based on lookup in
   this MPLS namespace FIB.</t>

<t>The namespace "To-PE12" identifies traffic direction towards PE12.
   MPLS packets destined towards PE12 are forwarded based on lookup in
   this MPLS namespace FIB.</t>

<t>Packets are directed to these namespaces after being processed in the
   "From-AS2" MPLS namespace FIB.</t>

</section>
<section anchor="bgp-mpls-namespaces-family-routes"><name>BGP MPLS Namespaces Family Routes</name>

<t>Correspondingly, MPLS Namespaces "To-PE11" and "To-PE12" are created
   at RR13 which acts as an external label allocator for these
   namespaces at these ASBRs.  The namespace To-PE11 has an associated
   Route Target RT-PE11.  The namespace To-PE12 has an associated Route
   Target RT-PE12.  These Route Targets are exported by the RR and
   imported by the ASBRs.</t>

<t>In AS1, the route reflector RR13 negotiates MPLS Namespace Signaling
   family (AFI/SAFI: 16399/128) with the border nodes ASBR14 and ASBR15.
   Using the MPLS namespace signaling family, the RR13 insalls the VPN
   service labels advertised by PE11 and PE12 into their corresponding
   namespaces at the ASBRs.</t>

<t>Consider PE11 advertising to RR13 a VPN prefix RD:Pfx1 with VPN label
   VL1, next hop as PE11.  RR13 advertises this route with next hop and
   label unchanged to RR23.  When doing so, RR13 originates a MPLS
   namespace signaling family (AFI/SAFI: 16399/128) route with NLRI
   RDx:VL1, next hop as PE11, label field containing VL1, and the Route
   Target RT-PE11.</t>

<t>ASBR14 receives this route and installs in the "To-PE11" MPLS
   namespace FIB, based on matching import route target RT-PE11.  The
   received next hop PE11 is resolved to map to available tunnel from
   ASBR14 to PE11.  The MPLS route for label VL1 is installed to the
   "To-PE11" MPLS namespace FIB.  This ensures that packets sent by AS2
   with VPN label as VL1 will be forwarded properly to PE11.  But if an
   unknown inner label was sent by AS2, such a packet will be dropped
   after lookup in "To-PE11" MPLS FIB.</t>

<t>Similar mechanism works for labels advertised by PE12, using "To-
   PE12" MPLS namespace RIB and FIB at RR and ASBRs.</t>

<t>In this manner, protection is provided against nodes in AS2 spoofing
   service label also.</t>

</section>
</section>
<section anchor="applicability-to-inter-as-option-b"><name>Applicability to Inter-AS Option B</name>

<t>These mechanisms can be used in Inter-AS Option B scenarios as-well.
   In such cases, the procedures specified in Section 6.1.2.1 are
   applied to L3VPN family routes instead of BGP LU routes.  MPLS
   namespace signaling family (AFI/SAFI: 16399/128) is not used in this
   case.</t>

<t>In Inter-AS Option B scenarios, ASBR14 and ASBR15 re-advertise BGP
   L3VPN (AFI/SAFI: 1/128) routes from PE11, PE12 to peers in AS2 with
   next hop self.  Routes for the labels advertised in these routes are
   installed in the "From-AS2" MPLS namespace.  Thus, MPLS packets
   received on these interfaces will be accepted only if the outermost
   label is installed in this MPLS namespace FIB.  Packets with unknown
   labels will be discarded.</t>

<t>This provides spoof protection for the L3VPN service labels
   advertised in BGP L3VPN (AFI/SAFI: 1/128) family.</t>

</section>
</section>
<section anchor="improve-scaling-and-convergence-of-a-seamless-mpls-network"><name>Improve Scaling and Convergence of a Seamless MPLS Network</name>

<t>MPLS Namespaces can be used to improve scaling and convergence
   properties of a scaled BGP MPLS network.  It acts like a Mezanine
   transport layer that decouples the service layer from the actual
   transport layer.</t>

<t>Typically service routes in a MPLS network bind to the following
   entities that identify point-of-presence of a service:</t>

<t><list style="symbols">
  <t>Protocol Nexthop - PE loopback address (GPNH)</t>
  <t>Service Label - PE advertised locally signifcant label that
identifies the service</t>
</list></t>

<t>In such a model, whenever a PE is taken out of service the GPNH
   changes, and Service-Label changes - which makes maintenance a heavy
   convergence event.  Because the service routes with massive-scale
   need to be readvertised with new service-label or PE-address.</t>

<t>An alternate model could be: to advertise the service routes with a
   protocol-nexthop of CPNH identifying a namespace, with a forwarding-
   semantic of:</t>

<t><list style="symbols">
  <t>"Push Private-Label, and Forward to CPNH"</t>
</list></t>

<t>This model fully decouples the service-layer from the transport-layer
   identifiers, by making the Service routes refer to the CPNH and
   Private Labels.  Thus the underlying transport layer can change
   (nodes representing a Private label can be added or removed) without
   any changes to the service routes.  This presents good convergence
   scaling properties for the network.</t>

<t>This model also allows anycast traffic forwarding to any resource in
   the network.  Multiple PEs can advertise the same Private label to
   identify a specific service (e.g. peering with an AS) they are
   offering.</t>

<t>Once the service route traffic enters the private FIB layer, at the
   closest entry-point determined by path-selection of CPNH auto-
   discovery routes; then the Private Labels (with pre determined
   values) pushed will determine the loose hop path taken by the traffic
   and also the destination-resource.</t>

<t>This section describes how scaling is achieved in an inter-domain
   MPLS network, where a domain is an AS or IGP area.  Domain boundary
   is demarcated by a BN performing BGP next hop self action on the
   transport route.</t>

<t>It considers the scenario suggested in Section 6.3.2.1 of
   <xref target="I-D.draft-hr-spring-intentaware-routing-using-color-03"/> where 300K nodes exist in the network with 5
   transport classes.</t>

<t>This may result in 1.5M transport layer routes and MPLS transit
   routes in all Border Nodes in the network, which may overwhelm the
   nodes' MPLS forwarding resources.</t>

<t>This section explains how "MPLS Namespaces" is used to scale such a
   network.  This approach reduces the number of PNHs that are globally
   visible in the network, thus reducing forwarding resource usage
   network wide.  Service route state is kept confined closer to network
   edge, and any churn is confined within the region containing the
   point of failure, which improves convergence.</t>

<t>In order to achieve these scaling benefits, new functionality is
   required only at a Region's Border Nodes and the Regional RRs.  All
   other nodes can remain legacy nodes, and still get the scaling and
   convergence benefits of this mechanism.  This is mainly advantageous
   to ingress and egress PE devices which may be low end devices not
   capable of pushing deep label stacks or supporting large number of
   ECMP next hops.  They can enjoy the scaling benefits without needing
   software upgrades.</t>

<section anchor="illustration"><name>Illustration</name>

<t>Let us consider the decomposition of this example network with 300K
   nodes to be such that there are 300 domains containing 1000 nodes
   each.  The mechanism described here will reduce the forwarding
   resource usage in all Border Nodes to become a function of number of
   domains (300) instead of number of nodes (300K).  Thus, drastically
   reducing MPLS transit routes from 1.5M to 1500.  The Border Nodes and
   Regional RRs in a Region do the job of abstracting the 1000 PE
   loopbacks from the rest of the network.  The rest of the network sees
   this region as 1 BGP next hop, and not as 1000 BGP next hops.</t>

</section>
<section anchor="topology"><name>Topology</name>

<figure title="BGP MPLS Namespaces" anchor="fig-seamless-scale"><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="560" viewBox="0 0 560 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 56,176 L 56,208" fill="none" stroke="black"/>
<path d="M 144,48 L 144,96" fill="none" stroke="black"/>
<path d="M 208,176 L 208,208" fill="none" stroke="black"/>
<path d="M 344,176 L 344,208" fill="none" stroke="black"/>
<path d="M 408,48 L 408,96" fill="none" stroke="black"/>
<path d="M 504,176 L 504,208" fill="none" stroke="black"/>
<path d="M 224,80 L 240,80" fill="none" stroke="black"/>
<path d="M 304,80 L 320,80" fill="none" stroke="black"/>
<path d="M 224,144 L 240,144" fill="none" stroke="black"/>
<path d="M 304,144 L 320,144" fill="none" stroke="black"/>
<path d="M 152,240 L 184,240" fill="none" stroke="black"/>
<path d="M 344,240 L 368,240" fill="none" stroke="black"/>
<path d="M 120,80 L 128,96" fill="none" stroke="black"/>
<path d="M 160,128 L 168,144" fill="none" stroke="black"/>
<path d="M 240,80 L 248,96" fill="none" stroke="black"/>
<path d="M 296,128 L 304,144" fill="none" stroke="black"/>
<path d="M 376,80 L 384,96" fill="none" stroke="black"/>
<path d="M 432,128 L 440,144" fill="none" stroke="black"/>
<path d="M 120,144 L 128,128" fill="none" stroke="black"/>
<path d="M 160,96 L 168,80" fill="none" stroke="black"/>
<path d="M 240,144 L 248,128" fill="none" stroke="black"/>
<path d="M 296,96 L 304,80" fill="none" stroke="black"/>
<path d="M 376,144 L 384,128" fill="none" stroke="black"/>
<path d="M 432,96 L 440,80" fill="none" stroke="black"/>
<polygon class="arrowhead" points="160,240 148,234.4 148,245.6" fill="black" transform="rotate(180,152,240)"/>
<g class="text">
<text x="148" y="36">[RR11]</text>
<text x="412" y="36">[RR31]</text>
<text x="92" y="84">[PE11]</text>
<text x="196" y="84">[BN11]</text>
<text x="348" y="84">[BN31]</text>
<text x="468" y="84">[PE31]</text>
<text x="88" y="116">[CE41]--[PE12]--[P11]</text>
<text x="276" y="116">[BN21]</text>
<text x="472" y="116">[P31]--[PE32]--[CE31]</text>
<text x="84" y="132">..</text>
<text x="476" y="132">..</text>
<text x="84" y="148">..</text>
<text x="196" y="148">[BN12]</text>
<text x="348" y="148">[BN32]</text>
<text x="476" y="148">..</text>
<text x="104" y="164">[PE11000]</text>
<text x="480" y="164">[PE31000]</text>
<text x="24" y="196">AS4</text>
<text x="144" y="196">..Domain1..</text>
<text x="272" y="196">..Domain2..</text>
<text x="424" y="196">..Domain3..</text>
<text x="528" y="196">AS3</text>
<text x="276" y="212">(backbone)</text>
<text x="224" y="244">Traffic</text>
<text x="296" y="244">Direction</text>
<text x="188" y="276">Figure</text>
<text x="228" y="276">2:</text>
<text x="256" y="276">BGP</text>
<text x="292" y="276">MPLS</text>
<text x="360" y="276">Namespaces.</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
                  [RR11]                           [RR31]
                    |                                |
                    |                                |
           [PE11]\  |  /[BN11]--+       +--[BN31]\   |   /[PE31]
                  \ | /          \     /          \  |  /
   [CE41]--[PE12]--[P11]          [BN21]           [P31]--[PE32]--[CE31]
            ..    /   \          /     \          /     \    ..
            ..   /     \[BN12]--+       +--[BN32]/       \   ..
           [PE11000]                                      [PE31000]
         |                  |                |                   |
    AS4  |     ..Domain1..  |  ..Domain2..   |    ..Domain3..    | AS3
         |                  |   (backbone)   |                   |

                     <---- Traffic Direction ----

                       Figure 2: BGP MPLS Namespaces.

]]></artwork></artset></figure>

<t>This topology in Figure 2 shows a cross section of the network with
   focus on two domains Domain1 and Domain3 connected via a backbone
   domain Domain2.  Rest of the domains are not shown for brevity.  The
   border nodes have forwarding state pertaining to all domains in the
   network.  The control plane and forwarding plane state in node BN21
   can be examined to determine the MPLS scaling characteristics of the
   network.</t>

<t>L3VPN Service routes are present only at ingress and egress PEs.
   L3VPN family (AFI/SAFI 1/128) is negotiated between PE11..PE11000 and
   regional route reflector RR11.  RR11 has multihop EBGP peering with
   RR31 and negotiates AFI/SAFI 1/128.  RR31 further peers with all PEs
   PE31..PE31000 in Domain3.</t>

<t>At the Transport layer - in Domain1, PE11..PE11000 negotiate BGP
   families (AFI/SAFI 1/4, AFI/SAFI 1/76) with BN11, BN12.  In Domain2,
   BN11 and BN12 similarly negotiate the transport families with BN21,
   which in turn peers with BN31 and BN32.  In Domain3, BN31 and BN32
   peer with PEs PE31..PE31000.  Each of these BNs change BGP next hop
   to self, when re advertising the AFI/SAFI 1/4, AFI/SAFI 1/76
   transport routes.</t>

<t>When all nodes loopback addresses are visible throughout the network,
   it will result in 1.5M transport layer routes and MPLS transit routes
   in BN21.</t>

<t>Following sections describe the control plane and forwarding plane
   mechanics to reduce this to 1500 routes, when MPLS Namespaces is
   deployed in this network.
   Traffic direction being described is CE41 to CE31.  Reverse direction
   would work in similar way.</t>

<t>Traffic direction being described is CE41 to CE31.  Reverse direction
   would work in similar way.</t>

</section>
<section anchor="context-protocol-nexthop-address-cpnh"><name>Context Protocol Nexthop Address (CPNH)</name>

<t>A MPLS Namespace is identified by a Context PNH address.  In MPLS
   forwarding, labels are locally significant to the node advertising
   it.  E.g. labels in default/global MPLS Namespace are scoped by the
   node's loopback address.  The labels belonging to a MPLS Namespace
   are locally significant in scope of the Context PNH address.</t>

<t>A UHP label called as "Context Label" is advertised for the CPNH in a
   transport protocol, which points to the MPLS Namespace forwarding
   context.  When Context label is received as outer label in a MPLS
   packet, it is Popped, and lookup is performed for the MPLS label that
   appears in the MPLS Namespace identified by the CPNH.</t>

<t>In this example, CPNH is an anycast IP address that represents set of
   PEs in a domain.  E.g.  CPNH1 represent all PEs in Domain1.  And
   CPNH3 represents all PEs in Domain3.</t>

</section>
<section anchor="service-forwarding-helper-and-changes-to-transport-layer"><name>Service Forwarding Helper, and Changes to Transport Layer</name>

<t>The border nodes BN11, BN12 maintain the forwarding context for MPLS
   Namespace identified by CPNH1.  They advertise CPNH1 in transport
   layer routes like AFI/SAFI 1/4 or AFI/SAFI 1/76 with a UHP Context
   Label CL1.  Any transport layer protocol may be used to advertise the
   UHP Context Label for the CPNH.</t>

<t>In this way, BN11 and BN12 serve as Service Forwarding Helpers for
   CPNH1 MPLS Namespace.  They attract traffic that remote devices send
   towards the BGP next hop CPNH1, and forward the MPLS packets received
   with the MPLS labels belonging to the MPLS Namespace identified by
   CPNH1.</t>

<t>The individual loopback addresses of the PEs need not be advertised
   outside the local region.  E.g.  PE11..PE11000 are not advertised
   beyond BN11, BN12.  Only CPNH1 and RR11 addresses are advertised out.
   RR1 is used for the control plane peering and CPNH1 is used as a
   forwarding anchor point.</t>

<t>Similarly, Domain3 advertises only RR31 and CPNH3 to Domain2.  This
   significantly reduces the transport route scale and MPLS forwarding
   resource usage at the border nodes throughout the network.</t>

</section>
<section anchor="bgp-mpls-namespace-address-family-afi16399-safi128"><name>BGP MPLS Namespace Address family (AFI:16399, SAFI:128)</name>

<t>In Domain1, the regional route reflector RR11 negotiates MPLS
   Namespace Signaling address family with the border nodes BN11, BN12.
   RR11 is an external label allocator for the MPLS Namespace identified
   by CPNH1.  RR1 advertises in the MPLS Namespace address family, the
   labels it allocated in scope of CPNH1.  These routes are advertised
   with a route target that identifies CPNH1.  BN11 and BN12 use this
   route target to import the label route into the forwarding context
   associated with CPNH1.</t>

<t>Similarly, in Domain3, RR31 negotiates MPLS Namespace Signaling
   address family with the border nodes BN31, BN32.</t>

</section>
<section anchor="changes-to-service-layer-route-exchange"><name>Changes to Service Layer Route Exchange</name>

<t>When RR11 re-advertises to RR31 a VPN route RD:Pfx1 received with
   label VL1 from egress PE11 in Domain1, it sets BGP next hop to CPNH1,
   and advertises a new label PL1.  This label PL1 is allocated within
   the scope of CPNH1 namespace.</t>

<t>The label PL1 is advertised to BN1, BN2 in MPLS Namespace address
   family with a route target identifying CPNH1, and BGP next hop PE11
   and label VL1 that were received from the egress PE.  BN1 and BN2
   resolve the path to that BGP next hop PE11 and use as next hop for
   the PL1 route installed in CPNH1 forwarding context.</t>

<t>The remote PEs in Domain3 consume the BGP updates from Domain1
   following regular procedures for AFI/SAFI 1/128.  When resolving the
   BGP next hop CPNH1, they will push the context label that lands the
   traffic into the correct forwarding context in one of the border
   nodes.</t>

</section>
<section anchor="analysis-of-forwarding-behavior"><name>Analysis of Forwarding Behavior</name>

<t>The forwarding behavior thus achieved is similar to Inter-AS Option
   B, without carrying any service routes at the border nodes.
   Furthermore, the MPLS namespace labels are installed in all the
   border nodes, which allows for quicker traffic convergence in case of
   border node failure.  The number of border nodes can be increased in
   a scale out manner, which gives a cookie cutter template to scale a
   network region.</t>

<t>In conclusion, this mechanism provides both scaling and convergence
   benefits for the MPLS network, and allows to support huge scale
   networks.</t>

</section>
</section>
<section anchor="bgp-based-standard-api-to-networks-mpls-forwarding-plane"><name>BGP Based Standard API to Network's MPLS Forwarding Plane</name>

<t>This mechanism facilitates predictable (external allocator) label
   values, using a standard BGP family as the API.  This gives the
   external applications a separate MPLS FIB to play with, totally
   separate from other applications.</t>

<t>This also avoids vendor specific API dependencies between external
   label allocators (e.g., Controller software), and network routers.</t>

<t>This mechanism also increases the overal MPLS label space available
   in the network.  Because it creates per application label forwarding
   contexts (namespaces), instead of reserving ranges and splitting the
   global MPLS FIB among various applications.</t>

</section>
<section anchor="traffic-engineering-and-service-chaining"><name>Traffic Engineering and Service Chaining</name>

<t>MPLS namespaces provide an ingress PE the ability to steer MPLS
   traffic thru specific detour loose hop nodes using predictable label
   stack.</t>

<t>Labels in a MPLS namespace may be used to identify service chain
   hops, thus allowing to create a Service Chain consisting of multiple
   service functions.</t>

<t>Allows private MPLS label usage to spread across multiple
   domains(e.g., ASes) and works seamlessly with existing technologies
   like Inter-AS VPN option C.</t>


</section>
</section>


  </back>

<!-- ##markdown-source:
H4sIAKzdpmgAA919a3PbVpbgd1X5P9xlqjbSNEGblOMkmumZkWU5VresaCXZ
XTPp1BRIghJiEmADoGR1Hr9lf8v+sj3Pe88FQNlO0rNVq66OJRK4j3PP+3WT
JHm082inyZtlduAGz785d5f5dZEus7l7fX566c7SVVav01lWDx7tpNNpld3K
c92vZ2mTXZfV/YGrmzkOOy9nBTxw4OZVumiSd+kyr9IfkmlW18n0ep2s1ss6
KfwQyZPxo516M13ldZ2XRXO/hldPjq9ePtopNqtpVh3AkDDHgZs8mXyRPPkq
mcALs7Kos6Le1AeuqTbZox1Y4D6stcrSA3dRbpq8uH60c1dW766rcrM+cM+P
Ly/dX+Bv+MJ9g5/hWtc5vF/Ohq4uq6bKFjX8dr/iX2blapUVTY3P5euKJqqb
yZMnXz+ZPNp5d3fgcCcu7GToluk0W7qaYAnzDN3L46OhA7jBsOuyXNBn5bqB
fbqp/22GM3zmfjw4mJb5MqvWS9ium87W46c/41fpprkpYf5HO84l+B/n8gI2
/ueRe5sCbG/TdwDkNOevGPZ/Zqj3PVBW1wfuT5siX2eVO8saBFLNX2WrNF8e
ODmyf/+BHxoVWYPriGd/PXJ/yu7TIi2aGzvz67xoyvZXH55zha89POP5yF2k
q3SeFRs74TlsMMuK1nc04+HV/7yKZllXXz/b//Lf06YZwfF2pzgZuddZWtR2
/JO6SuFUzef9Y+f03GiFz9kZirJapU1+mx3wfBcvj57uP3t6oL9/+eyJ/v7F
/v5Yf/9q8uWX9PtJ8mLEpJRnzSLJ5xWR0axJ9r/e9sBqswQKyN4D4qwTWEuV
TzdNljzZpzXkxaK7pv0n+5PWcDdVUq8rQNoEDgdIIb0D+koqpq5kU+N/Z+Wy
rHTgJElcOq2bKp3J+bmrm4yZBkwJr8+R/JbpPaBBXrgUiKzKXMEIARCET+ob
mGTuqqwuN9UsG8WjvDx57tLGFeU8q3GE5gZe4vGAJTQpnCJTYQ1fwYMwFg0w
v4fDzGfpcnnv4D8lcq25S4u5w9/xU6TafAGPFA3OQG/jNCOaveZhZGgY1dWz
cg1DwBpwYgC1KxfwVuaul+U0XcK45Xqazt65dD6HzdQwzmnWuA3jEM7Jizev
0A49PxkJBF+WFbCnVQavZrO0hn0v83fw1xrgnKUrYTqyKeAnQ5c3CEp4fLGB
SUqeEJ4FrgLHeYv/xlPVbvc2r5qNrgGgvOfKWwAqLZGPhIbpPUoCER4erOEO
j6Vu4Ff8ep41WQWknddNPuOV0jC36XKjBxgWBdPWstB5OOV1WsHL+TpFrJNX
aJD+vQzd3Q1wUfgWDq26xXdwjkHPOQ9omCJtNnCecnqbYp5Vy3t8TTDRHg6s
cOQRG3YMsm6DQgI2CswdFltkd3rgbgEYt8wRuIcvTw7c+Nn+118P3SX/MfkK
+H9FI433CBHTui5nOe3dSxC3ymY3KYBvBYhS6iHi03C6tCQawRyIIGPN5CWU
BQd0iRiUvU9BZhEmOUYlxOR0WTOOALRnwCmy+UiJeZXP58uM5dNJ0VTlfDND
HMNPfgfK/m1k/XvQ9O9D0B9Lzb8DKf8edPx7EPFvp+Dfg3x/De3+ToT7G6n2
gySrJObHCuTpKcTvospw5O9Etfge53q08+OPokb8/DOAs5xlc4AVrShHLkAv
vtmGekwigite4WfQ3OM+atRr3dvzM9D77+HAzk4vTuDsMjgOPAvQfJnqebun
OPyQsCpL53hgJ+d4xov8Pc+EUJhla4ACfEeTHgkVNul0iZwKt+QpJSyUaDcC
zXeiSX1PMDykddbrLH2XVT24mG6hJTm2GtUlIAVYHK5s0KYdObwBohfh7uwG
952DJtoAnmZ45mSLpG6gOzqvSjA6yiVowqShud2j87NXewOAxKHfNh/I68P/
cFM4hnQOVNzkNYwHkxOEPzAazwvbA22sAOujapDbIUdd6wswEMJGzhTwooRx
KybaETP9K6J80PGu7/GD08sLd+DoMN3lXd7AZtHYyir88vzYoTZe3sLmK3c8
vybBcfnyFXx8ibQMIHwZIPcqW675xTevzuGRN6CyrvAcXsEezkuyz7xwOBAa
Dq8TWuAziHgHalTA2nCLF1kKVDMFKm7uQXCJustyi8j4UEj9Je/9RI+L1sOU
frmZ1tnfNkglDz79/AxW97yscNNnADoiXPzsSgFPHw/dOanOD8FKKeoA/1u7
6SZfNnKOQtqGtegLp28O6BjpVAA/3hTAHetGjxV52GPcUe3Gj58O3eTx0z19
9eiKXz1aAhtDCROW3Hl7CK9/+Qzf//IZDXBx5djUzpKrtLoGUQj4lwELnpPp
DJZcQzhz8cI/9wJFSHG9yesbBsPbi5ewVxFZjEn2jK/0jAGhGV4B0x2iunLs
WVpVOVN/Sjt6s0afAUCrrlOGLRLFwVaiIWSjScjLgeaTkpM3n0iCA1s7sEs8
/tsGuMcyQ/5AYKQtX749T67wiC9E2cFfgASYY/nJEwT4AqSZOy6uQQxlFbEK
wMDjc0M0x8V8XYIJNiS6R1gAJ0r914RVSi0HvPgwhyVWGf3t2UsXwK6U83JT
eN3u9gjnx+cQYBUMc75MC5rk9qV+ZaDgv/3sM/cCJWqOI9WehL0AOSBer6dw
SkxT/xKADx3yA/8ICw798+LK/P5iKLs7ZGlQVsS1YMKLA8GDoyvlcqdvmBPm
rJX0sP41bmJIWiJ6sTJROZP6Ll1blo8MOOLSMusxzlq4DIj5wSmAzZ8A+qYo
HcOw5NOiMXF8fYv1U5rgm1iXgUOIPmlxxiHycxZHrAslKMiAvhakJ6LQhPmK
bNZk5LU7t8vk4eOPto8va/3E8ZlR7553wLPHOEJ+O0T0cx1eX/Vap6hKwzAT
LAoYEQqx2zyND4mQMRauIMlYq0ysoXBWFgkrnzAeP0jUR1svXdrSXGFBdmRx
uoB6kyhzEnkMQqewH5M14vWEmpXiQT+cUDW4eHGAA9lXUtd5HI2jRzug7sxw
P4T5ZPEYDOpb4jeyRHmko1OozfNo53h0PYKJ29YQqoSoDQd1wzUbOJWlA5GQ
EABpDS+yBhiiSEKECS1xyuKTqIbhEgakueoswWUgRT3aaZhpJpkwTXgO9Lkb
YpyqZ7D4YnYe6fX3PDASmSpVeLK0oBo/hkMA2UF6E84ywDWU63VZE3rJrgBk
GQLCWek6Rl4D/0y+2mP13YPik5cjswwf7TCNIT0h1m+qgl+Ygilk+T8tnWzr
5YaEjFkfazQk/3mFIMFHwq1fl01+G3QjVA5JJ/m8ji14dLiD9K5Z9LBdlczL
FZjmbheMqBSkjrVqElHb4etzMn1A4yHFcs8fsNhoU7LeHagOQH34AhxwIG56
d5Xek5dCnQGO/JvrZTA8ASaVLEeOhpQLho2YEHveprJmoVmyOByAh08zYCDZ
nWA0WSfLZUbiEQAA6jgsWDbdGYUnU3M6skDzKdvazOutV6PPYwHIhmqs8ViI
GQysPDzHdgkPM3DX+S2zEjG9F1WWAVhwrGD5ZARkXFJixBpoCDfA0eFrdBiw
6AMEvubx7gku9WZN+Izvm1fhIOfoGyYAn4AIXGXVNX7h/Rzk9UjX62XOVlst
am0jHqBEjxuO+tHONCtAiQBJWMHSwXAC+8u7HmCTeDRq89uXUbAWNNWjHTZl
dP4hup/AiJvDQo1FDVCZly0bOAmmJUg0UMJpLWDis5g/IdQF0OYVnjMOsczS
26zj+UFmrO6wJp2B8oaYjCr9vCtBGPWAuIDES5J6OZ0/HH+e8eBg31dgjuQV
Ge61eM/aA9V0TPA44bByClxbBPwUpCHtIZsLZnUHAs5KDG+aeY9OWaCrrQn4
hTLfimJxAIBhP89nRAgCVHEX7aKJUBXoTWM3UgD2nocrrYnEjHt+JnJSFwOA
ZJkwEEGC8RV4a4CMbSDcPwnKSsJWJnwfDbPKqwp9cfK8+gEVfxl5YENzwBzi
iBiaRHxlrKu3AR5N9esqnaNejceNn83KJHsPrJMJjMmyKBulJaWCRUa+LDqX
LW4edVtunRxwHNV81Li8IsR0luX0h/UbCOcR9yA6h9k6i9yEni5VICGcP5f5
P1fvR2I0vwThiwa3KDTttTJRDNg3U1i0DKgrzkdalkg3Ap6gR4RTHgV1oj7P
WvS24dV1tgJOm8/U3XEpehOv58fPUI/6WaXGO2CChBNu8PrN5dVgyP+6s2/p
94vj//Xm5OL4Bf5++erw9NT/siNPXL769s3pi/BbePPo29evj89e8MvwqYs+
2hm8PvyPATOQwbfnVyffnh2eDrpeQFQSmGDpPIAKyQ1bxyj1/Oj8//zv8VP3
44//4+Ll0WQ8/vrnn+WPr8ZfPoU/gIgLno0Inv9EGbADp5Wl7OCH45ml6xzO
CbkrSvPyrnBI/qOdf/m3JShmLnn2b/+6I3oGYB1w2c2sIU+ee458EI/oOdD/
u9oEC6fyTTKlb5huZ/p2r0EVuwBpJIVNzUJbtJ3PtjvNxMVDLx/2zbH7wwZo
eBA+GdBmk3QBoN5r+fym9zRQGin8KOHhuw/47bwf3iwIteEi/9smU8sHVbPE
mz8UREiLe+FbnUCFQPfQf+OXxKPCGUdGhbce1IrViJufEY/wLuMoJkiqbVaD
mBVyGBxjiniZI4vm4dVY2zx9l9Iog9irMNAtHqu+xGiDNnaXHbCybc+WyHjK
e4SHFvn1BhkFcQ0Edw0T8VKnG0TBeb5YwNkX7IOoN7Mbnk/hpKbaXQ7wae/q
PsSh9DiNb0ARNXKBi42JZyjMUdS+tF/7JCswmsEiNAdPxRNBuNaxIr16at9l
W5j5ccApmgU59w1qQbOwYgKzV9TDFms5egRqCKozNw8DWSD3MGzcFynHPRva
1F2FR7XNtLHnjk7LVEKfnRiXrCgv5tka3ZoFBQSZxLpj0yj8pd2qYWw4Qd3B
3KF84pXAAbN5y2c0iYHUOWLtqMBeZ3DU910lQTEodqH584pdIBSiKazHoz+q
umQ3HPvGmCOJkFY9paP9Mpcgy5+CToyriWAIpzacPFc+YNfKGGAI14tpRwSt
EUpPb62ZJamlNWjyrxhVoEWdluW7DXkT7JIsmVlTHO2uWQw1ihH/IA7TwCeQ
3YGmmS2XzOysZgziEaFQEdaC/io8YuDP66JEexlQ7Eyj4ELd3rkqiEQUV5XL
6CFGaFEDZ+iIZklE2VgD75OsOedhVyLW2cqh33KPtGdxjyaiUEfPXF6oxwAx
C+MVssxdel9Wp3yEAY5PiaNHn+OTpQVbTkF0Ca+UQkfoZrlpuUyv0Ab1YTBh
TIC0wgmJBqKDJIKhA/RuGLbHOmFekp/iLd5FV4n78tme+I1pnNM38vnTPcHq
HpbI1iqtgxxxmFlBy0WyNcvBSDNOpp6jB+K6BuRX4rv2UL/0UGebAOcjFYVD
UXyKDFmwcbd7spWGZrFZQCZ/nXkBIrSUqIxPgmdQjgQXTCMJOHbb/vc9d10y
QVUbwis91WlaC8Nh++UxDcPRJJpc8irv2LghZx9zFESqz2sWzaim8rKrjHP6
Ymyhh6w1UfgoEuqJy4Uya4QtnkHR9KMrCrD2M22ljhcgMEJDNpulG17IvXnt
vA+PMBBb5dd5Ad/oml6Vd+SWiaW6d84B2QOdACRBAjFrGJLrHMDDzjdYbhAM
lwBXCq9J8Il4RA+zOWwExEPmk+IRdRhsu/Uuo5gWbvJGPWZVlc2abqYWEsf0
3lGiCpGu2KZ+VIzpO283yh4TUevFzhx4L2LaNClhhWUa5rTIYo1WzLgRwvG0
8AFPq7P5iTrjG1njZZgSYgl4BNC27mMGLlF1f7Apo3dQbQAlVMU8oiSI+Dko
TgqdznpNSgC6UBkxcK+sIStqGZCBgRb8QR0mbPw6mvyhCX/2sTwk+JAeHZvw
3stSB0stjBNUXBeLfa+M4ArI6BQ1JFLFWlqdmCQ4F3vhqkJ5cCANkjtCNIQv
Nla0N2R7mTFC3HkbL116AndX8RLYwXNT1pqRGPxevGRN1lCuStb5uiqvq3S1
CqpTRz0nNiOA+hZFHD0FphuG2QuSqP1rJNWfg5AkAkTwDoM+gh+SYSKCwA4t
OE6cUd++vECs4lHUsF1v6hvVjeIzjLFS0OE9KxUsO1XgeLGc8JteOfLmEXB2
1KjUSqFFV6CMw9cbUAeXfk+yenpd3N8iGTqchwb37HUeNFr7ZBLCuswGaV2E
SR2LbdhjI/HZV9lKbSgaBw2ellKM8K+Diampkb1MrWu2SareVmOn5VonFzho
0YlNZba+dJ6e0kJb8/fQQgc4l1uBE2MIA4cOk80Y1kjRe3mH/iUiiqCkINJt
iHIZYVIyCWVdZtsa0CJl46WodkNOKmGf03ExK+eSAhFSeMVD5LUwiZ4AVGbB
ZcVZgoLSvcbWGbwQpQnlWW2n6SQcpjQHZRq1bELUvU8Ozw5hAUCBlH24NxLr
H07krrTJisnCb5WPPQQkd+lVDEdy8hymGvMne96T3NGFUY3cSKiTExrbOabq
XwM4j4LMo+DjLMtvvcfWu8rbcwz5c97RyxPOrAQazit8RyIF4pKBrV6XDedX
orlG7gTRsdjjg1piTWg/S9ea8hWp1FJkwemR8Mv3Qavuze+0xxZB+d6HpTE0
956xNyb9RDafF72KD1KWU5NIM5mNSNKcPUyg8gJOUqhVjrcCNkZ1JH8X5WFy
ZqXjvDfWB8DeFJXgVPQHjE+on6c3jysxeVx45uK/UuZikn41m+Pt+dle8NqL
SYeMzmgUmn7g8UNBhrTIUc8QrPiGsp2qoMDzWzQQIGAieZ1x7ByehaNOMPXV
xZy8uO9Ygz4b0pxty3Cw7EtkjihLjPI+f6DixNhGaKKlAvaL+VGvJvQB30qQ
IEEGtlCtf9xag4hzby+p9YcoqLU+rPrarH3GyICFAgNymnGaLKvnHSU5KMgX
hi90SUsjWMgjya4QLDg5v6WsBfj3mcUf2R/WC+KQilXkmFpkFQV6VBlcZsU1
jGhwRwcRxPiLwMI8STmGr0JkwC3ybDnH8SdP3S4s6OlXe15ZogxCsjj52Zy3
iWsDkkhw7bypr5ISCB39xorsf8+q0u2uSyywytEIlooOlO1BW1/mxbuEgv9h
QJ1MpLc3Z2milLlHmG/vV+11PLF7bAclWnt82t7j6EFO+w/ls6hNfpjPWgul
Y/opwIzt7iLikLdFrfWk4OY5Wr7km2V66F0j5iR0qBMDw55CKd4941yx/jFo
5i7Hx5E4XGVZ/uPJ0wHbAXhMABzmlC90n/+/0Of4GdHn/uSj6JNIydLfQ7Tn
N7mF9n4dkT3tozEnAbMUvmZ6IkjbmN5nTFpv6oxPpJUhauzsVsqZz+r2CiGl
WE2D6qcReCY269YDgdTORCXPCVPb0IsVLrvIqKhbFQHr3JVB3l68HJEWV4HW
k3LqGoDExL95xDm5DuuSEXgqJNkWi1vqzDwcRFkifjLNJENp7iQcPyUTiMMg
ZZFMy/eCAnwQxuw31VFe20G34OtQ+AMnTi7/eFblnH4exMRNU+dz5i9UhOZJ
sBUsjRRfJHgMj6n722hSYTsoY4jcctShSt2VDqRRCvYRRy6XuAqtcJygCUOI
WyotWFCt8lojpgyaepYVKcxXP8w+Q6UQW4tswRNkyIqYG+XR6zgBZz7IPEds
LRneqJWSD/PHPt5IVGYMyW/XGW+WY95SWBVknXrq1Ec+cC8QSqBT3vMwXQ9Y
Aqrt3D/E2rOQZKrp63CEP/74UDX4zz8LgQd65cPl8gjxk4tGCVtHqAwcJSFR
XiN9jhAT4CnmdwBtyi1oKLEohKHxh7b6zNghNLyV/LxMkjfec+QDasyKkczQ
5x8q2WsN8f0T2/udWg23y8bzU3Rd/9fF8eHRqz1aNlkv35isg1EY6QPFLMOO
BRQSfCnixrwJCXyh3GK6ZP7jz7uNG+1THxBHCP4pYEDkXxFDh8X3DSXC1ZwJ
h24pTQ/FoKKMXyju9WVVbNcnGPFltlFrzS0RxbHELeP3+SbjsIWxCbf6EDUi
FuzblHNlo8oJdK5pYgAW6Z1jFUkI8rbTG3y6SFQbiO5DY0X6+pH2gaFLV4K3
nDqgB8g6KXsuGHFpt6YYNHJLfIiW2eXjM9KWkomF0S27TqKVAflYcXUYyBrw
GjR6LxEBdBpxYJYNhL4AO0HvEqOEF8KGE90+F+Kw1aqO4zI8RqFvdUwy7dTs
kFWfjMh9D7d0VpWo2nKVgORuC7EwH23VnvqQhrAb5siGtuLwswhDUvxjftVx
n92zC44GersupIJuwPW/1mjB1H5MQhKXXSgW9bW/omGrw7A3oivLJdkkAkmT
GoT4QhJizajieenQM0cN82zl4si5gAjrkLeKZidll5y3HREC0gxdpJz1zvl8
KITvZNEnnGzA3PS/aIbAb+8wCBJi2rBlHPsxlUuzjCBFmFkGCwpyAYOAG4OR
OcWwIRDWEs5k2LNwKQPj9ccBLjoJXr9C91et9IPrfPrVxy7TwjhEv+I10qr4
9EIVlMHcoetDPnmZyWydz6j8HY+qjtDJK+HeD/ZaE7FOpRgKRzkKHlNRn1Ad
Jtn6yy+/qDRz7onr/ox7Ppv0fLZvhxnDI/tg0Hzhnrkv3Vfu60/5zA/0h+Q3
/s+P9BP+h088/B398Im0f366qKtb99PlT/+oNZkfYnMuKp11uxcv9tzuV2wY
1nvx2v7frYn8yaM91/n5B66pywZ+/7NSqmv/vMyv3fggEBn3QED+XBZCaUru
iaDZgRkJhYAgH3OauMgKGQsQLJ0x14yKZDAKHP+IkwEkBTMoDeehSEWzzQoF
minopPTzWzh7GEVZ56ez9zBGxOcf5PH0c1h7mPjWDxTiYWYOSjJWYkTuJQOF
MI6ulbQD6jqHT9Oqo/Gb1okNwxDAtMlcAJXTR9FB96gbMnqvKyy89CMz3Rrc
wK0Z1LhSWRKcRKmbPEmmWBSlqIKRG9JUOY3RhlfDSLuYw/Wd9Pf6fm/EksNb
cj11Z0NQVu4KLokK45gGO5GJYLPe8+D48cpyDGfKuLRopmZaZ2GYYcBDhnhR
GCeEmKJISV9OSztEE4C+jbEeGAzDgwCxfw8P9j2ebsO/MEsXhVvn3IfkH3fs
YZz2+W85dhyvCO2GMEn0usjmfeMMff0tGC0NGqOiXW4BexijJ6fogTMA3hyz
RFjjvtlw7MvSeAlmGqHtLU0jvVIou5DYMWyurMiXRytY+zQBmvqyM+/YzKtj
yKzIz3smDUlb/LN9UtKnfjxwnxXLKk8WKxgV22/+cfCQ8Bi4n32ahXo+aBne
JP5tfpC07QkRnvGtzy39J+m9pw0xXkWD95qwW3sPYmURbq8nnd+QXAKCxBqY
kib9AS9N8oCXxsSpEym/Dfpt1OoDI8oGdD1a+d42VeAPySf8/KF/jJ90Oa9G
Z5uVOhxq98c+Zfunf+g6Xt7NLzXp/ur07Qj+PuQ8mT968/+/Yx1nr16gzwSX
cAaw4D8wbPNHX2QDagVi8e+0ju2K3uSg2xfG9KewWOIRDAl+VbDjUgn+Ywcx
xO+FLbaDCm6qzFTD2TQQdWFT4FSogG1OrcsS2O1Zz0gOkj9fxLKdsjjRxPQJ
xDDKCVUnU4OUdNlIooZKaSDZy2y5kAmogZ2wcF+6SxnF7AIqOImUWhV4p6fJ
dd3uJeUmKd6vPzCTqop4fIulpPGOgJ3XzjMn7cTBa/ZRJZRy2fVmmbK7FRmr
ATq6cZJqQznWfFxixWsxKDntETDZPM549KENYvUmI4eda+OBlzrGx0dCOMkx
unS5md2EiA0Leq3992qEHwsPqPhcsCCTtnqNz5bkgbB3LmX8+UIt04Oxm1Qi
rQKNE+tCGiwQN26nDXrffkNpvVmbNff7oJchl2gUO/aiNHnqdXGbUQGzjxC1
PdUmCMLxJF0a5VvCFK1CtqCppC1/oyIenNrpmA/KlimH5CD4thd6QeqphoTQ
kHJRdtaQZGPQPgDQnoBmcDxPrW62TdxS/T+M0LFtPIb2C/wRWVyYXsyNRIfi
WuZafIYgsyjOBLRAaDOoyAGddH34PTqAKzXwJgEqWMnxNZGwTm3p7AHuGE/u
5zV9fiT27jNyc4zvY3YXTH1WKk5R6Wfawk/iF3wisqCpgSwlPWgbhMQGlbHD
iY3rXxCCU/M3fTnGyMgB3ofAbWrocFFFGUqdXDI9AvC7PQNMGp7K3ZZTHXna
UAHnaZNG8AQruxAPdl7H5b8hrqJpPeSQPWurkvXAUoCMWrHPpO/AaZPw2Kaq
4cHlvV9dhy8XHfnouyNsFUiJSHznjEwK5X3UY0SKSzOTDQAkOnsXajpMdCUE
FcUGwN4tYA1jk/qQeWij5t0yHNlWSIfvMFmVtlEKg5HwqUUnKx8+jFQLX4TS
VgGqTcGB3DrTbjpUPg/QqPL12idvvqC6jEUuVh1+NluWNTtTrlVmbwsy2jJ8
j73aR5w6usA4VEMWjEvNe1HUSANS9ADWw+ozUBwAr9CBjg0OsHFS6jvfvak5
tLZOK+pFiLcF9DWnWFAnEnkqbtOCAOCaOIHNinPK/OOm1hi+wcKcWk68loU9
2kmN7Ria5kSNZj9zlHDe3UOcu74CHao2QXlMtsjEX4kD0Fhnob6RM9h3B63+
mWfkB6sHqGXlcPT37HL5J8lPJ4BQgI2sPua2JXpZ3fE8b/AqBNvbQfMkqmxV
cuYOkMs0cNWaPCXw9qiVie9XT3unw8eAHnOdTko+vFFREFNXJnyvf29+ayFe
50LCjl8C62bUroX3VBaaL/CZO5y9K8q7JZby+IsohOnxlRCU2li8c3/KFosq
u3e7/3mTljebfM/9J46LxQ+Fe15iNHNID7lXaSpZCn8qbwp3OdvM55i09ad8
5d6ArlGVw+i+g6G7KoFoC4BEBVygSUGjPbqp0Acm7qdvwPgfwtfwbvoDyOO3
WfGO/gCROkQRdrNK3YuUE2cOQd0EonaXVV4AUbESon+gGE2nN+m7tPJlU6jj
UjUVMplNXStVuEWWzbGThQALbDeHfzLgMCHuiAjhx8+AsH+WypBL7Na91iSi
U0oTJWksPS6XcG7ayk/+5MrKcr2hKzmaVmbzqSS/aaKp1N3cgQxcZXBAc5+m
xyUOlPF6uaFecqi70PuMV76MLeq25MDqGo/oxIG4yxU36yY2hO6qJ0+8fYFJ
ZFxd6z2okydPfIWRZKfDYLiEl56AgXu5/dFkNMb/D6nwQPce7DG02doJg492
jDJF5gythsR57XjRNrkn8hdehxN4tAOsQ5ZFbzDgNNuUOx4sgsaeS0kOUraF
2TqtmYNzb7agBWGdrm3RQXz/JicOLDFP1BpKQLJV67S4EuSTz4s7DFxeTEZY
HIWfDLmjXXyE7tNOUABOZ8i6L409Gbr+oQlaNP5Uktl0fGl21Z4A1ivdrwhY
vm2awQg8lI2NBQkyUJNz9r/NKOI9Jyf5jBu8mrLmCDxasOQfRrF/cTXiJi5Y
ToaN9XnGVPvfXFyxQlWgUMibz2uLTNLvu42ZopJdvBgfAEAUtdrpZgyUiZwI
txz+JFRGIUj0yp2t5poT27eSya9ZyeQTVzLpUFV6W+bzOqIBQf0adSXpNP2C
cRKdP1wSa9qPh9MymkweGmz7poWh4Fw7EOMFSFQfL2Ib1nyC6aDJ4aX7lm9C
OtJmxIKJM5gU2z3Os/WyvCchOORWgtrqEZV+GcfZcQodR5QDDV5hw4wCq0fx
Lie8ICDDUtz1zf1I/EXoObu+YRqQSehaKTglbg+TVUGxJCJjo7QEKZqtcJms
9IlWaNt1y1JC70BbT1ObEpxo9nCI3UpFTDD225dmnB4EVslDVMO2ipT5yyUQ
6TWOrs1RwvVUjAQt9QcYGGyE+8D7Lpq5nt5SOo9rvZNGU7uThWlq8mV5cyZU
ZR1ePr+QWl8sflg3neEVbDA18LK8eFdzyXhulFtrZAFmejsozIMoLv3/pLWw
73yRSneGKV4rFScjomK7e/qGmdg+lbstfLWn2iQZKgO5RbO/q153YjKpQ3NH
PlzCmCFlpy2ktUyquTm+JgSrAmm3FGk9A3o4P2bT+cJ77TqzRugDkN3gFU2N
gMTkJ/LZS7qx7eX7aEfy5Py+uWkGN6Dl77DLhYiavpTHRzt0plLL6Ooc3gFN
D9TEImOFT7qXhdO2regJwNTYdSiJmXv2CM2dHfwMLfL22dAdw79D9xYOeA8d
qbCMbLk0ad1eKb8q1/6eg19++cWBqnx73RcO+O7iYrz/fV+YQL6d7H+/NaDx
wM+WCManvPTd+fF4/P1f6aXH3yEpjZ9+z7EN+mvyFL+kIR/Ds5Nx70L/Cg88
3jahDN4LmHOYfOtKvzvfMt1jHrX/h9fx1/i90Sh8w7v8ItrlF9/r8v/aAc9k
+wpbyz2eTLacY/zTc26j0eHlmFbpH4q+m4xGrZd2LdHu2Zd2YzayJQL5L7h7
39HlBVWgIbXjx1E4ilhwMtNo1FYRrH5SESsddhbCUy+pXZ4bSx5i2ifXCzso
lrCrdHPA8Mda60TtrDqimdURABrrPNsEuJabMPfyJU4H2Paa+jOaUnJY07Gp
T0KfUHOH3J5JRjIEmGJkdkQy/eyLkZ+H2jDUZWvwE+0c5SfIC9qozoMsxGv+
HHJB0kVuPgbNmKbbH/q8Bl7WP/NUNNTEDDXpDjWhoSYy1ORpiLf5DaAIZ2Fr
I4qawANb827bOxBM3LlK+rZJoI+aJkkY6IPDeDeI1srRSCDn2AWix8fC5TJu
bZ5W2uyr8T2IUezhfqzcA7w6vMwkkYFHale8HUiD9hZCKDDDIXjY41GN+B8q
QCBPKEKAMGjNl3bw9vxR+JFracAO45jZaTh4dLGpSOaxxkBDhKOTcw4AVqdu
BGTeZasVfNzeqgPjE8kg0evg2g1D2VGIdjQCGYu/CkQVOgZJ6ZdYAd6yoJdr
sPLDQvzwUucKvgbRP4JKwH5duV9EmtcUtj0vf0jDiEYxq9n8Qz1bdTxRKVXb
RH6zRYd1oS+sdX465/nm3PNNrg40BRs1EV2DGAYHBBOg0lHONlxMWmg4lYah
Dj253L4UWKb0M+9VDLkxF9lIZiOoFrXiAabOrFUfAWs7wlI8mOiNn+DEGxih
YQtzE8PX1InQZ4vIuSqu+5LreA9CotIpWwKWWhHNfD3yWXM6Qrj0bYlxeW0n
O3gJcALxMRmY+/MoAdaWGDGsQzxcG+JojE1pJ6/tpV7a8CINlqztxmCu8DL9
R7VOud3WwNkwjNKnhA0oTQuLMlu3ogh6I89Ja35u6SuVfJvcuHOC6x6Z6VER
81lEGcPFlLZ9HaW3ThCdY0Yh/PwiDOTjVXVsB2lYpo5YdKdrhTnIuF5G+rQO
w14Fhg/DTw1LNgyzudp9PkpELrJVWZtaxdaiJH3ZoAQf5Lk5Q4LKpkDve6Hb
16nREU3HFxUxyq0ZNXOjNgXHhudWePI5mp4JeA8S07ycKta08WmaWIC5O6Xu
wRN0n+FAMq3YsB5feMM3xtBlvoXKCkzoRUODKk5+fTMtPfYodYXAGNU0U1li
3Hq1c9WN8EkS6NN74azkhwz0DLOz0hRFe8n3ZW9gOm2XDBKLntjVGiQIQuAB
7PTtU/qdbawY00gaA2WmcSOXhfQV1sFX7bJEas7Fw4T7FQVdzo8HbWnNlnLL
30sL931magyY5PPUulw0yN0mDbwFAR0j1MEvQA/PPBQxNYgYtfRg5hj3hjUW
LHuua/b+tS9MpdaPgOzcZRJGbBH/w/JOdb8PSDsRjWzuUIqydMyACR8UdS1J
ZIZstTZELurVZmSmfONr7UJj3MFVmcA30rOZ/rBCK+r/HA5Z3oLXemgiqCDq
mcdHR11OOQ+bDs99UMQIffWzwYdWO/n41U4+crWT32W1wrn5EgBajs+XqjN7
Ny6nGrBiJ/jrRRUnET7IEAIm0hWBsXKp4d8oJefI0sHyfth5KSBCwB8ENNWs
MiYyAjZsfshdUFr6Xfg8orhnQ+kDqNJlzQKhEcCQ6TdqH7YsiCutC3O7LZtC
xAwlN+3iih7dMsSkO4T2PnAuHmLiu9HZ8flAs/coM02K3IW3y/JV/BVvKDBN
0tNDFmKVLTDnhDylAEpjobW4wKWW8jK/69qP2lVvL9i0D8tgJoc3UVfGvtph
mWwoO4VVAgeHM2WpAnaeF7LIH7t6BACCeYDwK99/KK9intyPFDEENRdEhrT9
1UpxX9BdpT6mdXC+eD9mkODnQSt4ezoeRs2WBW14EF1+baoa2v2Z5cQZyb05
ywuZoHH+l6hFDI8cxa+9jr8d7FvOuBXDYzp48f6gd1dDWWOnWIeeVifNFjoY
t5R9n3tlAEOBOdZEvNsjcJGeXZJN4xkrSXwS2kQ8/nq0LkF3E+Non4QMuU++
5cuUUvIGpbdpvuSIIZf0o9lk9wPPGIZBRBDUOYbb29NxrGuZ/lnxNvu1tayo
+Y5rDvWzYDBaZlDvPYri0eG0quAHcQQyYo33iZuFY4ADm3uoCcwmQk4hDB7t
Lo0mHGqKqE/VEzMCxl4rdye5FIzA1kaNqLvUoIm/wQydGHUAYA878HF2HJYF
JsmYFhAvpJmYVG0xn+3w1EgRNXpbMIGC4ukTyVEbVy9Nl4NFaa+AK9I3xfeM
aPuSTVurOoo0RSkjXR/089CZCONAEgXibdmMB84q9LelRynSl7LdZ5ww4y/m
oKQ9xtbI6+hbZvlbzyPbS/wHv44vmYL9yHOA2zAn9gAYhj3Woi08CNcf0J66
LlR774FxOWC+atvJ4K2lT3Q0dJwMYsB9qqPhEx012xwNsZPBCKVPdjREToYw
0G93NMQO4WXo9tANZG87V4nnSvqGO1nhrKAYzRgtEV1AO4DRrjN/D9Fllq6w
ulu0qZDG4dqWW0yp2GtOxq/N+LMwPnutiBc3eaa18fAsvO01cXMDZMMKMl+K
5V5nfwf+ULRajkuNCXc+y2blZr30abMKOHzAe/64krxvEH8892u9xCJ2xoc7
WjQINsUcSPGr+mRaGgTtqyZXAeYvjKK6hKRcJPbGk1QnMjWgnRu4ksiJE1/3
G16LTG5+x2BLXCNOV5MuvVtHY5Gt5k8+syJisalbgVBYcpNAuc8C3TzwTvoO
NDgsWoOdKQBxoG+0XRArfTVrUXrRIy9YvoKFs4HEacoYX6RLZbGfurvJ0lvu
i2ZQy8EaqLue7VHXF0tZYan0bZYQ2gkvy/R2TBOSmavmeufvlmRQkTshabUc
w+sPl2TAYXo4QgYWt1liNOqg24a4b12pEgdfOmJaK9uroqXW13Oi4UcU4Bik
Gpxv6hsXlZfxKZgSHVujyxlntJ3FBhGnl8KSFoXZ6wDupaLLI1VV49UDeLBq
Q7UihJRbbVtMeaMhKpmp7QVh2K8B1Lu+K4L4WofQnJ51mSqTICTDM6768cl8
qANRN3RKR9/TakzxJN17bNVCtGgjI8/naaLaXZdllxsqpzRcUdl/O7AVzoJi
x3JlAKwDO1x5N47xWCLeFfem8CmU4gQm67sJYYBwZj2IIS8uBo9EHzxLM7cM
KgT4xuoooJqiBkFtXO+98C8xLANPdK7HiCAZx+LiIhhfZDh05tI+rTChBF++
sTxU7pA23SpdUSpLN41o1q1SmPqf2YHa3LR6kwEHlpqdzEzBEVVqf7+n/S9I
G2jVD+Ft6KRG8T1IxDnFB2KDYkihdOb4hWnikHQbo25NLlREw9gaZ6tpCiVn
4HEWRxDy/oJIbu8ZskdqPkpqFIxXoAPPBDR6wd9OsXVKWkmXefQVrtJqpu0P
U/f8DLCiwhxTTU+LNEkUznQewZMX6Dmua+KbRNGtIbxIdGEQT9dAk01bzafc
eO08Yrsd3FRJva60XTqY+Xj9NZWC4WdkcCXAkctK+h4QOPafPPmzmEV8I3D7
8mTEiS9aG6DOktaTTBYYESjePg5DjEdfvO5wMNWYsUeFxAjw/jBWfYNiAtjF
94WFW+fMioZeoN5TJRxsY7nyQKadfN6+gdJzjroXv7L36yUFYBG9ulU2pvE3
yVrRG0TkhraRiFBrYH+YalyBqTbTezt8ix2gTNP6myO30hkVg9Top2hvtkHJ
QKPJ5WjtLcHa0uuoWzicGV2XFIkjumeFwgnvMH91xkH5OXOYikNpoh+jzje/
lhbiLB02VSH3FPFbiBW+PPeaLh0KfiU9C2ZXsO1Fmi/BcPVxbNataytCjHXY
k4uKlpCSvdzDXvcnpYoZ5RNTOS8ndRe0ys/rGLO884u+TZeY0YLZX0vWqjlv
hIkDBQo3r3LL7Dqd3fPnDCTgY4C06K9iAvY2Q0e509X7dsreWaAolLOWuKSL
BUHzgcMtN75LtZYa4qwZ/wrK6jzDg64NZVB6+Z2jm7/kS7DMxRhfc6b3wl+Z
NM+ytU1PpuRdcxf4Ep1xAY9pmOOj14Hn1XptHoIpK34o7yNI+F1rFwjUVL3n
pVw0d3TFyxqvKc9CgZI70bRgulmL7X4smKo9yxRBgt27SmAlvtukySSKOBmy
u8AoRFmOLsutOG8EHvQJ/Qa3x0/gc7lmHukEcFR8h8H/FRJ0aDS5Igr5QSsS
K8hq6biXAdIqZ1hikHqEp/710YHoandh6XvWvxP4D28aH/jznvdCgPDAC2Y9
J/LMxvLoyK/CzL104y+ePJHdt8mKXdKGrNjk5E+wsTdC4odySkbjFM945st+
CcYYMEUHhE8V8Uo59S/zPe5N196+b/C6SI3f57Uyq7R240hmMxlT4VXN89tv
DUZ+UkL2A4nH9MB+f+7xh9Kr3a9My+68F2dmPz+DP5LkD/LlH5IEPtofR8nZ
W1bcSs7mxOn4A5+f/d3R8VOch/Oe8d8ITjDnJILbd+f78vg+PX7UXQQnNbdS
th+bpbQ/aGc6R7nbAIdJFw6TkL7dHYAACVjz8Wnc+/S4GaTn6Dof9R2vnOjh
5VP9fjRiFZZyvX8Kf09olz/ZR/YZcj/B6/sfXssuEuJUUsG3rKUfLz+YCd77
ks/inhz0hbdHUQr5IseeGezvY5eIZpP3vBryxEnkNkLUyKN0Sk0cd9wRug72
VVs75pAsZV2ith/yyMWU4NinANzc94J5qqlTmBoW7vS8qN2G52g6Kkon5FTc
DBlt7GkFIr65N0GyKPbbubmaNME117Gpeb307a5t9kHMXz+cF6taZsGdGpCW
RecgRwSKZM2JiQ1IOiBVF0CQojzIqKZ7ph0CogV9amZ2r970YFL2h3OyRyMh
ey/wKhV4PeF9iS6PP5CvzYITRENfznZY10ge6snWlhxpCavt0zKJ3TiPWvve
28ca61XLUEvCoxxAMXv1S/KhmFDmZNb4dGhXjHdX0+JQyAzxv4jdJx7VOekS
v6Rt4/dajbW8N1PGWYt+Yhl6MparhNjMADRGu8WABuWZTLAfLWB/GH/H9gu8
qAnwdQxKrMxEM8/fcvL8rNamVlZzULUdXQJDbZXfuRjuAbD1eQ68EUsZBnjc
TOc9KfNICmpZNjcVlpHqPSJqYbKDo1E19dcY8DZtE8M4cBD/yFR7r0sT6yYt
VFYgIG7HdsQs5BR9EwsLzMR9ZLo96i7kWkZkQPZMncrCO4x+5C9vFxXepb4c
6L9rKtJY27eA+zCMNgnZPTKBl8Oe/MO4eU2448a26SRa8oHjcIZDH0Gtsr7G
vr4vMYoLQxeClUhn6IANicLzbJECij62ae9htTgLXVc0t7ckyb29bfoYmXZl
tbRiU3HYGpidl1u2gJAPVyRlvfDx4PVpz5Sxyd1s445Lg9bFM+pF14ty0hZP
0EiLulf8NYxBsEYZqtb4lCRZzVbquZhRAtJpzSFmfxekzV/iEPZQLrM+pywS
tqg0gaRWZ6nZj6mJ9kE7vGs3rbzLr42L27ooqevI2v1DARgn/Els4eTcxxvJ
3vfRE77nUyxpqTBST7EiIQ04Du/YaiRVuakHHA2CD+/bCTpP75ukY9FgQkM+
9ypbrikagJHtEJ6xlTfSNtb15NwHOcsxx1Qg2u31ROfRLX9pAZu2rk6eEFhh
iOSFrcp2LpYWFPS2Ig6dS5GQ09Af0oagICtmhBxHpwzWB65JbV0UFwV+aCQz
svYwN1TVxiDgn8O2MoJVBEgFW0+q9unoDJQYdz3oGnJ1+EiQYOEKW4eoow7v
aRXFIdzFHUUYaIahFZeBXNpFKywnNCnUNhWION6HyC3szGZk58U8v83n1NC+
t2CP6wZqDk2j1RL1FmEvq7lqjq9RYjXak11L1xbzpzXKNLsv+bCCfvktKv98
GlyVSUmjVjcybBaWMRLle+xd/oolsZqi+jqRJlNA7VuTpy0JCE/NbrAJH7Ll
VtIc5tWqYWiSTslo8TYAMxI4omAWXmlilRFD1EMwBB1aOqNELrzm9rATUnJv
I47Srz4GFtY1s8OlksG02nZ5zImxN0JUYYsl1U6UbnEunyzdvmKyPzXaoIye
/1jExodS2bdTDONk4JuIVOaE++VbvNxwk4VqP4258cAqHYY5x8VvLRoRNhsl
2LbLoHSsmP1xHoqGV6L3S83b9elyvh2/TydqyxyW9SEJnxYWMRdDILkx0ogo
PjZN/iNPf59Of39iVOYgbkMWEgocrgU4fq9pGMEKI6SxiYo1Z4IjDVNeL8NE
M9KjtqPhjCnpl5uxqo9iPI5sccABahcdiQPJdRmHgnqzjJTiZDz8+ek4KpDD
D7RGdeZPwmRXxCjWKpdytt2vjhTVvAHuIGwnWlnWxfXgQLjvRU+bLWSkXrT9
qCYqwJEw+y6r2n1ucV8evIzpgugTzwuX2iiYshmkxWlnUnqNWoHV4QvVAkjy
wTJ67qZgYHbJIm4hSzpBrDBS2GuzCq0MNut56sMygiQif0I/TOoabvOHF7EC
xu6kv7BzQtv7NuFC+47eQakv5C/AAKIXkMFyIHCBqJyHS4E6985T8Ufcs8v3
oObqflEfmFxD0M7kZQOx39c5KRpGH3ue3aS3eWl1YzPJVL7lyHrIIKm9+dxN
8GZIhHtYw2UVRSe1skd2slx5ya66VYmRcM/9QyquMZQjbJHCvo5fV+09SZ/C
Q/3bJp9hR3kFto08Y0lkSo3k2yNpfF6rpsJdQ5ZRigtXG7r6CmHJe6U8Sc3C
54VdU6EIdusr3+Vw4JuGGvNjR7KU26eKUhIlL4jyF/QC2MRsuanp0t84ZB4y
j6cl0OlDubo+Ah1Jbp9lwXlJfNthqZFvd7O5FsXJrlARkGnjOcHiskkxW2ju
Ds9PcATJNf68bvdZd+fs0wrBh7CbRTrDCgMiaLAa5/msoUD9rldDvAKyZ0qZ
ODtr6O+Pr3UtuDxtkcVKIaxO+f+1VPHw1sIMUavfVlUq5qhhIj1YX0QK2BG5
8XFj/ywxI86dsMNFqTec+Met/27B3sF8A829QxjOszXeoVLMUCdRp7uu0ghM
DxHfZCt0SvWZBXsS3lUM49aoo/5TkHY2tm0xphmpr0kbfJAM0+oi9XzGIWlN
4AWZzYWT5AWJ7uxeqi3a45SBHYVyuL2hjejzTd3E3VlToSQUGLZpLO9u30Se
rvCygVtMLtvU3bOh+LZwjmM0DI2Zo3oQqEYUM7JZ9KZoTwiSk/F8egolq4fq
GdhGZlwOwRSuNgEJ5ty+PyQWMhdiJLfUYSr9G22+q76DKNHdM9r2tfKa/qmM
fHaj+YMY+5cUrFTlKfYVpdOkAgMDFb0pL+cr5LQ5udCGdIST7I3gEGSmE7UM
l5JCssQQXGtM5taraaNhJWInmI9thrgBHVdgaThUVSvK76MtaN/EXJz25KLx
Mg/V1VKaZNE6fzw4wFaqAKaf8Y/H4Y9HO/8XVUYme7i9AAA=

-->

</rfc>

