<?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.26 (Ruby 3.1.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-rfc7125-update-02" category="std" consensus="true" submissionType="IETF" obsoletes="7125" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.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-02"/>
    <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="March" day="26"/>
    <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 removes stale information from the
   IPFIX registry and avoiding future conflicts with the authoritative
   TCP Header Flags registry.</t>
      <t>This document obsoletes RFC 7125.</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/-ipfix-rfc7125-update"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>TCP defines a set of control bits (also known as "flags") for
   managing connections (Section 3.1 of <xref target="RFC9293"/>). 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="RFC0793"/>, and removing the NS (Nonce Sum) bit as per <xref target="RFC8311"/>.
   Also, Section 6 of <xref target="RFC9293"/> introduces "Bit Offset" to ease referencing each
   header flag's offset within the 16-bit aligned view of the TCP header
   (Figure 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="RFC0793"/>.  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"/>. This update is also useful
   to enhance observability. For example, network operators can identify
   when packets are being observed with unassigned TCP flags set and,
   therefore, identify which applications in the network should be upgraded
   to reflect the changes to TCP flags that were introduced, e.g., in <xref target="RFC8311"/>.</t>
      <t>This document fixes that problem by removing stale information from
   the IPFIX registry and avoiding future conflicts with the
   authoritative TCP registry <xref target="IPFIX"/>.</t>
      <t>Also, because the setting of TCP control bits may be misused in some
   flows (e.g., Distributed Denial-of-Service (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="the-tcpcontrolbits-information-element">
      <name>The tcpControlBits Information Element</name>
      <dl>
        <dt>ElementId:</dt>
        <dd>
          <t>6</t>
        </dd>
        <dt>Data Type:</dt>
        <dd>
          <t>unsigned16</t>
        </dd>
        <dt>Data Type Semantics:</dt>
        <dd>
          <t>flags</t>
        </dd>
        <dt>Description:</dt>
        <dd>
          <t>TCP control bits observed for the packets of this Flow.
This information is encoded as a bit field; for each TCP control
bit, there is a bit in this set.  The bit is set to 1 if any
observed packet of this Flow has the corresponding TCP control bit
set to 1.  The bit is cleared to 0 otherwise.</t>
        </dd>
        <dt/>
        <dd>
          <t>As per <xref target="RFC9293"/>, the assignment of the TCP control bits is
managed by IANA from the "TCP Header Flags" registry <xref target="TCP-FLAGS"/>.
That registry is authoritative to retrieve the most recent TCP
control bits.</t>
        </dd>
        <dt/>
        <dd>
          <t>As the most significant 4 bits of octets 12 and 13 (counting from
zero) of the TCP header <xref target="RFC9293"/> are used to encode the TCP data
offset (header length), the corresponding bits in this Information
Element <bcp14>MUST</bcp14> be exported with a value of zero and <bcp14>MUST</bcp14> be ignored
by the collector. Use the tcpHeaderLength Information Element to
encode this value.</t>
        </dd>
        <dt/>
        <dd>
          <t>All TCP control bits (including those unassigned) <bcp14>MUST</bcp14> be exported
as observed in the TCP headers of the packets of this Flow.</t>
        </dd>
        <dt/>
        <dd>
          <t>If exported as a single octet with reduced-size encoding, this
Information Element covers the low-order octet of this field (i.e.,
bit offset positions 8 to 15) <xref target="TCP-FLAGS"/>. A collector receiving this Information Element
with reduced-size encoding must not assume anything about the
content of the four bits with bit offset positions 4 to 7.</t>
        </dd>
        <dt/>
        <dd>
          <t>Exporting Processes exporting this Information Element on behalf
of a Metering Process that is not capable of observing any of the
flags with bit offset positions 4 to 7 <bcp14>SHOULD</bcp14> use reduced-size encoding,
and only export the least significant 8 bits of this Information
Element.</t>
        </dd>
        <dt/>
        <dd>
          <t>Note that previous revisions of this Information Element's
definition specified that that flags with bit offset positions 8 and 9 must be exported as
zero, even if observed.  Collectors should therefore not assume
that a value of zero for these bits in this Information Element
indicates the bits were never set in the observed traffic,
especially if these bits are zero in every Flow Record sent by a
given exporter.</t>
        </dd>
      </dl>
      <t>Units:</t>
      <t>Range:</t>
      <dl>
        <dt>References:</dt>
        <dd>
          <t><xref target="RFC9293"/>[This-Document]</t>
        </dd>
        <dt>Revision:</dt>
        <dd>
          <t>2</t>
        </dd>
      </dl>
    </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>Set the revision to 2 and the revision date to the date of publication of this document.</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 new security considerations to those already discussed for IPFIX in <xref target="RFC7011"/>.</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="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="RFC0793">
          <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="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="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="13" month="March" 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-07"/>
        </reference>
      </references>
    </references>
    <section anchor="changes-from-rfc-7125">
      <name>Changes from RFC 7125</name>
      <ul spacing="normal">
        <li>Clean-up the description by removing mentions of stale flag bits, referring to the flag bits by their bit offset position, and relying upon the IANA TCP registry.</li>
        <li>Remove the table of TCP flag bits from the description of the tcpControlBits Information Element.</li>
        <li>Add <xref target="TCP-FLAGS"/> to the Additional Information field of the tcpControlBits Information Element.</li>
        <li>Use strong normative language for exporting observed flags.</li>
        <li>Update the references of the tcpControlBits Information Element.</li>
        <li>Bump the revision of the tcpControlBits Information Element.</li>
        <li>Replace obsolete RFCs (e.g., RFC793).</li>
      </ul>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document was triggered by a discussion of the author in opsawg 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>
      <dl>
        <dt>From <xref target="RFC7125"/>:</dt>
        <dd>
          <t>Thanks to Andrew Feren, Lothar Braun, Michael Scharf, and Simon
 Josefsson for comments on the revised definition.  This work is
 partially supported by the European Commission under grant agreement
 FP7-ICT-318627 mPlane; this does not imply endorsement by the
 Commission.</t>
        </dd>
      </dl>
    </section>
    <section numbered="false" anchor="contributors">
      <name>Contributors</name>
      <t>The authors of <xref target="RFC7125"/> are as follows:</t>
      <ul spacing="normal">
        <li>Brian Trammell</li>
        <li>Paul Aitken</li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
mtnyvcmi6H+GVNu++yAAAA==

-->

</rfc>
