Internet-Draft | Export of QUIC Information in IPFIX | October 2025 |
Lin, et al. | Expires 19 April 2026 | [Page] |
This document introduces new IP Flow Information Export (IPFIX) Information Elements to identify a set of QUIC related and unencrypted information, which contained in QUIC Header that traffic is being forwarded along with.¶
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 19 April 2026.¶
Copyright (c) 2025 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.¶
QUIC Packets are carried in UDP datagrams and exchanged for communication of QUIC endpoints [RFC9000]. A QUIC packet normally consists of a QUIC Header and a QUIC Payload.¶
QUIC Header is divided into Long Header and Short Header. Long Headers are used for packets that are sent prior to the establishment of 1-RTT keys. The Long Header contains an 8-bit Public Flag, a 32-bit QUIC Version, a variable-length Destination Connection ID, a variable-length Source Connection ID and Type-Specific field which has different content based on the Packet type. The Packet types that use the Long Header contain Version Negotiation Packet, Initial Packet, 0-RTT Packet, Handshake Packet and Retry Packet. Once 1-RTT keys are available, a sender switches to sending 1-RTT packets using the Short Header. The Short Header includes an 8-bit Public Flag, a variable-length Destination Connection ID and a Packet Number.¶
QUIC packets provide varying levels of cryptographic protection depending on their type [RFC9000]. While the entire QUIC Payload MUST be encrypted, only certain fields in the QUIC Header are protected. For details on QUIC's packet protection mechanisms, refer to Section 5 of [RFC9001].¶
This document specifies several new IPFIX Information Elements (IEs) within the "IPFIX Information Elements" registry [RFC7012] for purposes of getting QUIC related information. These IEs are used to export the unencrypted parameters of QUIC Header in QUIC packet.¶
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 makes use of the terms defined in [RFC7011] and [RFC9000].¶
This section specifies the new IPFIX QUIC IEs.¶
The IPFIX IEs listed in the Section 3, forwardingStatus (89) [RFC7270] and some existing counter information [IANA-IPFIX] provide answers to the following questions (amongst others).¶
How many packets are forwarded or dropped using QUIC in a network?¶
If dropped, for which reasons?¶
What is the type of QUIC packet?¶
What is the QUIC version that is in use or negotiation?¶
What is the Destination or Source Connection ID of QUIC packet?¶
Have all the QUIC packets been fully received?¶
There exists no extra security considerations regarding allocation of these new IPFIX IEs compared to [RFC7012].¶
This document requests IANA to add new IPFIX QUIC IEs to the "IPFIX Information Elements" registry [RFC7012] available at [IANA-IPFIX].¶
Table 1 lists the new IPFIX QUIC IEs:¶
+============+=============================+===============+ | Element ID | Name | Reference | +============+=============================+===============+ | TBD1 | quicHeaderFlag | This document | +------------+-----------------------------+---------------+ | TBD2 | quicVersion | This document | +------------+-----------------------------+---------------+ | TBD3 | quicDestinationConnectionID | This document | +------------+-----------------------------+---------------+ | TBD4 | quicSourceConnectionID | This document | +------------+-----------------------------+---------------+ Table 1: New QUIC IEs in the "IPFIX Information Elements" Registry¶
The quicDestinationConnectionID can be used to track flow path consistency, but the Destination Connection ID in the Short Header Packet lacks a length indication, making it difficult to match on intermediate devices. Therefore, the Destination Connection ID or its length must be preconfigured on the intermediate devices.¶