<?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.19 (Ruby 3.1.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-boucadair-opsawg-tsvwg-udp-ipfix-02" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.3 -->
  <front>
    <title abbrev="IPFIX IE for UDP Options">Export of UDP Options Information in IP Flow Information Export (IPFIX)</title>
    <seriesInfo name="Internet-Draft" value="draft-boucadair-opsawg-tsvwg-udp-ipfix-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>
    <author fullname="Tirumaleswar Reddy.K">
      <organization>Nokia</organization>
      <address>
        <postal>
          <country>India</country>
        </postal>
        <email>kondtir@gmail.com</email>
      </address>
    </author>
    <date year="2023" month="January" day="23"/>
    <area>Operations and Management</area>
    <workgroup>OPSAWG</workgroup>
    <keyword>surplus area</keyword>
    <keyword>UDP options</keyword>
    <abstract>
      <t>This document specifies new IP Flow Information Export (IPFIX) Information Elements for UDP 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/udp-ipfix"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>IP Flow Information Export (IPFIX) <xref target="RFC7011"/> is a protocol that is widely deployed in operators networks for traffic management purposes. The protocol specifies the encoding of a set of basic data types and how the various Information Elements (IEs) are transmitted. In order to support the export of new flow-related measurement data, new IEs can be defined and registered in a dedicated IANA registry <xref target="IANA-IPFIX"/> for interoperability.</t>
      <t>This document specifies new IPFIX Information Elements for UDP options (<xref target="IANA"/>). A brief overview of UDP option is provided in <xref target="uo"/>.</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>
      <t>This document uses the terms defined in Section 3 of <xref target="I-D.ietf-tsvwg-udp-options"/> and <xref target="RFC7011"/>.</t>
    </section>
    <section anchor="uo">
      <name>UDP Options at a Glance</name>
      <t>UDP <xref target="RFC0768"/> does not support an extension mechanism similar to the options supported by other transport protocols, such as TCP <xref target="RFC9293"/>, SCTP <xref target="RFC9260"/>, or DCCP <xref target="RFC4340"/>. Such a mechanism can be useful for various applications, e.g., discover a path MTU or share timestamps. To fill that void, <xref target="I-D.ietf-tsvwg-udp-options"/> extends UDP with a mechanism to insert extensions in datagrams. To do so, and unlike the conventional approach that relies upon transport headers, <xref target="I-D.ietf-tsvwg-udp-options"/> uses trailers. Concretely, UDP options are placed in the surplus area (that is, the area of an IP payload that follows a UDP packet). See <xref target="spa"/>. An example of the use of UDP options is described in <xref target="I-D.ietf-tsvwg-udp-options-dplpmtud"/>.</t>
      <figure anchor="spa">
        <name>Surplus Area</name>
        <artwork align="center"><![CDATA[
                       IP transport payload
          <------------------------------------------------->
+--------+---------+----------------------+------------------+
| IP Hdr | UDP Hdr |     UDP user data    |   surplus area   |
+--------+---------+----------------------+------------------+
          <------------------------------>
                     UDP Length
]]></artwork>
      </figure>
      <t><xref target="udpOptions"/> introduces a new IE to export the observed UDP options.</t>
      <t>Options indicated by Kind values in the range 0-191 are called SAFE options because they do not alter the UDP data payload. Such options can be silently ignored by receivers without affecting the meaning of the UDP user data (Section 9 of <xref target="I-D.ietf-tsvwg-udp-options"/>).</t>
      <t>Options indicated by Kind values in the range 192-255 are called UNSAFE options. Such options are not safe to ignore (Section 10 of <xref target="I-D.ietf-tsvwg-udp-options"/>).</t>
      <t><xref target="I-D.ietf-tsvwg-udp-options"/> reserves two options for experiements: the Experimental option (EXP, Kind=127) for SAFE options and the UNSAFE Experimental option (UEXP, Kind=254). For both options, Experimental ID (ExIDs) are used to differentiate concurrent use of these options. Known ExIDs are expected to be registered within IANA. <xref target="udpExID"/> specifies a new IPFIX to export observed ExIDs in the EXP options. Also, <xref target="udpUExID"/> specifies a new IPFIX to export observed ExIDs in the UEXP options. Only 16-bits ExIDs are supported.</t>
      <t>This document does not intend to elaborate operational guidance/implications of UDP options. The document focuses exclusively on exporting observed UDP options in datagrams. The motivation for exporting such data is similar to the one for exporting TCP options (tcpOptions IE) or IPv6 Extension Headers (ipv6ExtensionHeaders).</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document does not introduce new security considerations other than those already discussed in <xref target="RFC7012"/>.</t>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>This document requests IANA to add the following new IEs to the IANA registry entitled "IP Flow Information Export (IPFIX) Entities" <xref target="IANA-IPFIX"/>.</t>
      <section anchor="udpOptions">
        <name>udpOptions</name>
        <ul spacing="normal">
          <li>Name:  udpOptions</li>
          <li>ElementID:  TBD1</li>
          <li>Description: Observed UDP options of a Flow.  The information is encoded in a set of bit fields. Multiple instances of the udpOptions IE are included to cover the 0-255 range (<xref target="instances"/>); each 64 values are mapped to an IE with th order preserved. Options are mapped to bits according to their option numbers. Option number X is mapped to bit X[64] of the IE instance determined by the order "[1+X/64]". A bit is set to 1 (or 0) if the corresponding UDP option is observed (or not). For example, (1) if only option kinds =&lt;63 are observed, then only one udpOptions IE instance is included, (2) if only option kinds =&lt;127 are observed, then two udpOptions IEs instances are included, (3) if some option kinds =&lt;63 while others are &gt;=192 are observed, then four udpOptions IE instances are included with the second and third IE instances are set to 0, etc.</li>
          <li>Abstract Data Type:  unsigned64</li>
          <li>Data Type Semantics:  flags</li>
          <li>Additional Information:  <xref target="I-D.ietf-tsvwg-udp-options"/>.  See the assignments in the "xxxx" IANA registry at URL_IANA_UDP_OPTIONS.</li>
          <li>Reference:  [This-Document]</li>
        </ul>
        <figure anchor="instances">
          <name>Mapping of the UDP Options to the udpOptions IEs</name>
          <artwork align="center"><![CDATA[
+----------+----------+----------+----------+
|udpOptions|udpOptions|udpOptions|udpOptions|
|Instance#1|Instance#2|Instance#3|Instance#4|
+----------+----------+----------+----------+
    0-63      64-127    128-191    192-255
    Range      Range     Range       Range
]]></artwork>
        </figure>
      </section>
      <section anchor="udpExID">
        <name>udpExID</name>
        <ul spacing="normal">
          <li>Name:  udpExID</li>
          <li>ElementID:  TBD2</li>
          <li>Description: Observed Expermients ID (ExIDs) in the Experimental option (EXP, Kind=127). The information is encoded in a set of 16-bit fields. Each 16-bit field carries the observed ExID in an EXP option.</li>
          <li>Abstract Data Type:  octetArray</li>
          <li>Data Type Semantics:  identifier</li>
          <li>Additional Information:  <xref target="I-D.ietf-tsvwg-udp-options"/>.  See the assignments in the "xxxx" IANA registry at URL_IANA_UDP_ExIDs.</li>
          <li>Reference:  [This-Document]</li>
        </ul>
      </section>
      <section anchor="udpUExID">
        <name>udpUnsafeExID</name>
        <ul spacing="normal">
          <li>Name:  udpUnsafeExID</li>
          <li>ElementID:  TBD3</li>
          <li>Description: Observed Expermients ID (ExIDs) in the UNSAFE Experimental option (UEXP, Kind=254). The information is encoded in a set of 16-bit fields. Each 16-bit field carries the observed ExID in an UEXP option.</li>
          <li>Abstract Data Type:  octetArray</li>
          <li>Data Type Semantics:  identifier</li>
          <li>Additional Information:  <xref target="I-D.ietf-tsvwg-udp-options"/>.  See the assignments in the "xxxx" IANA registry at URL_IANA_UDP_ExIDs.</li>
          <li>Reference:  [This-Document]</li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <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="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="I-D.ietf-tsvwg-udp-options">
          <front>
            <title>Transport Options for UDP</title>
            <author fullname="Dr. Joseph D. Touch" initials="J. D." surname="Touch">
              <organization>Independent Consultant</organization>
            </author>
            <date day="27" month="December" year="2022"/>
            <abstract>
              <t>   Transport protocols are extended through the use of transport header
   options. This document extends UDP by indicating the location,
   syntax, and semantics for UDP transport layer options.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tsvwg-udp-options-19"/>
        </reference>
        <reference anchor="RFC0768">
          <front>
            <title>User Datagram Protocol</title>
            <author fullname="J. Postel" initials="J." surname="Postel">
              <organization/>
            </author>
            <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="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>
      <references>
        <name>Informative 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/>
            </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="RFC9260">
          <front>
            <title>Stream Control Transmission Protocol</title>
            <author fullname="R. Stewart" initials="R." surname="Stewart">
              <organization/>
            </author>
            <author fullname="M. Tüxen" initials="M." surname="Tüxen">
              <organization/>
            </author>
            <author fullname="K. Nielsen" initials="K." surname="Nielsen">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Handley" initials="M." surname="Handley">
              <organization/>
            </author>
            <author fullname="S. Floyd" initials="S." surname="Floyd">
              <organization/>
            </author>
            <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="I-D.ietf-tsvwg-udp-options-dplpmtud">
          <front>
            <title>Datagram PLPMTUD for UDP Options</title>
            <author fullname="Gorry Fairhurst" initials="G." surname="Fairhurst">
              <organization>University of Aberdeen</organization>
            </author>
            <author fullname="Tom Jones" initials="T." surname="Jones">
              <organization>University of Aberdeen</organization>
            </author>
            <date day="9" month="September" year="2022"/>
            <abstract>
              <t>   This document specifies how a UDP Options sender implements Datagram
   Packetization Layer Path Maximum Transmission Unit Discovery
   (DPLPMTUD) as a robust method for Path Maximum Transmission Unit
   discovery.  This method uses the UDP Options packetization layer.  It
   allows a datagram application to discover the largest size of
   datagram that can be sent across a specific network path.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tsvwg-udp-options-dplpmtud-04"/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
