<?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.1.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-boucadair-opsawg-ipfix-tcpo-v6eh-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title abbrev="New TCP and IPv6 EH IPFIX IEs">Extended TCP Options and IPv6 Extension Headers IPFIX Information Elements</title>
    <seriesInfo name="Internet-Draft" value="draft-boucadair-opsawg-ipfix-tcpo-v6eh-01"/>
    <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="2023" month="February" day="08"/>
    <area>Operations and Management</area>
    <workgroup>OPSAWG</workgroup>
    <keyword>IPFIX</keyword>
    <abstract>
      <t>This document specifies new IPFIX Information Elements (IEs) to solve some issues with existing ipv6ExtensionHeaders and tcpOptions IPFIX IEs, especially the ability to export any observed IPv6 Extension Headers or TCP options.</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-tcpoptions-and-v6eh"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>This document specifies new IPFIX Information Elements (IEs) to solve a set of issues encountered with the current specifications of ipv6ExtensionHeaders (for IPv6 Extension Headers (EHs)) and tcpOptions (to export TCP options). More details about these issues are provided in the following sub-sections.</t>
      <section anchor="ipv6extensionheaders-issues">
        <name>ipv6ExtensionHeaders Issues</name>
        <t>The current specification of ipv6ExtensionHeaders IPFIX IE does not:</t>
        <ul spacing="normal">
          <li>Cover the full EHs range (Section 4 of <xref target="RFC8200"/>).</li>
          <li>Specify how to automatically update the IANA IPFIX registry (<xref target="IANA-IPFIX"/>) when a new value is assigned in <xref target="IPv6-EH"/>.</li>
          <li>Specify the procedure to follow when all bits are exhausted.</li>
        </ul>
      </section>
      <section anchor="tcpoptions-issues">
        <name>tcpOptions Issues</name>
        <t>Only TCP options having a kind =&lt; 63 can be included in a tcpOptions IPFIX IE. The specification of the tcpOptions IPFIX IE does not describe how any observed TCP option in a packet can be exported using IPFIX. Also, there is no way to report the observed Experimental Identifiers (ExIDs) that are carried in shared TCP options (kind=253 or 254) <xref target="RFC6994"/>.</t>
      </section>
    </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>
      <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="ipv6extensionheadersfull-information-element">
      <name>ipv6ExtensionHeadersFull Information Element</name>
      <t>This document requests IANA to add this new IPFIX IE to the IPFIX registry:</t>
      <ul spacing="normal">
        <li>Name: ipv6ExtensionHeadersFull</li>
        <li>ElementID: TBD1</li>
        <li>
          <t>Description:
 IPv6 extension headers observed in packets of this Flow. The
 information is encoded in a set of bit fields.  For each IPv6
 option header, there is a bit in this set.  The bit is set to 1 if
 any observed packet of this Flow contains the corresponding IPv6
 extension header.  Otherwise, if no observed packet of this Flow
 contained the respective IPv6 extension header, the value of the
 corresponding bit is 0. The IPv6 EH associated with each bit
 is provided in [NEW_IPFIX_IPv6EH_SUBREGISTRY].  </t>
          <t>
The value can be encoded in fewer octets as per the guidelines in
 Section 6.2 of <xref target="RFC7011"/>.</t>
        </li>
        <li>Abstract Data Type: unsigned</li>
        <li>Data Type Semantics: flags</li>
        <li>Reference: [This-Document]</li>
        <li>Additional Information: See the assigned bits to each IPv6 extension header in [NEW_IPFIX_IPv6EH_SUBREGISTRY]. See <xref target="RFC8200"/> for the general definition of IPv6 extension headers and <xref target="IPv6-EH"/> for assigned extension headers.</li>
      </ul>
    </section>
    <section anchor="tcp-options">
      <name>TCP Options</name>
      <section anchor="new-information-elements-for-the-full-tcp-options-range-tcpoptionsfull">
        <name>New Information Elements for the Full TCP Options Range: tcpOptionsFull</name>
        <t>This document requests IANA to add this new IPFIX IE to the IPFIX registry:</t>
        <ul spacing="normal">
          <li>Name: tcpOptionsFull</li>
          <li>ElementID: TBD2</li>
          <li>
            <t>Description:
 TCP options in packets of this Flow.  The information is encoded
 in a set of bit fields.  For each TCP option, there is a bit in
 this set.  The bit is set to 1 if any observed packet of this Flow
 contains the corresponding TCP option.  Otherwise, if no observed
 packet of this Flow contained the respective TCP option, the value
 of the corresponding bit is 0.  </t>
            <t>
Options are mapped to bits according to their option numbers.
 Option number X is mapped to bit X.  TCP option numbers are
 maintained by IANA.  </t>
            <t>
