<?xml version="1.0" encoding="US-ASCII"?>
<!-- This template is for creating an Internet Draft using xml2rfc,
    which is available here: http://xml.resource.org. -->
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<!-- used by XSLT processors -->
<!-- For a complete list and description of processing instructions (PIs),
    please see http://xml.resource.org/authoring/README.html. -->
<!-- Below are generally applicable Processing Instructions (PIs) that
    most I-Ds might want to use.
    (Here they are set differently than their defaults in xml2rfc v1.32) -->
<?rfc strict="yes" ?>
<!-- give errors regarding ID-nits and DTD validation -->
<!-- control the table of contents (ToC) -->
<?rfc toc="yes"?>
<!-- generate a ToC -->
<?rfc tocdepth="4"?>
<!-- the number of levels of subsections in ToC. default: 3 -->
<!-- control references -->
<?rfc symrefs="yes"?>
<!-- use symbolic references tags, i.e, [RFC2119] instead of [1] -->
<?rfc sortrefs="yes" ?>
<!-- sort the reference entries alphabetically -->
<!-- control vertical white space
    (using these PIs as follows is recommended by the RFC Editor) -->
<?rfc compact="yes" ?>
<!-- do not start each main section on a new page -->
<?rfc subcompact="no" ?>
<!-- keep one blank line between list items -->
<!-- end of list of popular I-D processing instructions -->
<rfc category="std" docName="draft-ll-opsawg-ipfix-bier-00"
ipr="trust200902" consensus="true">
  <!-- category values: std, bcp, info, exp, and historic
    ipr values: full3667, noModification3667, noDerivatives3667
    you can add the attributes updates="NNNN" and obsoletes="NNNN"
    they will automatically be output with "(if approved)" -->

  <!-- ***** FRONT MATTER ***** -->

  <front>

    <title abbrev="Export of BIER in IPFIX">Export of BIER Information in IP Flow Information Export (IPFIX)</title>

    <!-- add 'role="editor"' below for the editors if appropriate -->

    <!-- Another author who claims to be an editor -->
    <author fullname="Yisong Liu" initials="Y." surname="Liu">
      <organization>China Mobile</organization>

      <address>
        <postal>
          <street>32 Xuanwumen West Street</street>

          <!-- Reorder these if your country does things differently -->

          <city>Beijing</city>

          <region>Xicheng District</region>

          <code>100053</code>

          <country>China</country>
        </postal>

        <email>liuyisong@chinamobile.com</email>

        <!-- uri and facsimile elements may also be added -->
      </address>
    </author>
    <author fullname="Changwang Lin" initials="C."
            surname="Lin">
      <organization>New H3C Technologies</organization>

      <address>
        <postal>
          <street>8 Yongjia North Road</street>
          <!-- Reorder these if your country does things differently -->

          <city>Beijing</city>

          <region>Haidian District</region>

          <code>100094</code>

          <country>China</country>
        </postal>

        <email>linchangwang.04414@h3c.com</email>

        <!-- uri and facsimile elements may also be added -->
      </address>
    </author>

    <date year="2026" />

    <!-- Meta-data Declarations -->

    <area>General</area>

    <workgroup>OPSAWG</workgroup>

    <keyword>IPFIX</keyword>
    <keyword>BIER</keyword>

<abstract>
<t>
	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. 
</t>

</abstract>

  </front>

  <middle>

<section anchor="Introduction" title="Introduction">
<t>
	<xref target="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.
</t>
<t>
  <xref target="RFC8296"/> defines the encapsulation of BIER header that provides the information needed to
  support the BIER forwarding procedures.
</t>
<t>
  This document specifies new IPFIX Information Elements (IEs) within the "IPFIX Information Elements"
  registry <xref target="RFC7012"/>, for BIER purposes. These IEs are used to export the main
  parameters of BIER flow.
