<?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.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-cheng-dmm-srv6-6g-up-requirements-00" category="info" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="SRv6，6G，UPF">Requirements of SRv6 for the 6G User Plane</title>
    <seriesInfo name="Internet-Draft" value="draft-cheng-dmm-srv6-6g-up-requirements-00"/>
    <author initials="W." surname="Cheng" fullname="Weiqiang Cheng">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>CN</country>
        </postal>
        <email>chengweiqiang@chinamobile.com</email>
      </address>
    </author>
    <author initials="X." surname="Zhang" fullname="Xiaoqiu Zhang">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>CN</country>
        </postal>
        <email>zhangxiaoqiu@chinamobile.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="19"/>
    <area>INT</area>
    <workgroup>DMM</workgroup>
    <abstract>
      <?line 38?>

<t>This document leverages the five standardized 6G service scenarios defined in 3GPP TR 22.870—multi-agent collaborative communication, compute-network integration, integrated sensing and communication (ISAC), network digital twin (NDT), and wide-area deterministic networking—as core business baselines. It systematically analyzes the multi-dimensional stringent user-plane requirements introduced by next-generation mobile systems. This work further dissects inherent technical limitations within the 5G GTP-U point-to-point tunnel architecture that render it incapable of accommodating dynamic 6G service characteristics. Based on the above analysis, this draft illustrates the inherent programmability benefits provided by SRv6, and accordingly establishes a suite of standardization requirements for SRv6 to serve as the underlay forwarding protocol of the 6G user plane.</t>
    </abstract>
  </front>
  <middle>
    <?line 42?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The 5G user plane relies throughout the network on GTP-U point-to-point tunnels to carry N3/N9 interface traffic, with tunnel endpoints statically bound during PDU session establishment. This architecture has four inherent limitations that prevent it from matching the dynamic, multi-dimensional service requirements of 6G:</t>
      <ul spacing="normal">
        <li>
          <t>Forwarding path rigidity: The forwarding path is determined at session establishment and cannot be dynamically adjusted based on real-time link state, compute load, or service requirements, making routing detours highly likely and significantly increasing service latency. Moreover, GTP tunnels are anchored between fixed N3/N9 endpoint pairs; there is no native mechanism to dynamically insert or remove intermediate service nodes (such as compute offload points or AI inference accelerators) without tearing down and re-establishing the complete PDU session, introducing excessive signaling overhead in highly dynamic scenarios.</t>
        </li>
        <li>
          <t>High path-reconfiguration latency: The current 5G user plane adopts a serialized, segment-by-segment establishment approach, with a relatively lengthy procedure. Path reconfiguration caused by user mobility, service requirement changes, or network element/link failures results in latency that is difficult to meet for delay-sensitive services.</t>
        </li>
        <li>
          <t>Single-dimensional service identification: 6G scenarios impose stringent requirements on network latency, bandwidth, reliability, and emerging metrics such as computational capacity. Network conditions and service requirements change dynamically in real time. The current approach, which relies primarily on indirect descriptions based on parameters such as GBR and QCI, cannot directly, comprehensively, or precisely describe the differentiated requirements of diverse scenarios.</t>
        </li>
        <li>
          <t>Coarse forwarding granularity: User-plane path construction relies on parameters such as DNN and S-NSSAI at the PDU session level, which prevents fine-grained differentiated forwarding for individual data flows or specific types of sensing packets.</t>
        </li>
      </ul>
      <t>The 6G era introduces new services such as dynamic agent collaboration, distributed AI inference, massive ISAC data ingestion, full-network digital twinning, and industrial control. These scenarios demand a forwarding plane that is inherently flexible, maintains minimal state at intermediate nodes, and is capable of binding transport behaviors to application-layer semantics.
