<?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.8 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-fenner-intarea-extended-icmp-hostid-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="ICMP Node ID">Extending ICMP for Node Identification</title>
    <seriesInfo name="Internet-Draft" value="draft-fenner-intarea-extended-icmp-hostid-01"/>
    <author initials="B." surname="Fenner" fullname="Bill Fenner">
      <organization>Arista Networks</organization>
      <address>
        <postal>
          <street>5453 Great America Parkway</street>
          <city>Santa Clara</city>
          <region>California</region>
          <code>95054</code>
          <country>USA</country>
        </postal>
        <email>fenner@fenron.com</email>
      </address>
    </author>
    <author initials="R." surname="Thomas" fullname="Reji Thomas">
      <organization>Arista Networks</organization>
      <address>
        <postal>
          <street>Global Tech Park</street>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <code>560103</code>
          <country>India</country>
        </postal>
        <email>reji.thomas@arista.com</email>
      </address>
    </author>
    <date year="2024" month="April" day="23"/>
    <area>Internet</area>
    <workgroup>Internet Area Working Group</workgroup>
    <keyword>ICMP</keyword>
    <keyword>IPv6 nexthops</keyword>
    <keyword>Node identification</keyword>
    <abstract>
      <?line 56?>

<t>RFC5837 describes a mechanism for Extending ICMP for Interface and Next-Hop Identification,
which allows providing additional information in an ICMP error that helps identify
interfaces participating in the path.  This is especially useful in environments
where each interface may not have a unique IP address to respond to, e.g., a traceroute.</t>
      <t>This document introduces a similar ICMP extension for Node Identification.
It allows providing a unique IP address and/or a textual name for the node, in
the case where each node may not have a unique IP address (e.g., the
IPv6 nexthop deployment case described in draft-chroboczek-intarea-v4-via-v6).</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://fenner.github.io/icmp-node-id/draft-fenner-intarea-extended-icmp-hostid.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-fenner-intarea-extended-icmp-hostid/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Internet Area Working Group Working Group mailing list (<eref target="mailto:int-area@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/int-area/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/int-area/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/fenner/icmp-node-id"/>.</t>
    </note>
  </front>
  <middle>
    <?line 68?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In addition to adding incoming interface information to a traceroute
using the mechanisms described in <xref target="RFC5837"/>, a network operator
may be interested in adding information to identify nodes themselves.
<xref target="I-D.chroboczek-intarea-v4-via-v6"/> describes a scenario in which individual
nodes do not have unique IPv4 addresses to use to reply to an IPv4
traceroute, so additional information is needed.</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="node-identification-object">
      <name>Node Identification Object</name>
      <t>This section defines the Node Identification Object, an ICMP Extension
Object with a Class-Num (Object Class Value) of 5 that can be appended
to the following messages:</t>
      <ul spacing="normal">
        <li>
          <t>ICMPv4 Time Exceeded</t>
        </li>
        <li>
          <t>ICMPv4 Destination Unreachable</t>
        </li>
        <li>
          <t>ICMPv4 Parameter Problem</t>
        </li>
        <li>
          <t>ICMPv6 Time Exceeded</t>
        </li>
        <li>
          <t>ICMPv6 Destination Unreachable</t>
        </li>
      </ul>
      <t>For reasons described in <xref target="RFC4884"/>, this extension cannot be appended
to any of the currently defined ICMPv4 or ICMPv6 messages other than
those listed above.</t>
      <t>The extension defined herein <bcp14>MAY</bcp14> be appended to any of the above
listed messages and <bcp14>SHOULD</bcp14> be appended whenever required to identify
the node and when local policy or security
considerations do not supersede this requirement.</t>
      <t>Similarly to the Interface Identification Object defined in <xref target="RFC5837"/>,
there are two different pieces of information that can appear in a
Node Information Object.</t>
      <ol spacing="normal" type="1"><li>
          <t>An IP Address Sub-Object <bcp14>MAY</bcp14> be included, containing an address
of sufficient scope to identify the node within the domain.
The IP Address Sub-Object is defined in <xref target="IPAddr"/> of this memo.</t>
        </li>
        <li>
          <t>A Node Name Sub-Object <bcp14>MAY</bcp14> be included, as specified in <xref target="Name"/>,