</t>
</section>
<section anchor="Terminology" title="Terminology">
  <t>
    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 <xref target="RFC2119"/> <xref
    target="RFC8174"/> when, and only when, they appear in all
    capitals, as shown here.
  </t>
  <t>
    This document makes use of the terms defined in <xref target="RFC7011"/>.
  </t>
  <t>
    The following terms are used as defined in <xref target="RFC7011"/>:
  </t>
  <t>
    <list style="symbols">
    <t>IPFIX</t>
    <t>IPFIX Information Elements</t>
    </list>
  </t>
  <t>
    The following terms are used as defined in <xref target="RFC8296"/>:
  </t>
  <t>
    <list style="symbols">
    <t>TC</t>
    <t>TTL</t>
    <t>BFR</t>
    <t>BIFT</t>
    <t>BFIR</t>
    <t>BFER</t>
    <t>BSL</t>
    <t>SD</t>
    <t>SI</t>
    </list>
  </t>
</section>
<section anchor="New IPFIX BIER IEs" title="New IPFIX BIER Information Elements">
<t>
  This section specifies the new IPFIX BIER IEs.
  <list style="hanging">
    <t hangText="bierBIFTidSection"><vspace blankLines="0"/>
    The BIFT-id, TC, and S fields defined in the initial three octets of the BIER
    header (Section 2 of <xref target="RFC8296"/>).
    </t>
    <t hangText="bierTTL"><vspace blankLines="0"/>
    The value of the TTL field in the BIER header (Section 2 of <xref target="RFC8296"/>).
    This IE indicates the incoming Time to Live (TTL) when a BIER packet is received.
    </t>
    <t hangText="bierFromMPLSNetwork"><vspace blankLines="0"/>
    This IE indicates whether the BIER packet is from an MPLS network. 
    </t>
    <t hangText="bierVersion"><vspace blankLines="0"/>
    The version of the BIER header (Section 2 of <xref target="RFC8296"/>).
    </t>
    <t hangText="bierBSL"><vspace blankLines="0"/>
    The value of the BSL field in the BIER header (Section 2 of <xref target="RFC8296"/>).
    This IE indicates the length in bits of the BitString defined in the BIER header
    (Section 2 of <xref target="RFC8296"/>).
    </t>
    <t hangText="bierEntropy"><vspace blankLines="0"/>
    The value of the Entropy field in the BIER header (Section 2 of <xref target="RFC8296"/>).
    It is can be used for load-balancing purposes.
    </t>
    <t hangText="bierOAMSection"><vspace blankLines="0"/>
    The OAM and Rsv field from the BIER header (Section 2 of <xref target="RFC8296"/>).
    </t>
    <t hangText="bierDSCP"><vspace blankLines="0"/>
    The value of the DSCP field in the BIER header (Section 2 of <xref target="RFC8296"/>).
    In Non-MPLS networks, it is used to hold a Differentiated Services Codepoint <xref target="RFC2474"/>.
    </t>
    <t hangText="bierNextProtocol"><vspace blankLines="0"/>
    The next protocol defined in the Proto field of the BIER header (Section 2 of <xref target="RFC8296"/>).
    It identifies the type of the payload following the BIER header.
    </t>
    <t hangText="bierBFIRid"><vspace blankLines="0"/>
    The value of the BFIR-id field in the BIER header (Section 2 of <xref target="RFC8296"/>).
    It indicates the BFR-id of the BFIR in the SD to which the packet has been assigned.
    </t>
    <t hangText="bierBitString"><vspace blankLines="0"/>
    The BitString field defined in the BIER header (Section 2 of <xref target="RFC8296"/>).
    Together with the packet's SI and SD, it identifies the destination BFERs for this packet.
    </t>
  </list>
</t>
</section>

<section anchor="Sample Use Cases" title="Sample Use Cases">
<t>
  The IPFIX IEs defined in the Section 3, and some existing IP packet
  header information <xref target="IANA-IPFIX"/> provide answers to the following questions (amongst others).
</t>
<t>
  <list style="symbols">
  <t>Whether the IP packet is a BIER packet?</t>
  <t>Whether the BIER packet is from an MPLS network?</t>
  <t>What is the incoming TTL of the BIER packet?</t>
  <t>What is BIER version used by the BIER packet?</t>
  <t>What is the type of the payload following the BIER header in the BIER packet?</t>
  <t>What is the destination BFERs for the BIER packet?</t>
  </list>
