| Internet-Draft | BGP SR Policy State Report | February 2026 |
| Li, et al. | Expires 16 August 2026 | [Page] |
This document extends BGP SR Policy, the same protocol used to configure SR Policies, to report operational state information of SR Policies, Candidate Paths, and Segment Lists.¶
Optional State sub-TLVs, carried within the BGP Tunnel Encapsulation attribute, are introduced in this document to report the operational states (e.g., Down, Inactive, or Invalid) along with their associated reasons of the SR Policies from network elements to controller.¶
These extensions are restricted to operational state reporting and do not alter SR Policy computation, path selection procedures, or the operations of the base BGP protocol.¶
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 16 August 2026.¶
Copyright (c) 2026 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.¶
In practice, BGP SR Policy [RFC9830] is usually used by controller to configure SR Policies [RFC9256] on the relevant network elements, i.e., the headends of the SR Policies. Deployments of SR Policies [RFC9256] require the controller to obtain accurate operational state information for instantiated policies. Such information is critical to policy lifecycle management, troubleshooting, and service assurance.¶
Existing mechanisms for conveying SR Policy state include YANG notifications as defined in [I-D.ietf-spring-sr-policy-yang] and SR Policy State TLVs carried in BGP-LS, as specified in [RFC9857]. These approaches typically require additional protocol sessions between network elements and controllers, which increases operational complexity.¶
This document extends BGP SR Policy [RFC9830], the same protocol used to configure SR Policies, to report the operational states (e.g., Down, Inactive, or Invalid) along with their associated reasons of the SR Policies from network elements to controller, thereby reducing the number of protocols that need to be run between network elements and controller, lowering the requirements for network elements and controller, and simplifying network configuration and network operation and maintenance.¶
This document does not update or obsolete [RFC9256], [RFC9830], [RFC9857], or [RFC4271]. The extensions defined here are restricted to operational state reporting and do not alter existing protocol procedures or protocol semantics.¶
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 defines optional State sub-TLVs carried within the BGP Tunnel Encapsulation Attribute (see section 2.1) to report the operational states (e.g., Down, Inactive, or Invalid) along with their associated reasons of the SR Policies from network elements to controller. The operational states and the associated reasons include those for SR Policies (see section 2.2), Candidate Paths(see section 2.3), and Segment Lists (see section 2.4).¶
The extended BGP SR Policy encoding is as follows:¶
SR Policy SAFI NLRI: <Distinguisher, Color, Endpoint>
Attributes:
Tunnel Encapsulation Attribute(23)
Tunnel Type: SR Policy(15)
Binding SID
Preference
Priority
SR Policy Name
SR Policy State
SR Policy Candidate Path Name
SR Policy Candidate Path State
Explicit NULL Label Policy (ENLP)
Segment List
State
Weight
Segment
Segment
...
...
The state sub-TLVs defined in this document follow a hierarchical model where Segment List state may influence Candidate Path state, and Candidate Path state may influence overall SR Policy state. The exact derivation procedures are implementation-specific.¶
The Policy State sub-TLV is used to report the operational state of an SR Policy. The format of Policy State sub-TLV is as follows:¶
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 | Flags | RESERVED | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | State(4 octets) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | sub-TLVs(optional) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type (1 octet): Indicates this sub-TLV is Policy State, specific values need to be assigned by IANA.¶
Length (1 octet): Length in octets of the Value field.¶
Flags (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
RESERVED (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
State (4 octets): Indicates the operational state of the SR Policy. The format is as follows:¶
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 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |A|D| RESERVED | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
A flag:¶
D flag:¶
RESERVED: Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
The Policy State sub-TLV may optionally carry the following sub-TLVs: the Active Candidate Path sub-TLV and the Policy Down Reason sub-TLV.¶
The Active Candidate Path sub-TLV is used, when an active Candidate Path exists for the SR Policy, to carry the candidate path that is currently active. Its format is as follows:¶
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 | Flags | RESERVED | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Binding SID(4 or 16 octets) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type (1 octet): Indicates this sub-TLV is Active Candidate Path, specific values need to be assigned by IANA.¶
Length (1 octet): Indicates the length of the Active Candidate Path sub-TLV in octets.¶
Flags (1 octet): Indicates the type of Binding SID, its format is as follows:¶
0 1 2 3 4 5 6 7
+-+-+-+-+-+-+-+-+
|S| RESERVED |
+-+-+-+-+-+-+-+-+
Where:¶
RESERVED (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
Binding SID (4 or 16 octets): The Binding SID of the active candidate path. The length is determined by the S bit in the Flags field.¶
The Policy Down Reason sub-TLV is used, when the SR Policy is in the down state, to carry the reason for the failure. Its format is as follows:¶
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 | Flags | RESERVED | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Reason(4 octets) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type (1 octet): Indicates this sub-TLV is Policy Down Reason, specific values need to be assigned by IANA.¶
Length (1 octet): Indicates the length of the Policy Down Reason sub-TLV in octets.¶
Flags (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
RESERVED (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
Reason (4 octet): Indicates the specific reason for the SR Policy failure. Its format is as follows:¶
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 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |B|I| RESERVED |U| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
B flag:¶
I flag:¶
U flag:¶
RESERVED:Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
The Candidate Path State sub-TLV reports the operational state of an SR Policy Candidate Path. The format of the Candidate Path State sub-TLV is as follows:¶
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 | Flags | RESERVED | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | State(4 octets) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | sub-TLVs(optional) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type (1 octet): Indicates this sub-TLV is Candidate Path State, specific values need to be assigned by IANA.¶
Length (1 octet): Indicates the length of the Candidate Path State sub-TLV in octets.¶
Flags (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
RESERVED (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
State (4 octets): Indicates the operational state of the Candidate Path. The format is as follows:¶
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 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |A|D|S|B|V|I| RESERVED | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
A flag:¶
D flag:¶
S flag:¶
B flag:¶
A candidate path SHOULD NOT have both S=1 and B=1.¶
V flag: Indicates configuration or structural validity.¶
I flag: Indicates runtime operational invalidity.¶
RESERVED: Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
The Candidate Path State sub-TLV may optionally carry the following sub-TLVs: the Candidate Path Down Reason sub-TLV 、the Candidate Path Inactive Reason sub-TLV and the Candidate Path Invalid Reason sub-TLV.¶
The Candidate Path Down Reason sub-TLV is used, when the candidate path is in the down state, to carry the reason for the failure. Its format is as follows:¶
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 | Flags | RESERVED | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Reason(4 octets) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type (1 octet): Indicates this sub-TLV is Candidate Path Down Reason, specific values need to be assigned by IANA.¶
Length (1 octet): Indicates the length of the Candidate Path Down Reason sub-TLV in octets.¶
Flags (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
RESERVED (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
Reason (4 octet): Indicates the specific reason for the candidate path failure. The format is as follows:¶
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 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |B|I| RESERVED |U| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
B flag:¶
I flag:¶
U flag:¶
RESERVED: Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
The Candidate Path Inactive Reason sub-TLV is used, when the candidate path is not selected by the SR Policy and is in the inactive state, to carry the reason for being inactive. Its format is as follows:¶
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 | RESERVED | Reason | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type (1 octet): Indicates this sub-TLV is Candidate Path Inactive Reason, specific values need to be assigned by IANA.¶
Length (1 octet): Indicates the length of the Candidate Path Inactive Reason sub-TLV in octets, excluding the Type and Length fields. The value is fixed to 2.¶
RESERVED (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
Reason (1 octet): Indicates the reason why the candidate path is not selected. Values defined by this document are listed below. Additional values may be assigned by IANA.¶
+------+---------------------------------------+ |Reason| Description | +------+---------------------------------------+ | 0 | Reserved | +------+---------------------------------------+ | 1 | Lower priority | +------+---------------------------------------+ | 2 | Lower protocol origin | +------+---------------------------------------+ | 3 | Configuration-related | +------+---------------------------------------+ | 4 | Lower Discriminator value | +------+---------------------------------------+ | 5-255| Reserved | +------+---------------------------------------+
The Candidate Path Invalid Reason sub-TLV is used, when the candidate path fails validity check and is invalid, to carry the reason for being invalid. Its format is as follows:¶
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 | RESERVED | Reason | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type (1 octet): Indicates this sub-TLV is Candidate Path Invalid Reason, specific values need to be assigned by IANA.¶
Length (1 octet): Indicates the length of the Candidate Path Invalid Reason sub-TLV in octets, excluding the Type and Length fields. The value is fixed to 2.¶
RESERVED (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
Reason (1 octet): Indicates the reason why the candidate path is invalid. Values defined by this document are listed below. Additional values may be assigned by IANA.¶
+------+----------------------------------------------------------+ |Reason| Description | +------+----------------------------------------------------------+ | 0 | Reserved | +------+----------------------------------------------------------+ | 1 | Explicit Candidate Path has no valid segment list | +------+----------------------------------------------------------+ | 2 | Explicit Candidate Path contains a segment list | | | with mixed forwarding plane types | +------+----------------------------------------------------------+ | 3 | Dynamic Candidate Path cannot compute a path that | | | satisfies the constraints | +------+----------------------------------------------------------+ | 4 | Composite Candidate Path has no valid | | | constituent SR Policy | +------+----------------------------------------------------------+ | 5-255| Reserved | +------+----------------------------------------------------------+
The Segment List State sub-TLV reports the operational state of a Segment List.The format of Segment List State sub-TLV is as follows:¶
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 | Flags | RESERVED | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | State(4 octets) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | sub-TLVs(optional) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type (1 octet): Indicates this sub-TLV is Segment List State, specific values need to be assigned by IANA.¶
Length (1 octet): Indicates the length of the Segment List State sub-TLV in octets.¶
Flags (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
RESERVED (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
State (4 octets): Indicates the operational state of the segment list. The format is as follows:¶
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 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |A|D|V| RESERVED | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
A flag:¶
D flag:¶
V flag:¶
RESERVED: Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
The Segment List State sub-TLV may optionally carry the following sub-TLVs: the Segment List Down Reason sub-TLV and the Segment List Invalid Reason sub-TLV.¶
The Segment List Down Reason sub-TLV is used, when the segment list is in the down state, to carry the reason for the failure. Its format is as follows:¶
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 | Flags | RESERVED | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Reason(4 octets) | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type (1 octet): Indicates this sub-TLV is Segment List Down Reason, specific values need to be assigned by IANA.¶
Length (1 octet): Indicates the length of the Segment List Down Reason sub-TLV in octets.¶
Flags (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
RESERVED (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
Reason (4 octet): Indicates the specific reason for the segment list failure. The format is as follows:¶
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 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |B|I| RESERVED |U| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
B flag:¶
I flag:¶
U flag:¶
RESERVED: Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
The Segment List Invalid Reason sub-TLV is used, when the segment list fails validity check and is invalid, to carry the reason for being invalid. Its format is as follows:¶
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 | RESERVED | Reason | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Type (1 octet): Indicates this sub-TLV is Segment List Invalid Reason, specific values need to be assigned by IANA.¶
Length (1 octet): Indicates the length of the Segment List Invalid Reason sub-TLV in octets, excluding the Type and Length fields. The value is fixed to 2.¶
RESERVED (1 octet): Reserved bits MUST be set to 0 on transmission and ignored on receipt.¶
Reason (1 octet): Indicates the reason why the segment list is invalid. Values defined by this document are listed below. Additional values may be assigned by IANA.¶
+------+------------------------------------------------------+ |Reason| Description | +------+------------------------------------------------------+ | 0 | Reserved | +------+------------------------------------------------------+ | 1 | Segment list is empty | +------+------------------------------------------------------+ | 2 | Segment list has a weight of 0 | +------+------------------------------------------------------+ | 3 | Segment list contains a mix of SR-MPLS and SRv6 SIDs | +------+------------------------------------------------------+ | 4 | Resolution of the first SID failed | +------+------------------------------------------------------+ | 5 | Segment list contains a SID not present in the SRDB | +------+------------------------------------------------------+ | 6 | Segment list contains inconsistent | | | or incompatible SIDs | +------+------------------------------------------------------+ | 7-255| Reserved | +------+------------------------------------------------------+
A SR Policy State Originator, such as a network element acting as the headend node of a SR Policy, is a BGP SR Policy speaker that originates SR Policies state together with associated state information.¶
The originator SHOULD determine the operational state of Segment Lists, Candidate Paths, and SR Policies based on local operational data.¶
A change in Segment List state that affects the usability or validity of a Candidate Path SHOULD result in an update to the corresponding Candidate Path State sub-TLV.¶
Similarly, when the state of one or more Candidate Paths affects SR Policy path selection or operational availability, the originator SHOULD update the Policy State sub-TLV accordingly.¶
A change of the active Candidate Path for an SR Policy SHOULD be reflected in the Active Candidate Path sub-TLV.¶
State changes MAY trigger BGP UPDATE messages, subject to local policy and report procedures.¶
An SR Policy State Consumer, such as a controller, is an entity that receives SR Policy state information via BGP SR Policy.¶
A consumer:¶
This document does not specify how the received state information is to be used by the consumer.¶
IANA is requested to assign new code points from the "BGP Tunnel Encapsulation Attribute Sub-TLVs" registry for the following sub-TLVs defined in this document:¶
| Code Point | Description | Reference |
|---|---|---|
| TBD1 | Policy State sub-TLV | This document |
| TBD2 | Active Candidate Path sub-TLV | This document |
| TBD3 | Policy Down Reason Sub-TLV | This document |
| TBD4 | Candidate Path State Sub-TLV | This document |
| TBD5 | Candidate Path Down Reason Sub-TLV | This document |
| TBD6 | Candidate Path Inactive Reason sub-TLV | This document |
| TBD7 | Candidate Path Invalid Reason sub-TLV | This document |
| TBD8 | Segment List State sub-TLV | This document |
| TBD9 | Segment List Down Reason sub-TLV | This document |
| TBD10 | Segment List Invalid Reason sub-TLV | This document |
This document introduces no new security considerations beyond those already described for BGP [RFC4271] and BGP SR Policy [RFC9830].¶