<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-krierhorn-idr-upa-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="BGP UPA">SRv6 BGP Unreachable Prefix Announcement (UPA)</title>
    <seriesInfo name="Internet-Draft" value="draft-krierhorn-idr-upa-00"/>
    <author initials="S." surname="Krier" fullname="Serge Krier">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>De Kleetlaan 6a</street>
          <city>Diegem</city>
          <code>1831</code>
          <country>Belgium</country>
        </postal>
        <email>sekrier@cisco.com</email>
      </address>
    </author>
    <author initials="J." surname="Horn" fullname="Jakub Horn">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <city>Milpitas</city>
          <code>CA 95035</code>
          <country>USA</country>
        </postal>
        <email>jakuhorn@cisco.com</email>
      </address>
    </author>
    <author initials="M." surname="Ciurea" fullname="Mihai Ciurea">
      <organization>Swisscom AG</organization>
      <address>
        <postal>
          <street>Alte Tiefenaustrasse 6</street>
          <city>Worblaufen</city>
          <code>3048</code>
          <country>Switzerland</country>
        </postal>
        <email>mihai.ciurea@swisscom.com</email>
      </address>
    </author>
    <date year="2025" month="July" day="07"/>
    <area>Routing</area>
    <workgroup>Inter-Domain Routing</workgroup>
    <keyword>UPA</keyword>
    <keyword>PIC</keyword>
    <abstract>
      <?line 57?>