containing up to 63 octets of the yang sys:hostname or another
appropriate name uniquely identifying the node.</t>
        </li>
      </ol>
      <section anchor="c-type-meaning-in-a-node-identification-object">
        <name>C-Type Meaning in a Node Identification Object</name>
        <t>The C-Type contains a bitmask describing what information is included
in this Node Identification Object.</t>
        <figure anchor="ctypeFig">
          <name>C-Type for the Node Identification Object</name>
          <artwork><![CDATA[
Bit     0       1       2       3       4       5       6       7
    +-------+-------+-------+-------+-------+-------+-------+-------+
    |               Reserved                | IPAddr|  name | Rsvd2 |
    +-------+-------+-------+-------+-------+-------+-------+-------+
]]></artwork>
        </figure>
        <t>The following are bit-field definitions for C-Type:</t>
        <t>Reserved (bits 0-4): These bits are reserved for future use
and <bcp14>MUST</bcp14> be set to 0 on transmit and ignored on receipt.</t>
        <t>IP Addr (bit 5) : When set, an IP Address Sub-Object is present.
When clear, an IP Address Sub-Object is not present.  The IP Address
Sub-Object is described in <xref target="IPAddr"/> of this memo.</t>
        <t>Node Name (bit 6): When set, an Node Name Sub-Object is
included.  When clear, it is not included.  The Name Sub-Object is
described in <xref target="Name"/> of this memo.</t>
        <t>Rsvd2 (bit 7): This bit is reserved for future use
and <bcp14>MUST</bcp14> be set to 0 on transmit and ignored on receipt.</t>
        <t>The information included does not self-identify, so this
specification defines a specific ordering for sending the information
that must be followed.</t>
        <t>If bit 5 (IP Address) is set, a Node IP Address Sub-Object <bcp14>MUST</bcp14>
be sent first.  If bit 6 (Name) is set, a Node Name Sub-Object
<bcp14>MUST</bcp14> be sent next.  The information order is thus: IP Address Sub-Object,
Node Name Sub-Object.  Any or all pieces of information may be
present or absent, as indicated by the C-Type.  Any data that follows
these optional pieces of information <bcp14>MUST</bcp14> be ignored.</t>
        <t>It is valid (though pointless until additional bits are assigned by
IANA) to receive an Interface Information Object where bits 5 and 6
are both 0; this <bcp14>MUST NOT</bcp14> generate a warning or error.</t>
      </section>
      <section anchor="IPAddr">
        <name>Node IP Address Sub-Object</name>
        <t>If the Node Identification Object identifies the node by
address, the Object Payload contains an address sufficient
to identify the node within the appropriate scope - global
or as otherwise configured - as depicted in <xref target="addrFig"/>.</t>
        <figure anchor="addrFig">
          <name>Node Identification Object - C-Type 2 Payload</name>
          <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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|              AFI              |            Reserved           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           Address...
]]></artwork>
        </figure>
        <t>Payload fields are defined as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Address Family Identifier (AFI): This 16-bit field identifies
the type of address represented by the Address field.
Values for this field represent a subset of values
found in the IANA registry of Address Family Numbers (available
from  <xref target="IANA.address-family-numbers"/>).  Valid values are 1 (representing a
32-bit IPv4 address) and 2 (representing a 128-bit IPv6 address).</t>
          </li>
          <li>
            <t>Reserved: This field <bcp14>MUST</bcp14> be set to 0 and ignored upon
receipt.</t>
          </li>
          <li>
            <t>Address: This variable-length field represents an address
of appropriate scope (global, if none other defined) that
can be used to identify the node.</t>
          </li>
        </ul>
      </section>
      <section anchor="Name">
        <name>Node Name Sub-Object</name>
        <t><xref target="nodeFig"/> depicts the Node Name Sub-Object:</t>
        <figure anchor="nodeFig">
          <name>Node Identification Object Node Name Sub-Object</name>
          <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    |                  Node Name...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <t>The Node Name Sub-Object <bcp14>MUST</bcp14> have a length that is a multiple
of 4 octets and <bcp14>MUST NOT</bcp14> exceed 64 octets.</t>
        <t>The Length field represents the length of the Node Name Sub-
Object, including the length and the interface name in octets.  The
maximum valid length is 64 octets.  The length is constrained to
ensure there is space for the start of the original packet and
additional information.</t>
        <t>The second field contains the human-readable node name.  The node
