<?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.11 (Ruby 3.2.4) -->
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-ipfix-fixes-10" category="std" consensus="true" submissionType="IETF" tocDepth="2" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="IPFIX IANA Fixes">Simple Fixes to the IP Flow Information Export (IPFIX) IANA Registry</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-ipfix-fixes-10"/>
    <author fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <author fullname="Benoit Claise">
      <organization>Huawei</organization>
      <address>
        <email>benoit.claise@huawei.com</email>
      </address>
    </author>
    <date year="2024" month="May" day="22"/>
    <area>Operations and Management</area>
    <workgroup>OPSAWG</workgroup>
    <keyword>IPFIX</keyword>
    <keyword>Operations</keyword>
    <keyword>Network Providers</keyword>
    <keyword>Network Managment</keyword>
    <keyword>Anomaly detection</keyword>
    <keyword>Telemetry</keyword>
    <abstract>
      <?line 68?>

<t>This document provides simple fixes to the IANA IP Flow Information Export (IPFIX) registry. Specifically, this document provides updates to fix shortcomings in the description of some Information Elements (IE), updates to ensure a consistent structure when citing an existing IANA registry, and updates to fix broken pointers, orphaned section references, etc. The updates are also meant to bring some consistency among the entries of the registry.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Operations and Management Area Working Group Working Group mailing list (opsawg@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/opsawg/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/boucadair/simple-ipfix-fixes"/>.</t>
    </note>
  </front>
  <middle>
    <?line 73?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>When OPSAWG was considering <xref target="RFC9565"/> which updates <xref target="RFC7125"/>, the WG realized that some parts of the IANA IP Flow Information Export (IPFIX) registry <xref target="IANA-IPFIX"/> were not up-to-date. This document intends to update the IANA registry and bring some consistency among the entries of the registry.</t>
      <t>As discussed with IANA during the publication process of <xref target="RFC9487"/>, the "Additional Information" entry in <xref target="IANA-IPFIX"/> should contain a link to an existing registry, when applicable, as opposed to having:</t>
      <ul spacing="normal">
        <li>
          <t>A link to an existing registry in the "Description" entry.</t>
        </li>
        <li>
          <t>The registry detailed values repeated in the "Description" entry. This practice has the drawback that the description must be updated each time the registry is updated.</t>
        </li>
      </ul>
      <t>Therefore, this document lists a set of simple fixes to the IPFIX IANA registry <xref target="IANA-IPFIX"/>. These fixes are classified as follows:</t>
      <ul spacing="normal">
        <li>
          <t>Updates that fix a shortcoming in the description of an IE (<xref target="desc"/>).</t>
        </li>
        <li>
          <t>Updates that require adding a pointer to an existing IANA registry (<xref target="to-iana"/>).</t>
        </li>
        <li>
          <t>Updates that are meant to ensure a consistent structure when calling an existing IANA registry (<xref target="consistent"/>).</t>
        </li>
        <li>
          <t>Miscellaneous updates that fix broken pointers, orphaned section references, etc. (<xref target="misc"/>).</t>
        </li>
      </ul>
      <t>These updates are also meant to facilitate the automatic extraction of the values maintained in IANA registries (e.g., with a cron job), required by Collectors to be able to support new IPFIX IEs and, more importantly, adequately interpret new values in registries specified by those IPFIX IEs.</t>
      <t>Note that, as per <xref section="5" sectionFormat="of" target="RFC7012"/>, <xref target="IANA-IPFIX"/> is the normative reference for the IPFIX IEs that were defined in <xref target="RFC5102"/>. Therefore, the updates in this document do not update any part of <xref target="RFC7011"/>.</t>
      <t>Likewise, this document is not marked as formally updating <xref target="RFC5477"/>, <xref target="RFC5610"/>, <xref target="RFC5655"/>, <xref target="RFC6235"/>, <xref target="RFC6759"/>, <xref target="RFC7014"/>, <xref target="RFC7015"/>, <xref target="RFC7133"/>, <xref target="RFC7270"/>, <xref target="RFC8038"/>, and <xref target="RFC8158"/>.</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?>

<t>This document uses the IPFIX-specific terminology (Information Element, Template,
   Collector,  Data Record, Flow Record, Exporting Process,
   Collecting Process, etc.) defined in
   Section 2 of <xref target="RFC7011"/>. As in <xref target="RFC7011"/>, these IPFIX-specific terms
   have the first letter of a word capitalized.</t>
    </section>
    <section anchor="why-an-rfc-is-needed-for-these-updates">
      <name>Why An RFC is Needed for These Updates?</name>
      <t>Many of the edits in this document may be handled by the IPFIX Experts (informally called the IE-DOCTORS <xref target="RFC7013"/>). However, and given that many of the impacted IEs were created via the IETF stream, the following from <xref section="5.1" sectionFormat="of" target="RFC7013"/> is followed:</t>
      <ul empty="true">
        <li>
          <t>This process should not in any way be construed as allowing the IE-DOCTORS to overrule IETF consensus.  Specifically, Information Elements in the IANA IE registry that were added with IETF consensus require IETF consensus for revision or deprecation.</t>
        </li>
      </ul>
    </section>
    <section anchor="desc">
      <name>Update the Description</name>
      <section anchor="sourcetransportport">
        <name>sourceTransportPort</name>
        <section anchor="old">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The source port identifier in the transport header. For the transport protocols UDP, TCP, and SCTP, this is the source port number given in the respective header. This field <bcp14>MAY</bcp14> also be used for future transport protocols that have 16-bit source port identifiers.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC0768"/> for the definition of the UDP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9293"/> for the definition of the TCP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9260"/> for the definition of SCTP.</t>
            </dd>
            <dt/>
            <dd>
              <t>Additional information on defined UDP and TCP port numbers can be found at [https://www.iana.org/assignments/service-names-port-numbers].</t>
            </dd>
          </dl>
        </section>
        <section anchor="new">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The source port identifier in the transport protocol header. For transport protocols such as UDP, TCP, SCTP, and DCCP, this is the source port number given in the respective header. This field <bcp14>MAY</bcp14> also be used for future transport protocols that have 16-bit source port identifiers.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC0768"/> for the definition of the UDP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9293"/> for the definition of the TCP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9260"/> for the definition of the SCTP source port number field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC4340"/> for the definition of the DCCP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See the assigned transport protocol (e.g., UDP, TCP, SCTP, and DCCP) port numbers at https://www.iana.org/assignments/service-names-port-numbers.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="destinationtransportport">
        <name>destinationTransportPort</name>
        <section anchor="old-1">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The destination port identifier in the transport header. For the transport protocols UDP, TCP, and SCTP, this is the destination port number given in the respective header. This field <bcp14>MAY</bcp14> also be used for future transport protocols that have 16-bit destination port identifiers.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC0768"/> for the definition of the UDP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9293"/> for the definition of the TCP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9260"/> for the definition of SCTP.</t>
            </dd>
            <dt/>
            <dd>
              <t>Additional information on defined UDP and TCP port numbers can be found at [https://www.iana.org/assignments/service-names-port-numbers].</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-1">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The destination port identifier in the transport protocol header. For transport protocols such as UDP, TCP, SCTP, and DCCP, this is the destination port number given in the respective header. This field <bcp14>MAY</bcp14> also be used for future transport protocols that have 16-bit destination port identifiers.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC0768"/> for the definition of the UDP destination port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9293"/> for the definition of the TCP destination port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9260"/> for the definition of the SCTP destination port number field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC4340"/> for the definition of the DCCP destination port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See the assigned transport protocol (e.g., UDP, TCP, SCTP, and DCCP) port numbers at https://www.iana.org/assignments/service-names-port-numbers.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="forwardingstatus">
        <name>forwardingStatus</name>
        <t>The current forwardingStatus entry in <xref target="IANA-IPFIX"/> deviates from what is provided in <xref target="RFC7270"/>. In particular, the registered Abstract Data Type is unsigned8, while it must be unsigned32. The following update fixes that issue. The description is also updated to clarify the use of the reduced-size encoding as per <xref section="6.2" sectionFormat="of" target="RFC7011"/>.</t>
        <section anchor="old-2">
          <name>OLD</name>
          <artwork><![CDATA[
   - Description:  This Information Element describes the forwarding
                   status of the flow and any attached reasons.

                   The layout of the encoding is as follows:

                   MSB  -  0   1   2   3   4   5   6   7  -  LSB
                         +---+---+---+---+---+---+---+---+
                         | Status|  Reason code or flags |
                         +---+---+---+---+---+---+---+---+

                   See the Forwarding Status sub-registries at
                   [Forwarding-Status].

                   Examples:

                   value : 0x40 = 64
                   binary: 01000000
                   decode: 01        -> Forward
                             000000  -> No further information

                   value : 0x89 = 137
                   binary: 10001001
                   decode: 10        -> Drop
                             001001  -> Bad TTL

   - Additional Information: See "NetFlow Version 9 Flow-Record Format"
             [CCO-NF9FMT].

   - Abstract Data Type: unsigned8
]]></artwork>
        </section>
        <section anchor="new-2">
          <name>NEW</name>
          <artwork><![CDATA[
   - Description:  This Information Element describes the forwarding
                   status of the flow and any attached reasons.
                   IPFIX reduced-size encoding is used as required.

                   A structure is currently associated with the first
                   byte. Future versions may be defined to associate
                   meanings with the remaining bits.

                   The current version of the Information Element
                   should be exported as unsigned8.

                   The layout of the encoding is as follows:

                   MSB  -  0   1   2   3   4   5   6   7  -  LSB
                         +---+---+---+---+---+---+---+---+
                         | Status|  Reason code or flags |
                         +---+---+---+---+---+---+---+---+

                   Examples:

                   value : 0x40 = 64
                   binary: 01000000
                   decode: 01        -> Forward
                             000000  -> No further information

                   value : 0x89 = 137
                   binary: 10001001
                   decode: 10        -> Drop
                             001001  -> Bad TTL

   - Additional Information: See "NetFlow Version 9 Flow-Record Format"
             [CCO-NF9FMT]. See the Forwarding Status sub-registries
             at [Forwarding-Status].

   - Abstract Data Type: unsigned32
]]></artwork>
        </section>
      </section>
      <section anchor="collectortransportport">
        <name>collectorTransportPort</name>
        <section anchor="old-3">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The destination port identifier to which the Exporting Process sends Flow information. For the transport protocols UDP, TCP, and SCTP, this is the destination port number. This field <bcp14>MAY</bcp14> also be used for future transport protocols that have 16-bit source port identifiers.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC0768"/> for the definition of the UDP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9293"/> for the definition of the TCP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9260"/> for the definition of SCTP.</t>
            </dd>
            <dt/>
            <dd>
              <t>Additional information on defined UDP and TCP port numbers can be found at [https://www.iana.org/assignments/service-names-port-numbers].</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-3">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The destination port identifier to which the Exporting Process sends Flow information. For transport protocols such as UDP, TCP, and SCTP, this is the destination port number. This field <bcp14>MAY</bcp14> also be used for future transport protocols that have 16-bit source port identifiers.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC0768"/> for the definition of the UDP destination port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9293"/> for the definition of the TCP destination port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9260"/> for the definition of the SCTP destination port number field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See the assigned transport protocol (e.g., UDP, TCP, and SCTP) port numbers at https://www.iana.org/assignments/service-names-port-numbers.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="exportertransportport">
        <name>exporterTransportPort</name>
        <section anchor="old-4">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The source port identifier from which the Exporting Process sends Flow information. For the transport protocols UDP, TCP, and SCTP, this is the source port number. This field <bcp14>MAY</bcp14> also be used for future transport protocols that have 16-bit source port identifiers. This field may be useful for distinguishing multiple Exporting Processes that use the same IP address.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC0768"/> for the definition of the UDP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9293"/> for the definition of the TCP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9260"/> for the definition of SCTP.</t>
            </dd>
            <dt/>
            <dd>
              <t>Additional information on defined UDP and TCP port numbers can be found at [https://www.iana.org/assignments/service-names-port-numbers].</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-4">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The source port identifier from which the Exporting Process sends Flow information. For transport protocols such as UDP, TCP, and SCTP, this is the source port number. This field <bcp14>MAY</bcp14> also be used for future transport protocols that have 16-bit source port identifiers.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC0768"/> for the definition of the UDP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9293"/> for the definition of the TCP source port field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC9260"/> for the definition of the SCTP source port number field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See the assigned transport protocol (e.g., UDP, TCP, and SCTP) port numbers at https://www.iana.org/assignments/service-names-port-numbers.</t>
            </dd>
          </dl>
        </section>
      </section>
    </section>
    <section anchor="to-iana">
      <name>Point to An Existing IANA Registry</name>
      <t>This document requests IANA to update the following entries by adding the indicated "Additional Information" to the <xref target="IANA-IPFIX"/> registry:</t>
      <table>
        <name>Cite an IANA Registry under Additional Information</name>
        <thead>
          <tr>
            <th align="left">IE</th>
            <th align="left">Additional Information</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">icmpTypeCodeIPv4</td>
            <td align="left">https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml</td>
          </tr>
          <tr>
            <td align="left">igmpType</td>
            <td align="left">https://www.iana.org/assignments/igmp-type-numbers/igmp-type-numbers.xhtml#igmp-type-numbers-1</td>
          </tr>
          <tr>
            <td align="left">icmpTypeCodeIPv6</td>
            <td align="left">https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml</td>
          </tr>
          <tr>
            <td align="left">icmpTypeIPv4</td>
            <td align="left">https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml#icmp-parameters-types</td>
          </tr>
          <tr>
            <td align="left">icmpCodeIPv4</td>
            <td align="left">https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml#icmp-parameters-codes</td>
          </tr>
          <tr>
            <td align="left">icmpTypeIPv6</td>
            <td align="left">https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml#icmpv6-parameters-2</td>
          </tr>
          <tr>
            <td align="left">icmpCodeIPv6</td>
            <td align="left">https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml#icmpv6-parameters-3</td>
          </tr>
          <tr>
            <td align="left">privateEnterpriseNumber</td>
            <td align="left">https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="consistent">
      <name>Consistent Citation of IANA Registries</name>
      <t>This document requests IANA to update <xref target="IANA-IPFIX"/> for each of the IE entries listed in the following subsections.</t>
      <section anchor="mplstoplabeltype">
        <name>mplsTopLabelType</name>
        <section anchor="old-5">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This field identifies the control protocol that allocated the top-of-stack label. Values for this field are listed in the MPLS label type registry.</t>
            </dd>
            <dt/>
            <dd>
              <t>See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-mpls-label-type.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC3031"/> for the MPLS label structure.</t>
            </dd>
            <dt/>
            <dd>
              <t>See the list of MPLS label types assigned by IANA at [https://www.iana.org/assignments/mpls-label-values].</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-5">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This field identifies the control protocol that allocated the top-of-stack label. Values for this field are listed in the MPLS label type registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the IPFIX MPLS label type registry ([https://www.iana.org/assignments/mpls-label-values]).</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3031"/> for the MPLS label structure.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="classificationengineid">
        <name>classificationEngineId</name>
        <section anchor="old-6">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A unique identifier for the engine that determined the Selector ID. Thus, the Classification Engine ID defines the context for the Selector ID. The Classification Engine can be considered a specific registry for application assignments.</t>
            </dd>
            <dt/>
            <dd>
              <t>Values for this field are listed in the Classification Engine IDs registry. See https://www.iana.org/assignments/ipfix/ipfix.xhtml#classification-engine-ids.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-6">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A unique identifier for the engine that determined the Selector ID. Thus, the Classification Engine ID defines the context for the Selector ID. The Classification Engine can be considered a specific registry for application assignments.</t>
            </dd>
            <dt/>
            <dd>
              <t>Values for this field are listed in the Classification Engine IDs registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the Classification Engine IDs registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#classification-engine-ids]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="flowendreason">
        <name>flowEndReason</name>
        <section anchor="old-7">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The reason for Flow termination. Values are listed in the flowEndReason registry. See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-flow-end-reason.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-7">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The reason for Flow termination. Values are listed in the flowEndReason registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the flowEndReason registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-flow-end-reason]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="natoriginatingaddressrealm">
        <name>natOriginatingAddressRealm</name>
        <section anchor="old-8">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>Indicates whether the session was created because traffic originated in the private or public address realm. postNATSourceIPv4Address, postNATDestinationIPv4Address, postNAPTSourceTransportPort, and postNAPTDestinationTransportPort are qualified with the address realm in perspective.</t>
            </dd>
            <dt/>
            <dd>
              <t>Values are listed in the natOriginatingAddressRealm registry. See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-originating-address-realm.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC3022"/> for the definition of NAT.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-8">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>Indicates whether the session was created because traffic originated in the private or public address realm. postNATSourceIPv4Address, postNATDestinationIPv4Address, postNAPTSourceTransportPort, and postNAPTDestinationTransportPort are qualified with the address realm in perspective.</t>
            </dd>
            <dt/>
            <dd>
              <t>Values are listed in the natOriginatingAddressRealm registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the natOriginatingAddressRealm registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-originating-address-realm]).</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3022"/> for the definition of NAT.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="natevent">
        <name>natEvent</name>
        <section anchor="old-9">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies a NAT event. This IE identifies the type of a NAT event. Examples of NAT events include, but are not limited to, NAT translation create, NAT translation delete, Threshold Reached, or Threshold Exceeded, etc. Values for this Information Element are listed in the "NAT Event Type" registry, see https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-event-type.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC3022"/> for the definition of NAT.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3234"/> for the definition of middleboxes.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC8158"/> for the definitions of values 4-16.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-9">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies a NAT event. This IE identifies the type of a NAT event. Examples of NAT events include, but are not limited to, NAT translation create, NAT translation delete, Threshold Reached, or Threshold Exceeded, etc. Values for this Information Element are listed in the "NAT Event Type" registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the NAT Event Type registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-event-type]).</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3022"/> for the definition of NAT.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3234"/> for the definition of middleboxes.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC8158"/> for the definitions of values 4-16.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="firewallevent">
        <name>firewallEvent</name>
        <section anchor="old-10">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>Indicates a firewall event. Allowed values are listed in the firewallEvent registry.</t>
            </dd>
            <dt/>
            <dd>
              <t>See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-firewall-event.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-10">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>Indicates a firewall event. Allowed values are listed in the firewallEvent registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the firewallEvent registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-firewall-event]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="biflowdirection">
        <name>biflowDirection</name>
        <section anchor="old-11">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the direction assignment method used to assign the Biflow Source and Destination. This Information Element <bcp14>MAY</bcp14> be present in a Flow Data Record, or applied to all flows exported from an Exporting Process or Observation Domain using IPFIX Options. If this Information Element is not present in a Flow Record or associated with a Biflow via scope, it is assumed that the configuration of the direction assignment method is done out-of-band. Note that when using IPFIX Options to apply this Information Element to all flows within an Observation Domain or from an Exporting Process, the Option <bcp14>SHOULD</bcp14> be sent reliably. If reliable transport is not available (i.e., when using UDP), this Information Element <bcp14>SHOULD</bcp14> appear in each Flow Record. Values are listed in the biflowDirection registry. See [https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-biflow-direction].</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-11">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the direction assignment method used to assign the Biflow Source and Destination. This Information Element <bcp14>MAY</bcp14> be present in a Flow Data Record, or applied to all flows exported from an Exporting Process or Observation Domain using IPFIX Options. If this Information Element is not present in a Flow Record or associated with a Biflow via scope, it is assumed that the configuration of the direction assignment method is done out-of-band. Note that when using IPFIX Options to apply this Information Element to all flows within an Observation Domain or from an Exporting Process, the Option <bcp14>SHOULD</bcp14> be sent reliably. If reliable transport is not available (i.e., when using UDP), this Information Element <bcp14>SHOULD</bcp14> appear in each Flow Record. Values are listed in the biflowDirection registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the biflowDirection registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-biflow-direction]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="observationpointtype">
        <name>observationPointType</name>
        <section anchor="old-12">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>Type of observation point. Values are listed in the observationPointType registry. See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-observation-point-type.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-12">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>Type of observation point. Values are listed in the observationPointType registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the observationPointType registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-observation-point-type]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="anonymizationtechnique">
        <name>anonymizationTechnique</name>
        <section anchor="old-13">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the anonymization technique applied to a referenced Information Element within a referenced Template. Each technique may be applicable only to certain Information Elements and recommended only for certain Information Elements. Values are listed in the anonymizationTechnique registry. See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-anonymization-technique.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-13">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the anonymization technique applied to a referenced Information Element within a referenced Template. Each technique may be applicable only to certain Information Elements and recommended only for certain Information Elements. Values are listed in the anonymizationTechnique registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the anonymizationTechnique registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-anonymization-technique]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="nattype">
        <name>natType</name>
        <section anchor="old-14">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>Values are listed in the natType registry.</t>
            </dd>
            <dt/>
            <dd>
              <t>See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-type.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC3022"/> for the definition of NAT.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC1631"/> for the definition of NAT44.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC6144"/> for the definition of NAT64.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC6146"/> for the definition of NAT46.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC6296"/> for the definition of NAT66.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC0791"/> for the definition of IPv4.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC8200"/> for the definition of IPv6.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-14">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies the NAT type applied to packets of the Flow.</t>
            </dd>
            <dt/>
            <dd>
              <t>Values are listed in the natType registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the natType registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-type]).</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3022"/> for the definition of NAT and NAT44.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC6144"/> for the definition of NAT46.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC6146"/> for the definition of NAT64.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC6296"/> for the definition of NPTv6.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC0791"/> for the definition of IPv4.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC8200"/> for the definition of IPv6.</t>
            </dd>
          </dl>
          <ul empty="true">
            <li>
              <t>Note to IANA: This change also corrects errors in the pointers provided for NAT46/NAT64.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="selectoralgorithm">
        <name>selectorAlgorithm</name>
        <section anchor="old-15">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies the packet selection methods (e.g., Filtering, Sampling) that are applied by the Selection Process. Most of these methods have parameters. Further Information Elements are needed to fully specify packet selection with these methods and all their parameters. The methods listed below are defined in <xref target="RFC5475"/>. For their parameters, Information Elements are defined in the information model document. The names of these Information Elements are listed for each method identifier. Further method identifiers may be added to the list below. It might be necessary to define new Information Elements to specify their parameters.</t>
            </dd>
            <dt/>
            <dd>
              <t>The following packet selection methods identifiers are defined here: https://www.iana.org/assignments/psamp-parameters.</t>
            </dd>
            <dt/>
            <dd>
              <t>There is a broad variety of possible parameters that could be used for Property match Filtering (5) but currently there are no agreed parameters specified.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-15">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies the packet selection methods (e.g., Filtering, Sampling) that are applied by the Selection Process. Most of these methods have parameters. Further Information Elements are needed to fully specify packet selection with these methods and all their parameters. For the methods parameters, Information Elements are defined in the IPFIX IANA registry <xref target="IANA-IPFIX"/>. The names of these Information Elements are listed for each method identifier. Further method identifiers may be added to the list. It might be necessary to define new Information Elements to specify their parameters.</t>
            </dd>
            <dt/>
            <dd>
              <t>There is a broad variety of possible parameters that could be used for Property match Filtering (5) but currently there are no agreed parameters specified.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the Packet Sampling (PSAMP) Parameters registry ([https://www.iana.org/assignments/psamp-parameters]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="informationelementdatatype">
        <name>informationElementDataType</name>
        <section anchor="old-16">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the abstract data type of an IPFIX information element. These are taken from the abstract data types defined in section 3.1 of the IPFIX Information Model <xref target="RFC5102"/>; see that section for more information on the types described in the [informationElementDataType] subregistry. These types are registered in the IANA IPFIX Information Element Data Type subregistry. This subregistry is intended to assign numbers for type names, not to provide a mechanism for adding data types to the IPFIX Protocol, and as such requires a Standards Action <xref target="RFC8126"/> to modify.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-16">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the abstract data type of an IPFIX information element.These are taken from the abstract data types defined in Section 3.1 of the IPFIX Information Model <xref target="RFC5102"/>; see that section for more information on the types described in the [informationElementDataType] subregistry. These types are registered in the IANA IPFIX Information Element Data Type subregistry.</t>
            </dd>
            <dt/>
            <dd>
              <t>The [informationElementDataType] subregistry is intended to assign numbers for type names, not to provide a mechanism for adding data types to the IPFIX Protocol, and as such requires a Standards Action <xref target="RFC8126"/> to modify.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the IPFIX Information Element Data Types registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-information-element-data-types]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="informationelementsemantics">
        <name>informationElementSemantics</name>
        <section anchor="old-17">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the semantics of an IPFIX Information Element. These are taken from the data type semantics defined in section 3.2 of the IPFIX Information Model <xref target="RFC5102"/>; see that section for more information on the types defined in the [IPFIX Information Element Semantics] subregistry. This field may take the values in the semantics registry; the special value 0x00 (default) is used to note that no semantics apply to the field; it cannot be manipulated by a Collecting Process or File Reader that does not understand it a priori. These semantics are registered in the IANA IPFIX Information Element Semantics subregistry. This subregistry is intended to assign numbers for semantics names, not to provide a mechanism for adding semantics to the IPFIX Protocol, and as such requires a Standards Action <xref target="RFC8126"/> to modify.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-17">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the semantics of an IPFIX Information Element. These are taken from the data type semantics defined in Section 3.2 of the IPFIX Information Model <xref target="RFC5102"/>; see that section for more information on the types defined in the [IPFIX Information Element Semantics] subregistry. This field may take the values in the [IPFIX Information Element Semantics] subregistry. The special value 0x00 (default) is used to note that no semantics apply to the field; it cannot be manipulated by a Collecting Process or File Reader that does not understand it a priori.</t>
            </dd>
            <dt/>
            <dd>
              <t>The [IPFIX Information Element Semantics] subregistry is intended to assign numbers for semantics names, not to provide a mechanism for adding semantics to the IPFIX Protocol, and as such requires a Standards Action <xref target="RFC8126"/> to modify.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the IP Flow Information Export (IPFIX) Entities registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-information-element-semantic]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="informationelementunits">
        <name>informationElementUnits</name>
        <section anchor="old-18">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the units of an IPFIX Information Element. These correspond to the units implicitly defined in the Information Element definitions in section 5 of the IPFIX Information Model <xref target="RFC5102"/>; see that section for more information on the types described in the informationElementsUnits subregistry. This field may take the values in Table 3 below; the special value 0x00 (none) is used to note that the field is unitless. These types are registered in the [IANA IPFIX Information Element Units] subregistry.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-18">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the units of an IPFIX Information Element. These correspond to the units implicitly defined in the Information Element definitions in Section 5 of the IPFIX Information Model <xref target="RFC5102"/>; see that section for more information on the types described in the informationElementsUnits subregistry. These types can take the values in the [IANA IPFIX Information Element Units] subregistry. The special value 0x00 (none) is used to note that the field is unitless.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the IPFIX Information Element Units registry ([IANA IPFIX Information Element Units]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="portrangestart">
        <name>portRangeStart</name>
        <section anchor="old-19">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The port number identifying the start of a range of ports. A value of zero indicates that the range start is not specified, ie the range is defined in some other way.</t>
            </dd>
            <dt/>
            <dd>
              <t>Additional information on defined TCP port numbers can be found at https://www.iana.org/assignments/service-names-port-numbers.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-19">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The port number identifying the start of a range of port numbers. A value of zero indicates that the range start is not specified, i.e., the range is defined in some other way.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the assigned transport protocol (e.g., UDP, TCP, SCTP, and DCCP) port numbers at https://www.iana.org/assignments/service-names-port-numbers.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="portrangeend">
        <name>portRangeEnd</name>
        <section anchor="old-20">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The port number identifying the end of a range of ports. A value of zero indicates that the range end is not specified, ie the range is defined in some other way. Additional information on defined TCP port numbers can be found at https://www.iana.org/assignments/service-names-port-numbers.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-20">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The port number identifying the end of a range of port numbers. A value of zero indicates that the range end is not specified, i.e., the range is defined in some other way.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the assigned transport protocol (e.g., UDP, TCP, SCTP, and DCCP) port numbers at https://www.iana.org/assignments/service-names-port-numbers.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="ingressinterfacetype">
        <name>ingressInterfaceType</name>
        <section anchor="old-21">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The type of interface where packets of this Flow are being received. The value matches the value of managed object 'ifType' as defined in https://www.iana.org/assignments/ianaiftype-mib.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>https://www.iana.org/assignments/ianaiftype-mib</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-21">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The type of interface where packets of this Flow are being received. The value matches the value of managed object 'ifType'.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the IANAifType-MIB registry ([https://www.iana.org/assignments/ianaiftype-mib]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="egressinterfacetype">
        <name>egressInterfaceType</name>
        <section anchor="old-22">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The type of interface where packets of this Flow are being sent. The value matches the value of managed object 'ifType' as defined in https://www.iana.org/assignments/ianaiftype-mib.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>https://www.iana.org/assignments/ianaiftype-mib</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-22">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The type of interface where packets of this Flow are being sent. The value matches the value of managed object 'ifType'.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the IANAifType-MIB registry ([https://www.iana.org/assignments/ianaiftype-mib]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="valuedistributionmethod">
        <name>valueDistributionMethod</name>
        <section anchor="old-23">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the method used to distribute the counters from Contributing Flows into the Aggregated Flow records described by an associated scope, generally a Template. The method is deemed to apply to all the non-key Information Elements in the referenced scope for which value distribution is a valid operation; if the originalFlowsInitiated and/or originalFlowsCompleted Information Elements appear in the Template, they are not subject to this distribution method, as they each infer their own distribution method. The valueDistributionMethod registry is intended to list a complete set of possible value distribution methods.</t>
            </dd>
            <dt/>
            <dd>
              <t>See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-value-distribution-method.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-23">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A description of the method used to distribute the counters from Contributing Flows into the Aggregated Flow records described by an associated scope, generally a Template. The method is deemed to apply to all the non-key Information Elements in the referenced scope for which value distribution is a valid operation; if the originalFlowsInitiated and/or originalFlowsCompleted Information Elements appear in the Template, they are not subject to this distribution method, as they each infer their own distribution method. The valueDistributionMethod registry is intended to list a complete set of possible value distribution methods.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the valueDistributionMethod registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-value-distribution-method]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="flowselectoralgorithm">
        <name>flowSelectorAlgorithm</name>
        <section anchor="old-24">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies the Intermediate Flow Selection Process technique (e.g., Filtering, Sampling) that is applied by the Intermediate Flow Selection Process. Most of these techniques have parameters. Its configuration parameter(s) <bcp14>MUST</bcp14> be clearly specified. Further Information Elements are needed to fully specify packet selection with these methods and all their parameters. Further method identifiers may be added to the flowSelectorAlgorithm registry. It might be necessary to define new Information Elements to specify their parameters.</t>
            </dd>
            <dt/>
            <dd>
              <t>Please note that the purpose of the flow selection techniques described in this document is the improvement of measurement functions as defined in the Scope (Section 1).</t>
            </dd>
            <dt/>
            <dd>
              <t>The Intermediate Flow Selection Process Techniques identifiers are defined at https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-flowselectoralgorithm.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-24">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies the Intermediate Flow Selection Process technique (e.g., Filtering, Sampling) that is applied by the Intermediate Flow Selection Process. Most of these techniques have parameters. Its configuration parameter(s) <bcp14>MUST</bcp14> be clearly specified. Further Information Elements are needed to fully specify packet selection with these methods and all their parameters. Further method identifiers may be added to the flowSelectorAlgorithm registry. It might be necessary to define new Information Elements to specify their parameters.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the flowSelectorAlgorithm registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-flowselectoralgorithm]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="datalinkframetype">
        <name>dataLinkFrameType</name>
        <section anchor="old-25">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element specifies the type of the selected data link frame. Data link types are defined in the dataLinkFrameType registry. See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-data-link-frame-type.</t>
            </dd>
            <dt/>
            <dd>
              <t>Further values may be assigned by IANA. Note that the assigned values are bits so that multiple observations can be OR'd together. The data link layer is defined in [ISO/IEC.7498-1:1994].</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>(IEEE802.3)(IEEE802.11)(ISO/IEC.7498-1:1994)</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-25">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element specifies the type of the selected data link frame. Data link types are defined in the dataLinkFrameType registry.</t>
            </dd>
            <dt/>
            <dd>
              <t>Further values may be assigned by IANA. Note that the assigned values are bits so that multiple observations can be OR'd together.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the dataLinkFrameType registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-data-link-frame-type]).</t>
            </dd>
            <dt/>
            <dd>
              <t>More information about the data link layer can be found in (IEEE802.3)(IEEE802.11)(ISO/IEC.7498-1:1994).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="mibcapturetimesemantics">
        <name>mibCaptureTimeSemantics</name>
        <section anchor="old-26">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>Indicates when in the lifetime of the Flow the MIB value was retrieved from the MIB for a mibObjectIdentifier. This is used to indicate if the value exported was collected from the MIB closer to Flow creation or Flow export time and refers to the Timestamp fields included in the same Data Record.</t>
            </dd>
            <dt/>
            <dd>
              <t>This field <bcp14>SHOULD</bcp14> be used when exporting a mibObjectValue that specifies counters or statistics. If the MIB value was sampled by SNMP prior to the IPFIX Metering Process or Exporting Process retrieving the value (i.e., the data is already stale) and it is important to know the exact sampling time, then an additional observationTime* element should be paired with the OID using IPFIX Structured Data <xref target="RFC6313"/>. Similarly, if different MIB capture times apply to different mibObjectValue elements within the Data Record, then individual mibCaptureTimeSemantics Information Elements should be paired with each OID using IPFIX Structured Data.</t>
            </dd>
            <dt/>
            <dd>
              <t>Values are listed in the mibCaptureTimeSemantics registry. See https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-mib-capture-time-semantics.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-26">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>Indicates when in the lifetime of the Flow the MIB value was retrieved from the MIB for a mibObjectIdentifier. This is used to indicate if the value exported was collected from the MIB closer to Flow creation or Flow export time and refers to the Timestamp fields included in the same Data Record.</t>
            </dd>
            <dt/>
            <dd>
              <t>This field <bcp14>SHOULD</bcp14> be used when exporting a mibObjectValue that specifies counters or statistics. If the MIB value was sampled by SNMP prior to the IPFIX Metering Process or Exporting Process retrieving the value (i.e., the data is already stale) and it is important to know the exact sampling time, then an additional observationTime* element should be paired with the OID using IPFIX Structured Data <xref target="RFC6313"/>. Similarly, if different MIB capture times apply to different mibObjectValue elements within the Data Record, then individual mibCaptureTimeSemantics Information Elements should be paired with each OID using IPFIX Structured Data.</t>
            </dd>
            <dt/>
            <dd>
              <t>Values are listed in the mibCaptureTimeSemantics registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the mibCaptureTimeSemantics registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-mib-capture-time-semantics]).</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="natquotaexceededevent">
        <name>natQuotaExceededEvent</name>
        <section anchor="old-27">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies the type of a NAT Quota Exceeded event. Values for this Information Element are listed in the "NAT Quota Exceeded Event Type" registry, see https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-quota-exceeded-event.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC0791"/> for the definition of the IPv4 source address field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3022"/> for the definition of NAT.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3234"/> for the definition of middleboxes.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-27">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies the type of a NAT Quota Exceeded event. Values for this Information Element are listed in the "NAT Quota Exceeded Event Type" registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the NAT Quota Exceeded Event Type registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-quota-exceeded-event]).</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC0791"/> for the definition of the IPv4 source address field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3022"/> for the definition of NAT.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3234"/> for the definition of middleboxes.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="natthresholdevent">
        <name>natThresholdEvent</name>
        <section anchor="old-28">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies a type of a NAT Threshold event. Values for this Information Element are listed in the "NAT Threshold Event Type" registry, see https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-threshold-event.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See <xref target="RFC0791"/> for the definition of the IPv4 source address field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3022"/> for the definition of NAT.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3234"/> for the definition of middleboxes.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-28">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element identifies a type of a NAT Threshold event. Values for this Information Element are listed in the "NAT Threshold Event Type" registry.</t>
            </dd>
            <dt>Additional Information:</dt>
            <dd>
              <t>See the NAT Threshold Event Type registry ([https://www.iana.org/assignments/ipfix/ipfix.xhtml#ipfix-nat-threshold-event]).</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC0791"/> for the definition of the IPv4 source address field.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3022"/> for the definition of NAT.</t>
            </dd>
            <dt/>
            <dd>
              <t>See <xref target="RFC3234"/> for the definition of middleboxes.</t>
            </dd>
          </dl>
        </section>
      </section>
    </section>
    <section anchor="misc">
      <name>Misc</name>
      <t>This document requests IANA to update the description of the following entries in <xref target="IANA-IPFIX"/>.</t>
      <section anchor="collectiontimemilliseconds">
        <name>collectionTimeMilliseconds</name>
        <section anchor="old-29">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The absolute timestamp at which the data within the scope containing this Information Element was received by a Collecting Process. This Information Element <bcp14>SHOULD</bcp14> be bound to its containing IPFIX Message via IPFIX Options and the messageScope Information Element, as defined below.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-29">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The absolute timestamp at which the data within the scope containing this Information Element was received by a Collecting Process. This Information Element <bcp14>SHOULD</bcp14> be bound to its containing IPFIX Message via IPFIX Options and the messageScope Information Element.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="messagemd5checksum">
        <name>messageMD5Checksum</name>
        <section anchor="old-30">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The MD5 checksum of the IPFIX Message containing this record. This Information Element <bcp14>SHOULD</bcp14> be bound to its containing IPFIX Message via an options record and the messageScope Information Element, as defined below, and <bcp14>SHOULD</bcp14> appear only once in a given IPFIX Message. To calculate the value of this Information Element, first buffer the containing IPFIX Message, setting the value of this Information Element to all zeroes. Then calculate the MD5 checksum of the resulting buffer as defined in <xref target="RFC1321"/>, place the resulting value in this Information Element, and export the buffered message.</t>
            </dd>
            <dt/>
            <dd>
              <t>This Information Element is intended as a simple checksum only; therefore collision resistance and algorithm agility are not required, and MD5 is an appropriate message digest. This Information Element has a fixed length of 16 octets.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-30">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The MD5 checksum of the IPFIX Message containing this record. This Information Element <bcp14>SHOULD</bcp14> be bound to its containing IPFIX Message via an options record and the messageScope Information Element, and <bcp14>SHOULD</bcp14> appear only once in a given IPFIX Message. To calculate the value of this Information Element, first buffer the containing IPFIX Message, setting the value of this Information Element to all zeroes. Then calculate the MD5 checksum of the resulting buffer as defined in <xref target="RFC1321"/>, place the resulting value in this Information Element, and export the buffered message.</t>
            </dd>
            <dt/>
            <dd>
              <t>This Information Element is intended as a simple checksum only; therefore collision resistance and algorithm agility are not required, and MD5 is an appropriate message digest. This Information Element has a fixed length of 16 octets.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="anonymizationflags">
        <name>anonymizationFlags</name>
        <section anchor="old-31">
          <name>OLD</name>
          <artwork><![CDATA[
+--------+----------+-----------------------------------------------+
| bit(s) | name     | description                                   |
| (LSB = |          |                                               |
| 0)     |          |                                               |
+--------+----------+-----------------------------------------------+
| 0-1    | SC       | Stability Class: see the Stability Class      |
|        |          | table below, and section Section 5.1.         |
| 2      | PmA      | Perimeter Anonymization: when set (1),        |
|        |          | source- Information Elements as described in  |
|        |          | [RFC5103] are interpreted as external         |
|        |          | addresses, and destination- Information       |
|        |          | Elements as described in [RFC5103] are        |
|        |          | interpreted as internal addresses, for the    |
|        |          | purposes of associating                       |
|        |          | anonymizationTechnique to Information         |
|        |          | Elements only; see Section 7.2.2 for details. |
|        |          | This bit MUST NOT be set when associated with |
|        |          | a non-endpoint (i.e., source- or              |
|        |          | destination-) Information Element.  SHOULD be |
|        |          | consistent within a record (i.e., if a        |
|        |          | source- Information Element has this flag     |
|        |          | set, the corresponding destination- element   |
|        |          | SHOULD have this flag set, and vice-versa.)   |
+--------+----------+-----------------------------------------------+
]]></artwork>
        </section>
        <section anchor="new-31">
          <name>NEW</name>
          <artwork><![CDATA[
+--------+----------+-----------------------------------------------+
| bit(s) | name     | description                                   |
| (LSB = |          |                                               |
| 0)     |          |                                               |
+--------+----------+-----------------------------------------------+
| 0-1    | SC       | Stability Class: see the Stability Class      |
|        |          | table below, and Section 5.1 of [RFC6235].    |
| 2      | PmA      | Perimeter Anonymization: when set (1),        |
|        |          | source- Information Elements as described in  |
|        |          | [RFC5103] are interpreted as external         |
|        |          | addresses, and destination- Information       |
|        |          | Elements as described in [RFC5103] are        |
|        |          | interpreted as internal addresses, for the    |
|        |          | purposes of associating                       |
|        |          | anonymizationTechnique to Information         |
|        |          | Elements only; see Section 7.2.2 of [RFC6235] |
|        |          | for details.                                  |
|        |          | This bit MUST NOT be set when associated with |
|        |          | a non-endpoint (i.e., source- or              |
|        |          | destination-) Information Element.  SHOULD be |
|        |          | consistent within a record (i.e., if a        |
|        |          | source- Information Element has this flag     |
|        |          | set, the corresponding destination- element   |
|        |          | SHOULD have this flag set, and vice versa.)   |
+--------+----------+-----------------------------------------------+
]]></artwork>
        </section>
      </section>
      <section anchor="informationelementdescription">
        <name>informationElementDescription</name>
        <section anchor="old-32">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A UTF-8 <xref target="RFC3629"/> encoded Unicode string containing a human-readable description of an Information Element. The content of the informationElementDescription <bcp14>MAY</bcp14> be annotated with one or more language tags <xref target="RFC4646"/>, encoded in-line <xref target="RFC2482"/> within the UTF-8 string, in order to specify the language in which the description is written. Description text in multiple languages <bcp14>MAY</bcp14> tag each section with its own language tag; in this case, the description information in each language <bcp14>SHOULD</bcp14> have equivalent meaning. In the absence of any language tag, the "i-default" <xref target="RFC2277"/> language <bcp14>SHOULD</bcp14> be assumed.</t>
            </dd>
            <dt/>
            <dd>
              <t>See the Security Considerations section for notes on string handling for Information Element type records.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-32">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>A UTF-8 <xref target="RFC3629"/> encoded Unicode string containing a human-readable description of an Information Element. The content of the informationElementDescription <bcp14>MAY</bcp14> be annotated with one or more language tags <xref target="RFC4646"/>, encoded in-line <xref target="RFC2482"/> within the UTF-8 string, in order to specify the language in which the description is written. Description text in multiple languages <bcp14>MAY</bcp14> tag each section with its own language tag; in this case, the description information in each language <bcp14>SHOULD</bcp14> have equivalent meaning. In the absence of any language tag, the "i-default" <xref target="RFC2277"/> language <bcp14>SHOULD</bcp14> be assumed.</t>
            </dd>
            <dt/>
            <dd>
              <t>See the Security Considerations Section of <xref target="RFC5610"/> for notes on string handling for Information Element type records.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="distinctcountofdestinationipaddress">
        <name>distinctCountOfDestinationIPAddress</name>
        <section anchor="old-33">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The count of distinct destination IP address values for Original Flows contributing to this Aggregated Flow, without regard to IP version. This Information Element is preferred to the version-specific counters below, unless it is important to separate the counts by version.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-33">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>The count of distinct destination IP address values for Original Flows contributing to this Aggregated Flow, without regard to IP version. This Information Element is preferred to the version-specific counters, unless it is important to separate the counts by version.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="externaladdressrealm">
        <name>externalAddressRealm</name>
        <section anchor="old-34">
          <name>OLD</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element represents the external address realm where the packet is originated from or destined to. The detailed definition is in the internal address realm as specified above.</t>
            </dd>
          </dl>
        </section>
        <section anchor="new-34">
          <name>NEW</name>
          <dl>
            <dt>Description:</dt>
            <dd>
              <t>This Information Element represents the external address realm where the packet is originated from or destined to.</t>
            </dd>
            <dt/>
            <dd>
              <t>See the internalAddressRealm IE for the detailed definition.</t>
            </dd>
          </dl>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document does not add new security considerations to those
already discussed for IPFIX in <xref section="8" sectionFormat="of" target="RFC7012"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Sections 4 to 7 include actions for IANA. These actions are not repeated here.</t>
      <t>This document also requests IANA to add the RFC number to be assigned to this document to the reference clause of the "IPFIX Information Elements" registry <xref target="IANA-IPFIX"/>.</t>
      <t>Also, this document requests IANA to consistently reference the "Service Name and Transport Protocol Port Number" through the registry as follows</t>
      <dl>
        <dt>OLD:</dt>
        <dd>
          <t>Additional information on defined UDP and TCP port numbers can be found at http://www.iana.org/assignments/port-numbers.</t>
        </dd>
        <dt>NEW:</dt>
        <dd>
          <t>See the assigned transport protocol (e.g., UDP, TCP, SCTP, and DCCP) port numbers at https://www.iana.org/assignments/service-names-port-numbers.</t>
        </dd>
      </dl>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="IANA-IPFIX" target="https://www.iana.org/assignments/ipfix/ipfix.xhtml">
          <front>
            <title>IP Flow Information Export (IPFIX) Entities</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC7012">
          <front>
            <title>Information Model for IP Flow Information Export (IPFIX)</title>
            <author fullname="B. Claise" initials="B." role="editor" surname="Claise"/>
            <author fullname="B. Trammell" initials="B." role="editor" surname="Trammell"/>
            <date month="September" year="2013"/>
            <abstract>
              <t>This document defines the data types and management policy for the information model for the IP Flow Information Export (IPFIX) protocol. This information model is maintained as the IANA "IPFIX Information Elements" registry, the initial contents of which were defined by RFC 5102. This information model is used by the IPFIX protocol for encoding measured traffic information and information related to the traffic Observation Point, the traffic Metering Process, and the Exporting Process. Although this model was developed for the IPFIX protocol, it is defined in an open way that allows it to be easily used in other protocols, interfaces, and applications. This document obsoletes RFC 5102.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7012"/>
          <seriesInfo name="DOI" value="10.17487/RFC7012"/>
        </reference>
        <reference anchor="RFC7011">
          <front>
            <title>Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information</title>
            <author fullname="B. Claise" initials="B." role="editor" surname="Claise"/>
            <author fullname="B. Trammell" initials="B." role="editor" surname="Trammell"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <date month="September" year="2013"/>
            <abstract>
              <t>This document specifies the IP Flow Information Export (IPFIX) protocol, which serves as a means for transmitting Traffic Flow information over the network. In order to transmit Traffic Flow information from an Exporting Process to a Collecting Process, a common representation of flow data and a standard means of communicating them are required. This document describes how the IPFIX Data and Template Records are carried over a number of transport protocols from an IPFIX Exporting Process to an IPFIX Collecting Process. This document obsoletes RFC 5101.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="77"/>
          <seriesInfo name="RFC" value="7011"/>
          <seriesInfo name="DOI" value="10.17487/RFC7011"/>
        </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>
        <reference anchor="RFC7013">
          <front>
            <title>Guidelines for Authors and Reviewers of IP Flow Information Export (IPFIX) Information Elements</title>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="September" year="2013"/>
            <abstract>
              <t>This document provides guidelines for how to write definitions of new Information Elements for the IP Flow Information Export (IPFIX) protocol. It provides instructions on using the proper conventions for Information Elements to be registered in the IANA IPFIX Information Element registry, and provides guidelines for expert reviewers to evaluate new registrations.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="184"/>
          <seriesInfo name="RFC" value="7013"/>
          <seriesInfo name="DOI" value="10.17487/RFC7013"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC5103">
          <front>
            <title>Bidirectional Flow Export Using IP Flow Information Export (IPFIX)</title>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <author fullname="E. Boschi" initials="E." surname="Boschi"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document describes an efficient method for exporting bidirectional flow (Biflow) information using the IP Flow Information Export (IPFIX) protocol, representing each Biflow using a single Flow Record. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5103"/>
          <seriesInfo name="DOI" value="10.17487/RFC5103"/>
        </reference>
        <reference anchor="RFC6235">
          <front>
            <title>IP Flow Anonymization Support</title>
            <author fullname="E. Boschi" initials="E." surname="Boschi"/>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <date month="May" year="2011"/>
            <abstract>
              <t>This document describes anonymization techniques for IP flow data and the export of anonymized data using the IP Flow Information Export (IPFIX) protocol. It categorizes common anonymization schemes and defines the parameters needed to describe them. It provides guidelines for the implementation of anonymized data export and storage over IPFIX, and describes an information model and Options- based method for anonymization metadata export within the IPFIX protocol or storage in IPFIX Files. This document defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6235"/>
          <seriesInfo name="DOI" value="10.17487/RFC6235"/>
        </reference>
        <reference anchor="CCO-NF9FMT" target="https://www.cisco.com/en/US/technologies/tk648/tk362/technologies_white_paper09186a00800a3db9.html">
          <front>
            <title>NetFlow Version 9 Flow-Record Format</title>
            <author>
              <organization>Cisco</organization>
            </author>
            <date year="2011" month="May"/>
          </front>
        </reference>
        <reference anchor="Forwarding-Status" target="https://www.iana.org/assignments/ipfix/ipfix.xhtml#forwarding-status">
          <front>
            <title>Forwarding Status (Value 89)</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC9565">
          <front>
            <title>An Update to the tcpControlBits IP Flow Information Export (IPFIX) Information Element</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>RFC 7125 revised the tcpControlBits IP Flow Information Export (IPFIX) Information Element that was originally defined in RFC 5102 to reflect changes to the TCP header control bits since RFC 793. However, that update is still problematic for interoperability because some flag values have subsequently been deprecated.</t>
              <t>This document removes stale information from the IANA "IPFIX Information Elements" registry and avoids future conflicts with the authoritative IANA "TCP Header Flags" registry.</t>
              <t>This document obsoletes RFC 7125.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9565"/>
          <seriesInfo name="DOI" value="10.17487/RFC9565"/>
        </reference>
        <reference anchor="RFC7125">
          <front>
            <title>Revision of the tcpControlBits IP Flow Information Export (IPFIX) Information Element</title>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <date month="February" year="2014"/>
            <abstract>
              <t>This document revises the tcpControlBits IP Flow Information Export (IPFIX) Information Element as originally defined in RFC 5102 to reflect changes to the TCP Flags header field since RFC 793.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7125"/>
          <seriesInfo name="DOI" value="10.17487/RFC7125"/>
        </reference>
        <reference anchor="RFC9487">
          <front>
            <title>Export of Segment Routing over IPv6 Information in IP Flow Information Export (IPFIX)</title>
            <author fullname="T. Graf" initials="T." surname="Graf"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="P. Francois" initials="P." surname="Francois"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document introduces new IP Flow Information Export (IPFIX) Information Elements (IEs) to identify a set of information related to Segment Routing over IPv6 (SRv6) such as data contained in a Segment Routing Header (SRH), the SRv6 control plane, and the SRv6 Endpoint behavior that traffic is being forwarded with.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9487"/>
          <seriesInfo name="DOI" value="10.17487/RFC9487"/>
        </reference>
        <reference anchor="RFC5102">
          <front>
            <title>Information Model for IP Flow Information Export</title>
            <author fullname="J. Quittek" initials="J." surname="Quittek"/>
            <author fullname="S. Bryant" initials="S." surname="Bryant"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <author fullname="J. Meyer" initials="J." surname="Meyer"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>This memo defines an information model for the IP Flow Information eXport (IPFIX) protocol. It is used by the IPFIX protocol for encoding measured traffic information and information related to the traffic Observation Point, the traffic Metering Process, and the Exporting Process. Although developed for the IPFIX protocol, the model is defined in an open way that easily allows using it in other protocols, interfaces, and applications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5102"/>
          <seriesInfo name="DOI" value="10.17487/RFC5102"/>
        </reference>
        <reference anchor="RFC5477">
          <front>
            <title>Information Model for Packet Sampling Exports</title>
            <author fullname="T. Dietz" initials="T." surname="Dietz"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <author fullname="F. Dressler" initials="F." surname="Dressler"/>
            <author fullname="G. Carle" initials="G." surname="Carle"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This memo defines an information model for the Packet SAMPling (PSAMP) protocol. It is used by the PSAMP protocol for encoding sampled packet data and information related to the Sampling process. As the PSAMP protocol is based on the IP Flow Information eXport (IPFIX) protocol, this information model is an extension to the IPFIX information model. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5477"/>
          <seriesInfo name="DOI" value="10.17487/RFC5477"/>
        </reference>
        <reference anchor="RFC5610">
          <front>
            <title>Exporting Type Information for IP Flow Information Export (IPFIX) Information Elements</title>
            <author fullname="E. Boschi" initials="E." surname="Boschi"/>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <author fullname="L. Mark" initials="L." surname="Mark"/>
            <author fullname="T. Zseby" initials="T." surname="Zseby"/>
            <date month="July" year="2009"/>
            <abstract>
              <t>This document describes an extension to the IP Flow Information Export (IPFIX) protocol, which is used to represent and transmit data from IP flow measurement devices for collection, storage, and analysis, to allow the encoding of IPFIX Information Model properties within an IPFIX Message stream. This enables the export of extended type information for enterprise-specific Information Elements and the storage of such information within IPFIX Files, facilitating interoperability and reusability among a wide variety of applications and tools. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5610"/>
          <seriesInfo name="DOI" value="10.17487/RFC5610"/>
        </reference>
        <reference anchor="RFC5655">
          <front>
            <title>Specification of the IP Flow Information Export (IPFIX) File Format</title>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <author fullname="E. Boschi" initials="E." surname="Boschi"/>
            <author fullname="L. Mark" initials="L." surname="Mark"/>
            <author fullname="T. Zseby" initials="T." surname="Zseby"/>
            <author fullname="A. Wagner" initials="A." surname="Wagner"/>
            <date month="October" year="2009"/>
            <abstract>
              <t>This document describes a file format for the storage of flow data based upon the IP Flow Information Export (IPFIX) protocol. It proposes a set of requirements for flat-file, binary flow data file formats, then specifies the IPFIX File format to meet these requirements based upon IPFIX Messages. This IPFIX File format is designed to facilitate interoperability and reusability among a wide variety of flow storage, processing, and analysis tools. [STANDARDS TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5655"/>
          <seriesInfo name="DOI" value="10.17487/RFC5655"/>
        </reference>
        <reference anchor="RFC6759">
          <front>
            <title>Cisco Systems Export of Application Information in IP Flow Information Export (IPFIX)</title>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <author fullname="N. Ben-Dvora" initials="N." surname="Ben-Dvora"/>
            <date month="November" year="2012"/>
            <abstract>
              <t>This document specifies a Cisco Systems extension to the IPFIX information model specified in RFC 5102 to export application information. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6759"/>
          <seriesInfo name="DOI" value="10.17487/RFC6759"/>
        </reference>
        <reference anchor="RFC7014">
          <front>
            <title>Flow Selection Techniques</title>
            <author fullname="S. D'Antonio" initials="S." surname="D'Antonio"/>
            <author fullname="T. Zseby" initials="T." surname="Zseby"/>
            <author fullname="C. Henke" initials="C." surname="Henke"/>
            <author fullname="L. Peluso" initials="L." surname="Peluso"/>
            <date month="September" year="2013"/>
            <abstract>
              <t>The Intermediate Flow Selection Process is the process of selecting a subset of Flows from all observed Flows. The Intermediate Flow Selection Process may be located at an IP Flow Information Export (IPFIX) Exporter or Collector, or within an IPFIX Mediator. It reduces the effort of post-processing Flow data and transferring Flow Records. This document describes motivations for using the Intermediate Flow Selection process and presents Intermediate Flow Selection techniques. It provides an information model for configuring Intermediate Flow Selection Process techniques and discusses what information about an Intermediate Flow Selection Process should be exported.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7014"/>
          <seriesInfo name="DOI" value="10.17487/RFC7014"/>
        </reference>
        <reference anchor="RFC7015">
          <front>
            <title>Flow Aggregation for the IP Flow Information Export (IPFIX) Protocol</title>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <author fullname="A. Wagner" initials="A." surname="Wagner"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="September" year="2013"/>
            <abstract>
              <t>This document provides a common implementation-independent basis for the interoperable application of the IP Flow Information Export (IPFIX) protocol to the handling of Aggregated Flows, which are IPFIX Flows representing packets from multiple Original Flows sharing some set of common properties. It does this through a detailed terminology and a descriptive Intermediate Aggregation Process architecture, including a specification of methods for Original Flow counting and counter distribution across intervals.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7015"/>
          <seriesInfo name="DOI" value="10.17487/RFC7015"/>
        </reference>
        <reference anchor="RFC7133">
          <front>
            <title>Information Elements for Data Link Layer Traffic Measurement</title>
            <author fullname="S. Kashima" initials="S." surname="Kashima"/>
            <author fullname="A. Kobayashi" initials="A." role="editor" surname="Kobayashi"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>This document describes Information Elements related to the data link layer. They are used by the IP Flow Information Export (IPFIX) protocol for encoding measured data link layer traffic information.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7133"/>
          <seriesInfo name="DOI" value="10.17487/RFC7133"/>
        </reference>
        <reference anchor="RFC7270">
          <front>
            <title>Cisco-Specific Information Elements Reused in IP Flow Information Export (IPFIX)</title>
            <author fullname="A. Yourtchenko" initials="A." surname="Yourtchenko"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>This document describes some additional IP Flow Information Export (IPFIX) Information Elements in the range of 1-127, which is the range compatible with field types used by NetFlow version 9 in RFC 3954, as specified in the IPFIX Information Model in RFC 7012.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7270"/>
          <seriesInfo name="DOI" value="10.17487/RFC7270"/>
        </reference>
        <reference anchor="RFC8038">
          <front>
            <title>Exporting MIB Variables Using the IP Flow Information Export (IPFIX) Protocol</title>
            <author fullname="P. Aitken" initials="P." role="editor" surname="Aitken"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="S. B S" initials="S. B" surname="S"/>
            <author fullname="C. McDowall" initials="C." surname="McDowall"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>This document specifies a way to complement IP Flow Information Export (IPFIX) Data Records with Management Information Base (MIB) objects, avoiding the need to define new IPFIX Information Elements for existing MIB objects that are already fully specified.</t>
              <t>Two IPFIX Options Templates, as well as a method for creating IPFIX Options Templates that are used to export the extra data required to fully describe Simple Network Management Protocol (SNMP) MIB objects in IPFIX, are specified herein.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8038"/>
          <seriesInfo name="DOI" value="10.17487/RFC8038"/>
        </reference>
        <reference anchor="RFC8158">
          <front>
            <title>IP Flow Information Export (IPFIX) Information Elements for Logging NAT Events</title>
            <author fullname="S. Sivakumar" initials="S." surname="Sivakumar"/>
            <author fullname="R. Penno" initials="R." surname="Penno"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>Network operators require NAT devices to log events like creation and deletion of translations and information about the resources that the NAT device is managing. In many cases, the logs are essential to identify an attacker or a host that was used to launch malicious attacks and for various other purposes of accounting. Since there is no standard way of logging this information, different NAT devices use proprietary formats; hence, it is difficult to expect consistent behavior. This lack of standardization makes it difficult to write the Collector applications that would receive this data and process it to present useful information. This document describes the formats for logging NAT events.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8158"/>
          <seriesInfo name="DOI" value="10.17487/RFC8158"/>
        </reference>
        <reference anchor="RFC0768">
          <front>
            <title>User Datagram Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="August" year="1980"/>
          </front>
          <seriesInfo name="STD" value="6"/>
          <seriesInfo name="RFC" value="768"/>
          <seriesInfo name="DOI" value="10.17487/RFC0768"/>
        </reference>
        <reference anchor="RFC9293">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP). TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet. Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion. This document collects and brings those changes together with the protocol specification from RFC 793. This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793. It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements. It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state. The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <reference anchor="RFC9260">
          <front>
            <title>Stream Control Transmission Protocol</title>
            <author fullname="R. Stewart" initials="R." surname="Stewart"/>
            <author fullname="M. Tüxen" initials="M." surname="Tüxen"/>
            <author fullname="K. Nielsen" initials="K." surname="Nielsen"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document describes the Stream Control Transmission Protocol (SCTP) and obsoletes RFC 4960. It incorporates the specification of the chunk flags registry from RFC 6096 and the specification of the I bit of DATA chunks from RFC 7053. Therefore, RFCs 6096 and 7053 are also obsoleted by this document. In addition, RFCs 4460 and 8540, which describe errata for SCTP, are obsoleted by this document.</t>
              <t>SCTP was originally designed to transport Public Switched Telephone Network (PSTN) signaling messages over IP networks. It is also suited to be used for other applications, for example, WebRTC.</t>
              <t>SCTP is a reliable transport protocol operating on top of a connectionless packet network, such as IP. It offers the following services to its users:</t>
              <t>The design of SCTP includes appropriate congestion avoidance behavior and resistance to flooding and masquerade attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9260"/>
          <seriesInfo name="DOI" value="10.17487/RFC9260"/>
        </reference>
        <reference anchor="RFC4340">
          <front>
            <title>Datagram Congestion Control Protocol (DCCP)</title>
            <author fullname="E. Kohler" initials="E." surname="Kohler"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="S. Floyd" initials="S." surname="Floyd"/>
            <date month="March" year="2006"/>
            <abstract>
              <t>The Datagram Congestion Control Protocol (DCCP) is a transport protocol that provides bidirectional unicast connections of congestion-controlled unreliable datagrams. DCCP is suitable for applications that transfer fairly large amounts of data and that can benefit from control over the tradeoff between timeliness and reliability. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4340"/>
          <seriesInfo name="DOI" value="10.17487/RFC4340"/>
        </reference>
        <reference anchor="RFC3031">
          <front>
            <title>Multiprotocol Label Switching Architecture</title>
            <author fullname="E. Rosen" initials="E." surname="Rosen"/>
            <author fullname="A. Viswanathan" initials="A." surname="Viswanathan"/>
            <author fullname="R. Callon" initials="R." surname="Callon"/>
            <date month="January" year="2001"/>
            <abstract>
              <t>This document specifies the architecture for Multiprotocol Label Switching (MPLS). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3031"/>
          <seriesInfo name="DOI" value="10.17487/RFC3031"/>
        </reference>
        <reference anchor="RFC3022">
          <front>
            <title>Traditional IP Network Address Translator (Traditional NAT)</title>
            <author fullname="P. Srisuresh" initials="P." surname="Srisuresh"/>
            <author fullname="K. Egevang" initials="K." surname="Egevang"/>
            <date month="January" year="2001"/>
            <abstract>
              <t>The NAT operation described in this document extends address translation introduced in RFC 1631 and includes a new type of network address and TCP/UDP port translation. In addition, this document corrects the Checksum adjustment algorithm published in RFC 1631 and attempts to discuss NAT operation and limitations in detail. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3022"/>
          <seriesInfo name="DOI" value="10.17487/RFC3022"/>
        </reference>
        <reference anchor="RFC3234">
          <front>
            <title>Middleboxes: Taxonomy and Issues</title>
            <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
            <author fullname="S. Brim" initials="S." surname="Brim"/>
            <date month="February" year="2002"/>
            <abstract>
              <t>This document is intended as part of an IETF discussion about "middleboxes" - defined as any intermediary box performing functions apart from normal, standard functions of an IP router on the data path between a source host and destination host. This document establishes a catalogue or taxonomy of middleboxes, cites previous and current IETF work concerning middleboxes, and attempts to identify some preliminary conclusions. It does not, however, claim to be definitive. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3234"/>
          <seriesInfo name="DOI" value="10.17487/RFC3234"/>
        </reference>
        <reference anchor="RFC1631">
          <front>
            <title>The IP Network Address Translator (NAT)</title>
            <author fullname="K. Egevang" initials="K." surname="Egevang"/>
            <author fullname="P. Francis" initials="P." surname="Francis"/>
            <date month="May" year="1994"/>
            <abstract>
              <t>This memo proposes another short-term solution, address reuse, that complements CIDR or even makes it unnecessary. The address reuse solution is to place Network Address Translators (NAT) at the borders of stub domains. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1631"/>
          <seriesInfo name="DOI" value="10.17487/RFC1631"/>
        </reference>
        <reference anchor="RFC6144">
          <front>
            <title>Framework for IPv4/IPv6 Translation</title>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="X. Li" initials="X." surname="Li"/>
            <author fullname="C. Bao" initials="C." surname="Bao"/>
            <author fullname="K. Yin" initials="K." surname="Yin"/>
            <date month="April" year="2011"/>
            <abstract>
              <t>This note describes a framework for IPv4/IPv6 translation. This is in the context of replacing Network Address Translation - Protocol Translation (NAT-PT), which was deprecated by RFC 4966, and to enable networks to have IPv4 and IPv6 coexist in a somewhat rational manner while transitioning to an IPv6 network. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6144"/>
          <seriesInfo name="DOI" value="10.17487/RFC6144"/>
        </reference>
        <reference anchor="RFC6146">
          <front>
            <title>Stateful NAT64: Network Address and Protocol Translation from IPv6 Clients to IPv4 Servers</title>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="P. Matthews" initials="P." surname="Matthews"/>
            <author fullname="I. van Beijnum" initials="I." surname="van Beijnum"/>
            <date month="April" year="2011"/>
          </front>
          <seriesInfo name="RFC" value="6146"/>
          <seriesInfo name="DOI" value="10.17487/RFC6146"/>
        </reference>
        <reference anchor="RFC6296">
          <front>
            <title>IPv6-to-IPv6 Network Prefix Translation</title>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document describes a stateless, transport-agnostic IPv6-to-IPv6 Network Prefix Translation (NPTv6) function that provides the address-independence benefit associated with IPv4-to-IPv4 NAT (NAPT44) and provides a 1:1 relationship between addresses in the "inside" and "outside" prefixes, preserving end-to-end reachability at the network layer. This document defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6296"/>
          <seriesInfo name="DOI" value="10.17487/RFC6296"/>
        </reference>
        <reference anchor="RFC0791">
          <front>
            <title>Internet Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel"/>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="STD" value="5"/>
          <seriesInfo name="RFC" value="791"/>
          <seriesInfo name="DOI" value="10.17487/RFC0791"/>
        </reference>
        <reference anchor="RFC8200">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="RFC5475">
          <front>
            <title>Sampling and Filtering Techniques for IP Packet Selection</title>
            <author fullname="T. Zseby" initials="T." surname="Zseby"/>
            <author fullname="M. Molina" initials="M." surname="Molina"/>
            <author fullname="N. Duffield" initials="N." surname="Duffield"/>
            <author fullname="S. Niccolini" initials="S." surname="Niccolini"/>
            <author fullname="F. Raspall" initials="F." surname="Raspall"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document describes Sampling and Filtering techniques for IP packet selection. It provides a categorization of schemes and defines what parameters are needed to describe the most common selection schemes. Furthermore, it shows how techniques can be combined to build more elaborate packet Selectors. The document provides the basis for the definition of information models for configuring selection techniques in Metering Processes and for reporting the technique in use to a Collector. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5475"/>
          <seriesInfo name="DOI" value="10.17487/RFC5475"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC6313">
          <front>
            <title>Export of Structured Data in IP Flow Information Export (IPFIX)</title>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="G. Dhandapani" initials="G." surname="Dhandapani"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <author fullname="S. Yates" initials="S." surname="Yates"/>
            <date month="July" year="2011"/>
            <abstract>
              <t>This document specifies an extension to the IP Flow Information Export (IPFIX) protocol specification in RFC 5101 and the IPFIX information model specified in RFC 5102 to support hierarchical structured data and lists (sequences) of Information Elements in data records. This extension allows definition of complex data structures such as variable-length lists and specification of hierarchical containment relationships between Templates. Finally, the semantics are provided in order to express the relationship among multiple list elements in a structured data record. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6313"/>
          <seriesInfo name="DOI" value="10.17487/RFC6313"/>
        </reference>
        <reference anchor="RFC1321">
          <front>
            <title>The MD5 Message-Digest Algorithm</title>
            <author fullname="R. Rivest" initials="R." surname="Rivest"/>
            <date month="April" year="1992"/>
            <abstract>
              <t>This document describes the MD5 message-digest algorithm. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. This memo provides information for the Internet community. It does not specify an Internet standard.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1321"/>
          <seriesInfo name="DOI" value="10.17487/RFC1321"/>
        </reference>
        <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="RFC4646">
          <front>
            <title>Tags for Identifying Languages</title>
            <author fullname="A. Phillips" initials="A." surname="Phillips"/>
            <author fullname="M. Davis" initials="M." surname="Davis"/>
            <date month="September" year="2006"/>
            <abstract>
              <t>This document describes the structure, content, construction, and semantics of language tags for use in cases where it is desirable to indicate the language used in an information object. It also describes how to register values for use in language tags and the creation of user-defined extensions for private interchange. This document, in combination with RFC 4647, replaces RFC 3066, which replaced RFC 1766. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4646"/>
          <seriesInfo name="DOI" value="10.17487/RFC4646"/>
        </reference>
        <reference anchor="RFC2482">
          <front>
            <title>Language Tagging in Unicode Plain Text</title>
            <author fullname="K. Whistler" initials="K." surname="Whistler"/>
            <author fullname="G. Adams" initials="G." surname="Adams"/>
            <date month="January" year="1999"/>
            <abstract>
              <t>This document proposed a mechanism for language tagging in plain text. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2482"/>
          <seriesInfo name="DOI" value="10.17487/RFC2482"/>
        </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>
      </references>
    </references>
    <?line 930?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Many thanks to Paul Aitken for the review and many suggestions that enhanced this specification. Special thanks to Andrew Feren for sharing data about scans of IPFIX data he collected.</t>
      <t>Thomas Graf tagged an issue with the forwardingStatus Information Element and for the Shepherd review.</t>
      <t>Thanks to Eric Vyncke for the review and comments.</t>
      <t>Thanks to Qin Wu for the opsdir review, Behcet Sarikay for the genart review, Martin Duke for the tsvart review, Donald Eastlake for the intdir review, and Hilarie Orman for the secdir review.</t>
      <t>Thanks to Mahesh Jethanandani for the AD review.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
