Internet-Draft Abbreviated Title October 2022
Zhang, et al. Expires 26 April 2023 [Page]
Workgroup:
BIER
Internet-Draft:
draft-zwx-bier-te-extensions-00
Published:
Intended Status:
Standards Track
Expires:
Authors:
Z. Zhang
ZTE Corporation
Y. Wei
ZTE Corporation
B. Xu
ZTE Corporation

IS-IS and OSPF extensions for BIER-TE (Tree Engineering for Bit Index Explicit Replication) with MPLS and non-MPLS Encapsulation

Abstract

This document describes the IS-IS and OSPF protocol extensions that are required for BIER-TE with MPLS and non-MPLS encapsulation.

Status of This Memo

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 April 2023.

Table of Contents

1. Introduction

[RFC9262] describes per-packet stateless strict and loose path steered replication and forwarding for "Bit Index Explicit Replication" (BIER, [RFC8279]) packets. It is called BIER Tree Engineering (BIER-TE) and is intended to be used as the path steering mechanism for Traffic Engineering with BIER.

BIER-TE introduces a new semantic for "bit positions" (BP) of link. [I-D.ietf-bier-te-isis], [I-D.ietf-bier-te-ospf], and [I-D.ietf-bier-te-ospfv3] describe IS-IS, OSPF, OSPFv3 extensions respectively for distributing BitPositions configured on the links in "Bit Index Explicit Replication Traffic Engineering" (BIER-TE) domain.

As described in section 2.4 in [RFC9262], BIER-TE inherits the encapsulation supporting from BIER unchanged. The encapsulation defined in [RFC8296], which specifies a common header format for both MPLS and non-MPLS networks, though the first 20-bits (referred to as BIFT-id) of the header is an "MPLS Label" in case of MPLS networks and is a local 20-bit opaque value in case of non-MPLS networks.

As described in section 4.3 of [RFC9262], it is necessary to distinguish the BIER and BIER-TE packet and forwarding. like [RFC8401], [RFC8444], [I-D.ietf-bier-ospfv3-extensions], and [I-D.ietf-bier-lsr-non-mpls-extensions], the MPLS and non-MPLS encapsulation needs to be advertised for BIER-TE packet encapsulation.

The advertisement can follow the BIER-TE BP advertisement, like the description in [I-D.zwx-bier-te-isis-extensions], [I-D.zwx-bier-te-ospf-extensions], and [I-D.zwx-bier-te-ospfv3-extensions]. But it does not work well if there are many BIER-TE links need to be advertised. Too many octets in the advertisement will be consumed even if the same BIFT-id is used for different links.

This document describes the IS-IS and OSPF protocol extensions that are required for BIER-TE with MPLS and non-MPLS encapsulation associated with prefix distributing.

1.1. Requirements Language

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119].

2. Terminology

This document does not introduce more terminologies than [RFC8279], [RFC8296], [RFC8401], [RFC9262] and [I-D.ietf-bier-te-isis], [I-D.ietf-bier-te-ospf], [I-D.ietf-bier-te-ospfv3].

3. Flooding of the BIER-TE Encapsulation Information in IS-IS

A configured or selected prefix is used for the advertisement. When the associated prefix reachability is advertised, the BIER-TE Encapsulation sub-TLV and associated MPLS or non-MPLS Encapsulation Sub-sub-TLV is carried.

In case both of the two encapsulation sub-sub-TLVs are advertised by one node, the label in MPLS encapsulation sub-sub-TLV and BIFT-id in non-MPLS encapsulation sub-sub-TLV SHOULD NOT be overlapped.

The format is defined in Section 5. The flooding scope is the same with section 5 in [RFC8401].

4. Flooding of the BIER-TE Encapsulation Information in OSPF

Same with IS-IS, a configured or selected prefix is used for the advertisement. When the associated OSPFv2 Extend Prefix TLV is advertised, the BIER-TE Encapsulation sub-TLV and associated MPLS or non-MPLS Encapsulation Sub-sub-TLV is carried.

It is similar for OSPFv3, When the associated OSPFv3 Extend Prefix TLV for a configured or selected prefix is advertised, the BIER-TE Encapsulation sub-TLV and associated MPLS or non-MPLS Encapsulation Sub-sub-TLV is carried.

In case both of the two encapsulation sub-sub-TLVs are advertised by one node, the label in MPLS encapsulation sub-sub-TLV and BIFT-id in non-MPLS encapsulation sub-sub-TLV SHOULD NOT be overlapped.

The format defined in Section 5 works for both OSPFv2 and OSPFv3. The flooding scope for OSPFv2 is the same with section 2.3 in [RFC8444]. The flooding scope for OSPFv3 is the same with section 2.2 in [I-D.ietf-bier-ospfv3-extensions].

5. Formats