name <bcp14>SHOULD</bcp14> be the sys:hostname <xref target="RFC7317"/>, if less than 64 octets,
or the first 63 octets of the sys:hostname, if the sys:hostname is
longer.  The node name <bcp14>MAY</bcp14> be some other human-meaningful name of
the interface.  The node name <bcp14>MUST</bcp14> be padded with ASCII NUL characters
if the object would not otherwise terminate on a 4-octet boundary.</t>
        <t>The interface name <bcp14>MUST</bcp14> be represented in the UTF-8 charset <xref target="RFC3629"/>
using the Default Language <xref target="RFC2277"/>.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>It may not be desirable to allow this information to be sent to
an arbitrary receiver.  The addition of this information <bcp14>SHOULD</bcp14>
be configurable, and <bcp14>MUST</bcp14> default to off.  An implementation
<bcp14>SHOULD</bcp14> determine what objects may be appended to a given message
based on the destination IP address of the ICMP message that will
contain the objects.</t>
      <t>The intended field of use for the extensions defined in this document
is administrative debugging and troubleshooting.  The extensions
herein defined supply additional information in ICMP responses.
These mechanisms are not intended to be used in non-debugging
applications.</t>
      <t>This document does not specify an authentication mechanism for the
extension that it defines.  Application developers should be aware
that ICMP messages and their contents are easily spoofed.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This IANA has allocated the ICMP Extension
Object Class value 5 to the extension described above.  The corresponding
Class Sub-types Registry is as follows:</t>
      <table>
        <thead>
          <tr>
            <th align="left">C-Type (Value)</th>
            <th align="left">Description</th>
            <th align="left">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">0-4</td>
            <td align="left">Unallocated - allocatable with Standards Action</td>
            <td align="left">[This document]</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">IP Address Sub-object included</td>
            <td align="left">[This document]</td>
          </tr>
          <tr>
            <td align="left">6</td>
            <td align="left">Name Sub-object included</td>
            <td align="left">[This document]</td>
          </tr>
          <tr>
            <td align="left">7</td>
            <td align="left">Unallocated - allocatable with Standards Action</td>
            <td align="left">[This document]</td>
          </tr>
        </tbody>
      </table>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC2277">
          <front>
            <title>IETF Policy on Character Sets and Languages</title>
            <author fullname="H. Alvestrand" initials="H." surname="Alvestrand"/>
            <date month="January" year="1998"/>
            <abstract>
              <t>This document is the current policies being applied by the Internet Engineering Steering Group (IESG) towards the standardization efforts in the Internet Engineering Task Force (IETF) in order to help Internet protocols fulfill these requirements. 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="18"/>
          <seriesInfo name="RFC" value="2277"/>
          <seriesInfo name="DOI" value="10.17487/RFC2277"/>
        </reference>
        <reference anchor="RFC4884">
          <front>
            <title>Extended ICMP to Support Multi-Part Messages</title>
            <author fullname="R. Bonica" initials="R." surname="Bonica"/>
            <author fullname="D. Gan" initials="D." surname="Gan"/>
            <author fullname="D. Tappan" initials="D." surname="Tappan"/>
            <author fullname="C. Pignataro" initials="C." surname="Pignataro"/>
            <date month="April" year="2007"/>
            <abstract>
              <t>This document redefines selected ICMP messages to support multi-part operation. A multi-part ICMP message carries all of the information that ICMP messages carried previously, as well as additional information that applications may require.</t>
              <t>Multi-part messages are supported by an ICMP extension structure. The extension structure is situated at the end of the ICMP message. It includes an extension header followed by one or more extension objects. Each extension object contains an object header and object payload. All object headers share a common format.</t>
              <t>This document further redefines the above mentioned ICMP messages by specifying a length attribute. All of the currently defined ICMP messages to which an extension structure can be appended include an "original datagram" field. The "original datagram" field contains the initial octets of the datagram that elicited the ICMP error message. Although the original datagram field is of variable length, the ICMP message does not include a field that specifies its length. Therefore, in order to facilitate message parsing, this document allocates eight previously reserved bits to reflect the length of the "original datagram" field.</t>
              <t>The proposed modifications change the requirements for ICMP compliance. The impact of these changes on compliant implementations is discussed, and new requirements for future implementations are presented.</t>
              <t>This memo updates RFC 792 and RFC 4443. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4884"/>
          <seriesInfo name="DOI" value="10.17487/RFC4884"/>
        </reference>
        <reference anchor="RFC5837">
          <front>
            <title>Extending ICMP for Interface and Next-Hop Identification</title>
            <author fullname="A. Atlas" initials="A." role="editor" surname="Atlas"/>
            <author fullname="R. Bonica" initials="R." role="editor" surname="Bonica"/>
            <author fullname="C. Pignataro" initials="C." role="editor" surname="Pignataro"/>
            <author fullname="N. Shen" initials="N." surname="Shen"/>
            <author fullname="JR. Rivers" initials="JR." surname="Rivers"/>
            <date month="April" year="2010"/>
            <abstract>
              <t>This memo defines a data structure that can be appended to selected ICMP messages. The ICMP extension defined herein can be used to identify any combination of the following: the IP interface upon which a datagram arrived, the sub-IP component of an IP interface upon which a datagram arrived, the IP interface through which the datagram would have been forwarded had it been forwardable, and the IP next hop to which the datagram would have been forwarded.</t>
              <t>Devices can use this ICMP extension to identify interfaces and their components by any combination of the following: ifIndex, IPv4 address, IPv6 address, name, and MTU. ICMP-aware devices can use these extensions to identify both numbered and unnumbered interfaces. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5837"/>
          <seriesInfo name="DOI" value="10.17487/RFC5837"/>
        </reference>
        <reference anchor="RFC7317">
          <front>
            <title>A YANG Data Model for System Management</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="August" year="2014"/>
            <abstract>
              <t>This document defines a YANG data model for the configuration and identification of some common system properties within a device containing a Network Configuration Protocol (NETCONF) server. This document also includes data node definitions for system identification, time-of-day management, user management, DNS resolver configuration, and some protocol operations for system management.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7317"/>
          <seriesInfo name="DOI" value="10.17487/RFC7317"/>
        </reference>
        <reference anchor="IANA.address-family-numbers" target="http://www.iana.org/assignments/address-family-numbers">
          <front>
            <title>Address Family Numbers</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </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 anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.chroboczek-intarea-v4-via-v6">
          <front>
            <title>IPv4 routes with an IPv6 next hop</title>
            <author fullname="Juliusz Chroboczek" initials="J." surname="Chroboczek">
              <organization>IRIF, University of Paris</organization>
            </author>
            <author fullname="Warren &quot;Ace&quot; Kumari" initials="W. A." surname="Kumari">
              <organization>Google, LLC</organization>
            </author>
            <author fullname="Toke Høiland-Jørgensen" initials="T." surname="Høiland-Jørgensen">
              <organization>Red Hat</organization>
            </author>
            <date day="21" month="January" year="2024"/>
            <abstract>
              <t>   We propose "v4-via-v6" routing, a technique that uses IPv6 next-hop
   addresses for routing IPv4 packets, thus making it possible to route
   IPv4 packets across a network where routers have not been assigned
   IPv4 addresses.  We describe the technique, and discuss its
   operational implications.

   { Editor note: This document was originally published as draft-
   chroboczek-int-v4-via-v6, and later renamed to draft-chroboczek-
   intarea-v4-via-v6 . }

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-chroboczek-intarea-v4-via-v6-00"/>
        </reference>
      </references>
    </references>
    <?line 284?>