SRv6 meets these demands through its three programmable capabilities:</t>
      <ul spacing="normal">
        <li>
          <t>Path Programmability: An ordered list of SIDs (Segment Identifiers) in the SRH (Segment Routing Header) completely specifies the end-to-end forwarding path. It supports dynamic insertion or removal of transit nodes, primary/backup path separation, and Fast Reroute without control-plane intervention.</t>
        </li>
        <li>
          <t>Service Programmability: Through IPv6/SRv6 extension headers, it can carry QoS, slicing, bandwidth, and latency constraints to achieve flow-granularity differentiated scheduling.</t>
        </li>
        <li>
          <t>Application Programmability: Through standardized fields carried in SRv6 packets for application-specific identifiers (such as AI compute load and application information), the forwarding plane is enabled to sense and respond to application-layer semantics.</t>
        </li>
      </ul>
      <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>GTP: GPRS Tunneling Protocol</t>
          </li>
          <li>
            <t>UPF: User Plane Function</t>
          </li>
          <li>
            <t>ISAC: Integrated Sensing and Communication</t>
          </li>
          <li>
            <t>NDT: Network Digital Twin</t>
          </li>
          <li>
            <t>QFI: QoS Flow Identifier</t>
          </li>
          <li>
            <t>DN: Data Network</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="analysis-of-typical-6g-scenarios-and-corresponding-requirements">
      <name>Analysis of Typical 6G Scenarios and Corresponding Requirements</name>
      <section anchor="multi-agent-collaborative-communication">
        <name>Multi-Agent Collaborative Communication</name>
        <t>Distributed AI agents (such as autonomous fleet controllers, federated learning worker nodes, and multi-robot coordination systems) exchange high-frequency control messages and model gradient data across geographically dispersed UPFs. These interactions require low-jitter, highly reliable, and non-detoured mesh connectivity. Agent members join and leave at sub-second timescales based on task assignment and mobility, supporting real-time cross-regional interaction and collaborative task scheduling among multiple agents.</t>
        <t>Key Service Requirements:</t>
        <ul spacing="normal">
          <li>
            <t>Sub-second dynamic agent on-boarding and off-boarding, with no interruption to ongoing PDU sessions during path changes.</t>
          </li>
          <li>
            <t>Dynamic insertion and deletion of multi-level intermediate processing nodes (preprocessing, inference, aggregation) in service chains.</t>
          </li>
          <li>
            <t>Differentiation between small control packets and large model traffic flows, with independent queues and differentiated latency guarantees for the two types of traffic.</t>
          </li>
          <li>
            <t>Support for mesh connectivity between any nodes across the entire network, avoiding latency increases caused by cross-region routing detours.</t>
          </li>
          <li>
            <t>Load balancing of massive concurrent service flows across equal-cost links, with in-order packet delivery guaranteed for the same conversation flow.</t>
          </li>
        </ul>
      </section>
      <section anchor="compute-network-integration-cni">
        <name>Compute-Network Integration (CNI)</name>
        <t>Addressing the deployment of AI models at edge UPFs and multi-level scheduling of wide-area KV Cache, this scenario supports high-speed lossless migration of KV Cache data across edge UPFs and between central cache nodes, ensuring continuous and imperceptible large-model inference services during user mobility.</t>
        <t>Key Service Requirements:</t>
        <ul spacing="normal">
          <li>
            <t>Support for arbitrary mesh topology to enable high-speed lossless migration of cache data across edge UPFs.</t>
          </li>
          <li>
            <t>Path planning must integrate multi-dimensional metrics including compute load and storage utilization for joint scheduling.</t>
          </li>
          <li>
            <t>Service interruption duration during compute instance switching must be controlled within 50ms.</t>
          </li>
          <li>
            <t>Stateful AI inference services must maintain the binding relationship between data flows and local cache.Frequent switching of compute nodes would incur cold-start penalties and significantly increase inference latency.</t>
          </li>
        </ul>
      </section>
      <section anchor="integrated-sensing-and-communication-isac">
        <name>Integrated Sensing and Communication (ISAC)</name>
        <t>6G networks simultaneously possess both communication transmission and environmental sensing capabilities, achieving deep integration of communication and sensing to support scenarios such as vehicle-infrastructure cooperation and security surveillance. Base stations simultaneously complete communication transmission and environmental sensing, with the user plane needing to carry Gbps-level point-cloud data flows and millions of concurrent micro-sensing data packets (such as radar point clouds, environmental fingerprints, LiDAR returns). Packets are typically 100-300 bytes in size, with millions of flows from densely deployed sensor arrays converging simultaneously on the edge network. Massive sensing data and high-value communication data are transmitted together, requiring that important sensing flows receive deterministic quality assurance.</t>
        <t>Key Service Requirements:</t>
        <ul spacing="normal">
          <li>
            <t>Massive real-time sensing small packets of hundreds of bytes require reduced encapsulation transmission overhead and improved bandwidth utilization.</t>
          </li>
          <li>
            <t>Massive concurrent sensing flows require route aggregation to reduce forwarding hardware FIB entry pressure.</t>
          </li>
          <li>
            <t>Resource isolation between high-priority radar/security sensing flows and ordinary background sensing flows to avoid congestion preemption.</t>
          </li>
          <li>
            <t>Real-time collection of end-to-end latency and packet loss metrics for each sensing packet, with dynamic forwarding path adjustment based on measurement results.</t>
          </li>
          <li>
            <t>Low-frequency raw point-cloud/radio-frequency large packets require support for lossless fragmentation and transmission of oversized packets.</t>
          </li>
        </ul>
      </section>
      <section anchor="network-digital-twin-ndt">
        <name>Network Digital Twin (NDT)</name>
        <t>Construct a digital mirror that maps the physical network in real time, accurately restoring network state and maintaining a real-time digital replica of the entire network, including all forwarding nodes, links, and queues. All network nodes continuously report latency, jitter, packet loss, queue depth, and utilization metrics to the twin platform, supporting network simulation, fault prediction, and closed-loop optimization.</t>
        <t>Key Service Requirements:</t>
        <ul spacing="normal">
          <li>
            <t>Telemetry measurement traffic must be completely isolated from user production traffic, with no preemption of service bandwidth.</t>
          </li>
          <li>
            <t>Collected data must cover all forwarding hops, not just endpoints.</t>
          </li>
          <li>
            <t>Real measured values for per-hop latency, queue depth, and link load must be obtainable, without reliance on estimated data.</t>
          </li>
          <li>
            <t>Support for on-demand adjustment of telemetry sampling frequency and collection scope to balance measurement overhead and data accuracy.</t>
          </li>
        </ul>
      </section>
      <section anchor="wide-area-deterministic-networking">
        <name>Wide-Area Deterministic Networking</name>
        <t>Applications such as remote automated factory control, smart grid protection relay signaling, autonomous vehicle platooning, and remote surgery require stringent bounded latency (e.g., end-to-end &lt; 10ms), jitter &lt; 1ms, packet loss rate &lt; 10^-6, and sub-50ms automatic failure recovery. Industrial control flows must pass through security service nodes in sequence, such as "firewall → intrusion detection → controller"; any detour or out-of-order delivery could cause control logic errors.</t>
        <t>Key Service Requirements:</t>
        <ul spacing="normal">
          <li>
            <t>End-to-end latency, jitter, and packet loss rate must have deterministic upper-bound constraints; optimizing only average metrics is insufficient.</t>
          </li>
          <li>
            <t>Primary and backup paths must be physically link/node-disjoint to avoid shared failure domains.</t>
          </li>
          <li>
            <t>Automatic link failure switching with service interruption duration below 50ms.</t>
          </li>
          <li>
            <t>Industrial control flows must pass through security service nodes such as firewall and intrusion detection in a fixed order; routing detours that disrupt the processing sequence must be prevented.</t>
          </li>
          <li>
            <t>Dedicated end-to-end transmission resources must be reserved for critical services to ensure highly reliable isolated transmission.</t>
          </li>
        </ul>
      </section>
      <section anchor="scenario-requirements-summary">
        <name>Scenario Requirements Summary</name>
        <t>Synthesizing the above five categories of 6G key service scenarios, six categories of user-plane general capability requirements can be abstracted as the input baseline for the SRv6 capability analysis in Section 4:</t>
        <ol spacing="normal" type="1"><li>
            <t>Dynamic Topology and Seamless Path Scheduling