As described in section 4.3 in [RFC9262], the label for MPLS encapsulation or the BIFT-ID for non-MPLS encapsulation is allocatd per SD:BSL.

A BIER-TE encapsulation sub-tlv is defined for indicating the following MPLS or non-MPLS encapsulation sub-sub-tlv.

        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            |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |          MPLS / non-MPLS encapsulation sub-tlv                |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 1
Type: TBD0 (To be assigned by IANA).
Length: 2-octet. This field indicates the total length of the following MPLS or non-MPLS encapsulation sub-sub-tlvs.

5.1. BIER-TE MPLS Encapsulation Sub-sub-TLV

        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            |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       | subdomain-id  | BS Len|      resv     |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |                 label                         |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |                     sub-sub-sub-tlv                           |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 2
Type: TBD1 (To be assigned by IANA).
Length: 2-octet. This field indicates the following encapsulation information and potential sub-sub-sub-tlvs.
subdomain-id: A 1-octet field encoding the Unique value identifying the BIER subdomain. The values allowed in this field are specified in Section 1 of [RFC8279].
BS Len (BitString Length): A 4-bit field encoding the supported BitString length associated with this BFR-prefix. The values allowed in this field are specified in Section 2 of [RFC8296].
resv: A 8-bit field encoding for the reserving. The bit may be used to indicated the following sub-sub-sub-tlv.
Label: A 3-octet field, where the 20 rightmost bits represent the value of label. The 4 leftmost bits MUST be ignored. The labels are as defined in [RFC8296].

The BIER-TE MPLS encapsulation sub-sub-TLV may be advertised many times for different subdomain-id or BS Len.

5.2. BIER-TE Non-MPLS Encapsulation Sub-sub-TLV

        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            |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       | subdomain-id  | BS Len|      resv     |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |                 BIFT-ID                       |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       |                         sub-sub-tlv                           |
       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 3
Type: TBD2 (To be assigned by IANA).
Length: 2-octet. This field indicates the following encapsulation information and potential sub-sub-sub-tlvs.
subdomain-id: A 1-octet field encoding the Unique value identifying the BIER subdomain. The values allowed in this field are specified in Section 1 of [RFC8279].
BS Len (BitString Length): A 4-bit field encoding the supported BitString length associated with this BFR-prefix. The values allowed in this field are specified in Section 2 of [RFC8296].
resv: A 8-bit field encoding for the reserving. Now the leftmost bit is defined for indicating the existing of BIER-TE IPv6 Encapsulation sub-sub-sub-tlv.
BIFT-ID: A 3-octet field, where the 20 rightmost bits represent the BIFT-ID. The 4 leftmost bits MUST be ignored. The BIFT-ID is as defined in [RFC8296].

The BIER-TE non-MPLS encapsulation sub-sub-TLV may be advertised many times for different subdomain-id or BS Len.

5.2.1. BIER-TE IPv6 Encapsulation sub-sub-sub-tlv

As described in section 4 of [I-D.ietf-bier-bierin6], which describes how the existing BIER encapsulation specified in [RFC8296] works in a non-MPLS IPv6 network, a node that requires IPv6 encapsulation MUST advertise the BIER-TE IPv6 encapsulation sub-sub-sub-TLV, which follows the associated Non-MPLS Encapsulation, according to local configuration or policy in the BIER domain to request other BFRs to always use IPv6 encapsulation.

         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      |
        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 4
Type: TBD3 (To be assigned by IANA).
Length: 0.

6. IANA Considerations

TBD.

7. Security Considerations

This document does not introduce more security considerations than [RFC9262] and [I-D.ietf-bier-te-isis], [I-D.ietf-bier-te-ospf], and [I-D.ietf-bier-te-ospfv3].

8. References

8.1. Normative References

