| Internet-Draft | Export of BIER in IPFIX | January 2026 |
| Liu & Lin | Expires 26 July 2026 | [Page] |
This document introduces new IP Flow Information Export (IPFIX) Information Elements (IEs) to identify a set of information related to Bit Index Explicit Replication (BIER) such as data contained in BIER header that traffic is being forwarded 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 26 July 2026.¶
Copyright (c) 2026 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.¶
[RFC8279] introduces a novel multicast data packet forwarding architecture known as "Bit Index Explicit Replication" (BIER). This architecture achieves optimal forwarding within a "multicast domain" without relying on explicit tree-building protocols or requiring intermediate nodes to maintain per-flow state. Currently, BIER technology has been widely adopted in modern data centers and large-scale networks, significantly enhancing the efficiency and scalability of multicast transmission.¶
[RFC8296] defines the encapsulation of BIER header that provides the information needed to support the BIER forwarding procedures.¶
This document specifies new IPFIX Information Elements (IEs) within the "IPFIX Information Elements" registry [RFC7012], for BIER purposes. These IEs are used to export the main parameters of BIER flow.¶
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].¶
This section specifies the new IPFIX BIER IEs.¶
The IPFIX IEs defined in the Section 3, and some existing IP packet header information [IANA-IPFIX] provide answers to the following questions (amongst others).¶
Whether the IP packet is a BIER packet?¶
Whether the BIER packet is from an MPLS network?¶
What is the incoming TTL of the BIER packet?¶
What is BIER version used by the BIER packet?¶
What is the type of the payload following the BIER header in the BIER packet?¶
What is the destination BFERs for the BIER packet?¶
There exists no extra security considerations other than those already discussed in Section 11 of [RFC7011] and Section 8 of [RFC7012].¶
This document requests IANA to add new IPFIX BIER IEs to the "IPFIX Information Elements" registry [RFC7012] available at [IANA-IPFIX].¶
Table 1 lists the new IPFIX BIER IEs:¶
+============+=============================+===============+
| Element ID | Name | Reference |
+============+=============================+===============+
| TBD1 | bierBIFTidSection | This document |
+------------+-----------------------------+---------------+
| TBD2 | bierTTL | This document |
+------------+-----------------------------+---------------+
| TBD3 | bierFromMPLSNetwork | This document |
+------------+-----------------------------+---------------+
| TBD4 | bierVersion | This document |
+------------+-----------------------------+---------------+
| TBD5 | bierBSL | This document |
+------------+-----------------------------+---------------+
| TBD6 | bierEntropy | This document |
+------------+-----------------------------+---------------+
| TBD7 | bierOAMSection | This document |
+------------+-----------------------------+---------------+
| TBD8 | bierDSCP | This document |
+------------+-----------------------------+---------------+
| TBD9 | bierNextProtocol | This document |
+------------+-----------------------------+---------------+
| TBD10 | bierBFIRid | This document |
+------------+-----------------------------+---------------+
| TBD11 | bierBitString | This document |
+------------+-----------------------------+---------------+
Table 1: New BIER IEs in the "IPFIX Information Elements" Registry¶
The BIFT-id, TC, and S fields defined in the initial three octets of the BIER header. The size of this information Element is 3 octets.¶
0 1 2 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | BIFT-id | TC |S| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ BIFT-id: BIFT id, 20 bits TC: Traffic Class, 3 bits S: Set to 1, 1 bit¶
The value of the TTL field in the BIER header. This Information Element indicates the incoming TTL when a BIER packet is received.¶
This IE indicates whether the BIER packet is from an MPLS network.¶
The version value of the Ver field in the BIER header.¶
This Information Element encodes only the 4 bits of the Ver field. Therefore, its value may range from 0 to 0xF.¶
The value of the BSL field in the BIER header. This Information Element indicates the length in bits of the BitString defined in the BIER header.¶
This Information Element encodes only the 4 bits of the BSL field. Therefore, its value may range from 0 to 15.¶
The value of the Entropy field in the BIER header. This Information Element indicates the function of load-balancing.¶
This Information Element encodes only the 20 bits of the Entropy field. Therefore, its value may range from 0 to 0xFFFFF.¶
The OAM and Rsv field from the BIER header.¶
0 1 2 3 4 5 6 7 +-+-+-+-+-+-+-+-+ |OAM|Rsv|no care| +-+-+-+-+-+-+-+-+ Bits 0-1: OAM field. Bits 2-3: Rsv field, unused. Bits 4-7: No care, value is irrelevent.¶
The value of the DSCP field in the BIER header. In Non-MPLS networks, it is used to hold a Differentiated Services Codepoint.¶
This Information Element encodes only the 6 bits of the DSCP field. Therefore, its value may range from 0 to 63.¶
The next protocol defined in the Proto field of the BIER header. This Information Element identifies the type of the payload following the BIER header.¶
This Information Element encodes only the 6 bits of the Proto field. Therefore, its value may range from 0 to 63.¶
The value of the BFIR-id field in the BIER header. This Information Element identifies the BFR-id of the BFIR in the SD to which the packet has been assigned.¶
The BitString field defined in the BIER header. Together with the packet's SI and SD, this information Element identifies the destination BFERs for this packet.¶