<?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.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-geng-grow-bmp-rel-enhancement-03" category="std" consensus="true" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="bmp-rel-enhancement">Log More Routing Events in the BGP Monitoring Protocol (BMP)</title>
    <seriesInfo name="Internet-Draft" value="draft-geng-grow-bmp-rel-enhancement-03"/>
    <author initials="N." surname="Geng" fullname="Nan Geng">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>gengnan@huawei.com</email>
      </address>
    </author>
    <author initials="Y." surname="Gao" fullname="Yujia Gao">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>gaoyj@zgclab.edu.cn</email>
      </address>
    </author>
    <author initials="S." surname="Zhuang" fullname="Shunwan Zhuang">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhuangshunwan@huawei.com</email>
      </address>
    </author>
    <author initials="H." surname="Wang" fullname="Haibo Wang">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>rainsword.wang@huawei.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="20"/>
    <area>OPS</area>
    <workgroup>GROW</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 62?>

<t>The Route Event Logging (REL) message is defined in <xref target="I-D.ietf-grow-bmp-rel"/>, which enables monitored routers to report event-driven operational data to BMP collectors.</t>
      <t>This document defines additional event code points for BGP FlowSpec <xref target="RFC8956">RFC8955</xref> and BGP SR Policies <xref target="I-D.ietf-idr-sr-policy-safi"/>. These extensions enhance monitoring visibility for policy execution failures and improve network operation and troubleshooting capabilities.</t>
    </abstract>
  </front>
  <middle>
    <?line 68?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>BGP Adj-RIB-In, Loc-RIB, and Adj-RIB-Out are generated through BGP route exchange and routing policy processing. The BGP Monitoring Protocol (BMP) provides comprehensive monitoring for BGP Adj-RIB-In <xref target="RFC7854"/>, BGP Loc-RIB <xref target="RFC9069"/>, and BGP Adj-RIB-Out <xref target="RFC8671"/>.</t>
      <t>The Route Event Logging (REL) message defined in <xref target="I-D.ietf-grow-bmp-rel"/> is designed to deliver event-driven fault logs and runtime status information from network devices to BMP monitoring servers.</t>
      <t>In modern networks, BGP FlowSpec and BGP SR Policy are widely deployed for traffic filtering, redirection and segment routing traffic engineering. However, existing BMP REL mechanisms lack dedicated event logging for common failure scenarios of these advanced BGP features.</t>
      <t>This document supplements new REL event types to cover typical abnormal failures of BGP FlowSpec and BGP SR Policy, filling the monitoring gap for policy control and forwarding execution anomalies.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</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>
    <section anchor="bgp-flowspec-routing-event-extensions">
      <name>BGP FlowSpec Routing Event Extensions</name>
      <t>The Log Action TLV is defined in <xref target="I-D.ietf-grow-bmp-rel"/>. The first byte defines the nature of the logging event, and additional data may follow depending on the code point. The following code points are defined for BGP FlowSpec in this document:</t>
      <ul spacing="normal">
        <li>
          <t>TBD1 = Redirect-to-VRF-Fail. The BGP FlowSpec redirect-to-VRF action is defined in <xref target="RFC8955"/>. This event indicates that a received FlowSpec redirect-to-VRF action cannot be resolved, installed, or executed on the monitored device for the target Virtual Routing and Forwarding (VRF) instance. For example, the target VRF instance may be unavailable or the corresponding redirect action may fail during local processing.</t>
        </li>
        <li>
          <t>TBD2 = Redirect-to-Nexthop-Fail. The BGP FlowSpec redirect-to-IP action is defined in <xref target="I-D.ietf-idr-flowspec-redirect-ip"/>. This event indicates that a received FlowSpec redirect-to-IP action cannot be resolved, installed, or executed on the monitored device for the target IPv4 or IPv6 next hop.</t>
        </li>
        <li>
          <t>TBD3 = Redirect-to-SR-Policy-Fail. This event indicates that a received FlowSpec action that redirects traffic to an SR Policy cannot be resolved, installed, or executed on the monitored device. For example, the referenced SR Policy may be unavailable or may not provide a usable forwarding behavior when the FlowSpec action is processed.</t>
        </li>
        <li>
          <t>TBD4 = FlowSpec-Validation-Fail. The BGP FlowSpec validation procedure is defined in <xref target="RFC8955"/>. This event indicates that a received FlowSpec route fails the FlowSpec validation procedure on the monitored device. This event is distinct from failures that occur while locally resolving, installing, or executing a FlowSpec traffic action.</t>
        </li>
      </ul>
    </section>
    <section anchor="bgp-sr-policy-routing-event-extensions">
      <name>BGP SR Policy Routing Event Extensions</name>
      <t>The Log Action TLV is defined in <xref target="I-D.ietf-grow-bmp-rel"/>. The first byte defines the nature of the logging event, and additional data may follow depending on the code point. The following code points are defined for BGP SR Policies in this document:</t>
      <ul spacing="normal">
        <li>
          <t>TBD5 = Invalid-Candidate-Path. This event indicates that a candidate path is considered invalid. The validity of a candidate path is described in Section 5 of <xref target="RFC9256"/>.</t>
        </li>
        <li>
          <t>TBD6 = Invalid-Segment-List. This event indicates that a segment list of a candidate path is considered invalid. The validity of a segment list is described in Section 5 of <xref target="RFC9256"/>.</t>
        </li>
        <li>
          <t>TBD7 = Exceeded-Spec-Limit. This event indicates violations including exceeding the maximum number of SR Policies or Segment Lists.</t>
        </li>
      </ul>
      <!-- RFC9830 -->