[I-D.ietf-bier-bierin6]
Zhang, Z., Zhang, Z., Wijnands, I., Mishra, M., Bidgoli, H., and G. Mishra, "Supporting BIER in IPv6 Networks (BIERin6)", Work in Progress, Internet-Draft, draft-ietf-bier-bierin6-05, , <https://www.ietf.org/archive/id/draft-ietf-bier-bierin6-05.txt>.
[I-D.ietf-bier-lsr-non-mpls-extensions]
Dhanaraj, S., Yan, G., Wijnands, I., Psenak, P., Zhang, Z. J., and J. Xie, "LSR Extensions for BIER non-MPLS Encapsulation", Work in Progress, Internet-Draft, draft-ietf-bier-lsr-non-mpls-extensions-01, , <https://www.ietf.org/archive/id/draft-ietf-bier-lsr-non-mpls-extensions-01.txt>.
[I-D.ietf-bier-ospfv3-extensions]
Psenak, P., Nainar, N. K., and I. Wijnands, "OSPFv3 Extensions for BIER", Work in Progress, Internet-Draft, draft-ietf-bier-ospfv3-extensions-05, , <https://www.ietf.org/archive/id/draft-ietf-bier-ospfv3-extensions-05.txt>.
[I-D.ietf-bier-te-isis]
Chen, H., McBride, M., Wang, A., Gyan Mishra, S., Fan, Y., Liu, L., and X. Liu, "IS-IS Extensions for BIER-TE", Work in Progress, Internet-Draft, draft-ietf-bier-te-isis-02, , <https://www.ietf.org/archive/id/draft-ietf-bier-te-isis-02.txt>.
[I-D.ietf-bier-te-ospf]
Chen, H., McBride, M., Wang, A., Gyan Mishra, S., Fan, Y., Liu, L., and X. Liu, "OSPF Extensions for BIER-TE", Work in Progress, Internet-Draft, draft-ietf-bier-te-ospf-01, , <https://www.ietf.org/archive/id/draft-ietf-bier-te-ospf-01.txt>.
[I-D.ietf-bier-te-ospfv3]
Chen, H., McBride, M., Wang, A., Gyan Mishra, S., Fan, Y., Liu, L., and X. Liu, "OSPFv3 Extensions for BIER-TE", Work in Progress, Internet-Draft, draft-ietf-bier-te-ospfv3-01, , <https://www.ietf.org/archive/id/draft-ietf-bier-te-ospfv3-01.txt>.
[RFC2119]
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, , <https://www.rfc-editor.org/info/rfc2119>.
[RFC8279]
Wijnands, IJ., Ed., Rosen, E., Ed., Dolganow, A., Przygienda, T., and S. Aldrin, "Multicast Using Bit Index Explicit Replication (BIER)", RFC 8279, DOI 10.17487/RFC8279, , <https://www.rfc-editor.org/info/rfc8279>.
[RFC8296]
Wijnands, IJ., Ed., Rosen, E., Ed., Dolganow, A., Tantsura, J., Aldrin, S., and I. Meilik, "Encapsulation for Bit Index Explicit Replication (BIER) in MPLS and Non-MPLS Networks", RFC 8296, DOI 10.17487/RFC8296, , <https://www.rfc-editor.org/info/rfc8296>.
[RFC8401]
Ginsberg, L., Ed., Przygienda, T., Aldrin, S., and Z. Zhang, "Bit Index Explicit Replication (BIER) Support via IS-IS", RFC 8401, DOI 10.17487/RFC8401, , <https://www.rfc-editor.org/info/rfc8401>.
[RFC8444]
Psenak, P., Ed., Kumar, N., Wijnands, IJ., Dolganow, A., Przygienda, T., Zhang, J., and S. Aldrin, "OSPFv2 Extensions for Bit Index Explicit Replication (BIER)", RFC 8444, DOI 10.17487/RFC8444, , <https://www.rfc-editor.org/info/rfc8444>.
[RFC9262]
Eckert, T., Ed., Menth, M., and G. Cauchie, "Tree Engineering for Bit Index Explicit Replication (BIER-TE)", RFC 9262, DOI 10.17487/RFC9262, , <https://www.rfc-editor.org/info/rfc9262>.

8.2. Informative References

[I-D.zwx-bier-te-isis-extensions]
Zhang, Z., Wei, Y., and B. Xu, "IS-IS extensions for BIER-TE (Tree Engineering for Bit Index Explicit Replication) with MPLS and non-MPLS Encapsulation", Work in Progress, Internet-Draft, draft-zwx-bier-te-isis-extensions-01, , <https://www.ietf.org/archive/id/draft-zwx-bier-te-isis-extensions-01.txt>.
[I-D.zwx-bier-te-ospf-extensions]
Zhang, Z., Wei, Y., and B. Xu, "OSPFv2 extensions for BIER-TE (Tree Engineering for Bit Index Explicit Replication) with MPLS and non-MPLS Encapsulation", Work in Progress, Internet-Draft, draft-zwx-bier-te-ospf-extensions-00, , <https://www.ietf.org/archive/id/draft-zwx-bier-te-ospf-extensions-00.txt>.
[I-D.zwx-bier-te-ospfv3-extensions]
Zhang, Z., Wei, Y., and B. Xu, "OSPFv3 extensions for BIER-TE (Tree Engineering for Bit Index Explicit Replication) with MPLS and non-MPLS Encapsulation", Work in Progress, Internet-Draft, draft-zwx-bier-te-ospfv3-extensions-01, , <https://www.ietf.org/archive/id/draft-zwx-bier-te-ospfv3-extensions-01.txt>.

Authors' Addresses

Zheng Zhang
ZTE Corporation
China
Yuehua Wei
ZTE Corporation
China
Benchong Xu
ZTE Corporation
China