| Internet-Draft | SID Verification for SR-MPLS | December 2025 |
| Chen, et al. | Expires 15 June 2026 | [Page] |
This document defines extensions to the Path Computation Element Communication Protocol (PCEP) to support SID verification in Segment Routing MPLS (SR-MPLS) networks. Specifically, it introduces a flag in the SR-ERO subobject to indicate that the Path Computation Client (PCC) is explicitly requested to verify SID(s) by the Path Computation Element (PCE), and defines capability exchange mechanisms.¶
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 June 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.¶
[RFC9256] describes the "SID verification" bit usage and semantics for Segment Routing Policies. SID verification is performed when the headend is explicitly requested to verify SID(s) by the controller via the signaling protocol used. Implementations MAY provide a local configuration option to enable verification on a global, per-policy, or per candidate path basis.¶
[RFC8664] specifies extensions to the Path Computation Element Communication Protocol (PCEP) that allow a stateful PCE to compute and initiate Traffic-Engineering (TE) paths, as well as a Path Computation Client (PCC) to request a path subject to certain constraints and optimization criteria in SR networks. [RFC9603] defines similar SID verification extensions for SRv6-ERO subobjects.¶
This document specifies PCEP extensions to support the SID verification feature in SR-MPLS networks. It defines a Verification (V) flag in the SR-ERO subobject to enable the PCE to explicitly request SID verification from the PCC. Additionally, it introduces capability exchange mechanisms and detailed processing procedures for SID verification in both PCE-initiated and PCC-initiated LSP scenarios.¶
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.¶
This document uses the following terms defined in [RFC5440]:¶
This document uses the following terms defined in [RFC8664]:¶
This document uses the following terms defined in [RFC9256]:¶
Section 4.3.1 in [RFC8664] describes the SR-ERO subobject format to carry a Segment Identifier (SID) and/or Network Access Identifier (NAI) information. This document defines a new flag in the SR-ERO subobject Flags field to request SID verification.¶
V (Verification) Flag (1 bit): When set to 1, the V-flag indicates that the PCE is explicitly requesting the PCC to verify the SID(s) associated with this SR-ERO subobject. The PCC MUST verify SID(s) according to the procedures defined in Section 5.1 of [RFC9256]. When set to 0, the V-flag indicates that SID verification is not explicitly requested by the PCE (though local policy on the PCC MAY still trigger verification).¶
The V-flag is applicable to both PCE-initiated LSPs (via PCUpd or PCInitiate messages) and PCC-initiated LSPs (via PCReq or PCRpt messages). The interpretation of the V-flag differs depending on direction:¶
The SR-RRO subobject format is the same as the SR-ERO subobject, except it lacks the L-Flag, per [RFC8664].¶
The V-flag has no meaning in the SR-RRO and is ignored on receipt at the PCE, consistent with the treatment of the V-flag in SRv6-RRO as specified in [RFC9603].¶
On receiving an SR-ERO subobject with the V-flag set to 1, a PCC MUST verify the SID(s) as described in Section 5.1 of [RFC9256]. The verification procedure is performed during path setup and before the LSP is activated.¶
If a PCC successfully verifies the SID(s) with the V-flag set in an SR-ERO subobject, it proceeds with LSP setup. The successful transition to operational up state indicates that verification was completed successfully.¶
If a PCC determines that "Verification fails" for a SID with the V-flag set in an SR-ERO subobject, the PCC MUST report this error by including an LSP-ERROR-CODE TLV with error-value "SID Verification fails" (as defined in [RFC9256]) in the LSP object within a PCRpt message sent to the PCE. The LSP MUST NOT be activated when SID verification fails.¶
For PCC-initiated LSPs, if a PCC is performing verification without explicit PCE request (due to local policy), and verification fails, the PCC SHOULD report the failure via LSP-ERROR-CODE to inform the PCE of the verification failure.¶
In order to ensure compatibility between PCE and PCC regarding SID verification support, PCEP speakers MUST advertise their support for the V-flag via capability exchange during session establishment.¶
The SR-PCE-CAPABILITY Sub-TLV is defined in [RFC8664] Section 4.1.2 and is included in the PATH-SETUP-TYPE-CAPABILITY TLV.¶
This document defines a new flag in the SR-PCE-CAPABILITY Sub-TLV Flags field:¶
A PCE MUST NOT set the V-flag in PCUpd or PCInitiate messages unless it has received a PCOpen message from the PCC with the V flag set in the SR-PCE-CAPABILITY Sub-TLV. Similarly, a PCC MUST NOT include the V-flag in RRO subobjects of PCRpt messages unless it has advertised support via the V flag in its SR-PCE-CAPABILITY Sub-TLV.¶
If a PCEP speaker receives a PCEP message with the V-flag set in an SR-ERO subobject, but the sender has not advertised support for the V-flag in its SR-PCE-CAPABILITY Sub-TLV, the receiver MUST send a PCErr message with Error-Type 19 (Invalid Operation) and Error-Value TBD (SID Verification capability not supported). The LSP MUST NOT be created or modified.¶
We would like to thank Dhruv Dhody and John Scudder for their useful comments and suggestions.¶
This document defines a new bit value in the sub-registry "SR-ERO Flag Field" in the "Path Computation Element Protocol (PCEP) Numbers" registry.¶
Bit Name Reference
--- ----------------------- -------------
TBD SID Verification (V) This document
¶
This document defines a new bit value in the sub-registry "SR-PCE-CAPABILITY Sub-TLV Flags Field" in the "Path Computation Element Protocol (PCEP) Numbers" registry.¶
Bit Name Reference
--- ----------------------- -------------
TBD SID Verification (V) This document
¶
This document defines a new Error-Value for Error-Type 19 (Invalid Operation) in the "PCEP-Error Object" registry.¶
Error-Type Error-Value Meaning Reference
----------- ----------- ---------------------- ----------
19 TBD SID Verification This document
capability not supported
¶
The security considerations described in [RFC5440], [RFC8231], [RFC8281], and [RFC8664] are applicable to this specification. No additional security measures are required.¶