Internet-Draft | SRv6 MSDs | October 2025 |
Liu | Expires 15 April 2026 | [Page] |
This document analyzes the impact of different SRv6 MSDs when PCE sends SR-TE paths to the PCE. And it updates the MSD restrictions in RFC9603 based on the analysis. This document also specifies a procedure for optimizing the number of SIDs in an SRv6-TE path that PCE can compute when the reduced SRH mode is used.¶
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 15 April 2026.¶
Copyright (c) 2025 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.¶
As defined in [RFC8402], Segment Routing (SR) architecture allows the source node to steer a packet through a path indicated by an ordered list of instructions, called "segments". A segment can represent any instruction, topological or service based, and it can have a semantic local to an SR node or global within an SR domain.¶
[RFC8664] specifies PCEP extensions for supporting an SR-TE LSP for the MPLS data plane. [RFC9603] extends [RFC8664] to support SR for the IPv6 data plane.¶
The concept of Maximum SID Depth (MSD)[RFC8491] is first introduced for SR-MPLS to express the number of SIDs supported by a node or a link on a node, and the Base MPLS Imposition MSD is defined to indicate the number of MPLS labels that can be imposed by a router. And the concept is further extended for SRv6 with more types of MSD defined in [RFC9352].¶
MSD may become one of the limitations that need to be considered when computing an SR-TE path for PCE. For SR-MPLS, [RFC8664] section5.1 specified that once an SR-capable PCEP session is established with a non-zero MSD value, the corresponding PCE MUST NOT send SR-TE paths with a number of SIDs exceeding that MSD value. Similarly, for SRv6, a PCE MUST NOT send SRv6 paths that exceed the SRv6 MSD capabilities of the PCC as specified in [RFC9603] section 5.1.¶
However, not all the SRv6 MSDs defined in [RFC9352] are about the limitation/capability of the head-end node(i.e, PCC), thus some of these SRv6 MSDs are not always necessary restrictions to be followed when sending an SRv6 path to the PCC.¶
Besides, when a reduced SRH[RFC8754] is used, a reduced SRH does not contain the first segment of the related SR Policy, so the limitation of MSD could be loosen to allow one more SID in the SID list that is sent by the PCE.¶
This document analyzes the impact of different SRv6 MSDs when PCE sends SR-TE paths to the PCE. And it updates the MSD restrictions in [RFC9603] based on the analysis. This document also specifies a procedure for optimizing the number of SIDs in an SRv6-TE path that PCE can compute when the reduced SRH mode is used.¶
The following terminology is used in this document:¶
MSD: Maximum SID Depth¶
PCC: Path Computation Client¶
PCE: Path Computation Element¶
PCEP: Path Computation Element Communication Protocol¶
SID: Segment Identifier¶
SR: Segment Routing¶
SR-TE: Segment Routing Traffic Engineering¶
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.¶
[RFC9603] defines the SRv6-PCE-CAPABILITY sub-TLV under the PATH-SETUP-TYPE-CAPABILITY TLV in the OPEN object. PCEP speakers use this sub-TLV to exchange information about their SRv6 capability. And the SRv6 MSD information advertised via SRv6-PCE-Capability sub-TLV conveys the SRv6 capabilities of the PCEP speaker.¶
As in [RFC9603] section 4.1.1, optional (MSD-Type,MSD-Value) pairs are carried in the SRv6-PCE-CAPABILITY sub-TLV, the SRv6 MSD types are as per [RFC9352], i.e, Maximum Segments Left MSD, Maximum End Pop MSD, Maximum H.Encaps MSD, Maximum End D MSD:¶
To conclude, when appears in the SRv6-PCE-CAPABILITY sub-TLV, the Maximum End Pop MSD and Maximum End D MSD only indicates the limitation when the PCC node acts as the penultimate or ultimate SR Segment Endpoint Node. So the Maximum End Pop MSD or Maximum End D MSD is not a "MUST" for PCE when sending the SRv6 path to PCC/ head-end node. And the limitation of Maximum H.Encaps MSD could be loosen when reduced SRH is used.¶
section 5.1 of [RFC9603] specified that "A PCE MUST NOT send SRv6 paths that exceed the SRv6 MSD capabilities of the PCC."¶
Based on the analysis in section 3. This document updates section 5.1 of RFC9603 to state that:¶
A PCE MUST NOT send SRv6 paths that exceed the SRv6 Maximum H.Encaps MSD and Maximum Segments Left MSD capabilities of the PCC.¶
This section proposes an R-Flag (Reduced SRH for MSD consideration flag) in the SRv6-PCE-CAPABILITY sub-TLV defined in [RFC9603]. The bit position for the flag in the SRv6 Capability Flag Field registry is to be defined by IANA.¶
R-flag (Reduced SRH for MSD consideration flag) - 1 bit (Bit Position TBD1):¶
When both the PCE and PCC have advertised support for the capability by setting the R-flag in their respective SRv6-PCE-CAPABILITY sub-TLVs [RFC9603], the PCE MUST NOT send SR-TE paths with a number of SIDs exceeding the (Maximum H.Encaps MSD+1) value.¶
Security considerations in [RFC9603] apply to this document.¶
This document requests IANA to assign a R-Flag in the "SRv6 Capability Flag Field" registry.¶
Bit Description Reference -------------------------------------------------------- TBD1 Reduced SRH for MSD consideration [this document]¶