<section anchor="change-history">
      <name>Change history</name>
      <t>This section is to be removed before publishing as an RFC.</t>
      <section anchor="changes-since-draft-fenner-intarea-extended-icmp-hostid-00">
        <name>Changes since draft-fenner-intarea-extended-icmp-hostid-00</name>
        <ul spacing="normal">
          <li>
            <t>Instead of having two different messages with the same Class Value
and different CType values, we copy the bitmap implementation
from <xref target="RFC5837"/>.  The re-use of bit positions means that packet
parsing and generation code can be largely reused from existing
<xref target="RFC5837"/> code.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document derives text heavily from <xref target="RFC5837"/>, since the
underlying mechanism is identical, and only the semantics of the
message differs.  Thanks are therefore due to that document's
authors: Alia K. Atlas, Ronald P. Bonica, Carlos Pignataro,
Naiming Shen and JR. Rivers.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
JW6lZVgCkX+uvH2kSya+WM6k/NIMKcNB7pzHYtLINlWR+r0EONy797XjMnFt
K1ehUy531JzuaKhEhgRnp5Iow/Ot9cfH3R7rBzAMK7P9DuVOqx2TNkg7PmKz
dPttuwxlR+uD5eHReRp71o6lDlDrctHUwRBPcnw3rzczJFTZye3tMUYZcwU4
wYazUldjwOmacf1qGUcn9wSDdgIEgfWMgFiVjrV99KJdTjt0LRL6JaAmxcbK
rwPO6yzp4QWzImDVA41k5IqI1mn4rM3qPwdt73in/fO9dhZB2tHJ/2NIC1t+
AmHhX9cMv3TFJQ7Fg/kZOLTpsLZlLHU2V+jk4vG6IfopcxnD91BNWZsZQhbO
eZJK8Zb8EiPQ3BmTZ+ltpLjvnvF4cqi4ih1tcC+RWomBFycKG6fQyoHRJkLD
xSWQKC7OrFFM1WczbaaRScW52M9SycAul2+owQTuzshcW0GX6NTwYWpE1HVG
a6Wa0tfK1Ul968zYMMlT+Z1m4i829++jZbzO6dIqWKblLCRq0kxVlTmtCgKN
QFBof1Fb+lvwfpetNlan2w3h1hVdXFKPEZjBzJE6gcvN74m4D+bqT1ssXXks
48kiqEZKW42162gWTiK2e7ydJqQKm5qG3gpd/4WmzUisnONTQRF4Z7AldRKp
fzy4vbi8lFef3sl8oujuFFlCRP1sJLO2gVWpilqyNQybUqNWUyGm5EnG2wXB
RRJTbtHWZCsuldbv5tCY8D59fJudswqUFdjgdKv8+Ni533qtRwqhI9+patyo
cTwXunFmWvhC3sbWJl3jdFqbXAOkO8Ah3+IZx95AbViiCyFNr911pcoJrksp
xSHDOWwt1QDpnNobvFQAd8UEp6JCLtFbWndvGe1F3BPWs6MR1z7STAEOhOmh
uoyOWehgcx06YOFsfCyxVjvLcgz9qtRJFkPlQ8HMLcpOh71zAxrdlC8a4ryA
WPemLEWMqI5T+M4J87oh9CCGruNSULf98JWW58qFlSBILLAvojp84Y+hw2Y8
Dh1ZbMjZBjbzE2uJbkSrLyWL2GJPC/hmRheBz9/G8x7DNbeni8vQZepcnhIj
Cp2QurVp4gGYD8aQtSrSbVgZ04V/cju+bD9wP2HB3KSBZZBkYopZ/VEC3UAv
LxFCykhddALYwXI1PJ3rki5x+d6NQpT8ABWkDg2J7ln6hPLGMTwGosSX5J74
JIxhR/EOlLnnegTxvvjNBCSbgiaU7q3TPLmdCpdQTDLpAsquOkSnzRUuUMKx
5tbFHyCQbYMIymDEwj3YZCTE5DNdqv8lFQo78dLrC90kQT43C6hPqvmCIdcY
epCd4MmnarmJLG2IQYFh8bZWBGSoLwZ5lPGfP64c7k8Qdcot2ZW6PGJm24Ha
OO8Mj9vs/LNmvPx1VOafIwyRVPmyG46HMMeI2rrF2u2k8dHtnZ5aKhqHGg6K
3IFgNH7C0clcGxAcO/4sDhKwE/1LfoZ3wBeA4ApI0oQg4E0M+Ss3Q60j8145
e5IBO1ed9Ps1OPlyygW7RChz9uQ9edcssHe+VpitA22soH6M91Q/RZ90OiNM
s6H5NrM+9q8p/foQo4GmQMAM+SsBV2zr8EUkpeBYTpTKjenqxGkGFF5SfzaE
ymNIaFfnSRyQg/yusvelLsbhtz0P/VDN6eL3WyNVer31+AR4tAOSev7BjJxo
GBQr8lIrPwYJR0Wgg7StXbkIt8AJkUz6hVJOxVL7WwA2vgYDwYuUOURKGsH8
gQyq6i6gDHM+dp+i0QELVN1qu+3jb/dQ4g1Ko+Sfe3JQ42D35A0BeCGve/KV
raDGnrxQrrReXqNehPM7uyeulOGfy9xSO5uU/LebnryhDA1A/icMSUbfcSoA
AA==

-->

</rfc>
