Internet-Draft | PCEP Extensions for Topology Filter | March 2023 |
Xiong, et al. | Expires 8 September 2023 | [Page] |
This document proposes a set of extensions for Path Computation Element Communication Protocol (PCEP) to support the topology filter during path computation.¶
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 8 September 2023.¶
Copyright (c) 2023 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.¶
[RFC5440] describes the Path Computation Element Computation Protocol (PCEP) which is used between a Path Computation Element (PCE) and a Path Computation Client (PCC) (or other PCE) to enable computation of Multi-protocol Label Switching (MPLS) for Traffic Engineering Label Switched Path (TE LSP). PCEP Extensions for the Stateful PCE Model [RFC8231] describes a set of extensions to PCEP to enable active control of MPLS-TE and Generalized MPLS (GMPLS) tunnels. As depicted in [RFC4655], a PCE MUST be able to compute the path of a TE LSP by operating on the TED and considering bandwidth and other constraints applicable to the TE LSP service request.¶
A PCE always perform path computation based on the network topology information collected through BGP-LS [RFC7752]. BGP-LS can get multiple link-state data from multiple IGP instance, or multiple virtual topologies from a single IGP instance. It is necessary to restrict the PCE to a sub-topology during path computation. The PCE MUST take the topology constraint into consideration during path computation.¶
The sub-topology may be considered as a TE topology or a specific IGP domain. As defined in [I-D.bestbar-teas-yang-topology-filter], a topology filter is a data construct that can be applied on either a native topology or a user specified topology. The topology filter can be viewed as a set of filtering rules to construct the sub-topology. The topology filter specifies the topology reference or a set of include-any, include-all and exclude filtering rules.¶
This document proposes a set of extensions for PCEP to support the topology filter during path computation.¶
The terminology is defined as [RFC5440], [RFC7752] and [RFC8795].¶
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].¶
As defined in [I-D.bestbar-teas-yang-topology-filter], a topology filter is a data construct that can be applied on either a native topology or a user specified topology. The topology filter can be viewed as a set of filtering rules to construct the sub-topology. The topology filter specifies the topology reference or a set of include-any, include-all and exclude filtering rules.¶
The topology reference indicates the topology on which the existing referenced filtering rules need to be applied. The referenced topology could be a predefined TE topology or a specific IGP domain.¶
As defined in [RFC7752], the IGP domain has a unique IGP representation by using the combination of Area-ID, Router-ID, Protocol-ID, Multi-Topology ID, and Instance-ID. This document defines TOPOLOGY object and new TLVs for the topology filter such as Source Protocol TLV, Multi-Topology ID, Area-ID and Algorithm TLV.¶
The topology filters carries a list of filters. Each filter specifies a set of include-any, include-all and exclude filtering rules that can be applied on the native topology. The filtering rules specify the a set of constraints on the topology, that are to be used to compute path at PCE. This document proposes a set of extensions for IRO and XRO object and defines new subobjects such as Link ID, Link affinity and Source Protocol.¶
This document defines a new TOPOLOGY object to carry the topology filter.¶
The TOPOLOGY object is optional and specifies the sub-topology to be taken into account by the PCE during path computation. The TOPOLOGY object can be carried within a PCReq message, or a PCRep message in case of unsuccessful path computation.¶
TOPOLOGY Object-Class is TBD1.¶
TOPOLOGY Object-Type is TBD2.¶
The format of the TOPOLOGY object body is:¶
Reserved (24 bits): This field MUST be set to zero on transmission and MUST be ignored on receipt.¶
Flags (8 bits): No flags are currently defined. Unassigned flags MUST be set to zero on transmission and MUST be ignored on receipt.¶
The format of optional TLVs is defined in [RFC5440] and may be used to carry topology filter information as defined in section.¶
The Source Protocol TLV is optional and is defined to carry the protocol ID and Instance ID.¶
The format of the Source Protocol TLV is:¶
The code point for the TLV type is TBD3. The TLV length is 12 octets.¶
Protocol-ID (8 bits): defined in [RFC7752] section 3.2. IS-IS [RFC8202] and OSPF [RFC6549] MAY run multiple routing protocol instances identified by the Protocol-ID over the same link.¶
Reserved (24 bits): This field MUST be set to zero on transmission and MUST be ignored on receipt.¶
The Multi-topology TLV is optional and is defined to carry the multi-topology ID.¶
The format of the Multi-topology TLV is :¶
The code point for the sub-TLV type is TBD4. The sub-TLV length is 4 octets.¶
Multi-Topology ID (12 bits): Semantics of the IS-IS MT-ID are defined in Section 7.2 of [RFC5120]. Semantics of the OSPF MT-ID are defined in Section 3.7 of [RFC4915]. As defined in section 3.2.1.5 of [RFC7752], if the value is derived from OSPF, then the upper 9 bits MUST be set to 0. Bits R are reserved and SHOULD be set to 0 when originated and ignored on receipt.¶
Reserved (16 bits): This field MUST be set to zero on transmission and MUST be ignored on receipt.¶
The Area TLV is optional and is defined to carry the Area ID.¶
The format of the Area TLV is :¶
The code point for the TLV type is TBD3. The TLV length is variable.¶
The Algorithm TLV is optional and is defined to carry the Algorithm ID.¶
The Algorithm TLV MAY be inserted so as to provide the Flex-algo plane information for the computed path. The format of the TLV is defined in [I-D.ietf-pce-sid-algo] section 3.4.¶
As per [RFC5440], IRO can be used to specify that the computed path needs to traverse a set of specified network elements or abstract nodes. This document proposed a set of extensions for topology filter.¶
The Link ID is used to include the link that is used during the path calculation.¶
The Link ID subobject is defined:¶
The code point for the TLV type is TBD6. The TLV length is 12 octets.¶
Link ID (32bits ): defined in IS-IS [RFC5307] and OSPF [RFC3630].¶
The Admin Group is used to include the links that is used during the path calculation.¶
The code point for the TLV type is TBD7. The TLV length is variable.¶
Extended Administrative Group: Extended Administrative Group as defined in [RFC7308].¶
The format of the Source Protocol subobject is:¶
The code point for the TLV type is TBD8. The TLV length is 12 octets.¶
Protocol-ID (8 bits): defined in [RFC7752] section 3.2. IS-IS [RFC8202] and OSPF [RFC6549] MAY run multiple routing protocol instances identified by the Protocol-ID over the same link.¶
Reserved (24 bits): This field MUST be set to zero on transmission and MUST be ignored on receipt.¶
As per [RFC5521], XRO is an optional object used to specify exclusion of certain abstract nodes or resources from the whole path. This document proposed a set of extensions for topology filter.¶
The XRO is made of sub-objects identical to the ones defined in IRO, where the XRO sub-object type is identical to the sub-object type defined in this documents.¶
The following sub-object types are supported.¶
Type Sub-object¶
TBD6 Link ID¶
TBD7 Admin Group¶
TBD8 Source Protocol¶
A PCC MAY insert a TOPOLOGY object to indicate the sub-topology of an IGP domain that MUST be considered by the PCE. The PCE will perform path computation based on the sub-topology identified by the topology filter rules that can be applied on either the native topology or a user specified topology. The absence of the TLVs related topology reference indicates that the filtering rules are to be applied on the native topology.¶
IANA is requested to make allocations for Topology Object from the registry, as follows:¶
TOPOLOGY Object-Class is TBD1.¶
TOPOLOGY Object-Type is TBD2.¶
The TLVs for Topology Object is as follows:¶
Type | TLV | Reference |
---|---|---|
TBD3 | Source Protocol TLV | [this document] |
TBD4 | Multi-topology TLV | [this document] |
TBD5 | Area TLV | [this document] |
IANA is requested to make allocations for IRO and ERO Object from the registry, as follows:¶
Type | Subobject | Reference |
---|---|---|
TBD6 | Link ID | [this document] |
TBD7 | Admin Group | [this document] |
TBD8 | Source Protocol | [this document] |
TBA¶
TBA¶