<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<rfc submissionType="IETF" updates="8296" docName="draft-ietf-bier-lsr-non-mpls-extensions-04" category="std" ipr="trust200902"><?rfc compact="yes"?>
    <?rfc text-list-symbols="o*+-"?>
    <?rfc subcompact="no"?>
    <?rfc sortrefs="yes"?>
    <?rfc symrefs="yes"?>
    <?rfc strict="yes"?>
    <?rfc toc="yes"?>
    
    <front>
       <title abbrev="LSR Extensions for BIER non-MPLS">LSR Extensions for BIER non-MPLS Encapsulation</title>
       <author fullname="Senthil Dhanaraj" initials="S" surname="Dhanaraj">
         <organization>Huawei</organization>
         <address>
           <email>senthil.dhanaraj.ietf@gmail.com</email>
         </address>
       </author>
       <author fullname="Gang Yan" initials="G" surname="Yan">
         <organization>Huawei</organization>
         <address>
           <email>yangang@huawei.com</email>
         </address>
       </author>
    <author fullname="IJsbrand Wijnands" initials="I." surname="Wijnands">
      <organization>Arrcus</organization>
      <address>
        <email>ice@braindump.be</email>
      </address>
    </author>
       <author fullname="Peter Psenak" initials="P" surname="Psenak">
         <organization>Cisco Systems, Inc.</organization>
         <address>
           <email>ppsenak@cisco.com</email>
         </address>
       </author>
       <author fullname="Zhaohui Zhang" initials="Z" surname="Zhang" role="editor">
         <organization>Juniper Networks.</organization>
         <address>
           <email>zzhang@juniper.net</email>
         </address>
       </author>
       <author fullname="Jingrong Xie" initials="J" surname="Xie">
         <organization>Huawei</organization>
         <address>
           <email>xiejingrong@huawei.com</email>
         </address>
       </author>

    <date year="2025"/>
    <workgroup>BIER</workgroup>

    <abstract>
         <t>Bit Index Explicit Replication (BIER) is an architecture that provides 
       multicast forwarding through a "BIER domain" without requiring intermediate 
       routers to maintain multicast related per-flow state. BIER can be supported 
       in MPLS and non-MPLS networks. </t>
     
       <t>This document updates RFC8296 and specifies the required extensions to the IS-IS, OSPFv2 and 
       OSPFv3  protocols for supporting BIER in non-MPLS networks using BIER non-MPLS
	   encapsulation.</t>
       </abstract>
    </front>

    <middle>
    <section title="Introduction">
       
         <t>Bit Index Explicit Replication (BIER) <xref target="RFC8279"/> is an 
       architecture that provides multicast forwarding through a "BIER domain"
       without requiring intermediate routers to maintain multicast related per-flow
       state. BIER specific forwarding state, while not per-flow, are maintained
	   in Bit Index Forwarding Tables (BIFTs) and used to forward BIER-encapsulated
		 packets.</t>
   
       <t>BIER can be supported in MPLS and non-MPLS networks.
	   <xref target="RFC8296"/> specifies a common BIER header format for both MPLS
       and non-MPLS networks, though the first 20-bits (referred to as BIFT-id) of the BIER header
       is an "MPLS Label" in case of MPLS networks and is a "domain-wide unique value"
	   in case of non-MPLS networks.
       It identifies the BIFT used to forwarding the packet.
       <xref target="I-D.ietf-bier-non-mpls-bift-encoding"/> specifies two optional ways
       of statically assigning domain-wide unique BIFT-id's.</t>

       <t>However, BIER architecture [RFC8279] does not require domain-wide-unique BIFT-id's
          to be used (even for non-MPLS encapsulation). As discussed in
          <xref target="I-D.zzhang-bier-rift"/>, the BIFT-id in case of non-MPLS encapsulation
          can also just be a local 20-bit opaque value and signaled just like in MPLS case.
       </t>

       <t>
           As an example, suppose a particular BIER domain contains a Sub-Domain
           (SD) 0, supports two BitStringLengths (BSLs - 256 and 512), and contains
           1024 BIER Forwarding Egress Routers (BFERs). Because the number of BFERs
		   is larger than the BSL, the BFERs are grouped into different sets, and
		   multiple copies of a packet may need to be sent by an BIER Forwarding
		   Ingress Router (BFIR) - one for each set.
		   Each set has a Set Identifier (SI), and one BIFT is needed for each
		   &lt;SD, BSL, SI&gt;.
		   A BIER Forwarding Router (BFR) that is provisioned for the above SD, and that supports
           both BSLs, could advertise the following set of BIFT-id's:</t>
           
           <t><list style="hanging" hangIndent="3">
           <t hangText="">BIFT-id 1:   corresponding to SD 0, BSL 256, SI 0.</t>
           <t hangText="">BIFT-id 2:   corresponding to SD 0, BSL 256, SI 1.</t>
           <t hangText="">BIFT-id 3:   corresponding to SD 0, BSL 256, SI 2.</t>
           <t hangText="">BIFT-id 4:   corresponding to SD 0, BSL 256, SI 3.</t>
           <t hangText="">BIFT-id 5:   corresponding to SD 0, BSL 512, SI 0.</t>
           <t hangText="">BIFT-id 6:   corresponding to SD 0, BSL 512, SI 1.</t>
           </list></t>
           
           <t>Notice that the example uses ranges of continuous BIFT-id's:</t>
           
           <t><list style="hanging" hangIndent="3">
           <t hangText=""> BIFT-id range [1 to 4] correspond to &lt;SD 0, BSL 256&gt;. The first BIFT-id
           in the range correspond to SI=0, the second correspond to SI=1, and so on.</t>
           
           <t hangText="">BIFT-id range [5 to 6] correspond to &lt;SD 0, BSL 512&gt;. The first BIFT-id
           in the range correspond to SI=0, the second correspond to SI=1.</t>
           </list></t>

       <t>Strictly speaking, using contiguous range is not required, but it is done
          for the purpose of simplified
          signaling similar to MPLS label blocks (notice that locally assigning
          BIFT-id ranges requires no manual processing just like in the case of
          MPLS label block allocation).
       </t>

       <t>Processing and forwarding of BIER packets requires
       special software and hardware capabilities. The BFRs supporting a BIER encapsulation type MUST 
       advertise this capability along with the required parameters specific to the encapsulation
       to the other routers in BIER domain. This advertisements are used by other BFRs to calculate
	   the BIFTs for a specific encapsulation type.</t>
  
       <t><xref target="RFC8401"/>, <xref target="RFC8444"/> and <xref target="I-D.ietf-bier-ospfv3-extensions"/> 
       specifies the required extensions to the IS-IS <xref target="RFC1195"/>, OSPFv2 <xref target="RFC2328"/> 
       and OSPFv3 <xref target="RFC8362"/> protocols respectively for the distribution of BIER sub-domain information 
       including the sub-sub-TLVs required to support BIER in MPLS encapsulation for MPLS networks.</t>
     
       <t>This document specifies the required similar extensions to the IS-IS <xref target="RFC1195"/>, 
       OSPFv2 <xref target="RFC2328"/> and OSPFv3 <xref target="RFC8362"/> protocols for supporting BIER non-MPLS
	   encapsulation with dynamically and locally assigned BIFT-id's.</t>
    </section>
    <!--section title="Terminology">
         
           <t>Some of the terminology specified in <xref target="RFC8279"/> is replicated here and
           extended by necessary definitions:</t>
        
             <t>
             <list style="hanging" hangIndent="3">
             
               <t hangText="BIER:">
               Bit Index Explicit Replication - the overall architecture of forwarding multicast using a Bit String.</t>
        
               <t hangText="BIER-MPLS:">
               BIER in MPLS encapsulation - BIER header following MPLS label stack in MPLS networks.
               </t>

               <t hangText="BIER-non-MPLS:">
               BIER in non-MPLS encapsulation - BIER header following L2 or tunnel header (e.g. Ethernet header (EtherType=0xAB37)) in non-MPLS networks.
               </t>

               <t hangText="BFR:">
               Bit Forwarding Router - a router that participates in Bit Index Multipoint Forwarding.  A BFR is identified by a unique BFR-
                 prefix in a BIER domain.
               </t>
        
               <t hangText="BIFT:">
               Bit Index Forwarding Table used to forward the BIER packets in a domain.
               </t>
        
               <!t hangText="BAR:">
               BIER Algorithm.  Used to calculate underlay nexthops
               <vspace blankLines="0"/>
               as defined by the BAR value.
               </t>

               <t hangText="IPA:">
               IGP Algorithm.  May be used to modify, enhance or replace the
               <vspace blankLines="0"/>
               calculation of underlay paths as defined by the BAR value
               </t>

               <t hangText="SD:">
               BIER sub-domain
               </t>

             </list>
             </t>
             
    </section-->
             <section title="Requirements Language">
              <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>
             </section>
             
      <section title="Specification">
		<t>
        This document updates section 2.2.1.1 of <xref target="RFC8296"/> that the BIFT-id 
          in case of non-MPLS encapsulation need not be unique throughout 
          the BIER domain and can change as the packet travels.
       </t>

           <t> A BIER sub-domain MAY use both MPLS and non-MPLS BIER encapsulation.
           The assignment of BFR-id in a sub-domain is independent of the encapsulation type.
		   This allows this same bit string
		   to be used regardless of the encapsulation types used to reach BFERs.</t>
           
           <t>When a BFIR/BFR supports multiple BIER encapsulation types, when sending to a
              BIER neighbor it MUST use a type that the neighbor also supports. If the neighbor
              also supports more than one encapsulation type that this BFIR/BFR supports,
           the type selection could be a matter of local policy and is outside the scope of this document.</t>

		   <t>The procedures in [RFC8401] and [RFC8444] apply to non-MPLS encapsulation,
		   except the encoding and procedure differences specified below.</t>

        <section title="IS-IS BIER non-MPLS Encapsulation Sub-sub TLV">

          <t> As specified in <xref target="RFC8401"/> and updated in
		  <xref target="RFC9272"/>, BIER Info sub-TLV is used to advertise BIER information
               except that its MPLS Encapsulation
			   sub-sub-TLV is replaced with a new non-MPLS Encapsulation sub-sub-TLV specified as following.</t>

               <t>The BIER Info sub-TLV is carried within the TLVs
			   235, 237 <xref target="RFC5120"/> or TLVs 135 <xref target="RFC5305"/>,
               or TLV 236 <xref target="RFC5308"/>. Its non-MPLS Encapsulation sub-sub-TLV
			   carries the information for the BIER non-MPLS
               encapsulation and is very similar to the MPLS Encapsulation sub-sub-TLV.</t>

			   <t>When a prefix reachability advertisement is leaked between levels,
			   if it has a BIER sub-TLV with non-zero BFR-id the BIER sub-TLV MUST be
			   included but its non-MPLS Encapsulation sub-sub-TLV
			   MAY be omitted.</t>
			   
               <t>The non-MPLS Encapsulation sub-sub-TLV MAY appear multiple times within a single BIER Info sub-TLV.
               If the same BitString length is repeated in multiple BIER non-MPLS encapsulation
               sub-sub-TLVs inside the same BIER Info sub-TLV, the BIER Info sub-TLV MUST be
               ignored.</t>

                <figure><artwork><![CDATA[
0                   1                   2                   3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|    Type       |   Length      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   Max SI      |BS Len |                  BIFT-id              |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                 ]]></artwork>
                 </figure>
                
                 <t><list style="hanging" hangIndent="1">
                 
                    <t hangText="Type:">
                    TBD1 (To be assigned by IANA).
                    <vspace blankLines="0"/>
                    </t>
                
                    <t hangText="Length:">
                    4
                    <vspace blankLines="0"/>
                    </t>
                
                    <t hangText="Max SI:">
                    A 1 octet field encoding the Maximum Set Identifier (Section 1 of [RFC8279])
                    used in the encapsulation for this BIER subdomain for this BitString length.
                    The first BIFT-id is for SI=0, the second BIFT-id is for SI=1, etc. If
                    the BIFT-id associated with the Maximum Set Identifier exceeds the
                    20-bit range, the sub-sub-TLV MUST be ignored.
                    </t>
                
                    <t hangText="Local BitString Length (BS Len):">
                    A 4 bit field encoding the bitstring length (as per <xref target="RFC8296"/>)
                    supported for the encapsulation.
                    </t>
                
                    <t hangText="BIFT-id:">
                    A 20 bit field encoding the first BIFT-id of the BIFT-id range.
                    </t>

                    <t>The "BIFT-id range" is the set of 20-bit values beginning with the BIFT-id and
                    ending with (BIFT-id + (Max SI)). These BIFT-id's are used for BIER forwarding as 
                    described in <xref target="RFC8279"/> and <xref target="RFC8296"/>.</t>
 
                    <t>The size of the BIFT-id range is determined by the number of SI's
                    (Section 1 of <xref target="RFC8279"/>) that are used in the network.  Each SI maps
                    to a single BIFT-id in the BIFT-id range: the first BIFT-id is for SI=0,
                    the second BIFT-id is for SI=1, etc.</t>

                    <t>If the BIFT-id associated with the Maximum Set Identifier exceeds the
                    20-bit range, the BIER non-MPLS Encapsulation sub-sub-TLV containing the
                    error MUST be ignored.</t>
                    
                    <t>BIFT-id ranges within all the BIER non-MPLS Encapsulation sub-sub-TLVs advertised
                    by the same BFR MUST NOT overlap.  If the overlap is detected, the advertising 
                    router MUST be treated as if it did not advertise any BIER non-MPLS encapsulation
                    sub-sub-TLVs. However the BIFT-id ranges may overlap across different encapsulation 
                    types and is allowed. As an example, the BIFT-id value in the non-MPLS encapsulation 
                    sub-sub-TLV may overlap with the Label value in the Label range in BIER MPLS 
                    encapsulation sub-sub-TLV (<xref target="RFC8401"/> and is allowed.</t>
                
                </list></t>
        </section>
        <section title="OSPFv2 BIER non-MPLS Encapsulation Sub-TLV">

          <t>As specified in <xref target="RFC8444"/> and updated in
		  <xref target="RFC9272"/>, BIER sub-TLV is used to advertise
		  BIER information except that its MPLS Encapsulation
			   sub-TLV is replaced with a new non-MPLS Encapsulation sub-TLV specified as following.</t>
               
               <t>The BIER sub-TLV <xref target="RFC8444"/> is carried within the OSPFv2 Extended Prefix TLV
			   <xref target="RFC7684"/>. Its non-MPLS Encapsulation sub-TLV carries information for
			   the BIER non-MPLS encapsulation, and is very similar to MPLS Encapsulation sub-TLV.</t>
               
			   <t>When a prefix reachability is re-advertised into other areas, if it has a BIER sub-TLVs
			   with a non-zero BFR-id the BIER sub-TLV MUST be included but its non-MPLS Encapsulation sub-TLV
			   MAY be omitted.</t>
			   
               <t>The non-MPLS Encapsulation sub-TLV MAY appear multiple times within a single BIER sub-TLV.
               If the same BitString length is repeated in multiple BIER non-MPLS encapsulation
               sub-TLVs inside the same BIER sub-TLV, the BIER sub-TLV MUST be
               ignored.</t>

                <figure><artwork><![CDATA[
0                   1                   2                   3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|              Type             |             Length            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Max SI    |                   BIFT-id                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|BS Len |                     Reserved                          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                 ]]></artwork>
                 </figure>
                
                 <t><list style="hanging" hangIndent="1">
                 
                    <t hangText="Type:">
                    TBD2 (To be assigned by IANA).
                    <vspace blankLines="0"/>
                    </t>
                
                    <t hangText="Length:">
                    8
                    <vspace blankLines="0"/>
                    </t>
                
                    <t hangText="Max SI:">
                    A 1 octet field encoding the Maximum Set Identifier (Section 1 of [RFC8279])
                    used in the encapsulation for this BIER subdomain for this BitString length.
                    The first BIFT-id is for SI=0, the second BIFT-id is for SI=1, etc. If
                    the BIFT-id associated with the Maximum Set Identifier exceeds the
                    20-bit range, the sub-sub-TLV MUST be ignored.
                    </t>
                
                    <t hangText="BIFT-id:">
                    A 3-octet field, where the 20 rightmost bits represent the first BIFT-id in 
                    the BIFT-id range.  The 4 leftmost bits MUST be ignored.
                    </t>

                    <t>The "BIFT-id range" is the set of 20-bit values beginning with the BIFT-id and
                    ending with (BIFT-id + (Max SI)). These BIFT-id's are used
                    for BIER forwarding as described in <xref target="RFC8279"/> and <xref target="RFC8296"/>.</t>

                     <t>The size of the BIFT-id range is determined by the number of SI's
                    (Section 1 of <xref target="RFC8279"/>) that are used in the network.  Each SI maps
                    to a single BIFT-id in the BIFT-id range: the first BIFT-id is for SI=0,
                    the second BIFT-id is for SI=1, etc.</t>

                    <t>If the BIFT-id associated with the Maximum Set Identifier exceeds the
                    20-bit range, the BIER non-MPLS Encapsulation sub-sub-TLV containing the
                    error MUST be ignored.</t>
                    
                    <t>BIFT-id ranges within all the BIER non-MPLS Encapsulation sub-sub-TLVs advertised
                    by the same BFR MUST NOT overlap.  If the overlap is detected, the advertising 
                    router MUST be treated as if it did not advertise any BIER non-MPLS encapsulation
                    sub-sub-TLVs. However the BIFT-id ranges may overlap across different encapsulation 
                    types and is allowed. As an example, the BIFT-id value in the non-MPLS encapsulation 
                    sub-sub-TLV may overlap with the Label value in the Label range in BIER MPLS 
                    encapsulation sub-sub-TLV (<xref target="RFC8444"/> and is allowed.</t>
                    
                    <t hangText="Local BitString Length (BS Len):">
                    A 4 bit field encoding the bitstring length (as per <xref target="RFC8296"/>)
                    supported for the encapsulation.
                    </t>
                    
                    <t hangText="Reserved:">
                    SHOULD be set to 0 on transmission and MUST be ignored on reception.
                    </t>
                
                </list></t>
        </section>        
        <section title="OSPFv3 BIER non-MPLS Encapsulation Sub-TLV">

          <t> As specified in <xref target="I-D.ietf-bier-ospfv3-extensions"/>,
		  BIER sub-TLV is used to advertise BIER information  except that its MPLS Encapsulation
			   sub-TLV is replaced with a new non-MPLS encapsulation sub-TLV specified as following.</t>

               <t>The BIER sub-TLV is carried within the Intra-Area-Prefix TLV or Inter-Area-Prefix TLV in 
               OSPFv3 Extended LSA TLV defined in <xref target="RFC8362"/>.
               its non-MPLS Encapsulation sub-TLV carries information for the BIER non-MPLS
               encapsulation, and is very similar to the MPLS Encapsulation sub-TLV.</t>
               
			   <t>When a prefix reachability is re-advertised into other areas, if it has a BIER sub-TLVs
			   with a non-zero BFR-id the BIER sub-TLV MUST be included but its non-MPLS Encapsulation sub-TLV
			   MAY be omitted.</t>
			   
               <t>The non-MPLS Encapsulation sub-TLV MAY appear multiple times within a single BIER sub-TLV.
               If the same BitString length is repeated in multiple BIER non-MPLS encapsulation
               sub-TLVs inside the same BIER sub-TLV, the BIER sub-TLV MUST be
               ignored.</t>

                <figure><artwork><![CDATA[
0                   1                   2                   3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|              Type             |             Length            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Max SI    |                   BIFT-id                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|BS Len |                     Reserved                          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                 ]]></artwork>
                 </figure>
                
                 <t><list style="hanging" hangIndent="1">
                 
                    <t hangText="Type:">
                    TBD3 (To be assigned by IANA).
                    <vspace blankLines="0"/>
                    </t>
                
                    <t hangText="Length:">
                    8
                    <vspace blankLines="0"/>
                    </t>
                
                    <t hangText="Max SI:">
                    A 1 octet field encoding the Maximum Set Identifier (Section 1 of [RFC8279])
                    used in the encapsulation for this BIER subdomain for this BitString length.
                    The first BIFT-id is for SI=0, the second BIFT-id is for SI=1, etc. If
                    the BIFT-id associated with the Maximum Set Identifier exceeds the
                    20-bit range, the sub-sub-TLV MUST be ignored.
                    </t>
                
                    <t hangText="BIFT-id:">
                    A 3-octet field, where the 20 rightmost bits represent the first BIFT-id in 
                    the BIFT-id range.  The 4 leftmost bits MUST be ignored.
                    </t>

                    <t>The "BIFT-id range" is the set of 20-bit values beginning with the BIFT-id and
                    ending with (BIFT-id + (Max SI)). These BIFT-id's are used
                    for BIER forwarding as described in <xref target="RFC8279"/> and <xref target="RFC8296"/>.</t>

                     <t>The size of the BIFT-id range is determined by the number of SI's
                    (Section 1 of <xref target="RFC8279"/>) that are used in the network.  Each SI maps
                    to a single BIFT-id in the BIFT-id range: the first BIFT-id is for SI=0,
                    the second BIFT-id is for SI=1, etc.</t>

                    <t>If the BIFT-id associated with the Maximum Set Identifier exceeds the
                    20-bit range, the BIER non-MPLS Encapsulation sub-sub-TLV containing the
                    error MUST be ignored.</t>
                    
                    <t>BIFT-id ranges within all the BIER non-MPLS Encapsulation sub-sub-TLVs advertised
                    by the same BFR MUST NOT overlap.  If the overlap is detected, the advertising 
                    router MUST be treated as if it did not advertise any BIER non-MPLS encapsulation
                    sub-sub-TLVs. However the BIFT-id ranges may overlap across different encapsulation 
                    types and is allowed. As an example, the BIFT-id value in the non-MPLS encapsulation 
                    sub-sub-TLV may overlap with the Label value in the Label range in BIER MPLS 
                    encapsulation sub-sub-TLV (<xref target="I-D.ietf-bier-non-mpls-bift-encoding"/>
                    and is allowed.</t>
                    
                    <t hangText="Local BitString Length (BS Len):">
                    A 4 bit field encoding the bitstring length (as per <xref target="RFC8296"/>)
                    supported for the encapsulation.
                    </t>
                    
                    <t hangText="Reserved:">
                    SHOULD be set to 0 on transmission and MUST be ignored on reception.
                    </t>
                
                </list></t>
        </section>        

         </section>
      <section title="Security Considerations">
       
         <t>Security concerns for IS-IS are addressed in <xref target="RFC5304"/> and <xref target="RFC5310"/> and
       the security concerns for IS-IS extensions for BIER are addressed in <xref target="RFC8401"/>.
       This document introduces new sub-sub-TLV for the already existing IS-IS TLVs defined for
       distributing the BIER sub-domain information in <xref target="RFC8401"/>. It does not
       introduce any new security risks to IS-IS.</t> 
       
         <t>Security concerns and required extensions for OSPFv2 are addressed in <xref target="RFC2328"/> and
       <xref target="RFC7684"/> and the security concerns for OSPFv2 extensions for BIER are addressed in 
       <xref target="RFC8444"/>. This document introduces new sub-TLV for the already existing OSPFv2 TLV defined for
       distributing the BIER sub-domain information in <xref target="RFC8444"/>. It does not
       introduce any new security risks to OSPFv2.</t>        

         <t>Security concerns and required extensions for OSPFv3 are addressed in <xref target="RFC5340"/> and
       <xref target="RFC8362"/> and the security concerns for OSPFv3 extensions for BIER are addressed in 
       <xref target="I-D.ietf-bier-ospfv3-extensions"/>. This document introduces new sub-TLV for the already existing OSPFv3 TLV defined for
       distributing the BIER sub-domain information in <xref target="I-D.ietf-bier-ospfv3-extensions"/>. It does not
       introduce any new security risks to OSPFv3.</t>        

    </section>
    <section title="IANA Considerations">
       
             <t>The document requests new allocations from the IANA registries as
           follows</t>
        
             <section title="IS-IS sub-sub-TLVs for BIER Info sub-TLV Registry">
               <t>
               <list hangIndent="3" style="hanging">
                 <t>BIER non-MPLS Encapsulation sub-sub-TLV: TBD1 (suggested value 2)</t>
               </list>
               </t>
             </section>
             <section title="OSPFv2 Extended Prefix TLV Sub-TLVs Registry">
               <t>
               <list hangIndent="3" style="hanging">
                 <t>BIER non-MPLS Encapsulation sub-TLV: TBD2 (suggested value 11)</t>
               </list>
               </t>
             </section>
             <section title="OSPFv3 Extended LSA Sub-TLVs Registry">
               <t>
               <list hangIndent="3" style="hanging">
                 <t>BIER non-MPLS Encapsulation sub-TLV: TBD3 (suggested value 11)</t>
               </list>
               </t>
             </section>
       </section>
    <section title="Acknowledgments">
         <t>The author wants to thank Antonie Przygienda for his comments and suggestions.</t>
       </section>
    </middle>

    <back>
      <references title="Normative References">
      <?rfc include='reference.RFC.2119'?>
      <?rfc include='reference.RFC.8279'?>
      <?rfc include='reference.RFC.8296'?>
	  <?rfc include='reference.RFC.8401'?>
      <?rfc include='reference.RFC.8444'?>
      <?rfc include='reference.RFC.9272'?>
      </references>    
      <references title="Informative References">
      <?rfc include='reference.RFC.1195'?>
      <?rfc include='reference.RFC.2328'?>
      <?rfc include='reference.RFC.5120'?>
      <?rfc include='reference.RFC.5304'?>
      <?rfc include='reference.RFC.5340'?>
      <?rfc include='reference.RFC.5305'?>
      <?rfc include='reference.RFC.5308'?>
      <?rfc include='reference.RFC.5310'?>
      <?rfc include='reference.RFC.7684'?>
      <?rfc include='reference.RFC.8174'?>
      <?rfc include='reference.RFC.8362'?>
      <?rfc include='reference.I-D.ietf-bier-non-mpls-bift-encoding'?>
      <?rfc include='reference.I-D.ietf-bier-ospfv3-extensions'?>
      <?rfc include='reference.I-D.zzhang-bier-rift'?>
      </references>
    </back>

    </rfc>
