<?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.6.22 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-rfc7125-update-00" category="std" consensus="true" submissionType="IETF" updates="7125" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title abbrev="tcpControlBits IPFIX">An Update to the tcpControlBits IP Flow Information Export (IPFIX) Information Element</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-rfc7125-update-00"/>
    <author fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <postal>
          <city>Rennes</city>
          <code>35000</code>
          <country>France</country>
        </postal>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <date year="2023" month="February" day="21"/>
    <area>Operations and Management</area>
    <workgroup>OPSAWG</workgroup>
    <keyword>IPFIX</keyword>
    <keyword>TCP</keyword>
    <keyword>Measurement</keyword>
    <keyword>Export</keyword>
    <keyword>Observability</keyword>
    <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 Flags header field since RFC 793.
   However, that update is still problematic for interoperability
   because some flag values were deprecated since then.</t>
      <t>This document updates RFC 7125 by removing stale information from the
   IPFIX registry and avoiding future conflicts with the authoritative
   TCP Header Flags registry.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>TCP defines a set of control bits (also known as "flags") for
   managing connections.  The "Transmission Control Protocol (TCP)
   Header Flags" registry was initially set by <xref target="RFC3168"/>, but it was
   populated with only TCP control bits that were defined in <xref target="RFC3168"/>.
   <xref target="RFC9293"/> fixed that by moving that registry to be listed as a
   subregistry under the "Transmission Control Protocol (TCP)
   Parameters" registry, adding bits that had previously been specified
   in <xref target="RFC793"/>, and removing the NS (Nonce Sum) bit as per <xref target="RFC8311"/>.
   Also, <xref target="RFC9293"/>  introduces "Bit Offset" to ease referencing each
   header flag's offset within the 16-bit aligned view of the TCP header
   (Section 3.1 of <xref target="RFC9293"/>).  <xref target="TCP-FLAGS"/> is thus settled as the
   authoritative reference for the assigned TCP control bits.</t>
      <t><xref target="RFC7125"/> revised the tcpControlBits IP Flow Information Export
   (IPFIX) Information Element (IE) that was originally defined in
   <xref target="RFC5102"/> to reflect changes to the TCP Flags header field since
   <xref target="RFC793"/>.  However, that update is still problematic for
   interoperability because a value was deprecated since then (Section 7
   of <xref target="RFC8311"/>) and, therefore, <xref target="RFC7125"/> risks to deviate from the
   authoritative TCP registry <xref target="TCP-FLAGS"/>.</t>
      <t>This document fixes that problem by removing stale information from
   the IPFIX registry and avoiding future conflicts with the
   authoritative TCP registry.</t>
      <t>Also, because the setting of control bits may be misused in some
   flows (e.g., DDoS attacks), an exporter has to report all observed
   control bits even if no meaning is associated with a given TCP flag.
   This document uses a stronger requirement language compared to
   <xref target="RFC7125"/>.  See Section 3 for more details.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</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>
      <t>This document uses the terms defined in Section 2 of <xref target="RFC7011"/>.</t>
    </section>
    <section anchor="an-update-to-tcpcontrolbits-ip-flow-information-export-ipfix-information-element">
      <name>An Update to tcpControlBits IP Flow Information Export (IPFIX) Information Element</name>
      <t>This document updates Section 3 of <xref target="RFC7125"/> as follows:</t>
      <artwork><![CDATA[
   OLD:
      The values of each bit are shown below, per the definition of the
      bits in the TCP header [RFC0793][RFC3168][RFC3540]:

       MSb                                                         LSb
        0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15
      +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+
      |               |           | N | C | E | U | A | P | R | S | F |
      |     Zero      |   Future  | S | W | C | R | C | S | S | Y | I |
      | (Data Offset) |    Use    |   | R | E | G | K | H | T | N | N |
      +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+

      bit    flag
      value  name  description
      ------+-----+-------------------------------------
      0x8000       Zero (see tcpHeaderLength)
      0x4000       Zero (see tcpHeaderLength)
      0x2000       Zero (see tcpHeaderLength)
      0x1000       Zero (see tcpHeaderLength)
      0x0800       Future Use
      0x0400       Future Use
      0x0200       Future Use
      0x0100   NS  ECN Nonce Sum
      0x0080  CWR  Congestion Window Reduced
      0x0040  ECE  ECN Echo
      0x0020  URG  Urgent Pointer field significant
      0x0010  ACK  Acknowledgment field significant
      0x0008  PSH  Push Function
      0x0004  RST  Reset the connection
      0x0002  SYN  Synchronize sequence numbers
      0x0001  FIN  No more data from sender

      As the most significant 4 bits of octets 12 and 13 (counting from
      zero) of the TCP header [RFC0793] are used to encode the TCP data
      offset (header length), the corresponding bits in this Information
      Element MUST be exported as zero and MUST be ignored by the
      collector.  Use the tcpHeaderLength Information Element to encode
      this value.

      Each of the 3 bits (0x800, 0x400, and 0x200), which are reserved
      for future use in [RFC0793], SHOULD be exported as observed in the
      TCP headers of the packets of this Flow.
]]></artwork>
      <artwork><![CDATA[
   NEW:
      As per [RFC9293], the assignment of the TCP control bits is
      managed by IANA from the "TCP Header Flags" registry [TCP-FLAGS].
      That registry is authoritative to retrieve the most recent TCP
      control bits.

      As the most significant 4 bits of octets 12 and 13 (counting from
      zero) of the TCP header [RFC9293] are used to encode the TCP data
      offset (header length), the corresponding bits in this Information
      Element MUST be exported with a value of zero and MUST be ignored
      by the collector.  Use the tcpHeaderLength Information Element to
      encode this value.

      All TCP control bits (including those unassigned) MUST be exported
      as observed in the TCP headers of the packets of this Flow.
]]></artwork>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to update the "tcpControlBits" entry of the <xref target="IPFIX"/>
   as follows:</t>
      <ul spacing="normal">
        <li>Update the description of to reflect the change in Section 3.</li>
        <li>Add <xref target="TCP-FLAGS"/> to the Additional Information field.</li>
        <li>Add this document to the references.</li>
      </ul>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document does not add any new security considerations to those
   already discussed in Section 5 of <xref target="RFC7125"/>.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="TCP-FLAGS" target="https://www.iana.org/assignments/tcp-parameters/tcp-parameters.xhtml#tcp-header-flags">
          <front>
            <title>TCP Header Flags</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC9293">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy">
              <organization/>
            </author>
            <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="RFC7125">
          <front>
            <title>Revision of the tcpControlBits IP Flow Information Export (IPFIX) Information Element</title>
            <author fullname="B. Trammell" initials="B." surname="Trammell">
              <organization/>
            </author>
            <author fullname="P. Aitken" initials="P." surname="Aitken">
              <organization/>
            </author>
            <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="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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="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">
              <organization/>
            </author>
            <author fullname="B. Trammell" initials="B." role="editor" surname="Trammell">
              <organization/>
            </author>
            <author fullname="P. Aitken" initials="P." surname="Aitken">
              <organization/>
            </author>
            <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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="IPFIX" target="&lt;https://www.iana.org/assignments/ipfix/ipfix.xhtml">
          <front>
            <title>IP Flow Information Export (IPFIX) Entities</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC3168">
          <front>
            <title>The Addition of Explicit Congestion Notification (ECN) to IP</title>
            <author fullname="K. Ramakrishnan" initials="K." surname="Ramakrishnan">
              <organization/>
            </author>
            <author fullname="S. Floyd" initials="S." surname="Floyd">
              <organization/>
            </author>
            <author fullname="D. Black" initials="D." surname="Black">
              <organization/>
            </author>
            <date month="September" year="2001"/>
            <abstract>
              <t>This memo specifies the incorporation of ECN (Explicit Congestion Notification) to TCP and IP, including ECN's use of two bits in the IP header.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3168"/>
          <seriesInfo name="DOI" value="10.17487/RFC3168"/>
        </reference>
        <reference anchor="RFC793">
          <front>
            <title>Transmission Control Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel">
              <organization/>
            </author>
            <date month="September" year="1981"/>
          </front>
          <seriesInfo name="RFC" value="793"/>
          <seriesInfo name="DOI" value="10.17487/RFC0793"/>
        </reference>
        <reference anchor="RFC8311">
          <front>
            <title>Relaxing Restrictions on Explicit Congestion Notification (ECN) Experimentation</title>
            <author fullname="D. Black" initials="D." surname="Black">
              <organization/>
            </author>
            <date month="January" year="2018"/>
            <abstract>
              <t>This memo updates RFC 3168, which specifies Explicit Congestion Notification (ECN) as an alternative to packet drops for indicating network congestion to endpoints.  It relaxes restrictions in RFC 3168 that hinder experimentation towards benefits beyond just removal of loss.  This memo summarizes the anticipated areas of experimentation and updates RFC 3168 to enable experimentation in these areas.  An Experimental RFC in the IETF document stream is required to take advantage of any of these enabling updates.  In addition, this memo makes related updates to the ECN specifications for RTP in RFC 6679 and for the Datagram Congestion Control Protocol (DCCP) in RFCs 4341, 4342, and 5622.  This memo also records the conclusion of the ECN nonce experiment in RFC 3540 and provides the rationale for reclassification of RFC 3540 from Experimental to Historic; this reclassification enables new experimental use of the ECT(1) codepoint.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8311"/>
          <seriesInfo name="DOI" value="10.17487/RFC8311"/>
        </reference>
        <reference anchor="RFC5102">
          <front>
            <title>Information Model for IP Flow Information Export</title>
            <author fullname="J. Quittek" initials="J." surname="Quittek">
              <organization/>
            </author>
            <author fullname="S. Bryant" initials="S." surname="Bryant">
              <organization/>
            </author>
            <author fullname="B. Claise" initials="B." surname="Claise">
              <organization/>
            </author>
            <author fullname="P. Aitken" initials="P." surname="Aitken">
              <organization/>
            </author>
            <author fullname="J. Meyer" initials="J." surname="Meyer">
              <organization/>
            </author>
            <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="I-D.ietf-opsawg-ipfix-srv6-srh">
          <front>
            <title>Export of Segment Routing over IPv6 Information in IP Flow Information Export (IPFIX)</title>
            <author fullname="Thomas Graf" initials="T." surname="Graf">
              <organization>Swisscom</organization>
            </author>
            <author fullname="Benoît Claise" initials="B." surname="Claise">
              <organization>Huawei</organization>
            </author>
            <author fullname="Pierre Francois" initials="P." surname="Francois">
              <organization>INSA-Lyon</organization>
            </author>
            <date day="5" month="January" year="2023"/>
            <abstract>
              <t>   This document introduces new IP Flow Information Export (IPFIX)
   Information Elements to identify a set of Segment Routing over IPv6
   (SRv6) related information 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="Internet-Draft" value="draft-ietf-opsawg-ipfix-srv6-srh-06"/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document was triggered by a discussion in opswag with the
   authors of <xref target="I-D.ietf-opsawg-ipfix-srv6-srh"/>.</t>
      <t>Thanks to Christian Jacquenet, Thomas Graf, and Benoît Claise for the
   review and comments.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
HQAA

-->

</rfc>