The value can be encoded in fewer octets as per the guidelines in
 Section 6.2 of <xref target="RFC7011"/>.</t>
          </li>
          <li>Abstract Data Type: unsigned</li>
          <li>Data Type Semantics: flags</li>
          <li>Reference: [This-Document]</li>
          <li>Additional Information: See the assigned TCP option kinds at <xref target="IANA-TCP"/>. See <xref target="RFC9293"/> for the general definition of TCP options.</li>
        </ul>
      </section>
      <section anchor="new-information-elements-for-shared-tcp-options">
        <name>New Information Elements for Shared TCP Options</name>
        <t>ExIDs can be either 2 or 4 bytes in length <xref target="RFC6994"/>. Two new IPFIX IEs are defined to accomodate these two lengths without introducing extra complexity in mixing both types in the same IPFIX IE.</t>
        <t>This document requests IANA to add the following new IPFIX IEs to the IANA IPFIX registry <xref target="IANA-IPFIX"/>.</t>
        <section anchor="tcpexid16-information-element">
          <name>tcpExID16 Information Element</name>
          <ul spacing="normal">
            <li>Name: tcpExID16</li>
            <li>ElementID: TBD3</li>
            <li>Description: Observed 2-byte Expermients IDs (ExIDs) in a shared
TCP option (Kind=253 or 254).  The information is encoded in a set of
16-bit fields.  Each 16-bit field carries the observed 2-byte ExID in a
shared option.</li>
            <li>Abstract Data Type: octetArray</li>
            <li>Data Type Semantics: identifier</li>
            <li>Additional Information: See assigned 16-bit ExIDs at <xref target="IANA-TCP-EXIDs"/>.</li>
            <li>Reference: [This-Document]</li>
          </ul>
        </section>
        <section anchor="tcpexid32-information-element">
          <name>tcpExID32 Information Element</name>
          <ul spacing="normal">
            <li>Name: tcpExID32</li>
            <li>ElementID: TBD4</li>
            <li>Description: Observed 4-byte Expermients ID (ExIDs) in a shared
TCP option (Kind=253 or 254).  The information is encoded in a set of
16-bit fields.  Each 32-bit field carries the observed 4-byte ExID in a
shared option.</li>
            <li>Abstract Data Type: octetArray</li>
            <li>Data Type Semantics: identifier</li>
            <li>Additional Information: See assigned 32-bit ExIDs at <xref target="IANA-TCP-EXIDs"/>.</li>
            <li>Reference: [This-Document]</li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>IPFIX security considerations are discussed in <xref section="8" sectionFormat="of" target="RFC7012"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>A set of requested IANA actions are described in the main document. These actions are not repeated here.</t>
    </section>
  </middle>
  <back>
    <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="IPv6-EH" target="https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml#ipv6-parameters-1">
        <front>
          <title>Internet Protocol Version 6 (IPv6) Parameters, IPv6 Extension Header Types</title>
          <author>
            <organization>IANA</organization>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="IANA-TCP" target="https://www.iana.org/assignments/tcp-parameters/tcp-parameters.xhtml#tcp-parameters-1">
        <front>
          <title>Transmission Control Protocol (TCP) Parameters, TCP Option Kind Numbers</title>
          <author>
            <organization>IANA</organization>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="IANA-TCP-EXIDs" target="https://www.iana.org/assignments/tcp-parameters/tcp-parameters.xhtml#tcp-exids">
        <front>
          <title>Transmission Control Protocol (TCP) Parameters, TCP Experimental Option Experiment Identifiers (TCP ExIDs)</title>
          <author>
            <organization>IANA</organization>
          </author>
          <date/>
        </front>
      </reference>
      <reference anchor="RFC8200">
        <front>
          <title>Internet Protocol, Version 6 (IPv6) Specification</title>
          <author fullname="S. Deering" initials="S." surname="Deering">
            <organization/>
          </author>
          <author fullname="R. Hinden" initials="R." surname="Hinden">
            <organization/>
          </author>
          <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="RFC6994">
        <front>
          <title>Shared Use of Experimental TCP Options</title>
          <author fullname="J. Touch" initials="J." surname="Touch">
            <organization/>
          </author>
          <date month="August" year="2013"/>
          <abstract>
            <t>This document describes how the experimental TCP option codepoints can concurrently support multiple TCP extensions, even within the same connection, using a new IANA TCP experiment identifier. This approach is robust to experiments that are not registered and to those that do not use this sharing mechanism.  It is recommended for all new TCP options that use these codepoints.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6994"/>
        <seriesInfo name="DOI" value="10.17487/RFC6994"/>
      </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>
      <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="RFC7012">
        <front>
          <title>Information Model for IP Flow Information Export (IPFIX)</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>
          <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>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Paul Aitken for the review.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
sb60dyIv25kWSylWIPd3aOPbkbseAAA=

-->

</rfc>