</section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>A monitored device may receive FlowSpec routes and SR Policy routes from controllers, route reflectors, or adjacent BGP peers. When the device detects a failure while validating or locally processing those routes or their associated actions, it reports the corresponding event and diagnostic information to the configured BMP monitoring collector using a BMP REL message.</t>
      <t>BMP monitoring collectors <bcp14>SHOULD</bcp14> record, analyze, and correlate these extended routing events with the relevant BMP route or policy context when available. These events can be used for real-time alarming and offline fault diagnosis.</t>
      <t>Appropriate caution <bcp14>SHOULD</bcp14> be taken when picking routing events to report, as next-hop related updates may produce heavy message loads during network instability. Mitigation measures <bcp14>SHOULD</bcp14> be deployed on both reporting and receiving sides. For example, local endpoints can apply event filtering controls, while receivers maintain corresponding processing mechanisms to handle potential high-volume event bursts gracefully.</t>
      <t>The failure events defined in this document do not define a corresponding recovery indication. Operators should use these events together with other BMP information and local operational state to determine whether the reported condition is still present.</t>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>This document inherits all security requirements and considerations documented in Section 11 of <xref target="RFC7854"/>. BMP control sessions <bcp14>SHOULD</bcp14> only be established between authenticated and trusted monitoring devices to prevent unauthorized access to network internal routing information.</t>
      <t>No new protocol interactions or message modes are introduced in this extension. Therefore, no additional security risks are introduced beyond the baseline BMP protocol.</t>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <t>This document requests IANA to assign seven new code points in the BMP Log Action TLV Registry established by <xref target="I-D.ietf-grow-bmp-rel"/>.</t>
      <t>The requested code point assignments are as follows:</t>
      <ul spacing="normal">
        <li>
          <t>Redirect-to-VRF-Fail (TBD1)</t>
        </li>
        <li>
          <t>Redirect-to-Nexthop-Fail (TBD2)</t>
        </li>
        <li>
          <t>Redirect-to-SR-Policy-Fail (TBD3)</t>
        </li>
        <li>
          <t>FlowSpec-Validation-Fail (TBD4)</t>
        </li>
        <li>
          <t>Invalid-Candidate-Path (TBD5)</t>
        </li>
        <li>
          <t>Invalid-Segment-List (TBD6)</t>
        </li>
        <li>
          <t>Exceeded-Spec-Limit (TBD7)</t>
        </li>
      </ul>
      <t>After permanent code points are allocated, all TBD markers will be replaced in subsequent document revisions.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to the comments from Jeffrey Haas and Narasimha Prasad.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <reference anchor="RFC7854" target="https://www.rfc-editor.org/info/rfc7854" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7854.xml">
        <front>
          <title>BGP Monitoring Protocol (BMP)</title>
          <author fullname="J. Scudder" initials="J." role="editor" surname="Scudder"/>
          <author fullname="R. Fernando" initials="R." surname="Fernando"/>
          <author fullname="S. Stuart" initials="S." surname="Stuart"/>
          <date month="June" year="2016"/>
          <abstract>
            <t>This document defines the BGP Monitoring Protocol (BMP), which can be used to monitor BGP sessions. BMP is intended to provide a convenient interface for obtaining route views. Prior to the introduction of BMP, screen scraping was the most commonly used approach to obtaining such views. The design goals are to keep BMP simple, useful, easily implemented, and minimally service affecting. BMP is not suitable for use as a routing protocol.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7854"/>
        <seriesInfo name="DOI" value="10.17487/RFC7854"/>
      </reference>
      <reference anchor="RFC8671" target="https://www.rfc-editor.org/info/rfc8671" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8671.xml">
        <front>
          <title>Support for Adj-RIB-Out in the BGP Monitoring Protocol (BMP)</title>
          <author fullname="T. Evens" initials="T." surname="Evens"/>
          <author fullname="S. Bayraktar" initials="S." surname="Bayraktar"/>
          <author fullname="P. Lucente" initials="P." surname="Lucente"/>
          <author fullname="P. Mi" initials="P." surname="Mi"/>
          <author fullname="S. Zhuang" initials="S." surname="Zhuang"/>
          <date month="November" year="2019"/>
          <abstract>
            <t>The BGP Monitoring Protocol (BMP) only defines access to the Adj-RIB-In Routing Information Bases (RIBs). This document updates BMP (RFC 7854) by adding access to the Adj-RIB-Out RIBs. It also adds a new flag to the peer header to distinguish between Adj-RIB-In and Adj-RIB-Out.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8671"/>
        <seriesInfo name="DOI" value="10.17487/RFC8671"/>
      </reference>
      <reference anchor="RFC8955" target="https://www.rfc-editor.org/info/rfc8955" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8955.xml">
        <front>
          <title>Dissemination of Flow Specification Rules</title>
          <author fullname="C. Loibl" initials="C." surname="Loibl"/>
          <author fullname="S. Hares" initials="S." surname="Hares"/>
          <author fullname="R. Raszuk" initials="R." surname="Raszuk"/>
          <author fullname="D. McPherson" initials="D." surname="McPherson"/>
          <author fullname="M. Bacher" initials="M." surname="Bacher"/>
          <date month="December" year="2020"/>
          <abstract>
            <t>This document defines a Border Gateway Protocol Network Layer Reachability Information (BGP NLRI) encoding format that can be used to distribute (intra-domain and inter-domain) traffic Flow Specifications for IPv4 unicast and IPv4 BGP/MPLS VPN services. This allows the routing system to propagate information regarding more specific components of the traffic aggregate defined by an IP destination prefix.</t>
            <t>It also specifies BGP Extended Community encoding formats, which can be used to propagate Traffic Filtering Actions along with the Flow Specification NLRI. Those Traffic Filtering Actions encode actions a routing system can take if the packet matches the Flow Specification.</t>
            <t>This document obsoletes both RFC 5575 and RFC 7674.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8955"/>
        <seriesInfo name="DOI" value="10.17487/RFC8955"/>
      </reference>
      <reference anchor="RFC8956" target="https://www.rfc-editor.org/info/rfc8956" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8956.xml">
        <front>
          <title>Dissemination of Flow Specification Rules for IPv6</title>
          <author fullname="C. Loibl" initials="C." role="editor" surname="Loibl"/>
          <author fullname="R. Raszuk" initials="R." role="editor" surname="Raszuk"/>
          <author fullname="S. Hares" initials="S." role="editor" surname="Hares"/>
          <date month="December" year="2020"/>
          <abstract>
            <t>"Dissemination of Flow Specification Rules" (RFC 8955) provides a Border Gateway Protocol (BGP) extension for the propagation of traffic flow information for the purpose of rate limiting or filtering IPv4 protocol data packets.</t>
            <t>This document extends RFC 8955 with IPv6 functionality. It also updates RFC 8955 by changing the IANA Flow Spec Component Types registry.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8956"/>
        <seriesInfo name="DOI" value="10.17487/RFC8956"/>
      </reference>
      <reference anchor="RFC9069" target="https://www.rfc-editor.org/info/rfc9069" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9069.xml">
        <front>
          <title>Support for Local RIB in the BGP Monitoring Protocol (BMP)</title>
          <author fullname="T. Evens" initials="T." surname="Evens"/>
          <author fullname="S. Bayraktar" initials="S." surname="Bayraktar"/>
          <author fullname="M. Bhardwaj" initials="M." surname="Bhardwaj"/>
          <author fullname="P. Lucente" initials="P." surname="Lucente"/>
          <date month="February" year="2022"/>
          <abstract>
            <t>The BGP Monitoring Protocol (BMP) defines access to local Routing Information Bases (RIBs). This document updates BMP (RFC 7854) by adding access to the Local Routing Information Base (Loc-RIB), as defined in RFC 4271. The Loc-RIB contains the routes that have been selected by the local BGP speaker's Decision Process.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9069"/>
        <seriesInfo name="DOI" value="10.17487/RFC9069"/>
      </reference>
      <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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>
      <reference anchor="RFC9256" target="https://www.rfc-editor.org/info/rfc9256" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9256.xml">
        <front>
          <title>Segment Routing Policy Architecture</title>
          <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
          <author fullname="K. Talaulikar" initials="K." role="editor" surname="Talaulikar"/>
          <author fullname="D. Voyer" initials="D." surname="Voyer"/>
          <author fullname="A. Bogdanov" initials="A." surname="Bogdanov"/>
          <author fullname="P. Mattes" initials="P." surname="Mattes"/>
          <date month="July" year="2022"/>
          <abstract>
            <t>Segment Routing (SR) allows a node to steer a packet flow along any path. Intermediate per-path states are eliminated thanks to source routing. SR Policy is an ordered list of segments (i.e., instructions) that represent a source-routed policy. Packet flows are steered into an SR Policy on a node where it is instantiated called a headend node. The packets steered into an SR Policy carry an ordered list of segments associated with that SR Policy.</t>
            <t>This document updates RFC 8402 as it details the concepts of SR Policy and steering into an SR Policy.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9256"/>
        <seriesInfo name="DOI" value="10.17487/RFC9256"/>
      </reference>
      <reference anchor="I-D.ietf-grow-bmp-rel" target="https://datatracker.ietf.org/doc/html/draft-ietf-grow-bmp-rel-05" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-grow-bmp-rel.xml">
        <front>
          <title>Logging of routing events in BGP Monitoring Protocol (BMP)</title>
          <author fullname="Paolo Lucente" initials="P." surname="Lucente">
            <organization>NTT</organization>
          </author>
          <author fullname="Camilo Cardona" initials="C." surname="Cardona">
            <organization>NTT</organization>
          </author>
          <date day="2" month="March" year="2026"/>
          <abstract>
            <t>The BGP Monitoring Protocol (BMP) does provide for BGP session event logging (Peer Up, Peer Down), state synchronization (Route Monitoring), debugging (Route Mirroring) and Statistics messages, among others. This document defines a new Route Event Logging (REL) message type for BMP with the aim of covering use cases with affinity to alerting, reporting and on-change analysis.</t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-grow-bmp-rel-05"/>
      </reference>
      <reference anchor="I-D.ietf-idr-sr-policy-safi" target="https://datatracker.ietf.org/doc/html/draft-ietf-idr-sr-policy-safi-13" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-idr-sr-policy-safi.xml">
        <front>
          <title>Advertising Segment Routing Policies in BGP</title>
          <author fullname="Stefano Previdi" initials="S." surname="Previdi">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Clarence Filsfils" initials="C." surname="Filsfils">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Ketan Talaulikar" initials="K." surname="Talaulikar">
            <organization>Cisco Systems</organization>
          </author>
          <author fullname="Paul Mattes" initials="P." surname="Mattes">
            <organization>Microsoft</organization>
          </author>
          <author fullname="Dhanendra Jain" initials="D." surname="Jain">
            <organization>Google</organization>
          </author>
          <date day="6" month="February" year="2025"/>
          <abstract>
            <t>A Segment Routing (SR) Policy is an ordered list of segments (also referred to as instructions) that define a source-routed policy. An SR Policy consists of one or more candidate paths, each comprising one or more segment lists. A headend can be provisioned with these candidate paths using various mechanisms, such as CLI, NETCONF, PCEP, or BGP. This document specifies how BGP can be used to distribute SR Policy candidate paths. It introduces a BGP SAFI for advertising a candidate path of an SR Policy and defines sub-TLVs for the Tunnel Encapsulation Attribute to signal information related to these candidate paths. Furthermore, this document updates RFC9012 by extending the Color Extended Community to support additional steering modes over SR Policy.</t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-idr-sr-policy-safi-13"/>
      </reference>
      <reference anchor="I-D.ietf-idr-flowspec-redirect-ip" target="https://datatracker.ietf.org/doc/html/draft-ietf-idr-flowspec-redirect-ip-16" xml:base="https://bib.ietf.org/public/rfc/bibxml-ids/reference.I-D.ietf-idr-flowspec-redirect-ip.xml">
        <front>
          <title>BGP Flow-Spec Redirect-to-IP Action</title>
          <author fullname="Jeff Haas" initials="J." surname="Haas">
            <organization>HPE</organization>
          </author>
          <author fullname="Wim Henderickx" initials="W." surname="Henderickx">
            <organization>Nokia</organization>
          </author>
          <author fullname="Adam Simpson" initials="A." surname="Simpson">
            <organization>Nokia</organization>
          </author>
          <date day="21" month="May" year="2026"/>
          <abstract>
            <t>Flow-spec is an extension to BGP that allows for the dissemination of traffic flow specification rules. This has many possible applications, but the primary one for many network operators is the distribution of traffic filtering actions for distributed denial of service (DDoS) mitigation. The flow-spec standard, RFC 8955, defines a redirect-to-VRF (Virtual Routing and Forwarding) action for policy- based forwarding. This mechanism can be difficult to use, particularly in networks without Layer 3 VPN infrastructure. This document defines a new redirect-to-IP flow-spec action that provides a simpler method of policy-based forwarding. The details of the action, including the IPv4 or IPv6 target address, are encoded in newly defined BGP extended communities [RFC4360].</t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-idr-flowspec-redirect-ip-16"/>
      </reference>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA91Z23LbRhJ9x1dM7Bc7RbAsX2SblU0i23KkLd1WUpzyuvQw