<t>Summarization is often used in multi-domain networks to improve
   network efficiency and scalability. With summarization in place,
   there is a need to signal loss of reachability to an individual
   prefix covered by the summary. This enables fast convergence by
   steering traffic away from the node which owns the prefix and is
   no longer reachable.</t>
      <t>This mechanism, referred to as Unreachable Prefix Announcement
   (UPA), has been specified for IGPs. This document specifies an
   and equivalent BGP mechanism for multi-AS networks where BGP
   is used to carry summary routes.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-krierhorn-idr-upa/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Inter-Domain Routing Working Group mailing list (<eref target="mailto:idr@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/idr/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/idr/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 72?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In modern networks, route summarization is a common practice to
   reduce routing table size and improve scalability. However,
   summarization can mask the loss of reachability of specific prefixes
   covered by the summary route, leading to slower convergence times. To
   address this, Interior Gateway Protocols (IGPs) have implemented an
   Unreachable Prefix Announcement (UPA) mechanism
   <xref target="I-D.ietf-lsr-igp-ureach-prefix-announce"/> to explicitly signal the loss of specific
   prefixes, enabling fast convergence mechanisms like BGP Prefix
   Independent Convergence (PIC) <xref target="I-D.ietf-rtgwg-bgp-pic"/> on
   ingress devices.</t>
      <t>This document proposes a similar UPA mechanism for BGP. In multi-AS
   networks, particularly those leveraging SRv6, where IGP is not
   running end-to-end, a BGP-based UPA is crucial. It ensures that the
   loss of reachability for an SRv6 locator or an egress PE loopback,
   which might be part of a summarized route, can be quickly communicated
   across AS boundaries, thereby maintaining fast convergence and network
   stability.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="terminology">
      <name>Terminology</name>
      <ul spacing="normal">
        <li>
          <t>UPA: Unreachable Prefix Announcement.</t>
        </li>
        <li>
          <t>SRv6: Segment Routing over IPv6.</t>
        </li>
        <li>
          <t>BGP PIC: BGP Prefix Independent Convergence.</t>
        </li>
        <li>
          <t>PE: Provider Edge router.</t>
        </li>
        <li>
          <t>AS: Autonomous System.</t>
        </li>
        <li>
          <t>RIB: Routing Information Base.</t>
        </li>
        <li>
          <t>MP_UNREACH: Multiprotocol Unreachable NLRI.</t>
        </li>
        <li>
          <t>ExtCom: Extended Community.</t>
        </li>
        <li>
          <t>AFI: Address Family Identifier.</t>
        </li>
        <li>
          <t>SAFI: Subsequent Address Family Identifier.</t>
        </li>
      </ul>
    </section>
    <section anchor="reference-deployment-scenario">
      <name>Reference Deployment Scenario</name>
      <t>The primary deployment scenario for BGP UPA is a multi-AS network
   with an SRv6 deployment. In this environment, BGP is used to carry
   SRv6 locators across AS boundaries, and summarization is performed at
   these boundaries to maintain scalability. When a specific SRv6
   locator within a summary becomes unreachable, the UPA mechanism is
   needed to signal this event across the ASes to the ingress PEs to
   trigger BGP-PIC.</t>
      <t>This document considers two primary BGP transport options for SRv6:</t>
      <ul spacing="normal">
        <li>
          <t>BGP IPv6 Unicast (AFI=2, SAFI=1)</t>
        </li>
        <li>
          <t>BGP CAR for SRv6 (AFI=2, SAFI=83)</t>
        </li>
      </ul>
      <t>While both options are viable, the rest of this document primarily
   considers the use of BGP IPv6 Unicast but the described UPA mechanism
   is applicable to just as well to BGP CAR or any other BGP transport
   routing deployment that uses route summarization.</t>
    </section>
    <section anchor="bgp-upa-message-format">
      <name>BGP UPA Message Format</name>
      <t>A BGP UPA message is used to announce the loss of reachability of a
   specific prefix.</t>
      <t>The specific prefix whose reachability is lost is encoded in the
   MP_UNREACH_NLRI attribute <xref target="RFC4760"/>.</t>
      <t>The UPA Extended Community (as defined in Section 5.1) is the only
   other attribute that applies to a UPA message.</t>
      <t>An Update message carrying a UPA <bcp14>MUST</bcp14> only contain UPA prefixes (i.e.,
   no other reachability advertisements or withdrawals) due to the
   presence of the UPA Extended Community.</t>
      <section anchor="upa-extended-community">
        <name>UPA Extended Community</name>
        <t>A new Transitive IPv4-Address-Specific Extended Community is defined
   for UPA.</t>
        <t>The structure of this Extended Community is as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Type Field: TBD (assigned by IANA).</t>
          </li>
          <li>
            <t>Sub-Type Field: TBD (assigned by IANA).</t>
          </li>
          <li>
            <t>Global Administrator Field (4 bytes): This field carries the BGP
Router-ID of the node originating the UPA in BGP. This is helpful
for troubleshooting and tracing the originator in a multi-domain
network. It is assumed that BGP Router-IDs are unique within the
operator's managed ASes.</t>
          </li>
          <li>
            <t>Local Administrator Field (2 bytes): This field is set to zero.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="trigger-for-upa-origination-in-bgp">
      <name>Trigger for UPA Origination in BGP</name>
      <t>UPA origination in BGP can be triggered by two main scenarios:</t>
      <section anchor="scenario-a-igp-redistribution-of-summary-into-bgp">
        <name>Scenario A: IGP Redistribution of Summary into BGP</name>
        <t>When an IGP summary route is redistributed into BGP, and a specific
   component prefix within that summary loses reachability in the IGP,
   the UPA indication is conveyed from IGP to BGP. The details of this
   mechanism is implementation specific and outside the scope of this
   document.</t>
      </section>
      <section anchor="scenario-b-bgp-aggregationsummarization">
        <name>Scenario B: BGP Aggregation/Summarization</name>
        <t>When BGP itself is performing aggregation or summarization, and a
   constituent specific route goes away, the UPA is triggered internally
   within BGP.</t>
        <t>Implementations <bcp14>SHOULD</bcp14> provide a configurable option to specify which
   types of specific prefixes trigger UPA (e.g., only /48 prefixes for
   SRv6 locators).</t>
      </section>
    </section>
    <section anchor="upa-origination-in-bgp">
      <name>UPA Origination in BGP</name>
      <t>UPA origination trigger (in either of the two scenarios) is processed
   by BGP only when in the absense of a valid reachable route in BGP for
   that specific prefix. The origination of UPA indication involves the
   update generation of the BGP UPA message as specified in Section 5.</t>
      <t>The UPA state for the prefix <bcp14>SHOULD</bcp14> be retained for a time period to
   ensure it has been propagated to its neighbors and avoid generation
   of multiple UPA messages for the same prefix.</t>
    </section>
    <section anchor="upa-propagation-in-bgp">
      <name>UPA Propagation in BGP</name>
      <t>The propagation of UPA messages in BGP follows the same principles as
   UPA origination. BGP speakers receiving a UPA will process it (refer
   Section 7) and propagate it to their peers as appropriate.</t>
    </section>
    <section anchor="upa-processing-in-bgp">
      <name>UPA Processing in BGP</name>
      <t>A BGP speaker processes UPA messages only for those prefixes for
   which it does not have a valid reachable route. The processing
   of UPA message involves notification of unreachability within
   the router to trigger BGP PIC. The details of this mechanism are
   outside the scope of this document.</t>
    </section>
    <section anchor="upa-timer">
      <name>UPA Timer</name>
      <t>The UPA state needs to be retained in the BGP table for a
   configurable duration. This is crucial to prevent unwanted flooding
   and to allow sufficient time for the UPA to be propagated to all
   relevant peers.</t>
    </section>
    <section anchor="backwards-compatibility">
      <name>Backwards Compatibility</name>
      <t>The UPA mechanism is designed to be backwards compatible. Since a UPA
   is propagated as an MP_UNREACH_NLRI, a BGP speaker that does not
   understand the UPA Extended Community will simply discard or ignore
   the update as a withdrawal for a non-existent prefix.</t>
      <t>Implementations <bcp14>SHOULD</bcp14> provide a configuration knob to enable UPA
   propagation to specific neighbors. The default <bcp14>MUST</bcp14> be to not propagate
   UPA messages. This ensures that UPA propagation
   can be limited to the desired domain or network boundary.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The primary security consideration relates to the use of BGP IPv6
   Unicast for carrying SRv6 locators. There is a potential for leakage
   of internal infrastructure details into the public Internet if
   filtering route policies are misconfigured. The explicit signaling of
   unreachable prefixes via UPA could reveal more granular internal
   network topology information if not properly contained.</t>
      <t>Operators <bcp14>SHOULD</bcp14> ensure robust filtering policies are in place at AS
   boundaries. The configurable knob to disable UPA propagation to
   specific neighbors (Section 11) can serve as a mitigation strategy to
   limit the scope of UPA messages to trusted domains.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document requests that IANA assign a new Transitive IPv4-Address-
   Specific Extended Community type and sub-type from the FCFS range for
   UPA.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC4760" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4760.xml">
          <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="RFC2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <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 anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ietf-lsr-igp-ureach-prefix-announce" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-lsr-igp-ureach-prefix-announce.xml">
          <front>
            <title>IGP Unreachable Prefix Announcement</title>
            <author fullname="Peter Psenak" initials="P." surname="Psenak">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Clarence Filsfils" initials="C." surname="Filsfils">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Daniel Voyer" initials="D." surname="Voyer">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Shraddha Hegde" initials="S." surname="Hegde">
              <organization>Juniper Networks, Inc.</organization>
            </author>
            <author fullname="Gyan Mishra" initials="G. S." surname="Mishra">
              <organization>Verizon Inc.</organization>
            </author>
            <date day="2" month="July" year="2025"/>
            <abstract>
              <t>Summarization is often used in multi-area or multi-domain networks to improve network efficiency and scalability. With summarization in place, there is a need to signal loss of reachability to an individual prefix covered by the summary. This enables fast convergence by steering traffic away from the node which owns the prefix and is no longer reachable. This document describes how to use the existing protocol mechanisms in IS-IS and OSPF, together with the two new flags, to advertise such prefix reachability loss.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lsr-igp-ureach-prefix-announce-09"/>
        </reference>
        <reference anchor="I-D.ietf-rtgwg-bgp-pic">
          <front>
            <title>BGP Prefix Independent Convergence</title>
            <author fullname="Ahmed Bashandy" initials="A." surname="Bashandy">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Clarence Filsfils" initials="C." surname="Filsfils">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Prodosh Mohapatra" initials="P." surname="Mohapatra">
              <organization>Sproute Networks</organization>
            </author>
            <date day="20" month="April" year="2025"/>
            <abstract>
              <t>In a network comprising thousands of BGP peers exchanging millions of
routes, many routes are reachable via more than one next-hop. Given
the large scaling targets, it is desirable to restore traffic after
failure in a time period that does not depend on the number of BGP
prefixes.

This document describes an architecture by which traffic can be re-
routed to equal cost multi-path (ECMP) or pre-calculated backup paths
in a timeframe that does not depend on the number of BGP prefixes.
The objective is achieved through organizing the forwarding data
structures in a hierarchical manner and sharing forwarding elements
among the maximum possible number of routes. The described technique
yields prefix independent convergence while ensuring incremental
deployment, complete automation, and zero management and provisioning
effort. It is noteworthy to mention that the benefits of BGP Prefix
Independent Convergence (BGP-PIC) are hinged on the existence of more
than one path whether as ECMP or primary-backup.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rtgwg-bgp-pic-22"/>
        </reference>
      </references>
    </references>
    <?line 270?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to acknowledge the contribution of Ketan Talaulikar
   and Clarence Filsfils for their valuable input and review of this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAKX/a2gAA5Va63IbtxX+v0+Bqj8qZUQ6ih3H5TQXWpJtNr6oojyZTibT
AXdBEtFysQWwZJhM3qXP0ifrdw6AvVBUknpsi8TicnDOd75zWY1Go8xrX6qJ
mN9un4uXr2/Ex8oqma/lolTixqql/klMq8o0Va42qvLi9OPN9CyTi4VV24k4
4SU305Msl16tjN1PhPNFlhUmr+QGGxdWLv3o3mpl18ZWI13YUVPLUYn5zmeu
WWy0c9pUfl9j+uz67lVWNZuFspOswJxJlpvKqco1biK8bVSGY59mElLi+FvT
eF2tTrKdsfcra5oag7PKKzu6MhupK9HOuFd7TCommRiRxPTjZnaZbVXV4BAh
fnu1EEG+k+9wEEbEa5pO45hXYhz3+kYrvxwby9OlzdcYXntfu8mTJzSLhvRW
jdO0JzTwZGHNzqknWP/kJMtk46Emkof+jOJPIYIy58qulPiWlNk+wUYTcald
bsR877zauPaR81YpPxFXWFPiUyllJZ7L9nkOs3oy2UtVrnSz6R5oj9ErrVaq
N2gKiHDx4ulFO6TC5Z1i+36TkxTj3GweEf/v8r5ZiDeAwR+RvpXu43x6INk7
XdbaS3cg2+VU/PXzT59+fijfjziXwPe7Ar7Ta6khTgN0DUWc74BSLBTT1w/U
Oy29EndaLVUlGwxK55R4fiDb00+fvTi4BaC0KGWDZQ/vjPP8z8qWsioOb7Mh
Icc5C/mNi3LxpbLK2I30wBgB6PbV5bMvnn86yTJdLfsPZqMrxuCodHakV/Wo
YZcf1ezuIxndfTDV+tVuNVpgcq1zbDkej7NsNBoJuaAb5z4jMefNZiOt/hlH
mUpoJ8zSq0o0ThUC3rRpSq9HRXCtSnlyWie8EXpTW7NVtEUcFmq51LlWVb4X
0IFwuSzlQpdQ3Fh8p/1auOFZlahLmatz2sOvlVV0vMR2OBonOL2qZClK40go
ETmO96PHknYo9FYXjSxpi6AL2GOLrQqx2NOm8UxIcLfG7jA3WNKJpXQeM6st
eScUh9kZw0MpS1QB/dBlhNzJvVhagIj2qgALsVvrfC3MrnI8Fk+lC2sGd2Ug
crVSVrSsPGZNswAbhaFKu805Hi+VteGu0v0ei9MOTOTnYo3ZCwUjuVrleqmx
BcAiZq9vXLwmqLxh6k8zoFdGLImp/t3orSzpMYWCViLeJNh7Ou9svWPLYCat
x96MDIicS2v3Sb0C1IrggIsywja6KEqVZX8WoGZriiYni7MWZsAU1Gg7NJ2H
xYfoICjAQzb4XBNaNazkDW0BnTX4YgPRC88qc/pnFawQgDmE3xuzU7A1Q214
Tg4cbaS7Z2MexRq+RzXm0dqKDX0caOEy56JUsmDpAOQSp9sB3LzeKDIW30cW
hVWO4KShDA5mGqZ4jVBK8LuxxpvclE6ckonPYH9cD9csGRiQINj2D6UBnblp
yfd/kFd+oGuon+oS/u3LfXLNvsqSijpPVLgM+xup4YHDtXI4Uep7BliUOqCk
ULXCf5D7srfqFPH/rCf2gON+EIYVgfNYn4XaAjSu532tXwAitXHkFrjLhuI8
JRgHvgCRxozX6BM9rsPVammByQZLSwIAdoPNIahc0X0pOTuPvgOrEZwrw05s
m6qiGbjdyJsRfpxDCpw1WkhyLZIDs3Pb5FqWEMALSqVwI5wiPSmdtjkKVZIa
eObMsDTI7/A9DKmgkptrjJt6IfN79oVAZhu9WntQCt+JNpWtk0CgCGhyFEwB
eeT3uDG5ZlNpyiE53MnckkRgjgUgU2At2Z9pHQ5C4cPj31EokNdGvQYSTm6b
EYOw+SvyVcczr4CRSvP3LLsDApElCkoTnTh593F+d3Iefor3H/jz7fU/Ps5u
r6/o8/zN9O3b9kMWZ8zffPj49qr71K28/PDu3fX7q7AYo2IwlJ28m/4TT0iq
kw83d7MP76dvTyiu+QHYkPiS/0B5mnwb3sFO67JCudzqRYi0Ly9v/vufi2fi
l1/+hDTgs4uLv/76a/zy4uKLZ/gCNFXhNFPBAuErNLzPZF0rQBi7yLKEpSjT
KqF+BAq3RqgSZAao85PvSTM/TMTfFnl98eyrOEAXHgwmnQ0GWWcPRx4sDko8
MnTkmFabg/EDTQ/lnf5z8D3pvTf4t69BOUqMLl58/RVD6E7Zja5MaVZ75oJP
BHnZ5PcYcxznkjtRIr9ia8b6QhD7i9nN9nmaxgw2u5z0qOwxHktLbq4nRO/I
YbDXdbEKQU3Z9Hw6R6raeFOZjWlcTLfTw9vZy0krzSzliwhpL8EjadK7m399
fH97Pb18g1SZeKyO0WRw+fdvb2dpxfVP/tJsJvSTBC8gN3s6+WOU6tUMYsWg
9UqCPvdiRlekTKOVfc7T5s3CIeGg+//GCtjolrIhpoMrVZdmz7qe5wggCIaR
wSnb0hxki26Oi3MSZScClQ9yGSY8ykMTRXa7MM/7kCFutTUVDZ7zdocpDyfN
PYJ1j1Afp8CHKU2tLNmJ3N/HtBdxo1tGpySuPEig4e3EyykTIRFCHAg0TxfT
Vcvce9ANKBo7Np2dmS0OAl1MWpFzD7LuoIst01e4Hi2dzoOI9DlF2ZtrF/My
b/WK8l6KZXCEY3GXGgMEdizZmdaapGZk3JWrDcWfOpA92ZNdL+s5GDkcoIu4
gyByCoh9+dk5Q+3Li7PetMvpbbt+OO3F0zPe77u1LknzgEM6kHh6qztF4Xoc
Df1B6kBCA8EhB2zvgwXACc1/IOei4bAtOr4f2CAm1iBx5Ffsj1DxjyhLib93
CoyO7+lWHM6RlFJkHSqOk4tIBz3/4KShoVznSJrNrtd6zTvYU4KEXjGVsJqm
7cNNfNjzh5Qe/mbuzFX5QQI9bh364AGCGiVSgz1wIPb2gp2TKvMihFhOgzp+
+xeRGNwKKFzQPb+PxfQP3WF0jYe0Jk4l5YrIKsLOc8XVivh8fHFGh9LlKODS
LkHt3SGsXDZccAzZV1U4eFqJjzW1xVoNMo2QlcJsjsAc0YEmdnwaTTm0ONVj
NT6PlWU4f6AeWSCqeO04ZDkRqaCwKF1LFAtFo6LHxszcMckyrB/TCKHiz+KR
hxEWldqJO4Keph4F4f3ZKDL8aJ6MekTZutU17UM+imN6ePDIez2y3dbxju8h
iR9KFFaupYe7fQ3oalUWE3H38orMSmQWKrTZ9P30rA1NzWL0x2e/Ls0CjDgt
kENo6pwQ3fJKcfoMs1H3nk0Czy15lOzLeFi3dTP+3HJkH82uku65m2DAmbqS
oZCNBqFkkEoP3hJ/16qsl00Z9yGVoaZuqI+xNoZXUqyhlk7aJe1qQk446OLE
bWJM5PqC9QleIK8mQJPLt+IGXoTiEcVTlIloIodARKNz/uIQtyqgu+AgkXT3
FtHpEdV9dkx1+OCUJ8D+rKxhdrqLUSVCRXxIGgstJFIwV794ZB48SlVLDE2x
Wt+FINumDoQhAD5lGwKpIdVst6ogocnTaUeYbR5jKwK0aU8OkbniJYMmAN3G
dnswu4R1ITuQg6IZ0bo2VYgwgQqTrmGRtG/JReuQHtkcdHpqpEUQFVScxbyD
y609NYqol0WSBkHG7HSFAu2ULrkcbdNPELpeQ9iv5WwuRRpPETC0QHLAob9L
CprjoX5fhhx5ukIGseI9nwzakJ1aOQHzTpXLXvbEiO/WEuUNglrUborPXvum
1wvLo3FWhsr/ndx3WRGRfQsUrtWQCgXij8YglYU21kAlSM1DhVOHZJ5bV9VS
rxrL8TxkGJxesRD7UHizvcBD7miPqc2nSLRTNV6Nz0OYePLsRTcJCnmQkZ6x
4/wfzpJOOsUcpTnGRJIiX2ndhMMhrpiD5AN/L0Ly1tajCY1yQe9/VOglbGWp
i64bmpwjWDfKH1B+kCUwOPtyYrtDbFdbU24D2dI+TQi1qLKIl+KaSMSDNIZK
47Z9Ooj6g3TBedqOObdr9kZjLyhRoYAdG7CS23qEUm2KmBOH1g0w3HVtqfck
V9Q34T46Ynal9Gq94FKCgLs1UFd3A847loHDAbr+LVwrmZMb1SVXwfg38aAD
44c6qnsUldpu2RqGw2t/d13lJAFFiyMoGvMyKFXeU0JsVa70tktzdhqJbAQP
6eOU+9+M3aj6L874/q1+aFZIXbSFVmlTyWkyJliNCSF7jVelfem03k2nfYla
4LrhdRm7QY2Ueh46VuiQQZKC+KIyPrRfH0H1OGk3ShNtN8ifE2KxF4G9NUJb
qAVeD4yTKD30BVgdXZVF7YajDN6jbwRvFuIxmh5wNAt6BxDbI05ANaKLjawW
99HfuRBhNbAjROrtCLBobMRISmpif5P2g8q50GyqneR+9rI0poja49TGUF/L
7EDz8RWTD66W0E9CBsGGzoVV4YVBqbaSIiuBiC/6Uub3O0lNQ6SVNWQLWh9c
exADUbuF9DCcs2jX53F9CePPNfczw8tqEdkyyUPYrQ4Lltj7bUHKPJigxoRW
UXnpWQ2PlzDsXI7i9F4g4UAGWlBYhMQm2J/L08CNJEevRojUVZlqpH5CrtJl
IP9vpGMg31dmwW8L+E1b0kSfb9ooCKJvmS/BeClBc6EkWnDhQh7XKjGxTnLe
9q1erz8eiqf2OIZiSAJLvdERGLEa1xTo48tNaCG9yIz9GK6DiJ0aSzq+jLW+
jL3ng5aUS/Py/jzCHv3aRDr0oEUQ3tuELgHZoS0NB/GclZNej9aGTKSj4UrA
BpqIPJNyFnxYWtnVUokeOP/kQIbyAernd024tdBLrsZ06cP7zxCia0MvfFSo
ADb0Ij5YWhXBXOmNUGwacVd0GUDb8WJLqFsdAkFumpKIc6sg6Ab4FCvUkfQi
pZW/96YFiqu5cyt0r8Wply0wlO0qZwjGdvkQq5IWrTEMW7Ogtkp3z8EN0wtp
1PcivO3pGnPhwgNOS0iHvyWoH+B80PnogvxpCngXF2eMTafsNvolEKrjeq6X
1GofN2L0Dvl7EMc4NOB2LaJdeH9Ctexx7Pa7WpaatM5HH+I1oSDmF/KPl/oc
v3+j3Kf0NrZCFyP+0r5Nf3X5ai6w7UqlWBs6AfwGmfiVpJ/mUPOuVAU33132
yyT8ppEqvjxZytKpk19bTwy/iOPEjgHGbxUpBrQ7hOhHUOnXdN/CNypxJ0sw
j76XNgWdSwCSWyWv4DlL8p4YbZCMIPY3bHNd1Y3n6cCzhp6ORNX/AVj5xuOz
JQAA

-->

</rfc>