Support for dynamic addition/removal of nodes/service chains, mesh connectivity, fast failure self-healing, and long-duration interruption-free mobility/compute switching.</t>
          </li>
          <li>
            <t>Fine-Grained Differentiated QoS and Traffic Isolation
Differentiation between different types of data flows, allocation of independent forwarding resources, and guaranteed prioritized transmission for critical services.</t>
          </li>
          <li>
            <t>Deterministic Reliable Forwarding and Physical Redundancy
Physically disjoint primary/backup paths, sub-50ms failure switching, ordered service chains, and dedicated resource reservation. Primarily targeting wide-area deterministic communication, while also addressing vehicle-infrastructure sensing and AI high-reliability interactive services.</t>
          </li>
          <li>
            <t>Application Semantics In-Band Carriage
The forwarding plane must be able to recognize upper-layer service-specific identifiers (cache affinity, compute requirements, sensing types, etc.) and adjust forwarding policies based on application semantics.</t>
          </li>
          <li>
            <t>Efficient Data Transmission and Large-Scale Flow Aggregation
Reduced header encapsulation overhead for small packets, and convergence of forwarding table entries for massive concurrent flows. Primarily adapting to ISAC scenarios while also optimizing high-frequency control small packets for AI agents.</t>
          </li>
          <li>
            <t>Full-Path Native Operations and Measurement
