<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-spring-srv6-security-15" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Segment Routing IPv6 Security Considerations">Segment Routing IPv6 Security Considerations</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-spring-srv6-security-15"/>
    <author initials="N." surname="Buraglio" fullname="Nick Buraglio">
      <organization>Energy Sciences Network</organization>
      <address>
        <email>buraglio@forwardingplane.net</email>
      </address>
    </author>
    <author initials="T." surname="Mizrahi" fullname="Tal Mizrahi">
      <organization>Huawei</organization>
      <address>
        <email>tal.mizrahi.phd@gmail.com</email>
      </address>
    </author>
    <author initials="T." surname="Tong" fullname="Tian Tong">
      <organization>China Unicom</organization>
      <address>
        <email>tongt5@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="L. M." surname="Contreras" fullname="Luis M. Contreras">
      <organization>Telefonica</organization>
      <address>
        <email>luismiguel.contrerasmurillo@telefonica.com</email>
      </address>
    </author>
    <author initials="F." surname="Gont" fullname="Fernando Gont">
      <organization>SI6 Networks</organization>
      <address>
        <email>fgont@si6networks.com</email>
      </address>
    </author>
    <date year="2026" month="June" day="25"/>
    <area>Routing</area>
    <workgroup>Source Packet Routing in Networking</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 113?>

<t>SRv6 is a traffic engineering, encapsulation and steering mechanism utilizing IPv6 addresses to identify segments in a pre-defined policy. This document discusses security considerations in SRv6 networks, including the potential threats and the possible mitigation methods. The document does not define any new security protocols or extensions to existing protocols.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://github.com/buraglio/draft-bdmgct-spring-srv6-security"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-spring-srv6-security/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Source Packet Routing in Networking Working Group mailing list (<eref target="mailto:spring@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/spring/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/spring/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/buraglio/draft-bdmgct-spring-srv6-security"/>.</t>
    </note>
  </front>
  <middle>
    <?line 117?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Segment Routing (SR) <xref target="RFC8402"/> utilizing an IPv6 data plane is a source routing model that leverages an IPv6 underlay. It uses an IPv6 extension header called the Segment Routing Header (SRH) <xref target="RFC8754"/>. This header is used to signal and control the forwarding and path of packets by imposing an ordered list of segments that are processed at each addressed node along the path.
SRv6 is fundamentally bound to the IPv6 protocol and introduces the aforementioned new extension header. There are security considerations which must be noted or addressed in order to operate an SRv6 network in a reliable and secure manner.</t>
      <t>Specifically, some primary properties of SRv6 that affect the security considerations are:</t>
      <ul spacing="normal">
        <li>
          <t>SRv6 may use the SRH which is a type of Routing Extension Header defined by <xref target="RFC8754"/>.
Security considerations of the SRH are discussed in Section 7 of <xref target="RFC8754"/>, and were based in part on security considerations of the deprecated routing header 0 as discussed in Section 5 of <xref target="RFC5095"/>.</t>
        </li>
        <li>
          <t>SRv6 uses the IPv6 data-plane, and therefore security considerations of IPv6 are applicable to SRv6 as well. Some of these considerations are discussed in Section 10 of <xref target="RFC8200"/> and in <xref target="RFC9099"/>.</t>
        </li>
        <li>
          <t>While SRv6 uses what appear to be typical IPv6 addresses, the address space is processed differently by segment endpoints.
A typical IPv6 unicast address is comprised of a network prefix and a host identifier.
A typical SRv6 segment identifier (SID) is comprised of a locator, a function identifier, and optionally, function arguments.
The locator must be routable, which enables both SRv6 capable and incapable devices to participate in forwarding, either as normal IPv6 unicast or SRv6 segment endpoints.
The capability to operate in environments that may have gaps in SRv6 support allows the bridging of islands of SRv6 devices with standard IPv6 unicast routing.</t>
        </li>
      </ul>
      <t>This document describes various threats to SRv6 networks and also presents existing approaches to avoid or mitigate the threats.</t>
    </section>
    <section anchor="scope-of-this-document">
      <name>Scope of this Document</name>
      <t>The following IETF RFCs were selected for security assessment as part of this effort:</t>
      <ul spacing="normal">
        <li>
          <t><xref target="RFC8402"/> : Segment Routing Architecture</t>
        </li>
        <li>
          <t><xref target="RFC8754"/> : IPv6 Segment Routing Header (SRH)</t>
        </li>
        <li>
          <t><xref target="RFC8986"/> : Segment Routing over IPv6 (SRv6) Network Programming</t>
        </li>
        <li>
          <t><xref target="RFC9020"/> : YANG Data Model for Segment Routing</t>
        </li>
        <li>
          <t><xref target="RFC9256"/> : Segment Routing Policy Architecture</t>
        </li>
        <li>
          <t><xref target="RFC9491"/> : Integration of the Network Service Header (NSH) and Segment Routing for Service Function Chaining (SFC)</t>
        </li>
        <li>
          <t><xref target="RFC9524"/> : Segment Routing Replication for Multipoint Service Delivery</t>
        </li>
        <li>
          <t><xref target="RFC9800"/> : Compressed SRv6 Segment List Encoding</t>
        </li>
      </ul>
      <t>Inter-Domain Segment Routing scenarios are out of scope for this document as are existing and future protocol specific IPv6 vulnerabilities. Additionally, we note that SRv6 is under active development and, as such, the above documents might not cover all protocols employed in an SRv6 deployment.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
      <section anchor="terminology">
        <name>Terminology</name>
        <ul spacing="normal">
          <li>
            <t>HMAC TLV: Hashed Message Authentication Code Type Length Value <xref target="RFC8754"/></t>
          </li>
          <li>
            <t>SID: Segment Identifier <xref target="RFC8402"/></t>
          </li>
          <li>
            <t>SRH: Segment Routing Header <xref target="RFC8754"/></t>
          </li>
          <li>
            <t>SRv6: Segment Routing over IPv6 <xref target="RFC8402"/></t>
          </li>
          <li>
            <t>MACsec: MAC Security <xref target="MACsec"/></t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="threat">
      <name>Threat Terminology</name>
      <t>This section introduces the threat taxonomy that is used in this document. This taxonomy is based on terminology from the Internet threat model <xref target="RFC3552"/>, as well as some concepts from <xref target="RFC9055"/>, <xref target="RFC7384"/>, <xref target="RFC7835"/>, and <xref target="RFC9416"/>.</t>
      <dl>
        <dt>Internal vs. External:</dt>
        <dd>
          <t>An internal attacker in the context of SRv6 is an attacker who is located within an SR domain.  Specifically, an internal attacker either has access to a node in the SR domain, or is located within the premises of the SR domain.  External attackers, on the other hand, are not within the SR domain.</t>
        </dd>
        <dt>On-path vs. Off-path:</dt>
        <dd>
          <t>On-path attackers are located in a position that allows interception, modification or dropping of in-flight packets, as well as insertion (generation) of packets. Off-path attackers can only attack by insertion of packets.</t>
        </dd>
        <dt>Data plane vs. control plane vs. Management plane:</dt>
        <dd>
          <t>Attacks can be classified based on the plane they target: data, control, or management. The distinction between on-path and off-path attackers depends on the plane where the attack occurs. For instance, an attacker might be off-path from a data plane perspective but on-path from a control plane perspective.</t>
        </dd>
      </dl>
      <t>The following figure depicts an example of an SR domain with five attacker types, labeled 1-5. As an example, attacker 2 is located along the path between the SR ingress node and SR endpoint 1, and is therefore an on-path attacker both in the data plane and in the control plane. Thus, attacker 2 can listen, insert, delete, modify or replay data plane and/or control plane packets in transit. Off-path attackers, such as attackers 4 and 5, can insert packets, and in some cases can passively listen to some traffic, such as multicast transmissions. In this example a Path Computation Element as a Central Controller (PCECC) <xref target="RFC9050"/> is used as part of the control plane. Thus, attacker 3 is an internal on-path attacker in the control plane, as it is located along the path between the PCECC and SR endpoint 1.</t>
      <figure anchor="threat-figure">
        <name>Threat Model Taxonomy</name>
        <artwork><![CDATA[
  1.on-path   2.on-path   3.cont.  PCE as a Central  4.off-path 5.off-path
  external    internal    plane    Controller        internal   external
  attacker    attacker    on-path  (PCECC)           attacker   attacker
       |            |           |        |            |          |
       |            |           v  _____ v ____     _ | __       |
       |     SR  __ | _  __   /        +---+   \___/  |   \      |
       | domain /   |  \/  \_/  X-----|PCECC|         v   /      v
       |        \   |           |      +---+          X   \      X
       v        /   v           |                         /
 ----->X------>O--->X---------->O------->O-------------->O---->
               ^\               ^       /^\             /^
               | \___/\_    /\_ | _/\__/ | \___/\______/ |
               |        \__/    |        |               |
               |                |        |               |
              SR               SR        SR              SR
              ingress      endpoint 1   endpoint 2       egress
              node                                       node
]]></artwork>
      </figure>
      <t>This document uses the term "SR domain" as defined in <xref target="RFC8402"/>: "the set of nodes participating in the source-based routing model...". By default, <xref target="RFC8402"/> assumes operation "within a trusted domain" with traffic filtered at the domain boundaries, as further discussed in <xref target="filtering"/>. In this document, unless stated otherwise, the boundary that distinguishes internal from external attackers is the boundary of the SR domain, and the term trusted domain denotes an SR domain for which the boundary‑filtering assumption of <xref target="RFC8402"/> is in force. Note that the trusted domain is a logical/operational construct, not a physical boundary. Thus, hosts and servers on the same physical network are not part of the trusted domain unless explicitly brought under its controls.</t>
      <t>In cases where cryptographic security mechanisms are deployed within or beneath the SRv6 data-plane (e.g., MACsec <xref target="MACsec"/> or the SRH HMAC <xref target="RFC8754"/>), an attacker is considered external to the SRv6 domain if they lack access to the corresponding cryptographic keys.</t>
      <t>SRv6 deployments that exceed their trusted domain (per <xref target="RFC8402"/>, Section 8) including cases where multiple SR instances exist under the same administrative entity, but are logically or operationally distinct, are out of the scope of this document. Where an attack originates from within a different trusted domain it is considered an external attack in the context of this document.</t>
    </section>
    <section anchor="sec-effect">
      <name>Effect</name>
      <t>One of the important aspects of threat analysis is assessing the potential effect or outcome of each threat. SRv6 allows for the forwarding of IPv6 packets via predetermined SR policies, which determine the paths and the processing of these packets. An attack on SRv6 may cause packets to traverse arbitrary paths and to be subject to arbitrary processing by SR endpoints and transit routers within an SR domain. This may allow an attacker to perform a number of attacks on the victim networks and hosts that would be mostly unfeasible for a non-SRv6 environment.</t>
      <t>The threat model in <xref target="ITU-Sec"/> classifies threats according to their potential effect, defining six categories. For each of these categories we briefly discuss its applicability to SRv6 attacks.</t>
      <ul spacing="normal">
        <li>
          <t>Unauthorized Access: an attacker may leverage SRv6 to circumvent security controls when security devices fail to enforce SRv6 policies. For example, this can occur if packets are directed through paths where packet filtering policies are not enforced, or if some security policies are not enforced in the presence of IPv6 Extension Headers.</t>
        </li>
        <li>
          <t>Masquerade: various attacks that result in spoofing or masquerading are possible in IPv6 networks (e.g., <xref target="RFC9099"/>). However, these attacks are not specific to SRv6, and are therefore not within the scope of this document.</t>
        </li>
        <li>
          <t>System Integrity: attacks on SRv6 can manipulate the path and the processing that the packet is subject to, thus compromising the integrity of the system. Furthermore, an attack that compromises the control plane and/or the management plane is also a means of affecting the system integrity. A specific SRv6-targeted attack may cause one or more of the following outcomes:
          </t>
          <ul spacing="normal">
            <li>
              <t>Avoiding a specific node or path: when an SRv6 policy is manipulated, specific nodes or paths may be bypassed, for example in order to avoid the billing service or circumvent access controls and security filters.</t>
            </li>
            <li>
              <t>Preferring a specific path: packets can be manipulated so that they are diverted to a specific path. This can result in allowing various unauthorized services such as traffic acceleration. Alternatively, an attacker can divert traffic to be forwarded through a specific node that the attacker has access to, which facilitates more complex on-path attacks such as passive listening, reconnaissance, and various man-in-the-middle attacks.</t>
            </li>
            <li>
              <t>Causing header modifications: SRv6 network programming <xref target="RFC8986"/> determines the SR endpoint behavior, including potential header modifications. Thus, one of the potential outcomes of an attack is unwanted header modifications.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Communication Integrity: SRv6 attacks may cause packets to be forwarded through paths that the attacker controls, which may facilitate other attacks that compromise the integrity of user data. Integrity protection of user data, which is implemented in higher layers, avoids these aspects, and therefore communication integrity is not within the scope of this document.</t>
        </li>
        <li>
          <t>Confidentiality: as in communication integrity, packets forwarded through unintended paths may traverse nodes controlled by the attacker. Since eavesdropping of user data can be avoided by using encryption in higher layers, it is not within the scope of this document. However, eavesdropping of a network that uses SRv6 is a specific form of reconnaissance. This reconnaissance allows the attacker to collect information about SR endpoint addresses, SR policies, and network topologies.</t>
        </li>
        <li>
          <t>Denial of Service: the availability aspects of SRv6 include the ability of attackers to leverage SRv6 as a means for compromising the performance of a network or for causing Denial of Service (DoS), including:
          </t>
          <ul spacing="normal">
            <li>
              <t>Resource exhaustion: compromising the availability of the system can be achieved by sending SRv6-enabled packets to/through victim nodes in a way that results in a negative performance impact of the victim systems (e.g., <xref target="RFC9098"/>). For example, network programming can be used in some cases to manipulate segment endpoints to perform unnecessary functions that consume processing resources. Resource exhaustion may in severe cases cause Denial of Service (DoS).</t>
            </li>
            <li>
              <t>Forwarding loops: an attacker might achieve attack amplification by increasing the number hops that each packet is forwarded through and thus increase the load on the network. For instance, a set of SIDs can be inserted in a way that creates a forwarding loop (<xref target="RFC8402"/>, <xref target="RFC5095"/>, <xref target="CanSecWest2007"/>) and thus loads the nodes along the loop.</t>
            </li>
            <li>
              <t>Causing packets to be discarded: an attacker may cause a packet to be forwarded to a point in the network where it can no longer be forwarded, causing the packet to be discarded.</t>
            </li>
          </ul>
        </li>
      </ul>
      <t>Note that the categories in this section are effects‑based and intentionally not mutually exclusive; for example, "circumvent access controls and security filters" also falls under Unauthorized Access, but is listed here to emphasize the system integrity impact of path/policy manipulation. <xref target="attacks"/> discusses specific implementations of these attacks, and possible mitigations are discussed in <xref target="mitigations"/>.</t>
    </section>
    <section anchor="attacks">
      <name>Attacks</name>
      <section anchor="abstractions">
        <name>Attack Abstractions</name>
        <t>Packet manipulation and processing attacks can be implemented by performing a set of one or more basic operations. These basic operations (abstractions) are as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Passive listening: an attacker who reads packets off the network can collect information about SR endpoint addresses, SR policies and the network topology. This information can then be used to deploy other types of attacks.</t>
          </li>
          <li>
            <t>Packet replaying: in a replay attack the attacker records one or more packets and transmits them at a later point in time. This could lead to using more resources or security devices being unable to track connections correctly.</t>
          </li>
          <li>
            <t>Packet insertion: an attacker generates and injects a packet to the network. The generated packet may be maliciously crafted to include false information; including false addresses, SRv6-related information, or other intentionally incorrect information.</t>
          </li>
          <li>
            <t>Packet deletion: by intercepting and removing packets from the network, an attacker prevents these packets from reaching their destination. Selective removal of packets may, in some cases, cause more severe damage than random packet loss.</t>
          </li>
          <li>
            <t>Packet modification: the attacker modifies packets during transit.</t>
          </li>
        </ul>
        <t>This section describes attacks that are based on packet manipulation and processing, as well as attacks performed by other means. While packet manipulation and processing attacks are possible against all the fields of the IPv6 header and its extension headers, this document limits itself to attacks on the IPv6 header and the SRH.