</t>
</section>

<section anchor="Security Considerations" title="Security Considerations">
<t>
	There exists no extra security considerations other than those already
  discussed in Section 11 of <xref target="RFC7011"/> and Section 8 of <xref target="RFC7012"/>.
</t>
</section>

<section anchor="IANA Considerations" title="IANA Considerations">
  <section anchor="IPFIX IEs" title="IPFIX Information Elements">
    <t>
      This document requests IANA to add new IPFIX BIER IEs to
      the "IPFIX Information Elements" registry <xref target="RFC7012"/>
      available at <xref target="IANA-IPFIX"/>.
    </t>
    <t>
      Table 1 lists the new IPFIX BIER IEs:
    </t>
    <t><figure>
      <artwork align="center" name="Table 1"><![CDATA[
      +============+=============================+===============+
      | 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]]></artwork>
    </figure></t>
    <section anchor="IANAbier1" title="bierBIFTidSection">
      <dl>
        <dt>ElementID:</dt><dd>TBD1</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierBIFTidSection</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>octetArray</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>identifier</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">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.</t>
            <t indent="0"><artwork align="center">
 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
</artwork></t>
        </dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>See Section 2 of <xref target="RFC8296"/> for more details about the BIFT-id, TC, and S fields.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>

    <section anchor="IANAbier2" title="bierTTL">
      <dl>
        <dt>ElementID:</dt><dd>TBD2</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierTTL</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>unsigned8</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>default</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">The value of the TTL field in the BIER header.
            This Information Element indicates the incoming TTL when a BIER packet is received.</t>
        </dd>
      </dl>
      <dl>
        <dt>Units:</dt><dd>hops</dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>See Section 2 of <xref target="RFC8296"/> for more details about the TTL fields.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>

    <section anchor="IANAbier3" title="bierFromMPLSNetwork">
      <dl>
        <dt>ElementID:</dt><dd>TBD3</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierFromMPLSNetwork</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>boolean</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>default</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">This IE indicates whether the BIER packet is from an MPLS network.</t>
        </dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>In MPLS networks, the Nibble field of the BIER header MUST be set to the binary value 0101.
        In Non-MPLS networks, the Nibble field is set to the binary value 0000. Therefore, the Nibble field
        can be used to identify whether a BIER packet is from an MPLS network.
        See Section 2 of <xref target="RFC8296"/> for more details.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>

    <section anchor="IANAbier4" title="bierVersion">
      <dl>
        <dt>ElementID:</dt><dd>TBD4</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierVersion</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>unsigned8</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>identifier</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">The version value of the Ver field in the BIER header.</t>
            <t indent="0">This Information Element encodes only the 4 bits of the Ver field.
            Therefore, its value may range from 0 to 0xF.</t>
        </dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>See Section 2 of <xref target="RFC8296"/> for more details about the Ver field of the BIER header.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>

    <section anchor="IANAbier5" title="bierBSL">
      <dl>
        <dt>ElementID:</dt><dd>TBD5</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierBSL</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>unsigned8</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>default</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">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.</t>
            <t indent="0">This Information Element encodes only the 4 bits of the BSL field.
            Therefore, its value may range from 0 to 15.</t>
        </dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>See Section 2 of <xref target="RFC8296"/> for more details about the BSL field of the BIER header.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>

    <section anchor="IANAbier6" title="bierEntropy">
      <dl>
        <dt>ElementID:</dt><dd>TBD6</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierEntropy</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>unsigned32</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>default</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">The value of the Entropy field in the BIER header.
            This Information Element indicates the function of load-balancing.</t>
            <t indent="0">This Information Element encodes only the 20 bits of the Entropy field.
            Therefore, its value may range from 0 to 0xFFFFF.</t>
        </dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>See Section 2 of <xref target="RFC8296"/> for more details about the Entropy field of the BIER header.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>
    
    <section anchor="IANAbier7" title="bierOAMSection">
      <dl>
        <dt>ElementID:</dt><dd>TBD7</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierOAMSection</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>unsigned8</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>flags</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">The OAM and Rsv field from the BIER header.</t>
            <t indent="0"><artwork align="center">
 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.