BIbkWAAGmQFI0yn/y37Lftme7hncKEprZ/O0D4mhuXX36XszjuOo0lWmJuLI
zMWxsUqcm7rSxVzsL1VROaELUS2UePXLGbYLXRlLm2fWVCYxmXjw6vjsYSSn
U6uWEzHNy9iqLFbFQhaJyvFClJqkkDkopFbOqniuink8t2YVbzkcP3oSmakz
maqUm0R1mUr+oH8mUYL/z41dT4Sr0sjV01w7p01xuS7x/OH+5dso0qWdiMrW
rnr86NHLR48jaZWciNOzi2hl7DUI1+VE/HJ++lt0rdZYSnGzqJQtVBW/IQ6j
SNbVwthJJOJIQH43ESdj8Qv4xp9elBNZNAvGzmWhP8sKjEzEQS1XSmNZ5VJn
E0HSFrL4ecHr48Tk2Et0BRleKf1R8xOJqYuKxHq90IXskX0PstK0VN/XH7UM
K0Oy/1yYYj6vAWNdiCM5NVZCUeseH9KsP/78eZ5kcjpWaT1Oim9h5GIMEni+
Q+BiURcroNAu343DZz7m/KU/icbBWPzWZ+FA6qlplu4mbyVeIGWPQX7+TfSj
wtgczy5hgEKcv339/MWzp+Hzxe7znebz5bNn3edu+Hz5aPdl+Hy8s9N8vth5
3rzw8rE/exi/GWtVzQaeMdjQqY2djUuT6WQdOznTN7ZnmVm5UiW4m2qrkirW
5SS6D/RmnQzReDyOojiOhZy6ysoEBn+58G6vvNNTLJiTlz843z96KHLlnJwr
oZ1I1UwXKqWg8McfW3n+8mUkVgudLIQq5DRTTuQ+auCWJRLWicoIq0pjK6GI
XJxacFYIUyrL+pOZgMNLOofoAoVkGYQx1o2JVWLDJDWFi8CPEzJNdbjJT+JO
qkRpNEUwCM/h6y3guQA84kPQ11XztXslZJHyoYtzcUYQa7zaE/Em+l++jAVw
c0qoT5UqKA45EUJZIzNhuNROT3UGI2NG/Au4o5KaOBYzGGhtSQZwoPPSmqUS
CEYUrTpIeLcCgATpwhiO0IksJT8NZoNOc52mmYqgdAQ1a9I64dt/3HcwC01L
X6KI5NxLP8bnh6/iw2IEdSf0PWIizcZpXQnETopgxAPUVy1Af75gmFiVkCKB
vDANumhD3ggSQpAEhoMVxunuBEKnlzoFCvDJ0qoFAboc4NhosWOctUfeeDXi
nSAGL5PjXY1arfaF+hAc92r8tYb/NVbvvcPpOR2E4aYqgwB2aOEzWWeVyMzc
a9si0OhcIZvJqnadm5JVWJO3VpCqpQaWjT/0QHHKgggpH3DksHlbNLfcaGj0
mwa+Zu2uAHq2BoUyM2twTigjKMxmOhEzncFdQWYkmoDSWKJTc/a/RufNFWQ7
IMWXxuLArCC9HcFMtONjxD2QBbBkN9rlTmQyIQFTnbCNee/NghqIGxhE3rmJ
cAniitXGCTOjwgT+J9MlOZ0Xb6aApVU3Q4WryzLjIsMBohXz4alVKB8Y3MSQ
xvAnmMkQHjnyZ52HguLdkI4Is4wBWQyMdy7Lvvcnhjwx4wewvJI2pVNdUJCF
AWXv1vfvi3P1ew38PfNH8LgaZumtF0WMoMTmxL3jXy8u7438v+LklL/P9//x
6+H5/hv6vjjYOzpqP6Jw4uLg9NejN91Xd/P16fHx/skbfxmrYrAU3Tvee3/P
u9i907PLw9OTvaN7vlzs405WBmynyB9UZsG5Sc/SRfCWxOqp96tXr8/+/a+d
p/Cv70KuhEv5Pyhb4o8VYoKnZgpYrP8TMK8jWZZKWnpFZhkFRV3JDOYvnUCo
XBVioawCkN9/IGSuJuKHaVLuPP0xLJDAg8UGs8EiY3Zz5cZlD+KWpS1kWjQH
6xtID/ndez/4u8G9t/jDTzBAJeKdFz/9GFEiGJjsoLgX+23m8sZEPcCe9/LL
o3dfm/B9fJ9p6yoxXVeqzcrkBAW7Y3DW1rHZ8bw2e6mbk34uKVFmYJiikirY
M4xvQrqsHmjyOU6FvXxPFtfwfSP3b9onCqLvxeWrNzvib3CzUDZVJn53/jZ+
C8fvklf7hB0eE9IjNkSrrTHoAWz5UKMLH+gIGwnfwFuJQmpI/+vriSwKU5Eb
IRKZDFdGVBXD0jP6hJg+eqi0Aauru3z+8LEdG5W0c1WJd9pWNVBvTIKU8bYL
Rg9A/KEngeA6pi2QkDmC6GjwDHhsTrHywGJdyCWwo/pPBKKJsWC8NF6fjZCN
dKx03BBpzfEyMxSB+yVEUNPjDTWdoPhamPJrVHV4tl1TG1XetiLa2/if1WJH
+K9X4uHZ8indw7+7SGufKgE0WrSebKB1cR77RNXi9S0yBSF4v5HPtakfMR7t
YFdd/O+ybrE5q2aI5ZzsO0rbjY5WiYFQWUKi2vFeL+FO1UIuNQ5TNmECm8IC
n2CFKm1hfQpYm4PxO+TplIu224xw2Z7wb6UUEP+qaMHFK7mOG/K/leitQPeJ
gjEu1+CdXIW25Q8zYZKkJrx0pryXIhd7BXOhGDTM362KObp0rDUW4yEmVO9v
VKa3Zqn/7yTV7z1vy1PPYHuHBWs3fg3WSMkqPpPV4m7TSZqzosRZQg1FqINj
WAaOH/T88ie1q4Bj271B3XYRmoJndPpDGGhctZ6y2+P2wvcM8RGs625em+4i
w8nbuPg67gcvfSPvz8H7/qdEKXQnMbv6kc71bawjjGTsbqS6JKtDQU/X235A
ftJ5jbauzqfoM0C0r3DYQEBIEEJU+Uc/fIeWnhh78eSRiOMfyVNOe1OS1wEE
TziK9m7mC7LUEDY2oobvQTunC4vs86FBydBbjkKMQegNUxj2bJl+lAkxS4Zb
KmpCxW9NFA20U5T6lCJk2735uNHEJvIZ20aRLtvjDYO+LjDkE54GSedMorlN
9KEDnOgqjJLclirD64ikTLWcFwZRLRl02chZ/lYx0/OaUNvor9vRE5KHj2Jd
C8uzAWjptitOhMIf8KNBo0Ais/Vn5SMKc5qRRVfdEClV3RhF+fH7SsPeferL
FPrcijnwKhk2lJT8OY+1abAdUPmn4EScJ10IOVbJLOYBhMykzZsa0Mxm3EH4
YUVATpM97pXQUWlJBXjMd6pBxilVJNcgzhyggb7mMm8oSzv3496MqpUY1Yrw
OKQiTPvZZEueXSm0bnK5bgcxmZFodEON2ExHOOX4CdtYHCNMz71ycyUd562O
xXbMge2pAbCenUZy7yc8V6FZ1Eb94WtSKClEcIITrScs19tZOy5pvMeNgr0H
/7MkGq7ivw1D7Zl+bzQCuPCZZpQzYByVBvmFni/ipcmQEwLZaY2U5sTcwh1n
NRwpjLUalwvY93LksD9PDZdJfp9C7UahzkORdRPpOGH7EEQWjv66zlIyqcaM
G02jOEXb7c3X8CfZbd/5CHGPaX/wS7Mw5QdoQDMnnmBS/ID3AlKYIv8pfEqm
sA7HzqhdAAfIuhQlEdthJUgDwxAZBqEu7H7ZHBLpAoQ0hSy815wC0d74xTvv
4NHm+jCt7Ow0eYVnlOMwy/aTH6ecnxgH4+SZBixUkS0jWy3w1hQGrsifa0gO
9fsJmR8E146+e2GnNyMEDmwZKIj5hyz9mSMmWRhtd35Dv3oB8sZLe8oBhieG
x2RlM6fl4yHucn0dfJKmjr6c0WHi3LOydjTOoQgpBKlpBHvrF1QdzNpd33hp
qtaGJIbup9IpjkwEZMMXa/tw72Rvu6Y1gu4NLZM+FTkN36PGxdHgFpzQkJak
7ldqzQ+gx2ebpee5miNTwzkGWlvfUYR61wz02YobOoGHYGPAQLpQOTqUfvHW
2YR4QIOLhxu7/ZaYTzzePDFsA/nMEzpzW0/DJ57Sie2VJ+8/6+/3az3e3aXd
LdUUbz5/iNwyg3mhkIABFps/4DAcGcWKilpH8k3cQjC11xRUV+T83GeWmQzW
5+qpI5Q5wLVqp99iYBtsM3vJdWFW6EXn3rGj6FgWaypBi2vXVQa51whXRX9X
s5lVa3EgpY8DJ9JKp/OFFGf4kGn4EWYqk+voP3FFHI1bHwAA

-->

</rfc>