## Data Plane Attacks</t>
        <section anchor="modification">
          <name>Modification Attack</name>
          <section anchor="overview">
            <name>Overview</name>
            <t>An on-path internal attacker can modify a packet while it is in transit in a way that directly affects the packet's segment list.</t>
            <t>A modification attack can be performed in one or more of the following ways:</t>
            <ul spacing="normal">
              <li>
                <t>SID list: the SRH can be manipulated by adding or removing SIDs, or by modifying existing SIDs.</t>
              </li>
              <li>
                <t>IPv6 Destination Address (DA): when an SRH is present, modifying the destination address (DA) of the IPv6 header affects the active segment. However, DA modification can affect the SR policy even in the absence of an SRH. One example is modifying a DA which is used as a Binding SID <xref target="RFC8402"/>. Another example is modifying a DA which represents a compressed segment list <xref target="RFC9800"/>. SRH compression allows encoding multiple compressed SIDs within a single 128-bit SID, and thus modifying the DA can affect one or more hops in the SR policy.</t>
              </li>
              <li>
                <t>Add/remove SRH: an attacker can insert or remove an SRH.</t>
              </li>
              <li>
                <t>SRH TLV: adding, removing or modifying TLV fields in the SRH.</t>
              </li>
            </ul>
            <t>The SR modification attack is performed by an on-path attacker who has access to packets in transit and can implement these attacks directly. SR modification is relatively easy to implement and requires low processing resources. However, it facilitates more complex on-path attacks by redirecting traffic to another node, with more processing resources, that the attacker has access to.</t>
            <t>An on-path internal attacker can also modify, insert, or delete other extension headers but these are outside the scope of this document.</t>
          </section>
          <section anchor="scope">
            <name>Scope</name>
            <t>An SR modification attack can be performed by on-path attackers. If filtering is deployed at the domain boundaries as described in <xref target="filtering"/>, the ability to implement SR modification attacks is limited to on-path internal attackers.</t>
          </section>
          <section anchor="mod-effect">
            <name>Effect</name>
            <t>SR modification attacks, including adding or removing an SRH, modifying the SID list, and modifying the IPv6 DA, can have one or more of the following outcomes, which are described in <xref target="sec-effect"/>.</t>
            <ul spacing="normal">
              <li>
                <t>Unauthorized access</t>
              </li>
              <li>
                <t>Avoiding a specific node or path</t>
              </li>
              <li>
                <t>Preferring a specific path</t>
              </li>
              <li>
                <t>Causing header modifications</t>
              </li>
              <li>
                <t>Causing packets to be discarded</t>
              </li>
              <li>
                <t>Resource exhaustion</t>
              </li>
              <li>
                <t>Forwarding loops</t>
              </li>
            </ul>
            <t>Maliciously adding unnecessary TLV fields can cause further resource exhaustion.</t>
          </section>
        </section>
        <section anchor="passive-listening">
          <name>Passive Listening</name>
          <section anchor="overview-1">
            <name>Overview</name>
            <t>An on-path internal attacker can passively listen to packets and specifically listen to the SRv6-related information that is conveyed in the IPv6 header and the SRH. This approach can be used for reconnaissance, i.e., for collecting segment lists.</t>
          </section>
          <section anchor="scope-1">
            <name>Scope</name>
            <t>A reconnaissance attack is limited to on-path internal attackers.</t>
            <t>If filtering is deployed at the domain boundaries (<xref target="filtering"/>), it prevents any leaks of explicit SRv6 routing information through the boundaries of the administrative domain. In this case, external attackers can only collect SRv6-related data in a malfunctioning network in which SRv6-related information is leaked through the boundaries of an SR domain.</t>
          </section>
          <section anchor="effect">
            <name>Effect</name>
            <t>While the information collected in a reconnaissance attack does not compromise the confidentiality of the user data, it allows an attacker to gather information about the network which in turn can be used to enable other attacks.</t>
            <t>Passive eavesdropping can also impact end‑user privacy. Observable SRH fields (e.g., the Segment List and SRH TLVs) may enable correlation of flows and tracking of users, endpoints, or services.</t>
          </section>
        </section>
        <section anchor="packet-insertion-and-replaying">
          <name>Packet Insertion and Replaying</name>
          <section anchor="overview-2">
            <name>Overview</name>
            <t>In a packet insertion attack packets are inserted (injected) into the network with a segment list. The attack can be applied either by using synthetic packets or by replaying previously recorded packets.</t>
          </section>
          <section anchor="scope-2">
            <name>Scope</name>
            <t>Packet insertion can be performed by either on-path or off-path attackers. In the case of a replay attack, recording packets in-flight requires on-path access and the recorded packets can later be injected either from an on-path or an off-path location.</t>
            <t>If filtering is deployed at the domain boundaries (<xref target="filtering"/>), insertion attacks can only be implemented by internal attackers.</t>
          </section>
          <section anchor="effect-1">
            <name>Effect</name>
            <t>The main effect of this attack is resource exhaustion, which compromises the availability of the network, as described in <xref target="mod-effect"/>.</t>
          </section>
        </section>
        <section anchor="other-attacks">
          <name>Other Attacks</name>
          <t>Various attacks which are not specific to SRv6 can be used to compromise networks that deploy SRv6. For example, spoofing is not specific to SRv6, but can be used in a network that uses SRv6. Such attacks are outside the scope of this document.</t>
          <t>Because SRv6 is completely reliant on IPv6 for addressing, forwarding, and fundamental networking basics, it is potentially subject to any existing or emerging IPv6 vulnerabilities <xref target="RFC9099"/>. This, however, is out of scope for this document.</t>
        </section>
      </section>
      <section anchor="control-plane-attacks">
        <name>Control Plane Attacks</name>
        <section anchor="overview-3">
          <name>Overview</name>
          <t>The SRv6 control plane leverages existing control plane protocols, such as BGP, IS-IS, OSPF and PCEP. Consequently, any security attacks that can potentially compromise these protocols are also applicable to SRv6 deployments utilizing them. Therefore, this document does not provide an exhaustive list of the potential control plane attacks. Instead, it highlights key categories of attacks, focusing on three primary areas: attacks targeting routing protocols, centralized control plane infrastructures, and OAM protocols. In this document, the term OAM refers specifically to Operations, Administration, and Maintenance, in alignment with the definition provided in <xref target="RFC6291"/>. As such, it explicitly excludes management-related functions. Security considerations pertaining to the management plane are addressed in <xref target="mgmt"/>.</t>
        </section>
        <section anchor="routing-protocol-attacks">
          <name>Routing Protocol Attacks</name>
          <section anchor="overview-4">
            <name>Overview</name>
            <t>Generic threats applicable to routing protocols are discussed in <xref target="RFC4593"/>. Similar to data plane attacks, the abstractions outlined in <xref target="abstractions"/> are also applicable to control plane traffic. These include passive eavesdropping, message injection, replay, deletion, and modification.</t>
            <t>Passive listening enables an attacker to intercept routing protocol messages as they traverse the network. This form of attack does not alter the content of the messages but allows the adversary to analyze routing information, infer network topology, and gather intelligence on routing behavior.</t>
            <t>Active attacks involve the unauthorized injection or alteration of control plane messages. Such attacks can compromise routing integrity by introducing falsified information, modifying legitimate routing data, or triggering incorrect forwarding decisions. These disruptions may result in denial-of-service conditions or traffic misdirection.</t>
            <t>For example, an attacker may advertise falsified SIDs to manipulate SR policies. Another example in the context of SRv6 is the advertisement of an incorrect Maximum SID Depth (MSD) value <xref target="RFC8476"/>. If the advertised MSD is lower than the actual capability, path computation may fail to compute a viable path. Conversely, if the value is higher than supported, an attempt to instantiate a path that cannot be supported by the head-end (the node performing the SID imposition) may occur.</t>
            <t>An additional case could be the manipulation of backup paths <xref target="RFC8355"/>, where the attacker could alter the SIDs defining such backup path then directing traffic over suboptimal or compromised paths, enabling eavesdropping, traffic analysis, or selective denial of service, compromising the service integrity and confidentiality if traffic is diverted to unauthorized nodes or paths.</t>
            <t>Finally, in situations of interworking with other domains, as for BGP Egress Peer Engineering (BGP-EPE) <xref target="RFC9087"/> an attacker injecting malicious BGP-EPE policies may steer traffic through unauthorized peers or paths. This facilitates interception, traffic analysis, or denial of service. Attackers gaining access to the BGP-EPE controller can manipulate SRv6 route selection and segment lists, compromising network integrity and confidentiality.</t>
          </section>
          <section anchor="scope-3">
            <name>Scope</name>
            <t>The location of an attacker in the network significantly affects the scope of potential attacks. Off-path attackers are generally limited to injecting malicious routing messages, while on-path attackers can perform a broader range of attacks, including active modification, or passive listening.</t>
          </section>
          <section anchor="effect-2">
            <name>Effect</name>
            <t>Attacks targeting the routing protocol can have diverse impacts on network operation, including the aspects described in <xref target="sec-effect"/>. These impacts may include incorrect SR policies or the degradation of network availability, potentially resulting in service disruption or denial of service.</t>
          </section>
        </section>
        <section anchor="oam-attacks">
          <name>OAM Attacks</name>
          <section anchor="overview-5">
            <name>Overview</name>
            <t>Since SRv6 operates over an IPv6 infrastructure, existing OAM protocols designed for IPv6 networks are applicable to SRv6 as well. Consequently, the security considerations associated with conventional IPv6 OAM protocols are also relevant to SRv6 environments. As noted in <xref target="RFC7276"/>, successful attacks on OAM protocols can mislead operators by simulating non-existent failures or by concealing actual network issues. SRv6-specific OAM aspects are specified in <xref target="RFC9259"/>.</t>
            <t>The O-flag in the SRH serves as a marking bit in user packets to trigger telemetry data collection and export at the segment endpoints. An attacker may exploit this mechanism by setting the O-flag in transit packets, thereby overloading the control plane and degrading system availability. Additionally, an on-path attacker may passively intercept OAM data exported to external analyzers, potentially gaining unauthorized insight into network topology and behavior.</t>
          </section>
          <section anchor="scope-4">
            <name>Scope</name>
            <t>Off-path attackers may attempt to degrade system availability by injecting fabricated OAM messages or SRv6 packets with the O-bit set, thereby triggering unnecessary telemetry processing. They may also probe SRv6 nodes to infer information about network state and performance characteristics.</t>
            <t>On-path attackers possess enhanced capabilities due to their position within the traffic path. These include passive interception of OAM data, unauthorized modification of the O-bit in transit packets, and tampering with legitimate OAM messages to mislead network monitoring systems or conceal operational issues.</t>
          </section>
          <section anchor="effect-3">
            <name>Effect</name>
            <t>Attacks targeting OAM protocols may impact network availability or facilitate unauthorized information gathering. Such attacks can disrupt normal operations or expose sensitive details about network topology, performance, or state.</t>
          </section>
        </section>
        <section anchor="central-control-plane-attacks">
          <name>Central Control Plane Attacks</name>
          <section anchor="overview-6">
            <name>Overview</name>
            <t>Centralized control plane architectures, such as those based on the Path Computation Element (PCE) <xref target="RFC4655"/> and PCE as a Central Controller (PCECC) <xref target="RFC8283"/>, inherently introduce a focal point for attacks against the controller, such as denial-of-service (DoS), or attacks against one or many network element(s) under control of the PCE/PCCC in an SR domain, thereby increasing the risk of compromise to the overall network control infrastructure.</t>
          </section>
          <section anchor="scope-5">
            <name>Scope</name>
            <t>As with other control plane attacks, an off-path attacker may attempt to inject forged control messages or impersonate a legitimate controller. On-path attackers, by virtue of their position within the communication path, possess additional capabilities such as passive interception of control traffic and in-transit modification of messages exchanged between the controller and Network Elements (NEs).</t>
            <t>For example, an attacker may manipulate SR policies instantiated via the central controller (using protocols like PCEP or BGP) at the head end, thereby altering both the paths of the SR policy and the traffic steered over it. Additionally, PCECC enables manipulation of SID allocation and distribution.</t>
          </section>
          <section anchor="effect-4">
            <name>Effect</name>
            <t>A successful attack may result in any of the adverse effects described in <xref target="sec-effect"/>, potentially impacting availability and operational correctness.</t>
          </section>
        </section>
      </section>
      <section anchor="mgmt">
        <name>Management Plane Attacks</name>
        <section anchor="overview-7">
          <name>Overview</name>
          <t>Similar to the control plane, a compromised management plane can enable a broad range of attacks, including unauthorized manipulation of SR policies and disruption of network availability. The specific threats and their potential impact are influenced by the management protocols in use.</t>
          <t>As with centralized control systems, a centralized management infrastructure may introduce a single point of failure, rendering it susceptible to denial-of-service (DoS) attacks or making it a target for eavesdropping and message tampering.</t>
          <t>Unauthorized access in a network management system can enable attackers or unprivileged users to gain control over network devices and alter configurations. In SRv6-enabled environments, this can result in the manipulation of segment routing policies or cause denial-of-service (DoS) conditions by disrupting traffic or tampering with forwarding behavior.</t>
          <t>Management functionality is often defined using YANG data models, such as those specified in <xref target="RFC9020"/>, <xref target="I-D.ietf-lsr-isis-srv6-yang"/> and <xref target="I-D.ietf-lsr-ospf-srv6-yang"/>. As with any YANG module, data nodes marked as writable, creatable, or deletable may be considered sensitive in certain operational environments. Unauthorized or unprotected write operations (e.g., via edit-config) targeting these nodes can adversely affect network operations. Some of the readable data nodes in a YANG module may also be considered sensitive or vulnerable in some network environments.</t>
          <section anchor="scope-6">
            <name>Scope</name>
            <t>As with control plane attacks, an off-path attacker may attempt to inject forged management messages or impersonate a legitimate network management system. On-path attackers, due to their privileged position within the communication path, have additional capabilities such as passive interception of management traffic and unauthorized modification of messages in transit. An attacker with unauthorized access to a management system can cause significant damage, depending on the scope of the system and the strength of the access control mechanisms in place.</t>
          </section>
          <section anchor="effect-5">
            <name>Effect</name>
            <t>A successful attack may result in any of the adverse effects described in <xref target="sec-effect"/>, potentially impacting availability and operational correctness.</t>
          </section>
        </section>
      </section>
      <section anchor="attacks-summary">
        <name>Attacks - Summary</name>
        <t>The following table summarizes the attacks that were described in the previous subsections, and the corresponding effect of each of the attacks. Details about the effect are described in <xref target="sec-effect"/>.</t>
        <figure anchor="summary-table">
          <name>Summary of Attacks</name>
          <artwork><![CDATA[
+=============+==================+===================================+
| Attack      | Details          | Effect                            |
+=============+==================+===================================+
|Modification |Modification of:  |* Unauthorized access              |
|             |* SID list        |* Avoiding a specific node or path |
|             |* IPv6 DA         |* Preferring a specific path       |
|             |Add/remove/modify:|* Causing header modifications     |
|             |* SRH             |* Causing packets to be discarded  |
|             |* SRH TLV         |* Resource exhaustion              |
|             |                  |* Forwarding loops                 |
+-------------+------------------+-----------------------------------+
|Passive      |Passively listen  |* Reconnaissance                   |
|listening    |to SRv6-related   |                                   |
|             |information       |                                   |
+-------------+------------------+-----------------------------------+
|Packet       |Maliciously inject|* Resource exhaustion              |
|insertion    |packets with a    |* Security tooling confusion       |
|             |segment list      |                                   |
+-------------+------------------+-----------------------------------+
|Control plane|* Routing protocol|                                   |
|attacks      |  attacks         |                                   |
|             |* OAM attacks     |                                   |
|             |* Central control |                                   |
|             |  plane attacks   |* Unauthorized access              |
|             |                  |* Avoiding a specific node or path |
|             |                  |* Preferring a specific path       |
+-------------+------------------+* Causing header modifications     |
|Management   |* Centralized     |* Causing packets to be discarded  |
|plane attacks|  management      |* Resource exhaustion              |
|             |  attacks         |* Forwarding loops                 |
|             |* Unauthorized    |                                   |
|             |  access to the   |                                   |
|             |  management      |                                   |
|             |  system          |                                   |
+-------------+------------------+-----------------------------------+

]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="mitigations">
      <name>Mitigation Methods</name>
      <t>This section presents methods for mitigating the threats and issues that were presented in previous sections. This section does not introduce new security solutions or protocols.</t>
      <section anchor="filtering">
        <name>Trusted Domains and Filtering</name>
        <section anchor="overview-8">
          <name>Overview</name>
          <t>As specified in <xref target="RFC8402"/>:</t>
          <artwork><![CDATA[
   By default, SR operates within a trusted domain.  Traffic MUST be
   filtered at the domain boundaries.

   The use of best practices to reduce the risk of tampering within the
   trusted domain is important.  Such practices are discussed in
   [RFC4381] and are applicable to both SR-MPLS and SRv6.
]]></artwork>
          <t>Following the direction of <xref target="RFC8402"/>, and as discussed in <xref target="threat"/>, the current document assumes that SRv6 is a trusted domain and that the traffic is filtered at the domain boundaries. Filtering at SR
ingress nodes is intended to mitigate modification and insertion attacks, while filtering at SR egress nodes is intended to mitigate outbound leaks. Thus, most of the attacks described in this document are limited to within the domain (i.e., internal attackers).</t>
          <t>It should be noted that relying on perfectly crafted filters on all edges of the trusted domain poses a demonstrable risk of inbound or outbound leaks if the filters are removed or adjusted erroneously. It is also important to note that some filtering implementations have limits on the size, complexity, or protocol support that can be applied, which may prevent the filter adjustments or creation required to properly secure the trusted domain for a new protocol such as SRv6. Such an approach is commonly referred to as "fail-open", which inherently contains more risk than fail-closed methodologies.</t>
          <t>Practically speaking, this means successfully enforcing a "Trusted Domain" may be operationally difficult and error-prone in practice, and that attacks that are expected to be unfeasible from outside the trusted domain may actually become feasible when any of the involved systems fails to enforce the filtering policy that is required to define the Trusted Domain.</t>
        </section>
        <section anchor="srh-filtering">
          <name>SRH Filtering</name>
          <t>Filtering can be performed based on the presence of an SRH. More generally, <xref target="RFC9288"/> provides recommendations on the filtering of IPv6 packets containing IPv6 extension headers at transit routers. However, filtering based on the presence of an SRH is not necessarily useful for two reasons:</t>
          <ol spacing="normal" type="1"><li>
              <t>The SRH is optional for SID processing as described in <xref target="RFC8754"/> section 3.1 and 4.1.</t>
            </li>
            <li>
              <t>A packet containing an SRH may not be destined to the SR domain, as it may be simply transiting the domain. Therefore, filtering solely based on the presence of an SRH, at either SR ingress or SR egress, is not necessarily recommended. Instead, this scenario is mitigated by encapsulating packets on the domain boundary, as discussed in <xref target="encap"/>. While inter-SR-domain scenarios are a violation of the trust model described above, the operational practices recommended here aim to preserve interoperability and avoid blanket behaviors that would break SR when adjacent networks follow different practices.</t>
            </li>
          </ol>
          <t>For these reasons SRH filtering is not necessarily a useful method of mitigation.</t>
        </section>
        <section anchor="address-range-filtering">
          <name>Address Range Filtering</name>
          <t>The IPv6 destination address can be filtered at the external interface of the SR ingress node of the SRv6 domain and at all nodes implementing SRv6 SIDs within the SR domain in order to mitigate external attacks. Section 5.1 of <xref target="RFC8754"/> describes this in detail and a summary is presented here:</t>
          <ol spacing="normal" type="1"><li>
              <t>At ingress nodes, any packet entering the SR domain and destined to a SID within the SR domain is dropped.</t>
            </li>
            <li>
              <t>At every SRv6 enabled node, any packet destined to a SID instantiated at the node from a source address outside the SR domain is dropped.</t>
            </li>
          </ol>
          <t>In order to apply such a filtering mechanism the SR domain needs to have an infrastructure address range for SIDs and an infrastructure address range for source addresses that can be detected and enforced. This practice helps prevent the use of SRH and SID information to track individual users or reveal communication patterns outside the trusted domain. Some examples of an infrastructure address range for SIDs are:</t>
          <ul spacing="normal">
            <li>
              <t>The prefix defined in <xref target="RFC9602"/></t>
            </li>
            <li>
              <t>ULA addresses</t>
            </li>
            <li>
              <t>GUA addresses</t>
            </li>
          </ul>
          <t>As stated in the security considerations section of <xref target="RFC9602"/>, the usage of the prefix allocated by <xref target="RFC9602"/> improves security by making it more simple to filter traffic at the edge of the SR Domains. It is important to note that <xref target="RFC9602"/> allocates and makes a dedicated prefix available for SRv6 SIDs for use inside a trusted SRv6 domain. Use of other prefixes for this purpose will result in further security considerations such as potential SID pool route leakage or more complicated filtering requirements, increasing the likelihood of human or configuration error.</t>
          <t>Many operators reserve a /64 block for all loopback addresses and allocate /128 for each loopback interface. This simplifies the filtering of permitted source addresses.</t>
          <t>Failure to implement address range filtering at ingress nodes is mitigated with filtering at SRv6 enabled nodes. Failure to implement both filtering mechanisms could result in a "fail open" scenario, where some attacks by internal attackers described in this document may be launched by external attackers.</t>
          <t>Filtering on prefixes has been shown to be useful, specifically <xref target="RFC8754"/>'s description of packet filtering. There are no known limitations with filtering on infrastructure addresses, and <xref target="RFC9099"/> expands on the concept with control plane filtering.</t>
        </section>
      </section>
      <section anchor="encap">
        <name>Encapsulation of Packets</name>
        <t>Packets steered within an SR domain are typically encapsulated using IPv6. Encapsulation at the SR ingress node, followed by decapsulation at the SR egress node and forwarding of the inner packet without lookup, provides two key benefits:</t>
        <ul spacing="normal">
          <li>
            <t>Mitigates external attacker capabilities against the domain</t>
          </li>
          <li>
            <t>Supports encapsulation of both IPv4 and IPv6 packets</t>
          </li>
        </ul>
        <t>Practices outlined in Section 5 of <xref target="RFC8754"/> should be followed to ensure exclusivity of use for any prefix configured within the trusted domain.</t>
      </section>
      <section anchor="hmac">
        <name>Hashed Message Authentication Code (HMAC)</name>
        <t>The integrity of the SRH can be protected by an HMAC TLV, as defined in <xref target="RFC8754"/>. The HMAC is an optional TLV that secures the segment list, the SRH flags, the SRH Last Entry field and the IPv6 source address. A pre-shared key is used in the generation and verification of the HMAC.</t>
        <t>Using an HMAC in an SR domain can mitigate some of the SR Modification Attacks (<xref target="modification"/>).</t>
        <t>The following aspects of the HMAC should be considered:</t>
        <ul spacing="normal">
          <li>
            <t>The HMAC TLV is optional <xref target="RFC8754"/>.</t>
          </li>
          <li>
            <t>While it is presumed that unique keys will be employed by each participating node, manual configuration of pre-shared keys may lead to key reuse. In such scenarios, the same key might be reused by multiple nodes of an SRv6 domain as an incorrect shortcut to keep pre-shared key configuration manageable. This key should not be the same key for different trusted domains, including those existing on the same node.</t>
          </li>
          <li>
            <t>When the HMAC is used there is a distinction between an attacker who becomes internal by having physical access, for example by plugging into an active port of a network device, and an attacker who has full access to a legitimate network node, including for example encryption keys if the network is encrypted. The latter type of attacker is an internal attacker who can perform any of the attacks that were described in the previous section as relevant to internal attackers.</t>
          </li>
          <li>
            <t>For the lifetime of the pre-shared key validity, an internal attacker who does not have access to the pre-shared key can capture legitimate packets, and later replay the SRH and HMAC from these recorded packets. This allows the attacker to insert the previously recorded SRH and HMAC into a newly injected packet. An on-path internal attacker can also replace the SRH of an in-transit packet with a different SRH that was previously captured.</t>
          </li>
          <li>
            <t>In cases where an SRH carries policy semantics, care should be taken to understand the implications of malformed SRH, invalid TLVs, and authentication failures.</t>
          </li>
        </ul>
        <t>These considerations limit the extent to which HMAC TLV can be relied upon as a security mechanism that could readily mitigate threats associated with spoofing and tampering protection for the IPv6 SRH.</t>
      </section>
      <section anchor="control-plane-mitigation-methods">
        <name>Control Plane Mitigation Methods</name>
        <t>Mitigation strategies for control plane attacks depend heavily on the specific protocols in use. Since these protocols are not exclusive to SRv6, this section does not attempt to provide an exhaustive list of mitigation techniques. Instead, it is focused on considerations particularly relevant to SRv6 deployments.</t>
        <t>Routing protocols can employ authentication and/or encryption to protect against modification, injection, and replay attacks, as outlined in <xref target="RFC6518"/>. These mechanisms are essential for maintaining the integrity and authenticity of control plane communications.</t>
        <t>In centralized SRv6 control plane architectures, such as those described in <xref target="RFC9862"/>, it is recommended that communication between PCEs and PCCs be secured using authenticated and encrypted sessions. This is typically achieved using Transport Layer Security (TLS), following the guidance in <xref target="RFC8253"/> and best practices in <xref target="RFC9325"/>.</t>
        <t>When the O-flag is used for Operations, Administration, and Maintenance (OAM) functions, as defined in <xref target="RFC9259"/>, implementations should enforce rate limiting to mitigate potential denial-of-service (DoS) attacks triggered by excessive control plane signaling. Furthermore, if the HMAC TLV is used, it provides integrity protection of the O-flag as described in <xref target="hmac"/>.</t>
        <t>The control plane should be confined to a trusted administrative domain. As specified in <xref target="I-D.ietf-idr-bgp-ls-sr-policy"/>, SR Policy information advertised via BGP should be restricted to authorized nodes, controllers, and applications within this domain. Similarly, the use of the O-flag is assumed to occur only within such a trusted environment, where the risk of abuse is minimized.</t>
      </section>
      <section anchor="management-plane-mitigation-methods">
        <name>Management Plane Mitigation Methods</name>
        <t>Mitigating attacks on the management plane, much like in the control plane, depends on the specific protocols and interfaces employed.</t>
        <t>Management protocols such as NETCONF <xref target="RFC6241"/> and RESTCONF <xref target="RFC8040"/> are commonly used to configure and monitor SRv6-enabled devices. These protocols must be secured to prevent unauthorized access, configuration tampering, or information leakage.</t>
        <t>The lowest NETCONF layer is the secure transport layer, and the mandatory-to-implement secure transport is Secure Shell (SSH) <xref target="RFC6242"/>. The lowest RESTCONF layer is HTTPS, and the mandatory-to-implement secure transport is TLS <xref target="RFC8446"/>.</t>
        <t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/> provides the means to restrict access for particular NETCONF or RESTCONF users to a pre-configured subset of all available NETCONF or RESTCONF protocol operations and content.</t>
        <t>SRv6-specific YANG modules should be designed with the same security considerations applied to all YANG-based models. Writable nodes must be protected using access control mechanisms such as NACM and secured transport protocols like SSH or TLS to prevent unauthorized configuration changes. Readable nodes that expose sensitive operational data should be access-controlled and transmitted only over encrypted channels to mitigate the risk of information leakage.</t>
      </section>
      <section anchor="layer-2-mitigation">
        <name>Layer 2 Mitigation</name>
        <t>In some circumstances it may be possible to mitigate passive listening and packet insertion by leveraging <xref target="MACsec"/> to encrypt traffic at the media access control (MAC) layer by using encryption between two connected devices. This methodology prevents unauthorized access to traffic over a given point to point path by encrypting and authenticating data in flight/DOS at Layer 2 of the OSI model. Much like the encryption mechanisms noted for protocol communication and management access, this level of protection can provide integrity and authenticity to all higher layer communications over a given layer 2 path.</t>
      </section>
      <section anchor="mitigations-summary">
        <name>Mitigations - Summary</name>
        <t>The following table summarizes the possible mitigation methods for each of the attacks that were described in the previous section.</t>
        <figure anchor="mitigation-table">
          <name>Summary of Mitigation Methods for each of the Attacks</name>
          <artwork><![CDATA[
+===============================+====================================+
| Attacks                       | Mitigation Methods                 |
+===============================+====================================+
| Modification attack (6.2.1)   | Trusted domains and filtering (7.1)|
|                               | Encapsulation of packets (7.2)     |
|                               | HMAC (7.3)                         |
|                               | MACsec (7.6)                       |
+-------------------------------+------------------------------------+
| Passive listening (6.2.2)     | Trusted domains and filtering (7.1)|
|                               | Encapsulation of packets (7.2)     |
|                               | MACsec (7.6)                       |
+-------------------------------+------------------------------------+
| Packet insertion and          | Trusted domains and filtering (7.1)|
| replaying (6.2.3)             | Encapsulation of packets (7.2)     |
|                               | HMAC (7.3)                         |
|                               | MACsec (7.6)                       |
+-------------------------------+------------------------------------+
| Control plane attacks (6.3)   | Control plane mitigations (7.4)    |
|                               | MACsec (7.6)                       |
+-------------------------------+------------------------------------+
| Management plane attacks (6.4)| Management plane mitigations (7.5) |
|                               | MACsec (7.6)                       |
+-------------------------------+------------------------------------+
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="operational-and-filtering-considerations">
      <name>Operational and Filtering Considerations</name>
      <section anchor="middle-box-filtering-issues">
        <name>Middle Box Filtering Issues</name>
        <t>When an SRv6 packet is forwarded in the SRv6 domain, its IPv6 destination address is modified in each segment and the final destination address is not available in the IPv6 header. Security devices on SRv6 networks may not learn the real destination address and incorrectly perform access control on some SRv6 traffic.</t>
        <t>The security devices operating in SRv6 enabled networks need to understand and have the capability to process SRv6 packets. However, SRv6 packets are often encapsulated by an SR ingress device with an IPv6 encapsulation that has the loopback address of the SR ingress device as a source address. As a result, the address information of SR packets may be asymmetric, resulting in improper traffic filter problems, which affects the effectiveness of security devices.
For example, along the forwarding path in SRv6 network, the SR-aware firewall will check the association relationships of the bidirectional VPN traffic packets. It is therefore able to retrieve the final destination of an SRv6 packet from the last entry in the SRH. When the &lt;source, destination&gt; tuple of the packet from PE1 (Provider Edge 1) to PE2 is &lt;PE1-IP-ADDR, PE2-VPN-SID&gt;, and the other direction is &lt;PE2-IP-ADDR, PE1-VPN-SID&gt;, the source address and destination address of the forward and backward traffic are regarded as different flows. Thus, legitimate traffic may be blocked by the firewall. Consistent with Section 3.5.2.4 of <xref target="RFC9288"/>, operators should avoid dropping packets that carry the SRH (Routing Type 4) within an SR domain and instead deploy filtering policies at transit routers that preserve SRv6 forwarding semantics.</t>
        <t>Forwarding SRv6 traffic through devices that are not SRv6-aware might in some cases lead to unpredictable behavior. Security appliances, monitoring systems, and middle boxes could react in different ways if they lack support for SRv6 mechanisms, such as the Segment Routing Header (SRH) <xref target="RFC8754"/>. Additionally, implementation limitations in the processing of IPv6 packets with extension headers may result in SRv6 packets being dropped <xref target="RFC7872"/>,<xref target="RFC9098"/>.</t>
        <t>Upper-layer checksum calculations rely on a pseudo-header that includes the IPv6 Destination Address. <xref target="RFC8200"/> specifies that when the Routing header is present the upper-layer checksum is computed by the originating node based on the IPv6 address of the last element of the Routing header.  When compressed segment lists <xref target="RFC9800"/> are used, the last element of the Routing header may be different than the Destination Address as received by the final destination. Furthermore, compressed segment lists can be used in the Destination Address without the presence of a Routing header, and in this case the IPv6 Destination address can be modified along the path. As defined in <xref target="RFC9800"/>, the Destination Address used in the upper-layer checksum calculation is the address as expected to be received by the ultimate destination. As a result, some existing middleboxes which verify the upper-layer checksum might miscalculate the checksum.</t>
      </section>
      <section anchor="limited-capability-hardware">
        <name>Limited capability hardware</name>
        <t>In some cases, access-control list (ACL) capacity is a scarce and potentially shared hardware resource (e.g., TCAM/ACL tables). Depending on the scale of the network, SRH filtering can consume a non‑trivial portion of these resources. Since filtering resources can be shared with other features across a given hardware platform, filtering capabilities should be considered along with other hardware reliant functions such as VLAN scale, route table size, MAC address table size, etc. Filtering both at the control and data plane may or may not require shared resources. For example, some platforms may require allocating resources from route table size in order to accommodate larger numbers of access lists. Hardware and software configurations should be considered when designing the filtering capabilities for an SRv6 control and data plane.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations of SRv6 are presented throughout this document.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8402">
          <front>
            <title>Segment Routing Architecture</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
            <author fullname="L. Ginsberg" initials="L." surname="Ginsberg"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
            <author fullname="R. Shakir" initials="R." surname="Shakir"/>
            <date month="July" year="2018"/>
            <abstract>
              <t>Segment Routing (SR) leverages the source routing paradigm. A node steers a packet through an ordered list of instructions, called "segments". A segment can represent any instruction, topological or service based. A segment can have a semantic local to an SR node or global within an SR domain. SR provides a mechanism that allows a flow to be restricted to a specific topological path, while maintaining per-flow state only at the ingress node(s) to the SR domain.</t>
              <t>SR can be directly applied to the MPLS architecture with no change to the forwarding plane. A segment is encoded as an MPLS label. An ordered list of segments is encoded as a stack of labels. The segment to process is on the top of the stack. Upon completion of a segment, the related label is popped from the stack.</t>
              <t>SR can be applied to the IPv6 architecture, with a new type of routing header. A segment is encoded as an IPv6 address. An ordered list of segments is encoded as an ordered list of IPv6 addresses in the routing header. The active segment is indicated by the Destination Address (DA) of the packet. The next active segment is indicated by a pointer in the new routing header.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8402"/>
          <seriesInfo name="DOI" value="10.17487/RFC8402"/>
        </reference>
        <reference anchor="RFC8754">
          <front>
            <title>IPv6 Segment Routing Header (SRH)</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="D. Dukes" initials="D." role="editor" surname="Dukes"/>
            <author fullname="S. Previdi" initials="S." surname="Previdi"/>
            <author fullname="J. Leddy" initials="J." surname="Leddy"/>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <date month="March" year="2020"/>
            <abstract>
              <t>Segment Routing can be applied to the IPv6 data plane using a new type of Routing Extension Header called the Segment Routing Header (SRH). This document describes the SRH and how it is used by nodes that are Segment Routing (SR) capable.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8754"/>
          <seriesInfo name="DOI" value="10.17487/RFC8754"/>
        </reference>
        <reference anchor="RFC8986">
          <front>
            <title>Segment Routing over IPv6 (SRv6) Network Programming</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="P. Camarillo" initials="P." role="editor" surname="Camarillo"/>
            <author fullname="J. Leddy" initials="J." surname="Leddy"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
            <author fullname="Z. Li" initials="Z." surname="Li"/>
            <date month="February" year="2021"/>
            <abstract>
              <t>The Segment Routing over IPv6 (SRv6) Network Programming framework enables a network operator or an application to specify a packet processing program by encoding a sequence of instructions in the IPv6 packet header.</t>
              <t>Each instruction is implemented on one or several nodes in the network and identified by an SRv6 Segment Identifier in the packet.</t>
              <t>This document defines the SRv6 Network Programming concept and specifies the base set of SRv6 behaviors that enables the creation of interoperable overlays with underlay optimization.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8986"/>
          <seriesInfo name="DOI" value="10.17487/RFC8986"/>
        </reference>
        <reference anchor="RFC9020">
          <front>
            <title>YANG Data Model for Segment Routing</title>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
            <author fullname="Y. Qu" initials="Y." surname="Qu"/>
            <author fullname="A. Lindem" initials="A." surname="Lindem"/>
            <author fullname="P. Sarkar" initials="P." surname="Sarkar"/>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines three YANG data models. The first is for Segment Routing (SR) configuration and operation, which is to be augmented by different Segment Routing data planes. The next is a YANG data model that defines a collection of generic types and groupings for SR. The third module defines the configuration and operational states for the Segment Routing MPLS data plane.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9020"/>
          <seriesInfo name="DOI" value="10.17487/RFC9020"/>
        </reference>
        <reference anchor="RFC9256">
          <front>
            <title>Segment Routing Policy Architecture</title>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="K. Talaulikar" initials="K." role="editor" surname="Talaulikar"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <author fullname="A. Bogdanov" initials="A." surname="Bogdanov"/>
            <author fullname="P. Mattes" initials="P." surname="Mattes"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>Segment Routing (SR) allows a node to steer a packet flow along any path. Intermediate per-path states are eliminated thanks to source routing. SR Policy is an ordered list of segments (i.e., instructions) that represent a source-routed policy. Packet flows are steered into an SR Policy on a node where it is instantiated called a headend node. The packets steered into an SR Policy carry an ordered list of segments associated with that SR Policy.</t>
              <t>This document updates RFC 8402 as it details the concepts of SR Policy and steering into an SR Policy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9256"/>
          <seriesInfo name="DOI" value="10.17487/RFC9256"/>
        </reference>
        <reference anchor="RFC9491">
          <front>
            <title>Integration of the Network Service Header (NSH) and Segment Routing for Service Function Chaining (SFC)</title>
            <author fullname="J. Guichard" initials="J." role="editor" surname="Guichard"/>
            <author fullname="J. Tantsura" initials="J." role="editor" surname="Tantsura"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document describes the integration of the Network Service Header (NSH) and Segment Routing (SR), as well as encapsulation details, to efficiently support Service Function Chaining (SFC) while maintaining separation of the service and transport planes as originally intended by the SFC architecture.</t>
              <t>Combining these technologies allows SR to be used for steering packets between Service Function Forwarders (SFFs) along a given Service Function Path (SFP), whereas the NSH is responsible for maintaining the integrity of the service plane, the SFC instance context, and any associated metadata.</t>
              <t>This integration demonstrates that the NSH and SR can work cooperatively and provide a network operator with the flexibility to use whichever transport technology makes sense in specific areas of their network infrastructure while still maintaining an end-to-end service plane using the NSH.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9491"/>
          <seriesInfo name="DOI" value="10.17487/RFC9491"/>
        </reference>
        <reference anchor="RFC9524">
          <front>
            <title>Segment Routing Replication for Multipoint Service Delivery</title>
            <author fullname="D. Voyer" initials="D." role="editor" surname="Voyer"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="R. Parekh" initials="R." surname="Parekh"/>
            <author fullname="H. Bidgoli" initials="H." surname="Bidgoli"/>
            <author fullname="Z. Zhang" initials="Z." surname="Zhang"/>
            <date month="February" year="2024"/>
            <abstract>
              <t>This document describes the Segment Routing Replication segment for multipoint service delivery. A Replication segment allows a packet to be replicated from a replication node to downstream nodes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9524"/>
          <seriesInfo name="DOI" value="10.17487/RFC9524"/>
        </reference>
        <reference anchor="RFC9800">
          <front>
            <title>Compressed SRv6 Segment List Encoding</title>
            <author fullname="W. Cheng" initials="W." role="editor" surname="Cheng"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="Z. Li" initials="Z." surname="Li"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <author fullname="F. Clad" initials="F." role="editor" surname="Clad"/>
            <date month="June" year="2025"/>
            <abstract>
              <t>Segment Routing over IPv6 (SRv6) is the instantiation of Segment Routing (SR) on the IPv6 data plane. This document specifies new flavors for the SRv6 endpoint behaviors defined in RFC 8986, which enable the compression of an SRv6 segment list. Such compression significantly reduces the size of the SRv6 encapsulation needed to steer packets over long segment lists.</t>
              <t>This document updates RFC 8754 by allowing a Segment List entry in the Segment Routing Header (SRH) to be either an IPv6 address, as specified in RFC 8754, or a REPLACE-CSID container in packed format, as specified in this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9800"/>
          <seriesInfo name="DOI" value="10.17487/RFC9800"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC3552">
          <front>
            <title>Guidelines for Writing RFC Text on Security Considerations</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="B. Korver" initials="B." surname="Korver"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak. This document provides guidelines to RFC authors on how to write a good Security Considerations section. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="72"/>
          <seriesInfo name="RFC" value="3552"/>
          <seriesInfo name="DOI" value="10.17487/RFC3552"/>
        </reference>
        <reference anchor="RFC4593">
          <front>
            <title>Generic Threats to Routing Protocols</title>
            <author fullname="A. Barbir" initials="A." surname="Barbir"/>
            <author fullname="S. Murphy" initials="S." surname="Murphy"/>
            <author fullname="Y. Yang" initials="Y." surname="Yang"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>Routing protocols are subject to attacks that can harm individual users or network operations as a whole. This document provides a description and a summary of generic threats that affect routing protocols in general. This work describes threats, including threat sources and capabilities, threat actions, and threat consequences, as well as a breakdown of routing functions that might be attacked separately. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4593"/>
          <seriesInfo name="DOI" value="10.17487/RFC4593"/>
        </reference>
        <reference anchor="RFC4655">
          <front>
            <title>A Path Computation Element (PCE)-Based Architecture</title>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <author fullname="J.-P. Vasseur" initials="J.-P." surname="Vasseur"/>
            <author fullname="J. Ash" initials="J." surname="Ash"/>
            <date month="August" year="2006"/>
            <abstract>
              <t>Constraint-based path computation is a fundamental building block for traffic engineering systems such as Multiprotocol Label Switching (MPLS) and Generalized Multiprotocol Label Switching (GMPLS) networks. Path computation in large, multi-domain, multi-region, or multi-layer networks is complex and may require special computational components and cooperation between the different network domains.</t>
              <t>This document specifies the architecture for a Path Computation Element (PCE)-based model to address this problem space. This document does not attempt to provide a detailed description of all the architectural components, but rather it describes a set of building blocks for the PCE architecture from which solutions may be constructed. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4655"/>
          <seriesInfo name="DOI" value="10.17487/RFC4655"/>
        </reference>
        <reference anchor="RFC6518">
          <front>
            <title>Keying and Authentication for Routing Protocols (KARP) Design Guidelines</title>
            <author fullname="G. Lebovitz" initials="G." surname="Lebovitz"/>
            <author fullname="M. Bhatia" initials="M." surname="Bhatia"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document is one of a series concerned with defining a roadmap of protocol specification work for the use of modern cryptographic mechanisms and algorithms for message authentication in routing protocols. In particular, it defines the framework for a key management protocol that may be used to create and manage session keys for message authentication and integrity. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6518"/>
          <seriesInfo name="DOI" value="10.17487/RFC6518"/>
        </reference>
        <reference anchor="RFC6242">
          <front>
            <title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document describes a method for invoking and running the Network Configuration Protocol (NETCONF) within a Secure Shell (SSH) session as an SSH subsystem. This document obsoletes RFC 4742. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6242"/>
          <seriesInfo name="DOI" value="10.17487/RFC6242"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC9055">
          <front>
            <title>Deterministic Networking (DetNet) Security Considerations</title>
            <author fullname="E. Grossman" initials="E." role="editor" surname="Grossman"/>
            <author fullname="T. Mizrahi" initials="T." surname="Mizrahi"/>
            <author fullname="A. Hacker" initials="A." surname="Hacker"/>
            <date month="June" year="2021"/>
            <abstract>
              <t>A DetNet (deterministic network) provides specific performance guarantees to its data flows, such as extremely low data loss rates and bounded latency (including bounded latency variation, i.e., "jitter"). As a result, securing a DetNet requires that in addition to the best practice security measures taken for any mission-critical network, additional security measures may be needed to secure the intended operation of these novel service properties.</t>
              <t>This document addresses DetNet-specific security considerations from the perspectives of both the DetNet system-level designer and component designer. System considerations include a taxonomy of relevant threats and attacks, and associations of threats versus use cases and service properties. Component-level considerations include ingress filtering and packet arrival-time violation detection.</t>
              <t>This document also addresses security considerations specific to the IP and MPLS data plane technologies, thereby complementing the Security Considerations sections of those documents.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9055"/>
          <seriesInfo name="DOI" value="10.17487/RFC9055"/>
        </reference>
        <reference anchor="RFC7384">
          <front>
            <title>Security Requirements of Time Protocols in Packet Switched Networks</title>
            <author fullname="T. Mizrahi" initials="T." surname="Mizrahi"/>
            <date month="October" year="2014"/>
            <abstract>
              <t>As time and frequency distribution protocols are becoming increasingly common and widely deployed, concern about their exposure to various security threats is increasing. This document defines a set of security requirements for time protocols, focusing on the Precision Time Protocol (PTP) and the Network Time Protocol (NTP). This document also discusses the security impacts of time protocol practices, the performance implications of external security practices on time protocols, and the dependencies between other security services and time synchronization.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7384"/>
          <seriesInfo name="DOI" value="10.17487/RFC7384"/>
        </reference>
        <reference anchor="RFC7276">
          <front>
            <title>An Overview of Operations, Administration, and Maintenance (OAM) Tools</title>
            <author fullname="T. Mizrahi" initials="T." surname="Mizrahi"/>
            <author fullname="N. Sprecher" initials="N." surname="Sprecher"/>
            <author fullname="E. Bellagamba" initials="E." surname="Bellagamba"/>
            <author fullname="Y. Weingarten" initials="Y." surname="Weingarten"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>Operations, Administration, and Maintenance (OAM) is a general term that refers to a toolset for fault detection and isolation, and for performance measurement. Over the years, various OAM tools have been defined for various layers in the protocol stack.</t>
              <t>This document summarizes some of the OAM tools defined in the IETF in the context of IP unicast, MPLS, MPLS Transport Profile (MPLS-TP), pseudowires, and Transparent Interconnection of Lots of Links (TRILL). This document focuses on tools for detecting and isolating failures in networks and for performance monitoring. Control and management aspects of OAM are outside the scope of this document. Network repair functions such as Fast Reroute (FRR) and protection switching, which are often triggered by OAM protocols, are also out of the scope of this document.</t>
              <t>The target audience of this document includes network equipment vendors, network operators, and standards development organizations. This document can be used as an index to some of the main OAM tools defined in the IETF. At the end of the document, a list of the OAM toolsets and a list of the OAM functions are presented as a summary.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7276"/>
          <seriesInfo name="DOI" value="10.17487/RFC7276"/>
        </reference>
        <reference anchor="RFC9416">
          <front>
            <title>Security Considerations for Transient Numeric Identifiers Employed in Network Protocols</title>
            <author fullname="F. Gont" initials="F." surname="Gont"/>
            <author fullname="I. Arce" initials="I." surname="Arce"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>Poor selection of transient numerical identifiers in protocols such as the TCP/IP suite has historically led to a number of attacks on implementations, ranging from Denial of Service (DoS) or data injection to information leakages that can be exploited by pervasive monitoring. Due diligence in the specification of transient numeric identifiers is required even when cryptographic techniques are employed, since these techniques might not mitigate all the associated issues. This document formally updates RFC 3552, incorporating requirements for transient numeric identifiers, to prevent flaws in future protocols and implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="72"/>
          <seriesInfo name="RFC" value="9416"/>
          <seriesInfo name="DOI" value="10.17487/RFC9416"/>
        </reference>
        <reference anchor="RFC7872">
          <front>
            <title>Observations on the Dropping of Packets with IPv6 Extension Headers in the Real World</title>
            <author fullname="F. Gont" initials="F." surname="Gont"/>
            <author fullname="J. Linkova" initials="J." surname="Linkova"/>
            <author fullname="T. Chown" initials="T." surname="Chown"/>
            <author fullname="W. Liu" initials="W." surname="Liu"/>
            <date month="June" year="2016"/>
            <abstract>
              <t>This document presents real-world data regarding the extent to which packets with IPv6 Extension Headers (EHs) are dropped in the Internet (as originally measured in August 2014 and later in June 2015, with similar results) and where in the network such dropping occurs. The aforementioned results serve as a problem statement that is expected to trigger operational advice on the filtering of IPv6 packets carrying IPv6 EHs so that the situation improves over time. This document also explains how the results were obtained, such that the corresponding measurements can be reproduced by other members of the community and repeated over time to observe changes in the handling of packets with IPv6 EHs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7872"/>
          <seriesInfo name="DOI" value="10.17487/RFC7872"/>
        </reference>
        <reference anchor="RFC8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
              <t>This document obsoletes RFC 6536.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="91"/>
          <seriesInfo name="RFC" value="8341"/>
          <seriesInfo name="DOI" value="10.17487/RFC8341"/>
        </reference>
        <reference anchor="RFC8253">
          <front>
            <title>PCEPS: Usage of TLS to Provide a Secure Transport for the Path Computation Element Communication Protocol (PCEP)</title>
            <author fullname="D. Lopez" initials="D." surname="Lopez"/>
            <author fullname="O. Gonzalez de Dios" initials="O." surname="Gonzalez de Dios"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="D. Dhody" initials="D." surname="Dhody"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>The Path Computation Element Communication Protocol (PCEP) defines the mechanisms for the communication between a Path Computation Client (PCC) and a Path Computation Element (PCE), or among PCEs. This document describes PCEPS -- the usage of Transport Layer Security (TLS) to provide a secure transport for PCEP. The additional security mechanisms are provided by the transport protocol supporting PCEP; therefore, they do not affect the flexibility and extensibility of PCEP.</t>
              <t>This document updates RFC 5440 in regards to the PCEP initialization phase procedures.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8253"/>
          <seriesInfo name="DOI" value="10.17487/RFC8253"/>
        </reference>
        <reference anchor="RFC8476">
          <front>
            <title>Signaling Maximum SID Depth (MSD) Using OSPF</title>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <author fullname="U. Chunduri" initials="U." surname="Chunduri"/>
            <author fullname="S. Aldrin" initials="S." surname="Aldrin"/>
            <author fullname="P. Psenak" initials="P." surname="Psenak"/>
            <date month="December" year="2018"/>
            <abstract>
              <t>This document defines a way for an Open Shortest Path First (OSPF) router to advertise multiple types of supported Maximum SID Depths (MSDs) at node and/or link granularity. Such advertisements allow entities (e.g., centralized controllers) to determine whether a particular Segment Identifier (SID) stack can be supported in a given network. This document only refers to the Signaling MSD as defined in RFC 8491, but it defines an encoding that can support other MSD types. Here, the term "OSPF" means both OSPFv2 and OSPFv3.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8476"/>
          <seriesInfo name="DOI" value="10.17487/RFC8476"/>
        </reference>
        <reference anchor="RFC8283">
          <front>
            <title>An Architecture for Use of PCE and the PCE Communication Protocol (PCEP) in a Network with Central Control</title>
            <author fullname="A. Farrel" initials="A." role="editor" surname="Farrel"/>
            <author fullname="Q. Zhao" initials="Q." role="editor" surname="Zhao"/>
            <author fullname="Z. Li" initials="Z." surname="Li"/>
            <author fullname="C. Zhou" initials="C." surname="Zhou"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>The Path Computation Element (PCE) is a core component of Software- Defined Networking (SDN) systems. It can compute optimal paths for traffic across a network and can also update the paths to reflect changes in the network or traffic demands.</t>
              <t>PCE was developed to derive paths for MPLS Label Switched Paths (LSPs), which are supplied to the head end of the LSP using the Path Computation Element Communication Protocol (PCEP).</t>
              <t>SDN has a broader applicability than signaled MPLS traffic-engineered (TE) networks, and the PCE may be used to determine paths in a range of use cases including static LSPs, segment routing, Service Function Chaining (SFC), and most forms of a routed or switched network. It is, therefore, reasonable to consider PCEP as a control protocol for use in these environments to allow the PCE to be fully enabled as a central controller.</t>
              <t>This document briefly introduces the architecture for PCE as a central controller, examines the motivations and applicability for PCEP as a control protocol in this environment, and introduces the implications for the protocol. A PCE-based central controller can simplify the processing of a distributed control plane by blending it with elements of SDN and without necessarily completely replacing it.</t>
              <t>This document does not describe use cases in detail and does not define protocol extensions: that work is left for other documents.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8283"/>
          <seriesInfo name="DOI" value="10.17487/RFC8283"/>
        </reference>
        <reference anchor="RFC9325">
          <front>
            <title>Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <date month="November" year="2022"/>
            <abstract>
              <t>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) are used to protect data exchanged over a wide range of application protocols and can also form the basis for secure transport protocols. Over the years, the industry has witnessed several serious attacks on TLS and DTLS, including attacks on the most commonly used cipher suites and their modes of operation. This document provides the latest recommendations for ensuring the security of deployed services that use TLS and DTLS. These recommendations are applicable to the majority of use cases.</t>
              <t>RFC 7525, an earlier version of the TLS recommendations, was published when the industry was transitioning to TLS 1.2. Years later, this transition is largely complete, and TLS 1.3 is widely available. This document updates the guidance given the new environment and obsoletes RFC 7525. In addition, this document updates RFCs 5288 and 6066 in view of recent attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="195"/>
          <seriesInfo name="RFC" value="9325"/>
          <seriesInfo name="DOI" value="10.17487/RFC9325"/>
        </reference>
        <reference anchor="RFC9098">
          <front>
            <title>Operational Implications of IPv6 Packets with Extension Headers</title>
            <author fullname="F. Gont" initials="F." surname="Gont"/>
            <author fullname="N. Hilliard" initials="N." surname="Hilliard"/>
            <author fullname="G. Doering" initials="G." surname="Doering"/>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <author fullname="W. Liu" initials="W." surname="Liu"/>
            <date month="September" year="2021"/>
            <abstract>
              <t>This document summarizes the operational implications of IPv6 extension headers specified in the IPv6 protocol specification (RFC 8200) and attempts to analyze reasons why packets with IPv6 extension headers are often dropped in the public Internet.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9098"/>
          <seriesInfo name="DOI" value="10.17487/RFC9098"/>
        </reference>
        <reference anchor="RFC5095">
          <front>
            <title>Deprecation of Type 0 Routing Headers in IPv6</title>
            <author fullname="J. Abley" initials="J." surname="Abley"/>
            <author fullname="P. Savola" initials="P." surname="Savola"/>
            <author fullname="G. Neville-Neil" initials="G." surname="Neville-Neil"/>
            <date month="December" year="2007"/>
            <abstract>
              <t>The functionality provided by IPv6's Type 0 Routing Header can be exploited in order to achieve traffic amplification over a remote path for the purposes of generating denial-of-service traffic. This document updates the IPv6 specification to deprecate the use of IPv6 Type 0 Routing Headers, in light of this security concern. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5095"/>
          <seriesInfo name="DOI" value="10.17487/RFC5095"/>
        </reference>
        <reference anchor="RFC9259">
          <front>
            <title>Operations, Administration, and Maintenance (OAM) in Segment Routing over IPv6 (SRv6)</title>
            <author fullname="Z. Ali" initials="Z." surname="Ali"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <author fullname="M. Chen" initials="M." surname="Chen"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document describes how the existing IPv6 mechanisms for ping and traceroute can be used in a Segment Routing over IPv6 (SRv6) network. The document also specifies the OAM flag (O-flag) in the Segment Routing Header (SRH) for performing controllable and predictable flow sampling from segment endpoints. In addition, the document describes how a centralized monitoring system performs a path continuity check between any nodes within an SRv6 domain.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9259"/>
          <seriesInfo name="DOI" value="10.17487/RFC9259"/>
        </reference>
        <reference anchor="RFC9288">
          <front>
            <title>Recommendations on the Filtering of IPv6 Packets Containing IPv6 Extension Headers at Transit Routers</title>
            <author fullname="F. Gont" initials="F." surname="Gont"/>
            <author fullname="W. Liu" initials="W." surname="Liu"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document analyzes the security implications of IPv6 Extension Headers and associated IPv6 options. Additionally, it discusses the operational and interoperability implications of discarding packets based on the IPv6 Extension Headers and IPv6 options they contain. Finally, it provides advice on the filtering of such IPv6 packets at transit routers for traffic not directed to them, for those cases where such filtering is deemed as necessary.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9288"/>
          <seriesInfo name="DOI" value="10.17487/RFC9288"/>
        </reference>
        <reference anchor="RFC9099">
          <front>
            <title>Operational Security Considerations for IPv6 Networks</title>
            <author fullname="É. Vyncke" surname="É. Vyncke"/>
            <author fullname="K. Chittimaneni" initials="K." surname="Chittimaneni"/>
            <author fullname="M. Kaeo" initials="M." surname="Kaeo"/>
            <author fullname="E. Rey" initials="E." surname="Rey"/>
            <date month="August" year="2021"/>
            <abstract>
              <t>Knowledge and experience on how to operate IPv4 networks securely is available, whether the operator is an Internet Service Provider (ISP) or an enterprise internal network. However, IPv6 presents some new security challenges. RFC 4942 describes security issues in the protocol, but network managers also need a more practical, operations-minded document to enumerate advantages and/or disadvantages of certain choices.</t>
              <t>This document analyzes the operational security issues associated with several types of networks and proposes technical and procedural mitigation techniques. This document is only applicable to managed networks, such as enterprise networks, service provider networks, or managed residential networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9099"/>
          <seriesInfo name="DOI" value="10.17487/RFC9099"/>
        </reference>
        <reference anchor="RFC8200">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="RFC7835">
          <front>
            <title>Locator/ID Separation Protocol (LISP) Threat Analysis</title>
            <author fullname="D. Saucez" initials="D." surname="Saucez"/>
            <author fullname="L. Iannone" initials="L." surname="Iannone"/>
            <author fullname="O. Bonaventure" initials="O." surname="Bonaventure"/>
            <date month="April" year="2016"/>
            <abstract>
              <t>This document provides a threat analysis of the Locator/ID Separation Protocol (LISP).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7835"/>
          <seriesInfo name="DOI" value="10.17487/RFC7835"/>
        </reference>
        <reference anchor="RFC9050">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Procedures and Extensions for Using the PCE as a Central Controller (PCECC) of LSPs</title>
            <author fullname="Z. Li" initials="Z." surname="Li"/>
            <author fullname="S. Peng" initials="S." surname="Peng"/>
            <author fullname="M. Negi" initials="M." surname="Negi"/>
            <author fullname="Q. Zhao" initials="Q." surname="Zhao"/>
            <author fullname="C. Zhou" initials="C." surname="Zhou"/>
            <date month="July" year="2021"/>
            <abstract>
              <t>The Path Computation Element (PCE) is a core component of Software-Defined Networking (SDN) systems.</t>
              <t>A PCE as a Central Controller (PCECC) can simplify the processing of a distributed control plane by blending it with elements of SDN and without necessarily completely replacing it. Thus, the Label Switched Path (LSP) can be calculated/set up/initiated and the label-forwarding entries can also be downloaded through a centralized PCE server to each network device along the path while leveraging the existing PCE technologies as much as possible.</t>
              <t>This document specifies the procedures and Path Computation Element Communication Protocol (PCEP) extensions for using the PCE as the central controller for provisioning labels along the path of the static LSP.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9050"/>
          <seriesInfo name="DOI" value="10.17487/RFC9050"/>
        </reference>
        <reference anchor="RFC9602">
          <front>
            <title>Segment Routing over IPv6 (SRv6) Segment Identifiers in the IPv6 Addressing Architecture</title>
            <author fullname="S. Krishnan" initials="S." surname="Krishnan"/>
            <date month="October" year="2024"/>
            <abstract>
              <t>Segment Routing over IPv6 (SRv6) uses IPv6 as the underlying data plane. Thus, Segment Identifiers (SIDs) used by SRv6 can resemble IPv6 addresses and behave like them while exhibiting slightly different behaviors in some situations. This document explores the characteristics of SRv6 SIDs and focuses on the relationship of SRv6 SIDs to the IPv6 Addressing Architecture. This document allocates and makes a dedicated prefix available for SRv6 SIDs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9602"/>
          <seriesInfo name="DOI" value="10.17487/RFC9602"/>
        </reference>
        <reference anchor="RFC9087">
          <front>
            <title>Segment Routing Centralized BGP Egress Peer Engineering</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="S. Previdi" initials="S." surname="Previdi"/>
            <author fullname="G. Dawra" initials="G." role="editor" surname="Dawra"/>
            <author fullname="E. Aries" initials="E." surname="Aries"/>
            <author fullname="D. Afanasiev" initials="D." surname="Afanasiev"/>
            <date month="August" year="2021"/>
            <abstract>
              <t>Segment Routing (SR) leverages source routing. A node steers a packet through a controlled set of instructions, called segments, by prepending the packet with an SR header. A segment can represent any instruction, topological or service based. SR allows for the enforcement of a flow through any topological path while maintaining per-flow state only at the ingress node of the SR domain.</t>
              <t>The Segment Routing architecture can be directly applied to the MPLS data plane with no change on the forwarding plane. It requires a minor extension to the existing link-state routing protocols.</t>
              <t>This document illustrates the application of Segment Routing to solve the BGP Egress Peer Engineering (BGP-EPE) requirement. The SR-based BGP-EPE solution allows a centralized (Software-Defined Networking, or SDN) controller to program any egress peer policy at ingress border routers or at hosts within the domain.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9087"/>
          <seriesInfo name="DOI" value="10.17487/RFC9087"/>
        </reference>
        <reference anchor="RFC6291">
          <front>
            <title>Guidelines for the Use of the "OAM" Acronym in the IETF</title>
            <author fullname="L. Andersson" initials="L." surname="Andersson"/>
            <author fullname="H. van Helvoort" initials="H." surname="van Helvoort"/>
            <author fullname="R. Bonica" initials="R." surname="Bonica"/>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
            <author fullname="S. Mansfield" initials="S." surname="Mansfield"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>At first glance, the acronym "OAM" seems to be well-known and well-understood. Looking at the acronym a bit more closely reveals a set of recurring problems that are revisited time and again.</t>
              <t>This document provides a definition of the acronym "OAM" (Operations, Administration, and Maintenance) for use in all future IETF documents that refer to OAM. There are other definitions and acronyms that will be discussed while exploring the definition of the constituent parts of the "OAM" term. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="161"/>
          <seriesInfo name="RFC" value="6291"/>
          <seriesInfo name="DOI" value="10.17487/RFC6291"/>
        </reference>
        <reference anchor="RFC8355">
          <front>
            <title>Resiliency Use Cases in Source Packet Routing in Networking (SPRING) Networks</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <author fullname="R. Shakir" initials="R." surname="Shakir"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document identifies and describes the requirements for a set of use cases related to Segment Routing network resiliency on Source Packet Routing in Networking (SPRING) networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8355"/>
          <seriesInfo name="DOI" value="10.17487/RFC8355"/>
        </reference>
        <reference anchor="RFC4381">
          <front>
            <title>Analysis of the Security of BGP/MPLS IP Virtual Private Networks (VPNs)</title>
            <author fullname="M. Behringer" initials="M." surname="Behringer"/>
            <date month="February" year="2006"/>
            <abstract>
              <t>This document analyses the security of the BGP/MPLS IP virtual private network (VPN) architecture that is described in RFC 4364, for the benefit of service providers and VPN users.</t>
              <t>The analysis shows that BGP/MPLS IP VPN networks can be as secure as traditional layer-2 VPN services using Asynchronous Transfer Mode (ATM) or Frame Relay. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4381"/>
          <seriesInfo name="DOI" value="10.17487/RFC4381"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </reference>
        <reference anchor="RFC9862">
          <front>
            <title>Path Computation Element Communication Protocol (PCEP) Extensions for Segment Routing (SR) Policy Candidate Paths</title>
            <author fullname="M. Koldychev" initials="M." surname="Koldychev"/>
            <author fullname="S. Sivabalan" initials="S." surname="Sivabalan"/>
            <author fullname="S. Sidor" initials="S." surname="Sidor"/>
            <author fullname="C. Barth" initials="C." surname="Barth"/>
            <author fullname="S. Peng" initials="S." surname="Peng"/>
            <author fullname="H. Bidgoli" initials="H." surname="Bidgoli"/>
            <date month="October" year="2025"/>
            <abstract>
              <t>A Segment Routing (SR) Policy is an ordered list of instructions called "segments" that represent a source-routed policy. Packet flows are steered into an SR Policy on a node where it is instantiated. An SR Policy is made of one or more Candidate Paths.</t>
              <t>This document specifies the Path Computation Element Communication Protocol (PCEP) extension to signal Candidate Paths of an SR Policy. Additionally, this document updates RFC 8231 to allow delegation and setup of an SR Label Switched Path (LSP) without using the path computation request and reply messages. This document is applicable to both Segment Routing over MPLS (SR-MPLS) and Segment Routing over IPv6 (SRv6).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9862"/>
          <seriesInfo name="DOI" value="10.17487/RFC9862"/>
        </reference>
        <reference anchor="I-D.ietf-lsr-ospf-srv6-yang">
          <front>
            <title>YANG Data Model for OSPF SRv6</title>
            <author fullname="Yingzhen Qu" initials="Y." surname="Qu">
              <organization>Futurewei Technologies</organization>
            </author>
            <author fullname="Zhibo Hu" initials="Z." surname="Hu">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Xuesong Geng" initials="X." surname="Geng">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Syed Kamran Raza" initials="S. K." surname="Raza">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Acee Lindem" initials="A." surname="Lindem">
              <organization>LabN Consulting, L.L.C.</organization>
            </author>
            <date day="26" month="February" year="2026"/>
            <abstract>
              <t>   This document defines a YANG data model that can be used to configure
   and manage OSPFv3 Segment Routing over the IPv6 Data Plane.


              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lsr-ospf-srv6-yang-09"/>
        </reference>
        <reference anchor="I-D.ietf-lsr-isis-srv6-yang">
          <front>
            <title>YANG Data Model for IS-IS SRv6</title>
            <author fullname="Zhibo Hu" initials="Z." surname="Hu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Dan Ye" initials="D." surname="Ye">
              <organization>Cisco</organization>
            </author>
            <author fullname="Yingzhen Qu" initials="Y." surname="Qu">
              <organization>Futurewei Technologies</organization>
            </author>
            <author fullname="Xuesong Geng" initials="X." surname="Geng">
              <organization>Huawei</organization>
            </author>
            <author fullname="Qiufang Ma" initials="Q." surname="Ma">
              <organization>Huawei</organization>
            </author>
            <date day="26" month="February" year="2026"/>
            <abstract>
              <t>   This document defines a YANG data model that can be used to configure
   and manage IS-IS Segment Routing over the IPv6 Data Plane.


              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lsr-isis-srv6-yang-09"/>
        </reference>
        <reference anchor="I-D.ietf-idr-bgp-ls-sr-policy">
          <front>
            <title>Advertisement of Segment Routing Policies using BGP Link-State</title>
            <author fullname="Stefano Previdi" initials="S." surname="Previdi">
              <organization>Individual</organization>
            </author>
            <author fullname="Ketan Talaulikar" initials="K." surname="Talaulikar">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Jie Dong" initials="J." surname="Dong">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Hannes Gredler" initials="H." surname="Gredler">
              <organization>RtBrick Inc.</organization>
            </author>
            <author fullname="Jeff Tantsura" initials="J." surname="Tantsura">
              <organization>Nvidia</organization>
            </author>
            <date day="6" month="March" year="2025"/>
            <abstract>
              <t>   This document describes a mechanism to collect the Segment Routing
   Policy information that is locally available in a node and advertise
   it into BGP Link-State (BGP-LS) updates.  Such information can be
   used by external components for path computation, re-optimization,
   service placement, network visualization, etc.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-idr-bgp-ls-sr-policy-17"/>
        </reference>
        <reference anchor="ITU-Sec">
          <front>
            <title>ITU-T M.3016.1, Security for the management plane: Security requirements</title>
            <author>
              <organization/>
            </author>
            <date year="2005"/>
          </front>
        </reference>
        <reference anchor="CanSecWest2007" target="https://airbus-seclab.github.io/ipv6/IPv6_RH_security-csw07.pdf">
          <front>
            <title>IPv6 Routing Header Security</title>
            <author>
              <organization/>
            </author>
            <date year="2007"/>
          </front>
        </reference>
        <reference anchor="MACsec" target="https://1.ieee802.org/security/802-1ae/">
          <front>
            <title>IEEE Standard for Local and metropolitan area networks–Media Access Control (MAC) Security</title>
            <author>
              <organization/>
            </author>
            <date year="2018"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 613?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to acknowledge the valuable input and contributions from Zafar Ali, Andrew Alston, Dale Carder, Weiqiang Cheng, Bruno Decraene, Dhruv Dhody, Mike Dopheide, Darren Dukes, Linda Dunbar, Joel Halpern, Boris Hassanov, Tom Hill, Suresh Krishnan, Sam Öehlert, Alvaro Retana, Andrew Stone, Bala'zs Vargas, Eric Vyncke, and Russ White.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+V97XIbybXYfzzFhPvDpA2AIiVKXF57r7kk12IiSozI3b03
a13XAGgAYw1m4JkBKVirlF/Blar8zrMkb+InyfnsPj0YkNqNkzgVVu0KGPT0
x+nT5/ucHgwGvSZrcneS7Ny42cIVTfK2XDVZMUsur++eJzduvKqyZp2clUWd
TVyVNhl82umlo1Hl7n7ya+O0cbOyWp8kWTEte8vsJPmhKcf9pC6rpnLTGj6t
F/jhXa83KcdFuoC5Tap02gwy10wH9bKCUQZ1dfd8UMsog4OjXr0aLbK6hlGa
9RJeuby4/SZJvkjSvC5hllkxcUsH/yuanX6y4yZZU1ZZmuOXy9Ov4Z+ygk9v
b7/Z6RWrxchVJ70JzPWkN4Z5u6Je1SdJU61cD9b8tJdWLoVeZc07vfuyej+r
ytUSAVKuqrFLrtPxexfAkhXJa9dgO3rhvVvD58lJLxkkl0XjqsI1g3NcZu/O
FSsYN0l+UodJwuve+Z6fJL/Dt/H5Is1yeM6A+y0CcVhW9EZajefwy7xplvXJ
/j42xEfZnRtqs318sD+qyvva7XMX+/jqLGvmqxG8PFpV6SzPyn3eo9FkMRs3
nbuEr+UA0roxY3I/w3G52P8pPfXSVTMvKwQf9JoAMGB7Xg+Tr6UPesi48zob
v4+fw7JOkovCVbN1cjPOXDF2tcKSGjgGmU7ot9Oyuk+rCcxjmaeFG8JeRQPf
DpOr7M9VOs/MuLdpHj2lUV+u0nuX2UGaNB8uuNlwOZ/8doaPER7tEW7LYma7
z9IiPKPOz+ZZkSbfFhm9bYaAVs3Rb8f484p+HY6LqPtXw6shHlU4gVVam1Fe
rbI62fiNRrt1uZuW0F1qx8rhhUU2Wzlcg7yzgE3L8/K3jX+D1hfN4Jth8jto
b4b+Bs5EWkzK8JyGvbl8rntV24GnM2j22zp7XsiPPEavKKsFEJ87OlFvvzk7
PDj4Uj4eP3tyqB9fHD3Tj18eP5ePXz45fKIfD4/802dfHujHo0N97cvjJ9C2
h1QtHvDp0ZGO8uzoy6f68fnRkXx8fnRwrB8Pn/kZPXsWpuHbvnh6rAO+OHwR
ZnSgH18cv/A9PH2m8zw+PHrq+/WvHR8e69Mvnx4e+dG+1OkcPfnyKKz/S//x
+Di09cA8fPLEz+Fp6OzIQ/C5h/aXT45f+BV7YMJb+tqzp8cHASS+wZNnvrPj
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
AuT9HsOlhr3/CcOUmADFzwAA

-->

</rfc>