</artwork></t>
        </dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>See Section 2 of <xref target="RFC8296"/> for more details about the OAM and Rsv field of the BIER header.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>

    <section anchor="IANAbier8" title="bierDSCP">
      <dl>
        <dt>ElementID:</dt><dd>TBD8</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierDSCP</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>unsigned8</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>identifier</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">The value of the DSCP field in the BIER header.
            In Non-MPLS networks, it is used to hold a Differentiated Services Codepoint.</t>
            <t indent="0">This Information Element encodes only the 6 bits of the DSCP field.
            Therefore, its value may range from 0 to 63.</t>
        </dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>See Section 2 of <xref target="RFC8296"/> for more details about the DSCP field of the BIER header.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>

    <section anchor="IANAbier9" title="bierNextProtocol">
      <dl>
        <dt>ElementID:</dt><dd>TBD9</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierNextProtocol</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>unsigned8</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>identifier</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">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.</t>
            <t indent="0">This Information Element encodes only the 6 bits of the Proto field.
            Therefore, its value may range from 0 to 63.</t>
        </dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>See Section 2 of <xref target="RFC8296"/> for more details about the Proto field of the BIER header.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>

    <section anchor="IANAbier10" title="bierBFIRid">
      <dl>
        <dt>ElementID:</dt><dd>TBD10</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierBFIRid</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>unsigned16</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>identifier</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">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.</t>
        </dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>See Section 2 of <xref target="RFC8296"/> for more details about the BFIR-id field of the BIER header.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>

    <section anchor="IANAbier11" title="bierBitString">
      <dl>
        <dt>ElementID:</dt><dd>TBD11</dd>
      </dl>
      <dl>
        <dt>Name:</dt><dd>bierBitString</dd>
      </dl>
      <dl>
        <dt>Abstract Data Type:</dt><dd>octetArray</dd>
      </dl>
      <dl>
        <dt>Data Type Semantics:</dt><dd>identifier</dd>
      </dl>
      <dl>
        <dt>Status:</dt><dd>current</dd>
      </dl>
      <dl>
        <dt>Description:</dt>
        <dd>
            <t indent="0">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.</t>
        </dd>
      </dl>
      <dl>
        <dt>Additional Information:</dt>
        <dd>See Section 2 of <xref target="RFC8296"/> for more details about the BitString field of the BIER header.</dd>
      </dl>
      <dl>
        <dt>Reference:</dt><dd>[this document]</dd>
      </dl>
    </section>
  </section>
</section>

<!-- <section anchor="Acknowledgements" title="Acknowledgements">
<t>
	The author would like to thank xxx for his valuable input.
</t>
</section> -->

  </middle>

  <!--  *****BACK MATTER ***** -->

  <back>
  <references title="References">
    <references title="Normative References">
        <?rfc include="reference.RFC.2119.xml"?>
        <?rfc include="reference.RFC.2474.xml"?>
        <?rfc include="reference.RFC.7011.xml"?>
        <?rfc include="reference.RFC.7012.xml"?>
        <?rfc include="reference.RFC.8174.xml"?>
        <?rfc include="reference.RFC.8279.xml"?>
        <?rfc include="reference.RFC.8296.xml"?>
        <!--<?rfc include="reference.I-D.li-dmsc-architecture.xml"?>-->
    </references>
    <references title="Informative References">
        <reference anchor="IANA-IPFIX"
                 target="https://www.iana.org/assignments/ipfix/ipfix.xhtml">
          <front>
            <title>IP Flow Information Export (IPFIX) Entities</title>

            <author/>

            <date>n.d.</date>
          </front>
        </reference>
    </references>
  </references>
  </back>
</rfc>
