<?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.33 (Ruby 3.1.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-rfc7125-update-03" category="std" consensus="true" submissionType="IETF" obsoletes="7125" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.1 -->
  <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-03"/>
    <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="May" day="03"/>
    <area>Operations and Management</area>
    <workgroup>OPSAWG</workgroup>
    <keyword>IPFIX</keyword>
    <keyword>TCP</keyword>
    <keyword>Measurement</keyword>
    <keyword>Export</keyword>
    <keyword>Observability</keyword>
    <abstract>
      <?line 45?>

<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 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>
    <?line 59?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>TCP defines a set of control bits (also known as "flags") for
   managing connections (<xref section="3.1" sectionFormat="of" 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 <xref target="TCP-FLAGS"/>, adding bits that had previously been specified
   in <xref target="RFC0793"/>, and removing the NS (Nonce Sum) bit as per <xref target="RFC8311"/>.
   Also, <xref section="6" sectionFormat="of" 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 control bits since
   <xref target="RFC0793"/>.  However, that update is still problematic for
   interoperability because a value was deprecated since then (<xref section="7" sectionFormat="of" 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 <xref target="IPFIX"/> and avoiding future conflicts with the
   authoritative TCP registry <xref target="TCP-FLAGS"/>. The update in this document 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>The main changes to <xref target="RFC7125"/> are listed in <xref target="changes"/>.</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>
      <?line -18?>

<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>
      </dl>
      <t>Additional Information:
See the assigned TCP control bits in <xref target="TCP-FLAGS"/>.</t>
      <dl>
        <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"/>
   to echo the details provided in Section 3.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>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"/>.</t>
      <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="26" 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-08"/>
        </reference>
      </references>
    </references>
    <?line 201?>

<section anchor="changes">
      <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., <xref target="RFC0793"/>).</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>
      <t>Thanks to Michael Scharf for the tsvart review and Ketan Talaulikar for the rtgdir review.</t>
      <dl>
        <dt>Acknowledgments 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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
sfXpHi0hAAA=

-->

</rfc>
