Internet-Draft | tcpControlBits IPFIX | May 2023 |
Boucadair | Expires 4 November 2023 | [Page] |
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.¶
This document removes stale information from the IPFIX registry and avoiding future conflicts with the authoritative TCP Header Flags registry.¶
This document obsoletes RFC 7125.¶
This note is to be removed before publishing as an RFC.¶
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 https://mailarchive.ietf.org/arch/browse/opsawg/.¶
Source for this draft and an issue tracker can be found at https://github.com/boucadair/-ipfix-rfc7125-update.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 4 November 2023.¶
Copyright (c) 2023 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
TCP defines a set of control bits (also known as "flags") for managing connections (Section 3.1 of [RFC9293]). The "Transmission Control Protocol (TCP) Header Flags" registry was initially set by [RFC3168], but it was populated with only TCP control bits that were defined in [RFC3168]. [RFC9293] fixed that by moving that registry to be listed as a subregistry under the "Transmission Control Protocol (TCP) Parameters" registry [TCP-FLAGS], adding bits that had previously been specified in [RFC0793], and removing the NS (Nonce Sum) bit as per [RFC8311]. Also, Section 6 of [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 [RFC9293]). [TCP-FLAGS] is thus settled as the authoritative reference for the assigned TCP control bits.¶
[RFC7125] revised the tcpControlBits IP Flow Information Export (IPFIX) Information Element (IE) that was originally defined in [RFC5102] to reflect changes to the TCP control bits since [RFC0793]. However, that update is still problematic for interoperability because a value was deprecated since then (Section 7 of [RFC8311]) and, therefore, [RFC7125] risks to deviate from the authoritative TCP registry [TCP-FLAGS].¶
This document fixes that problem by removing stale information from the IPFIX registry [IPFIX] and avoiding future conflicts with the authoritative TCP registry [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 [RFC8311].¶
The main changes to [RFC7125] are listed in Appendix A.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
This document uses the terms defined in Section 2 of [RFC7011].¶
6¶
unsigned16¶
flags¶
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.¶
As per [RFC9293], the assignment of the TCP control bits is managed by IANA from the "TCP Header Flags" registry [TCP-FLAGS]. That registry is authoritative to retrieve the most recent TCP control bits.¶
As the most significant 4 bits of octets 12 and 13 (counting from zero) of the TCP header [RFC9293] are used to encode the TCP data offset (header length), the corresponding bits in this Information Element MUST be exported with a value of zero and MUST be ignored by the collector. Use the tcpHeaderLength Information Element to encode this value.¶
All TCP control bits (including those unassigned) MUST be exported as observed in the TCP headers of the packets of this Flow.¶
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) [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.¶
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 SHOULD use reduced-size encoding, and only export the least significant 8 bits of this Information Element.¶
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.¶
Units:¶
Range:¶
Additional Information: See the assigned TCP control bits in [TCP-FLAGS].¶
2¶
IANA is requested to update the "tcpControlBits" entry of the [IPFIX] to echo the details provided in Section 3.¶
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 [RFC7125].¶
This document does not add new security considerations to those already discussed for IPFIX in [RFC7011].¶
This document was triggered by a discussion of the author in opsawg with the authors of [I-D.ietf-opsawg-ipfix-srv6-srh].¶
Thanks to Christian Jacquenet, Thomas Graf, and Benoît Claise for the review and comments.¶
Thanks to Michael Scharf for the tsvart review and Ketan Talaulikar for the rtgdir review.¶
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.¶