| Internet-Draft | BGP-LS SR Policy | November 2025 |
| Liu, et al. | Expires 6 May 2026 | [Page] |
This document supplements additional information of the segment list in the BGP-LS advertisement for SR Policy state information. Two new flags and a new sub-TLV are introduced in the SR Segment List TLV of BGP-LS SR Policy Candidate Path NLRI.¶
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 6 May 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.¶
SR Policy architecture details are specified in [RFC9256]. An SR Policy comprises one or more candidate paths (CP) of which at a given time one and only one may be active. Each CP in turn may have one or more SID-List of which one or more may be active; when multiple are active then traffic is load balanced over them.¶
[RFC9857] describes a mechanism to collect the SR policy information that is locally available in a node and advertise it into BGP Link State (BGP-LS) updates. Various TLVs are defined to enable the headend to report the state at the candidate path level and the segment list level.¶
Currently, a few segment-list-related information is not yet included in [RFC9857]:¶
Besides, [I-D.ietf-mpls-mna-hdr] defines the MPLS Network Actions (MNA) sub-stack solution for carrying Network Actions and Ancillary Data in the MPLS label stack, different Label Stack Entry(LSE) formats are defined for different purpose. Unlike traditional MPLS LSE, which consists of 20-bit MPLS label, 3-bit TC, 1-bit S(bottom of stack indication) and 8-bit TTL, some LSEs defined for MNA repurposed the TC and TTL field to carry additional information. MNA such as Network Resource Partition (NRP) [I-D.ietf-mpls-mna-nrp-selector], IOAM [I-D.ietf-mpls-mna-ioam] may be inserted in the SID list in the format of LSEs. The contents of the LSEs inserted in the SID-lists may be required by the controller when the headend reports the state of SR Policies via BGP-LS. However, SR Segment List TLV [RFC9857] only supports carry 20-bit MPLS labels, which are encoded in SR Segment Sub-TLV, carrying 32-bit MPLS LSEs in BGP-LS is not yet supported.¶
This document supplements some additional information of the segment list state as mentioned above in the BGP-LS advertisement for SR Policy state information.¶
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] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
SR Segment List TLV is defined in [RFC9857] to report the SID-List(s) of a candidate path. As show in Figure 1,this document introduces two new flags in the flag field of SR Segment List TLV, where,¶
0 1
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| | | | | | | | | |S|B| |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
The MPLS LSE sub-TLV is defined in this section to carry the generic MPLS LSE information. The MPLS LSE sub-TLV is an optional sub-TLV of SR Segment List TLV, and it may be used as the sub-TLV of other TLVs, for the latter case, the detailed usage is out of the scope of this document.¶
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 LSEs ~ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type: TBA¶
Length: Variable, the total length (in octets) of MPLS LSE portion in octets, MUST be the multiple of 4. The value indicates the number of the LSEs in this sub-TLV.¶
MPLS LSEs: one or more 4-octet-field carrying the MPLS LSEs.¶
This document requests bit 9 and bit 10 in the flag field of "SR Segment List TLV" [RFC9857] under the "BGP-LS Node Descriptor, Link Descriptor, Prefix Descriptor, and Attribute TLVs" registry.¶
Bit Description Reference
------------------------------------------------------------------
9 Administrative Shut State Flag(S-Flag) This document
10 Backup Path State Flag(B-Flag) This document
¶
This document requests a new type sub-TLV of "SR Segment List TLV" [RFC9857] under the "BGP-LS Node Descriptor, Link Descriptor, Prefix Descriptor, and Attribute TLVs" registry.¶
Type Description Reference
------------------------------------------------------------------
TBA MPLS LSE Sub-TLV This document
¶
Procedures and protocol extensions defined in this document do not affect the security considerations discussed in [RFC9857].¶