<?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-boucadair-opsawg-tsvwg-udp-ipfix-05" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.1 -->
  <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-05"/>
    <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="May" day="11"/>
    <area>Operations and Management</area>
    <workgroup>OPSAWG</workgroup>
    <keyword>surplus area</keyword>
    <keyword>UDP options</keyword>
    <abstract>
      <?line 40?>

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

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

<t>This document uses the terms defined in <xref section="3" sectionFormat="of" 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 (<xref section="9" sectionFormat="of" 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 (<xref section="10" sectionFormat="of" 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 IE 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) or IPv6 Extension Headers (ipv6ExtensionHeaders).</t>
    </section>
    <section anchor="new-udp-ipfix-information-elements">
      <name>New UDP IPFIX Information Elements</name>
      <section anchor="udpOptions">
        <name>udpOptions</name>
        <dl>
          <dt>Name:</dt>
          <dd>
            <t>udpOptions</t>
          </dd>
          <dt>ElementID:</dt>
          <dd>
            <t>TBD1</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>Observed UDP options of a Flow. The information is encoded in a set of bit fields.</t>
          </dd>
          <dt/>
          <dd>
            <t>To cover the 0-255 kind range, up to 255 flags can be set in the value field. The encoding specified in Section 6.2 of <xref target="RFC7011"/> is followed whenever fewer octets are needed to report observed UDP options. For example, if only option kinds =&lt;32 are observed, then the value can be encoded as unsigned32, or if only option kinds =&lt;63 are observed, then the value can be encoded as unsigned64.</t>
          </dd>
          <dt>Abstract Data Type:</dt>
          <dd>
            <t>unsigned</t>
          </dd>
          <dt>Data Type Semantics:</dt>
          <dd>
            <t>flags</t>
          </dd>
          <dt>Additional Information:</dt>
          <dd>
            <t>See the assigned UDP options in the "UDP Option Kind Numbers" registry at URL_IANA_UDP_OPTIONS.</t>
          </dd>
          <dt/>
          <dd>
            <t>See <xref target="I-D.ietf-tsvwg-udp-options"/> for more details about UDP options.</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>This-Document</t>
          </dd>
        </dl>
      </section>
      <section anchor="udpExID">
        <name>udpExpOptionExID</name>
        <dl>
          <dt>Name:</dt>
          <dd>
            <t>udpExpExID</t>
          </dd>
          <dt>ElementID:</dt>
          <dd>
            <t>TBD2</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>Observed Expermients ID (ExIDs) in the Experimental option (EXP, Kind=127).</t>
          </dd>
          <dt/>
          <dd>
            <t>The information is encoded in a set of 16-bit fields. Each 16-bit field carries the observed ExID in an EXP option.</t>
          </dd>
          <dt>Abstract Data Type:</dt>
          <dd>
            <t>octetArray</t>
          </dd>
          <dt>Data Type Semantics:</dt>
          <dd>
            <t>identifier</t>
          </dd>
          <dt>Additional Information:</dt>
          <dd>
            <t>See the assignments in the "UDP Experimental Option Experiment Identifiers (UDP ExIDs)" registry at URL_IANA_UDP_ExIDs.</t>
          </dd>
          <dt/>
          <dd>
            <t>See <xref target="I-D.ietf-tsvwg-udp-options"/> for more details about ExIDs.</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>This-Document</t>
          </dd>
        </dl>
      </section>
      <section anchor="udpUExID">
        <name>udpUnsafeExpOptionExID</name>
        <dl>
          <dt>Name:</dt>
          <dd>
            <t>udpUnsafeExpOptionExID</t>
          </dd>
          <dt>ElementID:</dt>
          <dd>
            <t>TBD3</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>Observed Expermients ID (ExIDs) in the UNSAFE Experimental option (UEXP, Kind=254).</t>
          </dd>
          <dt/>
          <dd>
            <t>The information is encoded in a set of 16-bit fields. Each 16-bit field carries the observed ExID in an UEXP option.</t>
          </dd>
          <dt>Abstract Data Type:</dt>
          <dd>
            <t>octetArray</t>
          </dd>
          <dt>Data Type Semantics:</dt>
          <dd>
            <t>identifier</t>
          </dd>
          <dt>Additional Information:</dt>
          <dd>
            <t>See the assignments in the "UDP Experimental Option Experiment Identifiers (UDP ExIDs)" registry at URL_IANA_UDP_ExIDs.</t>
          </dd>
          <dt/>
          <dd>
            <t>See <xref target="I-D.ietf-tsvwg-udp-options"/> for more details about ExIDs.</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>This-Document</t>
          </dd>
        </dl>
      </section>
    </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>
      <t>The reader may refer to Section 22 of <xref target="I-D.ietf-tsvwg-udp-options"/> for the security considerations related to UDP options.</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>
      <table>
        <name>New IPFIX Information Elements</name>
        <thead>
          <tr>
            <th align="left">Value</th>
            <th align="left">Name</th>
            <th align="left">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">TBD1</td>
            <td align="left">udpOptions</td>
            <td align="left">
              <xref target="udpOptions"/> of This-Document</td>
          </tr>
          <tr>
            <td align="left">TBD2</td>
            <td align="left">udpExpOptionExID</td>
            <td align="left">
              <xref target="udpExID"/> of This-Document</td>
          </tr>
          <tr>
            <td align="left">TBD3</td>
            <td align="left">udpUnsafeExpOptionExID</td>
            <td align="left">
              <xref target="udpUExID"/> of This-Document</td>
          </tr>
        </tbody>
      </table>
    </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="March" year="2023"/>
            <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-20"/>
        </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="6" month="April" year="2023"/>
            <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 an application to discover the largest size of datagram that
   can be sent across the network path.  It also provides a way to allow
   the application to periodically verify the current maximum packet
   size supported by a path and to update this when required.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tsvwg-udp-options-dplpmtud-07"/>
        </reference>
      </references>
    </references>
    <?line 195?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Benoît Claise for the discussion on the ordering of IPFIX IEs.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
/AcvfUAUIB4AAA==

-->

</rfc>
