Internet-Draft | PCECC BIER-TE | July 2024 |
Chen, et al. | Expires 9 January 2025 | [Page] |
This draft specify extensions to PCEP protocol when a PCE-based controller is responsible for allocates the BIER-TE information(BIER subdomain-id, adjacencies BitPosition(s), and Adjacency Types etc), then PCC generate a "Bit Index Forwarding Table"(BIFT).¶
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 9 January 2025.¶
Copyright (c) 2024 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.¶
[RFC8283]introduces the architecture for PCE as a central controller as an extension of the architecture described in[RFC4655] and assumes the continued use of PCEP as the protocol used between PCE and PCC. [RFC8283]further examines the motivations and applicability for PCEP as a Southbound Interface (SBI), and introduces the implications for the protocol.¶
[RFC9050]specify the procedures and PCEP protocol extensions for using the PCE as the central controller for static LSPs, where LSPs can be provisioned as explicit label instructions at each hop on the end-to-end path. Each router along the path must be told what label-forwarding instructions to program and what resources to reserve. The PCE-based controller keeps a view of the network and determines the paths of the end-to-end LSPs, and the controller uses PCEP to communicate with each router along the path of the end-to-end LSP.¶
Tree Engineering for Bit Index Explicit Replication" (BIER-TE) shares architecture and packet formats with BIER as described in [RFC8279]. BIER-TE forwards and replicates packets based on a BitString in the packet header, but every BitPosition of the BitString of a BIER-TE packet indicates one or more adjacencies as described in [RFC9262].¶
This draft specify extensions to PCEP protocol when a PCE-based controller is responsible for allocates the BIER-TE information(BIER subdomain-id, adjacencies BitPosition(s), and Adjacency Types etc), then PCC generate a "Bit Index Forwarding Table"(BIFT).¶
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.¶
Following key requirements for PCECC-BIER should be considered when`designing the PCECC based solution:¶
Active stateful PCE is described in [RFC8231]. PCE as a central controller (PCECC) reuses existing Active stateful PCE mechanism as much as possible to control the LSP.¶
This document uses the same PCEP messages and its extensions which are described in [RFC9050] for PCECC BIER-TE as well.¶
PCEP messages PCRpt, PCInitiate, PCUpd are also used to send LSP Reports, LSP setup and LSP update respectively. The extended PCInitiate message described in [RFC9050] is used to download or cleanup central controller's instructions (CCIs) (BIER-TE related informations and "Bit Index Forwarding Table" (BIFT) in scope of this document). The extended PCRpt message described in [RFC9050] is also used to report the CCIs (BIER-TE related informations) from PCC to PCE.¶
[RFC9050] specify an object called CCI for the encoding of central controller's instructions. This document extends the CCI by defining another object-type for BIER-TE.¶
During PCEP Initialization Phase, PCEP Speakers (PCE or PCC) advertise their support of PCECC extensions. A PCEP Speaker includes the "PCECC Capability" sub-TLV, described in [RFC9050].¶
This document adds T-bit in PCECC-CAPABILITY sub-TLV for BIER-TE.¶
The PCEP messages pertaining to PCECC BIER-TE MUST include PATH-SETUP-TYPE TLV [RFC8408] with PST=TBD in the SRP object to clearly identify the PCECC BIER-TE is intended.¶
Each node (PCC) is allocated a node BIER-TE information by the PCECC. The BIER-TE information mainly includes BIER subdomain-id, adjacencies BitPosition(s), and Adjacency Types etc. In scenarios where the IGP protocol is not used/available, Each node (PCC) is allocated its own and neighbor BIER-TE informations by the PCECC, then PCC generates a BIFT based on the informations it receives. The BIFT mainly includes BFR ID, F-BM and BFR nexthop.¶
[I-D.ietf-pce-state-sync] describes synchronization mechanism between the stateful PCEs. The BIER-TE informations allocated by a PCE MUST also be synchronized among PCEs for PCECC BIER-TE state synchronization.¶
[RFC9050] describes the action needed for CCIs for the Basic PCECC LSP on this terminated session.Similarly actions should be applied for the BIER-TE information as well.¶
[RFC9050] describes the synchronization of Central Controller's Instructions (CCI) via LSP state synchronization as described in [RFC8231] and [RFC8232].Same procedures should be applied for BIER-TE information and "Bit Index Forwarding Table" (BIFT) allocations as well.¶
[RFC9050] defined the PCECC-CAPABILITY TLV. A new T-bit is defined in PCECC-CAPABILITY sub-TLV for PCECC BIER-TE:¶
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=TBD | Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Flags |T|I|S| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+¶
where:¶
T (PCECC BIER-TE CAPABILITY - 1 bit): If set to 1 by a PCEP speaker, it indicates that the PCEP speaker is capable for PCECC BIER-TE capability and PCE would allocate BIER-TE information on this session.¶
The PATH-SETUP-TYPE TLV is defined in [RFC8408]. PST = TBD is used when Path is setup via PCECC BIER-TE mode.On a PCRpt/PCUpd/PCInitiate message, the PST=TBD indicates that this path was setup via a PCECC BIER-TE based mechanism where either the BIER-TE informations and BIER-TE "Bit Index Forwarding Table" (BIFT) were allocated/instructed by PCE via PCECC mechanism.¶
The Central Control Instructions (CCI) Object is used by the PCE to specify the forwarding instructions is defined in [RFC9050]. This document defines another object-type for BIER-TE purpose.¶
CCI Object-Type is TBD for BIER-TE as below¶
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 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | CC-ID | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | subdomain-ID | BSL | Flags | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | SI |adj-t| BitPosition | Reserved| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | // Optional TLV // | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+¶
where:¶
The field CC-ID is as described in [RFC9050].¶
BIER subdomain-ID: Unique value identifying the BIER subdomain. (as defined in [RFC8401].¶
BSL: A 1 octet field encodes the length in bits of the BitString as per [RFC8296], the maximum length of the BitString is 5,it indicates the length of BitString is 1024.It is used to refer to the number of bits in the BitString.¶
SI: Set Identifier (Section 1 of [RFC8279] used in the encapsulation for this BIER subdomain for this BitString length, 1 octet.¶
BitPositions: BitPositions indicate adjacencies,16bit.¶
The "Reserved" (1 octets) fields are currently unused, and MUST be set to zero on transmission and ignored on reception.¶
Adjacency Types:There are three types in this document.¶
Optional TLV: There are three optional TLV are defined/reused in this draft.¶
BIER Encapsulation Sub-TLV defined in [I-D.chen-pce-pcep-extension-pce-controller-bier] are used to associate BIER Encapsulation information, so we Reuse BIER Encapsulation Sub-TLV to carry the BIER-TE Encapsulation informations.¶
When the adjacency type is 0b000:Forward Connected, the BFR address information (BFR out-interface and nexthop informations) should be carried in the CCI Object.¶
Address TLVs described in [RFC9050] are used to associate the next-hop information, so we Reuse ADDRESS TLV to carry the BFR out-interface and nexthop informations.¶
When the adjacency type is 0b001: Forward Routed, a VRF and the next-hop informations should be carried in the CCI Object, so we reuse the ROUTE-DISTINGUISHER TLV defined in [RFC9168] and Address TLVs defined in [RFC9050] to carry the next hop is associated with a specific VPN identified by the RD.¶
When the adjacency type is 0b010: Local Decap, only a VRF should be carried in the CCI Object. Reuse the ROUTE-DISTINGUISHER TLV which is defined in [RFC9168] carries an RD value, used to identify a VRF.¶
BIER-TE information is always associated with adjacency, so we reuse FEC Object 1'IPv4 Node ID' and FEC Object-Type 2 'IPv6 Node ID' defined in [RFC8664] to clearly identify the adjacency for which a SI: BitPosition is being allocated.¶
We would like to thank Dhruv Dhody for their useful comments and suggestions.¶
TBD.¶
The PCECC extension are based on the existing PCEP messages and thus the security considerations described in¶
The PCECC extension are based on the existing PCEP messages and thus the security considerations described in [RFC5440] ,[RFC8231] ,[RFC8281], and [RFC9050] apply to this draft.¶