Per-hop real-time collection of network performance metrics, traffic isolation, flexible sampling, supporting full-network digital twin simulation and fault localization.</t>
          </li>
        </ol>
      </section>
    </section>
    <section anchor="general-standardization-requirements">
      <name>General Standardization Requirements</name>
      <section anchor="srv6-forwarding-plane-existing-capability-mapping-and-6g-extension-requirements">
        <name>SRv6 Forwarding-Plane Existing Capability Mapping and 6G Extension Requirements</name>
        <t>This section, based on the six general 6G user-plane capability dimensions summarized in Section 3, provides a unified summary of SRv6's existing IETF-standardized native capabilities, and distills the new standardization extension directions required for 6G services.</t>
        <section anchor="overall-adaptability-foundation-of-existing-srv6-capabilities">
          <name>Overall Adaptability Foundation of Existing SRv6 Capabilities</name>
          <t>The existing SRv6 standards family (RFC8402, RFC8754, RFC8986, RFC9800, etc.) has already formed a complete underlying forwarding capability foundation that can cover the basic forwarding requirements of 6G services:</t>
          <t>Path Scheduling: Source routing via SR Policy enables explicit definition of complete end-to-end forwarding paths; combined with TI-LFA and BFD, it provides sub-50ms failure self-healing without control-plane intervention; the Make-Before-Break (MBB) mechanism ensures service continuity during path switching.</t>
          <t>Service Chaining: SRv6 SFC supports sequential forwarding of service flows through ordered service nodes.</t>
          <t>Differentiated Scheduling: SRH extension TLVs and IPv6 extension headers can carry basic QoS priority and latency constraints, with differentiated SIDs enabling basic traffic queue isolation.</t>
          <t>Overhead Optimization: The compressed SID scheme defined in RFC9800 reduces small-packet header overhead.</t>
          <t>Application Carriage: SID Arguments and SRH TLVs reserve standardized extension fields capable of carrying various upper-layer service identifiers.</t>
          <t>In-Band Measurement: IOAM measurement fields can be embedded in packets to collect per-hop performance metrics such as latency and queue load.</t>
          <t>Deterministic Assurance: SR Policy supports binding bandwidth reservation parameters, providing basic resource assurance for deterministic services.</t>
          <t>Mobility Interworking: RFC9433 defines End.M.GTP6.E/End.M.GTP6.D to complete bidirectional encapsulation conversion between GTP and SRv6.</t>
        </section>
        <section anchor="unified-6g-full-scenario-extension-requirements-summary">
          <name>Unified 6G Full-Scenario Extension Requirements Summary</name>
          <t>Building upon the existing standards foundation, to fully satisfy the integrated service constraints of 6G scenarios such as dynamic AI agents, compute-network integration, massive ISAC traffic, wide-area industrial control, and full-network digital twins, a unified and comprehensive set of SRv6 extension standardization specifications needs to be perfected. The following dimensions can be considered:</t>
          <t>Path Scheduling: A local SID segment update mechanism is needed to enable dynamic forwarding path adjustment without requiring complete PDU session re-establishment.</t>
          <t>QoS and Resource Isolation: Unified binding rules between network slicing and SR SIDs are needed, with dedicated endpoint forwarding behaviors defined for industrial control, sensing, and AI inference services to achieve hard resource isolation.</t>
          <t>Application Semantics Carriage: Unified encoding specifications are needed for service labels such as cache affinity, compute load, and agent priority in SID Arguments or SRH TLVs, along with a control-plane collaborative process that reads application semantics and automatically selects optimal forwarding paths.</t>
          <t>Deterministic Service Assurance: Support is needed for hard-constraint assurance mechanisms for end-to-end latency, jitter, and packet loss metrics.</t>
        </section>
      </section>
      <section anchor="control-plane-coordination-and-orchestration">
        <name>Control-Plane Coordination and Orchestration</name>
        <t>SRv6 path computation, SID allocation management, and policy mapping rely on deep coordination between the core network control plane (e.g., SMF, AMF) and the transport network control plane (e.g., SDN controller, BGP route reflectors).</t>
        <t>End-to-End Centralized Path Computation and Policy Download: The control plane must be capable of collecting comprehensive network state information—including UPF node status, link TE metrics, compute load indicators, and available slice resources—and performing end-to-end SRv6 path computation. The computed complete SID list, service scheduling rules (FAR/PDR, etc.), and application extension parameters (ARG/TLV) must be downloaded to the ingress UPF in a single transaction using standard protocols (such as PCEP or BGP SR-Policy). This ensures transactional consistency between path selection and policy installation.</t>
        <t>Dynamic Path Adjustment: During user mobility or compute node migration, the control plane should support updating only the affected portion of the SR path (e.g., replacing the middle SID representing the serving UPF) without tearing down the entire SR policy or interrupting online data flows. The update operation should adopt a Make-Before-Break mechanism: the new SID list is installed in hardware at the ingress UPF while the old list remains active, with traffic switched only after the new path is verified (e.g., via BFD).</t>
        <t>SLA-to-SID Mapping: The control plane must map the 3GPP-defined 5QI/QFI parameters to SRv6 TLV fields (latency, jitter, packet loss rate, priority) or IPv6 extension headers. This mapping should be pre-configured in the policy table at the ingress UPF to enable rapid translation for each new flow without controller interaction. When network SLA degrades (e.g., measured latency exceeds the target), the control plane should support automatic path re-optimization triggered by telemetry data, migrating affected flows to backup paths.</t>
        <t>State Synchronization Between SMF and Transport Controller: The Session Management Function (SMF) and the transport network controller must synchronize state regarding active sessions and their associated SID lists.</t>
      </section>
    </section>
    <section anchor="Security">
      <name>Security Considerations</name>
      <t>The introduction of source routing (SRv6) in the 6G user plane raises specific security concerns that must be addressed. These are categorized below, with clear traceability to the requirements defined in Section 4.</t>
      <section anchor="path-spoofing-and-traffic-hijacking">
        <name>Path Spoofing and Traffic Hijacking</name>
        <t>Since the path is encoded in the packet header, external attackers could inject a forged SRH and malicious SID list to redirect traffic to a rogue node or create loops in the network that consume resources.</t>
        <t>Every SRv6-capable UPF must validate that the packet source IPv6 address belongs to the allowed administrative domain (e.g., using ingress ACLs that restrict source addresses to the operator's prefix range). Additionally, the SRH should be protected by a cryptographic signature or HMAC in the IPv6 extension header, with the signature covering the SID list and critical TLV fields to prevent tampering.</t>
      </section>
      <section anchor="srh-integrity">
        <name>SRH Integrity</name>
        <t>Modifying QoS, compute load, or application-semantics ARG could allow attackers to elevate service priority, misdirect traffic to congested nodes, or degrade service quality.
The control-plane protocol used to download SID lists and TLVs must be secured with TLS, SSH, or similar security protocols, with mutual authentication between the controller and the UPF. This ensures that only authenticated controllers can issue SID updates. At the forwarding plane, where feasible, nodes should implement integrity verification of ARG and critical TLV fields—either through per-hop verification (e.g., using a shared secret to validate TLV checksums) or through cryptographic protection of the entire SRH.</t>
      </section>
      <section anchor="user-location-privacy">
        <name>User Location Privacy</name>
        <t>The SID list may inadvertently expose the precise location of a user-plane endpoint, especially when the last segment is a UPF identifier associated with a specific cell site or geographic region.</t>
        <t>Edge aggregation nodes should strip or obfuscate terminal-specific SIDs before the packet leaves the trusted administrative domain for an external Data Network (DN). This should be achieved by replacing the terminal-specific SID with a generic egress SID that does not reveal location information, or by using privacy-preserving SIDs that are periodically rotated. For flows that remain within the operator's domain, location privacy may be protected through the use of anonymized SIDs.</t>
      </section>
      <section anchor="control-plane-security">
        <name>Control-Plane Security</name>
        <t>The control plane (controller, PCE, SMF and other control plane entities) is a critical component. An attacker compromising this component could manipulate all forwarding policies.
All control-plane interactions—between PCE/SDN controller and UPFs, and between SMF and transport controller—must use secure transport protocols (e.g., TLS 1.3 or higher) with mutual authentication. Role-Based Access Control (RBAC) should be enforced to restrict which entities can modify SRv6 policies. Access logs should be maintained for all policy changes to support forensic analysis in the event of security incidents.</t>
      </section>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>This document makes no requests for new IANA registrations.</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="RFC7855">
          <front>
            <title>Source Packet Routing in Networking (SPRING) Problem Statement and Requirements</title>
            <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
            <author fullname="M. Horneffer" initials="M." surname="Horneffer"/>
            <author fullname="R. Shakir" initials="R." surname="Shakir"/>
            <date month="May" year="2016"/>
            <abstract>
              <t>The ability for a node to specify a forwarding path, other than the normal shortest path, that a particular packet will traverse, benefits a number of network functions. Source-based routing mechanisms have previously been specified for network protocols but have not seen widespread adoption. In this context, the term "source" means "the point at which the explicit route is imposed"; therefore, it is not limited to the originator of the packet (i.e., the node imposing the explicit route may be the ingress node of an operator's network).</t>
              <t>This document outlines various use cases, with their requirements, that need to be taken into account by the Source Packet Routing in Networking (SPRING) architecture for unicast traffic. Multicast use cases and requirements are out of scope for this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7855"/>
          <seriesInfo name="DOI" value="10.17487/RFC7855"/>
        </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="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="I-D.draft-ietf-dmm-srv6mob-arch-03">
          <front>
            <title>Architecture Discussion on SRv6 Mobile User plane</title>
            <author fullname="Teppei Kamata" initials="T." surname="Kamata">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Jakub Horn" initials="J." surname="Horn">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Luay Jalil" initials="L." surname="Jalil">
              <organization>Verizon</organization>
            </author>
            <author fullname="Weiqiang Cheng" initials="W." surname="Cheng">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Miya Kohno" initials="M." surname="Kohno">
              <organization>Keio University</organization>
            </author>
            <date day="25" month="February" year="2026"/>
            <abstract>
              <t>   This document describes the solution approach and its architectural
   benefits of transforming mobile session information into routing
   information, leveraging segment routing capabilities, and operating
   within the IP routing paradigm.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-dmm-srv6mob-arch-03"/>
        </reference>
      </references>
    </references>
    <?line 277?>



  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA6Vc2XIjyXV9Z0T/Q6nnQaQCBbLXmeEoJKPJJpshks0h2BrJ
DttRqEoANV0LVAvZGMVE6MlPfnLoA/whfvKn6Af8Cz53yaUAcKZlK2LUIFBV
mXnz3nPPXbLiOH6y13ZJlf1rUtSVOY66pjdP9vJVwx/b7vnR0ddHz5/spUl3
HOXVvMb1/azM2zavq269wi0Xb+/OnuwljUnw+fruyd7D4jg6vbp6svdkL6vT
KilxUdYk8y5Ol6ZaxFlZxm1z/zp+vYj7VdyYP/V5Y0pTdW18dES3dXlX4Kbb
4JeonkfT2/vX0bxuom5potfn0YfWNNFNkVSYcjKbNeb+mK/5n//699fn+L8P
N5gYfsZ8TIVL+m5ZN8dP9rDoCItpj6PvxtEJzYm+kIl+Z/I/5bjFf183uP9k
mVdJdFXP8sLQl2ndV12zxg/X9Kcpk7w4jnh9D/qEf0jpnpJvGad1GY77h3H0
j8skHPcPeVL/Ke/913/HsD/QPZ/kAdujYvOwVU0+6ztefVU3ZdLl9+aYHnF7
dvL82bOv7ecvv3r1yn7+6uuvXtvPX391dMSfX5zf3ER3t9Hz5+Ovvjw6juh/
UBhoRvjUi/h0LFuem27udhzTipMmXcZHL45pYnEcR8ms7Zok7ejvu2XeRtCZ
nrY8Ksy9aZKFaXm/53h2xLqaNFn+g8lIA6AA93mK71NTJU1e424zzyv8mFcb
U/3bX/5a9kWXx3giHp7WRZHM6obnjL/Ksq9yaDnUekR/rvrOxJXpHurmIx7W
mUWjP9o/MEhrqjaHrmBSw0dE+xfTycnBKLJPyPJF3iVF1D1gYvvXp3f4je56
yDMTk+1g4p1pyrzK2y5P7X14OOadtHh6Y6JZj9FM20azpDUFfRxHF13UrtvO
kPDTpCjWeGxSrH9QqcmSs7ykmdb4BSJs8FQSQQ/pxSsynyi0QVpgU2d9igXO
1pjJpy7G9UbWH4lq6aCYAO8Zr3HeNxiywVrb1qT8IPxJI3UmXZJoiqjIS8iB
HoSb8g66ytN8dR6d393EH6JVjdHjro75Q9T1VWWKiHQmx0O6HlLolkmHCVcZ
hso7DJImq2SGKQEhkpS2oc4wArYlW8MSIMxAUdJlQspmGhYzpv8GosyiWqYB
hYAysADbvB3hO9JH0uMoL4qeFLVTwbq1rZoa2lCWCcSSd+toBlHNc6weP9xj
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

-->

</rfc>
