<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.24 (Ruby 3.2.3) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc tocompact="yes"?>
<?rfc tocindent="yes"?>
<?rfc compact="yes"?>

<rfc ipr="trust200902" docName="draft-zhao-cats-otn-applicability-01" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="OTN for CATS">Framework and Applicability of Computation-aware Traffic Steering (CATS) in Optical Transport Networks (OTN)</title>

    <author initials="Y." surname="Zhao" fullname="Yang Zhao">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>zhaoyangyjy@chinamobile.com</email>
      </address>
    </author>
    <author initials="L." surname="Han" fullname="LiuYan Han">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>hanliuyan@chinamobile.com</email>
      </address>
    </author>
    <author initials="X." surname="Li" fullname="Xiao Li">
      <organization>Huawei</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>lixiao33@huawei.com</email>
      </address>
    </author>
    <author initials="H." surname="Zheng" fullname="Haomian Zheng">
      <organization>Huawei</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>zhenghaomian@huawei.com</email>
      </address>
    </author>
    <author initials="D." surname="King" fullname="Daniel King">
      <organization>Old Dog Consulting</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>daniel@olddog.co.uk</email>
      </address>
    </author>

    <date year="2026" month="July" day="03"/>

    <area>Routing</area>
    <workgroup>CATS Working Group</workgroup>
    <keyword>compute</keyword> <keyword>optical</keyword>

    <abstract>


<?line 82?>

<t>Computation-aware Traffic Steering (CATS) offers a framework for selecting computation service sites based on computation capabilities and load,
and considering the network capabilities and state on the paths to the sites.</t>

<t>Optical Transport Networks (OTN) provide guaranteed separation of traffic along with reserved hardware resources offering bandwidth and quality
of service promises.</t>

<t>This document describes how OTN may be used to support a CATS system to achieve the stringent performance targets required by demanding service
environments.</t>



    </abstract>



  </front>

  <middle>


<?line 93?>

<section anchor="sec-intro"><name>Introduction</name>

<t>Computing service architectures have evolved toward multi-site environments, where collaborative service sites work together to optimize
performance. This decentralized approach addresses critical issues like long response times and ensures a more efficient use of service and
network resources, avoiding localized resource under-utilization or exhaustion.</t>

<t>Networking infrastructures that incorporate computing resources have typically employed static service dispatching mechanisms, particularly
for the selection of service instances. Within these architectures, service-specific traffic is frequently steered toward the nearest service
site based on optical network service availability (such as fixed light-path or pre-established connections). This approach, however, often
overlooks the real-time network state (e.g., utilization or congestion) and the dynamic service site state (e.g., GPU availability).</t>

<t>Consistent with the use cases and requirements described in <xref target="I-D.ietf-cats-usecases-requirements"/>, various services stand to benefit from
traffic steering that integrates knowledge of network capabilities and state with computing resource metrics (such as capabilities and
current usage). AI large-model training, some AI inference jobs, and distributed computing workloads impose stringent requirements on
network determinism. These tasks rely on high-bandwidth, deterministic latency, and minimal jitter to ensure efficient synchronization
between massive GPU clusters. Although the Computing-Aware Traffic Steering (CATS) framework <xref target="I-D.ietf-cats-framework"/> supports
making joint compute- and network-aware decisions, the utilization of Optical Transport Network (OTN) features offers a reliable
"hard-isolation" infrastructure. This integration is particularly effective for achieving the stringent performance targets required by
demanding service environments.</t>

<t>Current enterprise environments frequently distribute AI training and inference workloads across hybrid infrastructures, including
on-premises and cloud-based networks. To ensure high availability and responsiveness, the CATS framework enables a specific service to be
delivered through one or more service instances deployed across multiple service sites. These service instances are reached by clients via
service contact instances. While a single service site, such as an intelligent computing center, can host multiple service contact instances,
its available computing resources (e.g., GPU memory or FLOPS) may be constrained at any given time (usually because they are in use for other
services). Since resource availability fluctuates across different service sites, steering traffic via dynamically reconfigurable optical
paths provides an effective mechanism to mitigate resource limitations within a specific service site.</t>

<t>The primary objective of traffic steering within the CATS framework is to identify an optimal service contact instance for each request, based
on a combination of network and computing metrics. In certain scenarios, such as hierarchical or recursive contexts, this selection process
does not necessarily expose the specific service instance that ultimately handles the client's invocation. Instead, only a service contact
instance that acts as a gateway to multiple service instance is identified. Consequently, the metrics associated with a service contact
instance may represent aggregate metrics derived from a collection of underlying service instances.</t>

<t>Achieving deterministic performance for packet-based (e.g., IP) traffic steering is challenging because path selection and forwarding are
performed on a hop-by-hop basis, which may introduce variability in latency, jitter, and queuing behavior. This limitation may render
packet-based CATS insufficient to meet the strict performance requirements of highly performance-sensitive use cases, such as AI training and
tele-health.</t>

<t>This document introduces CATS-aware OTN which is intended to complement packet-based CATS by providing deterministic transport capabilities to
support highly performance-sensitive use cases. It maps service flows into optimized optical containers (e.g., ODUk or OSU). By incorporating
optical-layer characteristics (e.g., deterministic path latency, wavelength continuity constraints, and optical link performance parameters)
together with computing-layer metrics, the framework enables the establishment of an end-to-end "hard-isolation" capable of delivering the
performance stability required by AI cluster workloads.</t>

<t>The CATS framework serves as an overlay architecture designed to facilitate the selection of optimal service contact instances among multiple
candidates. The determination of whether a service instance is deemed 'suitable' depends on a multi-dimensional evaluation of both networking
and computing metrics. This document extends the application of the CATS framework into the OTN domain, specifying how optical path computation
and connection establishment can be made compute-aware.</t>

<t>Additionally, this document outlines the operational workflow of the primary CATS procedures (see <xref target="sec-workflow"/>) as they are implemented across
both the control and data planes within a CATS-aware OTN infrastructure. It is assumed that the CATS functional elements are situated within a
single provider network. Consequently, deployment scenarios involving the co-location of these elements at the client site are considered out
of scope for this discussion.</t>

</section>
<section anchor="sec-terms"><name>Terminology</name>

<t>The following terms are defined in <xref target="I-D.ietf-cats-framework"/> and are not redefined here:</t>

<t><list style="symbols">
  <t>Client</t>
  <t>Computing-Aware Traffic Steering (CATS).</t>
  <t>Metric</t>
  <t>Computing metrics</t>
  <t>Service</t>
  <t>Computing Service</t>
  <t>CATS Service ID (CS-ID)</t>
  <t>Service instance</t>
  <t>Service contact instance</t>
  <t>CATS Service Contact Instance ID (CSCI-ID)</t>
  <t>Service request</t>
  <t>CATS Path Selector (C-PS)</t>
  <t>CATS Service Metric Agent (C-SMA)</t>
  <t>CATS Network Metric Agent (C-NMA)</t>
  <t>CATS forwarder</t>
</list></t>

<t>The following definitions are extended from those provided in <xref target="I-D.ietf-cats-framework"/>.</t>

<t><list style="symbols">
  <t>Flow: A set of packets or signals grouped logically over a defined period. Within the context of CATS-aware OTN, a flow is generally
encapsulated into an Optical Data Unit (ODU) or a fine-grain OTN (fgOTN) connection to provide deterministic transport for AI workloads.</t>
  <t>CATS Traffic Classifier (C-TC): A functional entity responsible for identifying which packets or client signals constitute a traffic flow
for a particular service request. It operates in coordination with the Ingress CATS-aware OTN edge node to ensure that such traffic is
encapsulated into an OTN connection (e.g., ODUk) and follows the path computed by the C-PS. Refer to <xref target="sec-ctc"/> for additional details.</t>
</list></t>

<t>This document makes use of the following additional terms:</t>

<t><list style="symbols">
  <t>CATS-aware OTN edge node: An OTN node deployed at the network edge that is capable of functioning as a CATS-Forwarder. It operates based
on forwarding instructions provided by a CATS Path Selector (C-PS), which might be integrated into or external to the CATS-aware OTN edge
node.  <vspace blankLines='1'/>
A CATS-aware OTN edge node can function in either an Ingress or Egress capacity. Refer to <xref target="sec-edge"/> for further details.  <list style="symbols">
      <t>Ingress CATS-aware OTN edge node: A functional entity that directs service-specific traffic along a path determined by CATS. In a
CATS-aware OTN, an ingress CATS-aware OTN edge node connecting to the client site is responsible for mapping of client signals into
ODU/fgOTN containers. It serves as the ingress point.</t>
      <t>Egress CATS-aware OTN edge node: An entity situated at the termination of a CATS-computed path that interfaces with a service site. In
a CATS-aware OTN, an Egress CATS-aware OTN edge node connecting to the Service Contact Instance is responsible for de-mapping signals
from ODU/fgOTN containers. It serves as the egress point.</t>
    </list></t>
</list></t>

</section>
<section anchor="sec-framework"><name>CATS Framework and Components</name>

<section anchor="sec-assumptions"><name>Assumptions</name>

<t>Under the CATS framework, a specific service can be implemented through single or multiple service instances, which may be deployed across
one or several service sites. Each service is uniquely identified by a consistent service identifier (see <xref target="sec-ids"/>). Furthermore, CATS
operates under the premise that these instances are accessible through one or more service contact instances, without requiring further
internal details of the instances themselves.</t>

</section>
<section anchor="sec-ids"><name>CATS Identifiers</name>

<t>The CATS architecture utilizes two  functional identifiers as defined in <xref target="I-D.ietf-cats-framework"/>: the CATS Service ID (CS-ID) and the CATS
Service Contact Instance ID (CSCI-ID).</t>

<t>This document maintains neutrality regarding the internal structure or semantics of the CSCI-ID. Within the context of CATS-aware OTN, a
unicast IP address may serve as a CSCI-ID to uniquely identify the location or access point of a service instance.</t>

</section>
<section anchor="sec-fwrkover"><name>Framework Overview</name>

<t>Figure 1 in <xref target="I-D.ietf-cats-framework"/> provides a high-level conceptual overview of the CATS framework, abstracting the internal functional
entities within the network.</t>

<t><xref target="I-D.ietf-cats-framework"/> further categorizes the architecture into three functional planes: the CATS Management Plane, the CATS Control
Plane, and the CATS Data Plane. In the context of this document, the CATS Management Plane handles the configuration and maintenance of
CATS-aware OTN edge nodes. The CATS Control Plane manages service scheduling by evaluating both computing and network status. In the
context of OTN, this augmented Control Plane determines the establishment and cross-connection of optical paths or connections (e.g.,
ODUk/fgOTN) across the associated CATS-aware OTN edge nodes, relaying these instructions to the CATS Data Plane for execution.</t>

<t>The CATS Data Plane manages compute-aware optical transport, which involves encapsulating service traffic into optical containers (e.g.,
ODUk), directing them via designated optical paths toward selected service contact instances, and performing signal cross-connections to
maintain deterministic performance throughout the transit.</t>

<t>Depending on the specific implementation and deployment scenario, these planes may comprise various functional components; subsequent
sections will provide further details. For instance, the control plane may incorporate elements such as C-PS and C-NMA, while the data
plane may include CATS-aware OTN edge nodes, C-TC, and other related entities.</t>

</section>
<section anchor="sec-funccomp"><name>CATS Functional Components</name>

<t>CATS nodes determine the forwarding path for service requests received from clients by evaluating the operational status and capabilities
of both service contact instances and the network. Within a CATS-aware OTN environment, this process incorporates the selection and
provisioning of deterministic optical paths. The primary functional entities of the CATS framework and their interworking are illustrated
in Figure 2 of <xref target="I-D.ietf-cats-framework"/> where CATS-aware OTN edge nodes access the underlying OTN infrastructure.</t>

<section anchor="sec-services"><name>Service Sites, Service Instances, and Service Contact Instances</name>

<t>Service sites are described in <xref target="I-D.ietf-cats-framework"/>. They represent physical or logical locations hosting the necessary resources
(such as GPU clusters for AI training) to provide a specific service.</t>

<t>A compute service is identified by a CATS Service Identifier (CS-ID).</t>

<t>Figure 2 in <xref target="I-D.ietf-cats-framework"/> illustrates two CATS nodes (which in a CATS-aware OTN are CATS-aware OTN edge node 1 and CATS-aware
OTN edge node 3) that facilitate access to these service contact instances. These entities function as Egress CATS-aware OTN edge nodes
(see <xref target="sec-edge"/>) implemented as CATS-aware OTN edge nodes.</t>

<t>Note: "Egress" refers to the direction of service request placement, specifically identifying the exit point of the CATS infrastructure.</t>

</section>
<section anchor="sec-csma"><name>CATS Service Metric Agent (C-SMA)</name>

<t>As described in <xref target="I-D.ietf-cats-framework"/>, the CATS Service Metric Agent (C-SMA) is a functional entity that collects data regarding service
sites and server resources (such as GPU utilization and memory availability), alongside the operational status of various service instances.
Depending on the deployment, a C-SMA can be integrated with or positioned near a service contact instance, or hosted by/adjacent to an Egress
CATS-aware OTN edge node (see <xref target="sec-edge"/>). A given deployment may utilize one or multiple C-SMA instances.</t>

</section>
<section anchor="sec-cnma"><name>CATS Network Metric Agent (C-NMA)</name>

<t>The CATS Network Metric Agent (C-NMA) is a functional component described in <xref target="I-D.ietf-cats-framework"/>. It is responsible for acquiring
information about the underlay network state. Within the context of CATS-aware OTN, the C-NMA retrieves optical-layer performance indicators,
including Optical Signal-to-Noise Ratio (OSNR), wavelength or timeslot availability, and deterministic latency derived from physical fiber
distance.</t>

<t>The C-NMA is expected to employ established mechanisms (e.g., <xref target="RFC7471"/>, <xref target="RFC8570"/>, and <xref target="RFC8571"/>) in addition to specialized optical
performance monitoring protocols.</t>

</section>
<section anchor="sec-cps"><name>CATS Path Selector (C-PS)</name>

<t>The C-PS receives aggregated data from C-SMAs and C-NMAs to determine the optimal Egress CATS-aware OTN edge nodes for routing specific service
requests. In the context of CATS-aware OTN, C-PSes focus on the computation and selection of optical paths (such as ODUk or fgOTN connections)
to satisfy the rigorous demands of AI workloads.</t>

<t>A C-PS may employ the Path Computation Element Communication Protocol (PCEP) <xref target="RFC5440"/> or PCEP Link-State (PCEP-LS) <xref target="I-D.ietf-pce-pcep-ls"/>
with PCEP-LS optical extensions <xref target="I-D.lee-pce-pcep-ls-optical"/> to advertise metrics and synchronize path selection, adhering to the procedures
outlined in <xref target="RFC9730"/>.</t>

<t>A C-PS can be embedded within CATS-aware OTN edge nodes or implemented as a standalone entity. Typically, a standalone C-PS functions as a part
of a centralized controller, such as a Path Computation Element (PCE) <xref target="RFC4655"/> capable of addressing optical constraints..</t>

</section>
<section anchor="sec-ctc"><name>CATS Traffic Classifier (C-TC)</name>

<t>As described in <xref target="I-D.ietf-cats-framework"></xref>, the CATS Traffic Classifier (C-TC) is a functional entity responsible for mapping incoming client
signals or packets to their respective service requests. Within CATS-aware OTN, the C-TC identifies traffic through physical ports, VLAN tags,
or specific Service IDs, ensuring these flows are encapsulated into the appropriate optical containers (e.g., ODUk/fgOTN) as directed by the
C-PS.</t>

<t>C-TCs are generally situated within CATS-aware OTN edge nodes (acting as Ingress CATS-aware OTN edge nodes).</t>

</section>
<section anchor="sec-edge"><name>CATS-Aware OTN Edge Nodes</name>

<t>Ingress CATS-aware OTN edge nodes are tasked with directing service-specific traffic along a path determined by the CATS framework. In the
context of this document, these are CATS-aware OTN edge nodes that encapsulate client signals into deterministic optical pipes. Egress CATS-aware
OTN edge nodes function as the exit points for service requests by decapsulating the optical containers back into their original client formats.</t>

<t>Within a CATS-aware OTN infrastructure, these CATS-aware OTN edge nodes execute wavelength or timeslot cross-connections at the physical and link
layers. This ensures the zero-jitter and high-bandwidth transmission essential for the synchronization of AI clusters.</t>

</section>
<section anchor="sec-underlay"><name>Underlay Infrastructure</name>

<t>The "underlay infrastructure" depicted in Figure 2 of <xref target="I-D.ietf-cats-framework"/> represents an OTN and optical network (which may include WDM layers)
that does not inherently need to be CATS-aware. The CATS-specific paths determined by a C-PS are distributed to the CATS-aware OTN edge nodes,
ensuring that the underlying optical nodes (such as P-nodes) remain unaffected by CATS-level steering.</t>

</section>
</section>
</section>
<section anchor="sec-workflow"><name>CATS-Aware OTN Workflow</name>

<t>The following subsections outline an operational workflow for CATS-aware OTN. To activate CATS within a specific domain, certain provisioning steps
are required, as detailed in <xref target="sec-provisioning"/>. Furthermore, <xref target="sec-deployment"/> explores various deployment strategies (including distributed, centralized, and
hybrid architectures) to suit different operational environments.</t>

<section anchor="sec-announce"><name>Service Announcement</name>

<t>A service provider assigns a unique identifier, known as a CS-ID, to each service.</t>

<t>Within CATS-aware OTN, the service announcement procedure facilitates the alignment of service demands with deterministic optical resources. The
service provider or the controller links the CS-ID with particular ingress CATS-aware OTN edge nodes to ensure that traffic is accurately identified
and encapsulated into the relevant optical containers (e.g., ODUk/fgOTN).</t>

</section>
<section anchor="sec-distribution"><name>Metrics Distribution</name>

<t>As outlined in <xref target="sec-funccomp"/>, a C-SMA gathers computing capabilities and performance metrics, linking them to the service-specific CS-ID. The C-SMA is
responsible for either aggregating these metrics across multiple service contact instances or maintaining individual records for each, or a combination
of both approaches.</t>

<t>Given that computing metrics often fluctuate rapidly (as discussed in Section 5.3 of <xref target="I-D.ietf-cats-usecases-requirements"/>), the frequency of their
distribution is defined by the specific communication protocol employed. Potential update mechanisms include interval-based, threshold-triggered, or
policy-driven updates, as well as the use of normalized metrics to ensure stability.</t>

<t>Furthermore, the C-NMA is responsible for collecting optical network-layer capabilities and metrics. This information may be disseminated using PCEP-LS
for optical networks <xref target="I-D.lee-pce-pcep-ls-optical"/>, which may require extensions to support additional optical parameters such as link latency, OSNR,
and wavelength availability. By distributing these optical metrics to C-PSes, the system enables them to evaluate both service and network conditions to
identify the optimal Egress CATS-aware OTN edge node for servicing a request. Consistent with computing metrics, optical network data can be distributed
through centralized, distributed, or hybrid frameworks, the specifics of which remain deployment-dependent.</t>

<t>Optical network state may also vary over time. To avoid excessive control plane overhead or flooding, a tool such as PCEP-LS for optical networks
<xref target="I-D.lee-pce-pcep-ls-optical"/> can utilize existing mechanisms to manage state change notifications. Similar to C-SMAs, C-NMAs should be configured
with specific triggers or intervals to regulate when updates are reported to the C-PSes.</t>

</section>
<section anchor="sec-processing"><name>Service Access Processing</name>

<t>Based on the service and optical network metrics advertised to the C-PS (for example, via PCEP-LS for optical networks <xref target="I-D.lee-pce-pcep-ls-optical"/>, a
C-PS identifies the optimal paths to the relevant CATS-aware OTN edge nodes (acting as egress points). The C-PS may be integrated into an Ingress CATS-aware
OTN edge node (as illustrated in Figure 3 of <xref target="I-D.ietf-cats-framework"/>) or operate as a logically centralized entity, consistent with the centralized or
hybrid models discussed in <xref target="sec-deployment"/>.</t>

<t>In the scenario depicted in Figure 3 of <xref target="I-D.ietf-cats-framework"/>, a client initiates a service request through CATS-aware OTN edge node 1, which serves as
the Ingress CATS-aware OTN edge node. Such service requests may involve high-bandwidth data flows (e.g., RDMA or Ethernet) identified by VLAN tags or specific
physical ports that convey the CS-ID and associated parameters.</t>

<t>Upon identifying a matching classification entry via the C-TC, the Ingress CATS-aware OTN edge node maps and encapsulates the incoming signals into an Optical
Data Unit (ODUk) or fine-grain OTN (fgOTN) container, as defined in <xref target="ITU-T_G.709"/> and in <xref target="ITU-T_G.709.20"/>. This encapsulated traffic is subsequently steered toward the Egress CATS-aware
OTN edge node selected by the C-PS, following the optical path established through PCEP.</t>

<t>Once these optical containers arrive at the Egress CATS-aware OTN edge node, the ODUk/fgOTN overhead is stripped away (via decapsulation/demapping per
<xref target="ITU-T_G.709"/>), allowing the original client signals to be delivered to the designated service contact instance.</t>

</section>
<section anchor="sec-affinity"><name>Service Contact Instance Affinity</name>

<t>Service contact instance affinity requires that all packets or signals constituting a flow for a given service request are consistently routed to the same
service contact instance. Additionally, such traffic should follow a uniform path to prevent packet mis-ordering and avoid the introduction of jitter or
unpredictable latency. Within a CATS-aware OTN environment, this path consistency is fundamentally maintained through the use of dedicated optical channels
which provide a circuit-switched infrastructure that inherently eliminates reordering and guarantees deterministic performance. Any CATS framework implementation
for OTN must ensure that both the service instance selection and the subsequent path steering remain stable for the duration of a flow.</t>

<t>Specifically, the traffic must be directed through the same Egress CATS-aware OTN edge node. Maintaining service affinity is a capability that can be provisioned
on the C-PS during service deployment (applying to all associated flows) or assigned dynamically when a new service request is initiated (applying to a specific flow).</t>

<t>It should be noted that the definition of a 'flow' may vary across different services. In a CATS-aware OTN infrastructure, a flow can be identified using physical
or link-layer attributes as defined in <xref target="ITU-T_G.709"/>, such as a designated port or a specific ODUk/fgOTN timeslot. Therefore, any protocol designed to convey
affinity information to the C-TC should provide flexible flow identification mechanisms. More broadly, there must be a way to define and recognize the specific set
of signals or packets that require affinity.</t>

<t>Crucially, the criteria for flow identification should remain application-independent to prevent the proliferation of service-specific affinity methods. Nonetheless,
affinity parameters (such as identification types, methods, and timeout values) may be configurable on a per-service basis, adhering to the mapping and policy
frameworks of <xref target="ITU-T_G.709"/>.</t>

<t>This document does not specify the particular mechanisms used to define or enforce service contact instance affinity.</t>

</section>
<section anchor="sec-compute"><name>Distributed Accelerator-Assisted Compute Services</name>

<t>Operators are increasingly deploying accelerator-assisted compute services (e.g., GPU, NPU or FPGA clusters) across geographically distributed sites. These services are characterized by dynamic capacity availability, where the compute resources at any given site fluctuate based on concurrent workload demands. Consequently, a specific computing service (identified by a CS-ID) may be reachable via multiple candidate service contact instances (CSCI-IDs), with no single site guaranteeing consistent capacity at all times.</t>

<t>This service model imposes two simultaneous and distinct requirements on the infrastructure. First, a compute-aware decision is required: the selected site must have sufficient available accelerator capacity at the time of the request. Second, a network-aware decision is required: once a site is selected, the data path between the client and the accelerator pool must provide sustained high bandwidth, bounded latency and high availability. Steering based on only one metric is insufficient: compute-only steering may result in selecting a site accessible only via congested or non-deterministic paths, while network-only steering may select a deterministic path to a site lacking the necessary compute capacity.</t>

<t>The OTN for CATS architecture addresses this by jointly evaluating both computing and network metrics during the selection of a service contact instance. The integration of OTN provides a critical advantage: it enables the network component of the decision to be fulfilled with hard, deterministic guarantees rather than statistical probabilities. By mapping selected service flows into dedicated ODUk or fine-grain OTN (fgOTN) containers, the infrastructure establishes a hard-isolated, deterministic transport pipe to the chosen site. This maintains the necessary performance bounds for the entire duration of the workload, making it highly applicable to various high-performance tasks, including large-model training and time-sensitive inference.</t>

<t>To realize this use case, the network executes the following operational workflow, leveraging the functional components of the CATS framework:</t>

<t><list style="numbers" type="1">
  <t>    <dl>
      <dt>Metric Collection and Distribution:</dt>
      <dd>
        <t>The C-SMA (CATS Service Metric Agent) continuously monitors the real-time availability of accelerator resources (e.g., available GPU memory or FLOPS) at each distributed service site and distributes these computing metrics</t>
      </dd>
      <dt/>
      <dd>
        <t>Concurrently, the C-NMA (CATS Network Metric Agent) gathers optical network state information, including available ODUk/fgOTN bandwidth, deterministic latency values and link performance across the optical infrastructure.</t>
      </dd>
    </dl>
  </t>
  <t>    <dl>
      <dt>Service Request and Classification:</dt>
      <dd>
        <t>When a client initiates a high-performance compute request, the C-TC (CATS Traffic Classifier) at the ingress CATS-aware OTN edge node intercepts the traffic. It identifies the target computing service by extracting the corresponding CS-ID.</t>
      </dd>
    </dl>
  </t>
  <t>    <dl>
      <dt>Joint Path Selection:</dt>
      <dd>
        <t>The C-PS (CATS Path Selector) evaluates the request against the collected metrics. It selects the optimal service contact instance (CSCI-ID) that possesses the required accelerator capacity, while simultaneously computing an optical path that satisfies the strict bandwidth and deterministic latency requirements.</t>
      </dd>
    </dl>
  </t>
  <t>    <dl>
      <dt>Deterministic Transport Establishment:</dt>
      <dd>
        <t>Based on the decision from the C-PS, the ingress CATS-aware OTN edge node maps the incoming service flow into a dedicated ODUk or fgOTN container. This triggers the establishment of a hard-isolated optical connection to the selected service site, bypassing packet-level queuing and jitter.</t>
      </dd>
    </dl>
  </t>
  <t>    <dl>
      <dt>Workload Execution and Proactive Assurance:</dt>
      <dd>
        <t>The accelerator-assisted workload is executed over this deterministic pipe. For the duration of the session, the connection delivers proactive assurance by maintaining bounded latency and guaranteed bandwidth. To ensure uninterrupted performance until completion, the established path maintains service contact instance affinity for all subsequent flows of the same session.</t>
      </dd>
    </dl>
  </t>
</list></t>

</section>
</section>
<section anchor="sec-operational"><name>Operational Considerations</name>

<section anchor="sec-provisioning"><name>Provisioning of CATS Components</name>

<t>The deployment of CATS within an OTN can be achieved through an incremental approach. It is not mandatory for all CATS-aware OTN edge nodes (such as Terminal Muxes)
to be upgraded simultaneously. Support for CATS awareness may be restricted to specific CATS-aware OTN edge nodes. For example, CATS capabilities could be prioritized
on CATS-aware OTN edge nodes that interconnect AI computing data centers (DCI nodes), while the remaining intermediate nodes maintain transparent transport.</t>

<t>Beyond the CATS steering policies transmitted by a C-PS to an Ingress CATS-aware OTN edge node, several provisioning actions are necessary. These tasks include, but
are not limited to:</t>

<t><list style="symbols">
  <t>Locating Ingress Entities: Supplying C-PS elements with the locators of available Ingress CATS-aware OTN edge nodes (e.g., node identifiers or termination points).
These locators may also be dynamically discovered from the network topology via the optical control plane.</t>
  <t>Agent Connectivity: Providing the necessary information to establish communication between C-PS elements, C-NMAs, and C-SMAs.</t>
  <t>Identifier Management: Assigning CS-ID/CSCI-ID identifiers and associating them with particular service contact instances.</t>
  <t>Policy Definition: Configuring C-PS elements with service-specific optimization metrics and policies, emphasizing latency determinism, bandwidth rigidity, and
optical-layer availability to meet the requirements of (for example) AI training tasks.</t>
  <t>Traffic Mapping: Configuring the mapping and multiplexing functions of CATS-aware OTN edge nodes, such as allocating AI traffic to designated wavelengths or
ODUk/fgOTN timeslots to ensure physical isolation. This also includes credentials for mutual authentication between peer CATS-aware OTN edge nodes.</t>
  <t>Classifier Initialization: Clearing or updating the classification tables within C-TC elements.</t>
  <t>Monitoring and Correlation: Initializing traffic counters and performance monitoring (PM) parameters at CATS-aware OTN edge nodes to facilitate correlation between
Ingress and Egress CATS-aware OTN edge nodes. This correlation is essential for identifying performance degradations in the underlying optical transport layer,
utilizing the native OAM mechanisms of OTN for end-to-end delay and error-rate monitoring.</t>
</list></t>

<t>Provisioning encompasses both static configuration and dynamic distribution via protocols. These tasks can be implemented through various mechanisms, such as
NETCONF <xref target="RFC6241"/>, IPFIX <xref target="RFC7011"/>, RESTCONF <xref target="RFC8040"/>, or YANG-Push <xref target="RFC8639"/>. Detailed discussion of specific CATS extensions for these protocols is
beyond the scope of this document.</t>

</section>
<section anchor="sec-supervision"><name>Supervision of CATS Components and CATS OAM</name>

<t>Complementary supervision and OAM mechanisms are essential to guide CATS provisioning and evaluate the effectiveness of CATS operations. Key requirements include:</t>

<t><list style="symbols">
  <t>Capabilities Exposure: Reporting the classification features of C-TC elements (e.g., identifying AI traffic through designated physical ports or VLAN tags for traffic mapping).</t>
  <t>Mapping Capabilities: Identifying the mapping and multiplexing functions supported by CATS-aware OTN edge nodes, adhering to the frameworks established in <xref target="ITU-T_G.709"/>.</t>
  <t>State Retrieval: Accessing the active classification and mapping tables from C-TC elements.</t>
  <t>Forwarding Rules: Retrieving current cross-connect and timeslot assignment configurations within CATS-aware OTN edge nodes.</t>
  <t>Policy Auditing: Extracting the active policies currently residing in C-PSes.</t>
  <t>Performance Monitoring: Collecting OTN performance monitoring (PM) data (such as Bit Error Rate (BER), Pre-FEC/Post-FEC status, and wavelength power) from CATS-aware
OTN edge nodes to simplify operational correlation between Ingress and Egress CATS-aware OTN edge nodes.</t>
  <t>Hardware-level Verification: Utilizing hardware-based OAM tools (e.g., OTN Overhead and Tandem Connection Monitoring (TCM)) to verify the integrity of various functional
entities, including classification, cross-connect, and forwarding behaviors. In contrast to packet-based OAM, OTN OAM leverages dedicated frame overhead, which prevents
any impact on service traffic. Refer to <xref target="sec-verifying"/>.</t>
  <t>Deterministic Measurement: Implementing OAM tools focused on deterministic performance, specifically for high-precision monitoring of latency and jitter.</t>
</list></t>

</section>
<section anchor="sec-deployment"><name>Deployment Considerations</name>

<t>This document remains agnostic regarding the specific implementation and deployment of CATS-aware OTN functional entities. In practice, whether a CATS architecture adopts
a fully decentralized design or utilizes a combination of centralized (e.g., a centralized C-PS) and distributed components (e.g., C-TCs) is a deployment-specific decision.
Within a CATS-aware OTN infrastructure, this typically necessitates coordination between Customer Network Controllers (CNCs) and Physical Network Controllers (PNCs) as
outlined in the ACTN framework <xref target="RFC8453"/>. Furthermore, specific use cases <xref target="I-D.ietf-cats-usecases-requirements"/> may influence the chosen deployment strategy.</t>

<t>For instance, in a centralized architecture, a logically centralized path computation entity (such as a PCE or an ACTN MDSC) aggregates both computing metrics from C-SMAs
and network performance data. In this scenario, the path computation logic processes service requests to determine the optimal paths to service contact instances. For
workloads involving high-bandwidth and long-duration flows (such as AI training), paths and optical channels (e.g., ODUk/fgOTN) may be pre-provisioned to guarantee zero
packet loss and immediate service availability. The C-PS then identifies the most suitable path based on current metrics and synchronizes these decisions with the C-TCs.</t>

<t>Depending on the distribution and collection mechanisms for computing metrics, the CATS framework supports three primary deployment models as set out in <xref target="I-D.ietf-cats-framework"/>.
In a CATS-aware OTN context, these can be re-stated as follows:</t>

<t><list style="symbols">
  <t>Distributed model: In this model, the service scheduling function is executed by the CATS-aware OTN edge nodes; consequently, the C-PS is integrated within an Ingress
CATS-aware OTN edge node.</t>
  <t>Centralized model: Centralized control entities (e.g., CNC or MDSC) collect all computing metrics and compute forwarding paths for service requests via PCEP and
synchronize with the Ingress CATS-aware OTN edge nodes. Here, the C-PS resides within the centralized controller.</t>
  <t>Hybrid model: This model integrates elements of both distributed and centralized architectures.</t>
</list></t>

<t>In the hybrid approach, some computing metrics are shared among network devices while others are gathered by a centralized controller. For example, static optical parameters
(such as fiber distance, Shared Risk Link Groups (SRLG), or maximum port capacity) may be distributed among network devices due to their stability. Conversely, highly dynamic
information (such as GPU resource utilization, wavelength availability, or optical power fluctuations) is centralized to prevent excessive flooding within the distributed
control plane. Service scheduling may be performed by a centralized controller, Ingress CATS-aware OTN edge nodes (co-located with a C-PS), or both, based on local policies.
When path computation is distributed, centralized entities must communicate collected path information to the Ingress CATS-aware OTN edge nodes (co-located with a C-PS) to
ensure the full metric set is considered for scheduling.</t>

</section>
<section anchor="sec-implementation"><name>Implementation Considerations on Using CATS Metrics</name>

<t><xref target="I-D.ietf-cats-framework"/> observes the scaling concerns when distributing computing-related metrics.</t>

<t>Within CATS-aware OTN infrastructure, normalization of metrics is important for managing heterogeneous hardware accelerators, such as GPUs, NPUs, or FPGAs. These normalized
computing scores can then be correlated with OTN-specific network resources (including available ODUk/fgOTN timeslots or bandwidth) to create a composite metric for path
selection. For further discussion on metrics and their distribution, refer to <xref target="I-D.ietf-cats-metric-definition"/>.</t>

<t>The placement of normalization and aggregation functions depends on the available processing capacity of the CATS components. One strategy is to host these functions away
from C-PSes, particularly when C-PSes are integrated into CATS-aware OTN edge nodes. Consequently, these functions may be situated at service contact instances, C-SMAs, or
specialized computing gateways interfaced with the OTN ingress.</t>

<t>In scenarios where C-SMAs are co-located with CATS-aware OTN edge nodes that have limited processing power, implementing normalization within the C-SMA may generate excessive
overhead and degrade the efficiency of metric distribution (for example via PCEP-LS optical extensions <xref target="I-D.lee-pce-pcep-ls-optical"/>. Therefore, this document recommends
performing normalization at the service contact instances. Aggregation functions, however, may reside in either the C-SMA or the service contact instances.</t>

<t>To maintain consistency in CATS path selection, all participating CATS components must utilize identical normalization and aggregation functions. Furthermore, in environments
involving multiple vendors or where service contact instances and C-SMAs are provided by different parties, a standardized set of common functions is necessary to ensure fair
selection across all instances. To this end, these functions must be standardized, potentially leveraging YANG models compatible with ACTN PNC/CNC architectures. CATS
implementations must provide a configuration parameter to manage and activate these specific functions in contexts where multiple versions are supported.</t>

</section>
<section anchor="sec-verifying"><name>Verifying Correct Operations</name>

<t>A CATS implementation must maintain logs of error events (such as light-path switching failures, wavelength conflicts, or computing resource downtime) to facilitate enhanced
network management and operations. Mechanisms to evaluate reachability and perform CATS path tracing should be provided.</t>

<t>Within a CATS-aware OTN infrastructure, reachability assessment utilizes hardware-level monitoring of end-to-end optical or electrical trails. The operational status of a CATS
path can be verified in real-time using ODUk/fgOTN maintenance signals (e.g., Alarm Indication Signal (AIS) or Locked (LCK) signals) as specified in <xref target="ITU-T_G.709"/>, thereby
removing the requirement for active probe packets.</t>

<t>Additionally, path tracing is supported by the Trail Trace Identifier (TTI) within the OTN frame overhead. This enables the physical verification that traffic is traversing
the exact sequence of nodes as determined by the C-PS. Such verification data should be synchronized with the PNC or CNC to maintain alignment between the control plane
steering policies and the actual state of the data plane.</t>

</section>
<section anchor="sec-impact"><name>Impact on Network Operations</name>

<t>The collection and distribution of computing metrics within the CATS framework necessitate a management function to coordinate interactions between network and computing
resources. This role can be fulfilled by an orchestrator, such as a Customer Network Controller (CNC) or a Multi-Domain Service Coordinator (MDSC) within the ACTN framework
<xref target="RFC8453"/>, which interfaces with both the C-SMA and C-NMA. Utilizing existing optical control hierarchies in this manner minimizes the requirement for entirely new functional
entities.</t>

<t>While introducing this coordination function may increase network management complexity (particularly if it is exclusively dedicated to CATS) this is balanced by the superior
determinism offered by the OTN layer for workloads. In contrast to connectionless IP networks, CATS-aware OTN is connection-oriented. Once computing-aware paths are provisioned
(for example, through PCEP-LS mechanisms for optical networks <xref target="I-D.lee-pce-pcep-ls-optical"/>) operational efforts transition from addressing routing oscillations to maintaining
stable, high-bandwidth "hard-isolations." This approach greatly streamlines the supervision of long-duration traffic flows, such as for AI training traffic.</t>

<t>Additionally, the CNC can act as a Northbound interface for external computing platforms, such as AI job schedulers, to enable coordinated resource allocation. This allows the
CATS-aware OTN infrastructure to adapt reliably to the specific latency and topological demands of, for example, distributed AI clusters.</t>

</section>
</section>
<section anchor="sec-iana"><name>IANA Considerations</name>

<t>This document does not make any requests of IANA.</t>

</section>
<section anchor="sec-security"><name>Security Considerations</name>

<t>Computing resource information is highly dynamic, fluctuating rapidly as service instances are initialized or terminated. If this information is disseminated via a distribution
protocol (such as PCEP-LS for optical networks <xref target="I-D.lee-pce-pcep-ls-optical"/>, an excessive volume of updates can undermine network stability. An attacker might exploit this
vulnerability by rapidly creating and deleting service instances to trigger instability. Consequently, CATS solutions must implement safeguards against such behavior, including
aggregation techniques, dampening mechanisms, and threshold-triggered updates. Within CATS-aware OTN, where path setup is resource-intensive, the architecture should incorporate
a "computing fluctuation window." This ensures that optical layer reconfigurations are only initiated by significant or sustained shifts in compute metrics.</t>

<t>The data distributed by C-SMAs and C-NMAs is often sensitive, as it may reveal network intelligence, the precise topology of GPU clusters, and the specific locations of compute
resources within service sites. Attackers could leverage this data to pinpoint vulnerabilities in a provider's infrastructure. Furthermore, unauthorized modification of this
information could disrupt service delivery or redirect traffic to malicious service instances. CATS-aware OTN provides a distinct security advantage by supporting Layer 1
physical layer encryption (e.g., OTN-SEC). This provides high-throughput security for data flows without the header overhead or latency increases typical of higher-layer
encryption like IPsec, which is vital for the performance of latency-sensitive AI training.</t>

<t>CATS implementations must provide robust authentication and integrity protection between C-SMAs/C-NMAs and C-PSes, as well as between C-PSes and Ingress CATS-aware OTN edge
nodes. In an ACTN-based environment, stringent mutual authentication is required between the PNC/CNC and the CATS-aware OTN edge nodes to prevent unauthorized changes to
optical cross-connects or timeslot allocations. Additionally, C-SMAs must have mechanisms to authenticate the services for which they provide data to the C-PS selection logic.</t>

<t>This document is restricted to a single service provider scenario. The centralized architecture of the OTN control plane within a single domain facilitates a closed management
loop, effectively minimizing the external attack surface. Therefore, security issues specific to multi-provider deployments are considered out of scope.</t>

</section>
<section anchor="sec-privacy"><name>Privacy Considerations</name>

<t>CATS solutions are required to prevent on-path nodes within the underlay infrastructure from performing client fingerprinting or tracking (e.g., identifying which client is
accessing a particular service). Generally, the CATS framework must ensure that personal data is not disclosed to external parties, exceeding the information already present
in the original packets transmitted by the client.</t>

<t>Within a CATS-aware OTN infrastructure, privacy is naturally bolstered by the use of Layer 1 rigid "Hard-isolations." Because intermediate elements (such as Optical Amplifiers)
function at the physical layer, they are unable to inspect the payload of the encapsulated traffic. This transparency at the physical layer ensures that on-path nodes cannot
perform traffic analysis or track application behavior through packet header inspection.</t>

<t>In certain scenarios, a CATS solution might require knowledge of specific applications, clients, or user identities. Such sensitive data must be protected via encryption. To
mitigate the risk of information leakage among CATS components, path information computed by the C-PS and specific mapping instructions (such as ODUk/fgOTN timeslot assignments)
should be encrypted during distribution. For instance, communication between the PNC/CNC and CATS-aware OTN edge nodes should be protected using secure southbound protocols like
NETCONF over TLS or RESTCONF. The choice of encryption-whether at the network, transport, or application layer-is implementation-dependent and remains outside the scope of this
document.</t>

<t>This document is restricted to a single service provider environment. Consequently, privacy issues related to multi-provider deployments are not addressed here.</t>

<t>For further details on privacy, refer to <xref target="RFC6462"/> and <xref target="RFC6973"/>.</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>The authors wish to acknowledge Adrian Farrel for helpful discussions.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">

<reference anchor="ITU-T_G.709" target="&lt;https://www.itu.int/rec/T-REC-G.709&gt;">
  <front>
    <title>Interfaces for the optical transport network</title>
    <author >
      <organization>International Telecommunication Union</organization>
    </author>
    <date year="2020" month="June"/>
  </front>
  <seriesInfo name="ITU-T" value="G.709/Y.1331 (2020)"/>
</reference>
<reference anchor="ITU-T_G.709.20" target="https://www.itu.int/rec/T-REC-G.709.20/">
  <front>
    <title>Overview of fine grain OTN</title>
    <author >
      <organization>International Telecommunication Union</organization>
    </author>
    <date year="2025" month="May"/>
  </front>
  <seriesInfo name="ITU-T" value="G.709.20 (2025)"/>
</reference>



<reference anchor="I-D.ietf-cats-usecases-requirements">
   <front>
      <title>Computing-Aware Traffic Steering (CATS) Problem Statement, Use Cases, and Requirements</title>
      <author fullname="Kehan Yao" initials="K." surname="Yao">
         <organization>China Mobile</organization>
      </author>
      <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
         <organization>Telefonica</organization>
      </author>
      <author fullname="Hang Shi" initials="H." surname="Shi">
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname="Shuai Zhang" initials="S." surname="Zhang">
         <organization>China Unicom</organization>
      </author>
      <author fullname="Qing An" initials="Q." surname="An">
         <organization>Alibaba Group</organization>
      </author>
      <date day="2" month="February" year="2026"/>
      <abstract>
	 <t>   Distributed computing enhances service response time and energy
   efficiency by utilizing diverse computing facilities for compute-
   intensive and delay-sensitive services.  To optimize throughput and
   response time, &quot;Computing-Aware Traffic Steering&quot; (CATS) selects
   servers and directs traffic based on compute capabilities and
   resources, rather than static dispatch or connectivity metrics alone.
   This document outlines the problem statement and scenarios for CATS
   within a single domain, and drives requirements for the CATS
   framework.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-cats-usecases-requirements-14"/>
   
</reference>

<reference anchor="I-D.ietf-cats-framework">
   <front>
      <title>A Framework for Computing-Aware Traffic Steering (CATS)</title>
      <author fullname="Cheng Li" initials="C." surname="Li">
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname="Zongpeng Du" initials="Z." surname="Du">
         <organization>China Mobile</organization>
      </author>
      <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
         <organization>Orange</organization>
      </author>
      <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
         <organization>Telefonica</organization>
      </author>
      <author fullname="John Drake" initials="J." surname="Drake">
         <organization>Independent</organization>
      </author>
      <date day="2" month="April" year="2026"/>
      <abstract>
	 <t>   This document describes a framework for Computing-Aware Traffic
   Steering (CATS).  Specifically, the document identifies a set of CATS
   functional components, describes their interactions, and provides
   illustrative workflows of the control and data planes.  The framework
   covers only the case of a single service provider.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-cats-framework-24"/>
   
</reference>
<reference anchor="RFC8453">
  <front>
    <title>Framework for Abstraction and Control of TE Networks (ACTN)</title>
    <author fullname="D. Ceccarelli" initials="D." role="editor" surname="Ceccarelli"/>
    <author fullname="Y. Lee" initials="Y." role="editor" surname="Lee"/>
    <date month="August" year="2018"/>
    <abstract>
      <t>Traffic Engineered (TE) networks have a variety of mechanisms to facilitate the separation of the data plane and control plane. They also have a range of management and provisioning protocols to configure and activate network resources. These mechanisms represent key technologies for enabling flexible and dynamic networking. The term "Traffic Engineered network" refers to a network that uses any connection-oriented technology under the control of a distributed or centralized control plane to support dynamic provisioning of end-to- end connectivity.</t>
      <t>Abstraction of network resources is a technique that can be applied to a single network domain or across multiple domains to create a single virtualized network that is under the control of a network operator or the customer of the operator that actually owns the network resources.</t>
      <t>This document provides a framework for Abstraction and Control of TE Networks (ACTN) to support virtual network services and connectivity services.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8453"/>
  <seriesInfo name="DOI" value="10.17487/RFC8453"/>
</reference>
<reference anchor="RFC6462">
  <front>
    <title>Report from the Internet Privacy Workshop</title>
    <author fullname="A. Cooper" initials="A." surname="Cooper"/>
    <date month="January" year="2012"/>
    <abstract>
      <t>On December 8-9, 2010, the IAB co-hosted an Internet privacy workshop with the World Wide Web Consortium (W3C), the Internet Society (ISOC), and MIT's Computer Science and Artificial Intelligence Laboratory (CSAIL). The workshop revealed some of the fundamental challenges in designing, deploying, and analyzing privacy-protective Internet protocols and systems. Although workshop participants and the community as a whole are still far from understanding how best to systematically address privacy within Internet standards development, workshop participants identified a number of potential next steps. For the IETF, these included the creation of a privacy directorate to review Internet-Drafts, further work on documenting privacy considerations for protocol developers, and a number of exploratory efforts concerning fingerprinting and anonymized routing. Potential action items for the W3C included investigating the formation of a privacy interest group and formulating guidance about fingerprinting, referrer headers, data minimization in APIs, usability, and general considerations for non-browser-based protocols.</t>
      <t>Note that this document is a report on the proceedings of the workshop. The views and positions documented in this report are those of the workshop participants and do not necessarily reflect the views of the IAB, W3C, ISOC, or MIT CSAIL. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6462"/>
  <seriesInfo name="DOI" value="10.17487/RFC6462"/>
</reference>
<reference anchor="RFC6973">
  <front>
    <title>Privacy Considerations for Internet Protocols</title>
    <author fullname="A. Cooper" initials="A." surname="Cooper"/>
    <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
    <author fullname="B. Aboba" initials="B." surname="Aboba"/>
    <author fullname="J. Peterson" initials="J." surname="Peterson"/>
    <author fullname="J. Morris" initials="J." surname="Morris"/>
    <author fullname="M. Hansen" initials="M." surname="Hansen"/>
    <author fullname="R. Smith" initials="R." surname="Smith"/>
    <date month="July" year="2013"/>
    <abstract>
      <t>This document offers guidance for developing privacy considerations for inclusion in protocol specifications. It aims to make designers, implementers, and users of Internet protocols aware of privacy-related design choices. It suggests that whether any individual RFC warrants a specific privacy considerations section will depend on the document's content.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6973"/>
  <seriesInfo name="DOI" value="10.17487/RFC6973"/>
</reference>



    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC7471">
  <front>
    <title>OSPF Traffic Engineering (TE) Metric Extensions</title>
    <author fullname="S. Giacalone" initials="S." surname="Giacalone"/>
    <author fullname="D. Ward" initials="D." surname="Ward"/>
    <author fullname="J. Drake" initials="J." surname="Drake"/>
    <author fullname="A. Atlas" initials="A." surname="Atlas"/>
    <author fullname="S. Previdi" initials="S." surname="Previdi"/>
    <date month="March" year="2015"/>
    <abstract>
      <t>In certain networks, such as, but not limited to, financial information networks (e.g., stock market data providers), network performance information (e.g., link propagation delay) is becoming critical to data path selection.</t>
      <t>This document describes common extensions to RFC 3630 "Traffic Engineering (TE) Extensions to OSPF Version 2" and RFC 5329 "Traffic Engineering Extensions to OSPF Version 3" to enable network performance information to be distributed in a scalable fashion. The information distributed using OSPF TE Metric Extensions can then be used to make path selection decisions based on network performance.</t>
      <t>Note that this document only covers the mechanisms by which network performance information is distributed. The mechanisms for measuring network performance information or using that information, once distributed, are outside the scope of this document.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7471"/>
  <seriesInfo name="DOI" value="10.17487/RFC7471"/>
</reference>
<reference anchor="RFC8570">
  <front>
    <title>IS-IS Traffic Engineering (TE) Metric Extensions</title>
    <author fullname="L. Ginsberg" initials="L." role="editor" surname="Ginsberg"/>
    <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
    <author fullname="S. Giacalone" initials="S." surname="Giacalone"/>
    <author fullname="D. Ward" initials="D." surname="Ward"/>
    <author fullname="J. Drake" initials="J." surname="Drake"/>
    <author fullname="Q. Wu" initials="Q." surname="Wu"/>
    <date month="March" year="2019"/>
    <abstract>
      <t>In certain networks, such as, but not limited to, financial information networks (e.g., stock market data providers), network-performance criteria (e.g., latency) are becoming as critical to data-path selection as other metrics.</t>
      <t>This document describes extensions to IS-IS Traffic Engineering Extensions (RFC 5305). These extensions provide a way to distribute and collect network-performance information in a scalable fashion. The information distributed using IS-IS TE Metric Extensions can then be used to make path-selection decisions based on network performance.</t>
      <t>Note that this document only covers the mechanisms with which network-performance information is distributed. The mechanisms for measuring network performance or acting on that information, once distributed, are outside the scope of this document.</t>
      <t>This document obsoletes RFC 7810.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8570"/>
  <seriesInfo name="DOI" value="10.17487/RFC8570"/>
</reference>
<reference anchor="RFC8571">
  <front>
    <title>BGP - Link State (BGP-LS) Advertisement of IGP Traffic Engineering Performance Metric Extensions</title>
    <author fullname="L. Ginsberg" initials="L." role="editor" surname="Ginsberg"/>
    <author fullname="S. Previdi" initials="S." surname="Previdi"/>
    <author fullname="Q. Wu" initials="Q." surname="Wu"/>
    <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
    <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
    <date month="March" year="2019"/>
    <abstract>
      <t>This document defines new BGP - Link State (BGP-LS) TLVs in order to carry the IGP Traffic Engineering Metric Extensions defined in the IS-IS and OSPF protocols.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8571"/>
  <seriesInfo name="DOI" value="10.17487/RFC8571"/>
</reference>
<reference anchor="RFC5440">
  <front>
    <title>Path Computation Element (PCE) Communication Protocol (PCEP)</title>
    <author fullname="JP. Vasseur" initials="JP." role="editor" surname="Vasseur"/>
    <author fullname="JL. Le Roux" initials="JL." role="editor" surname="Le Roux"/>
    <date month="March" year="2009"/>
    <abstract>
      <t>This document specifies the Path Computation Element (PCE) Communication Protocol (PCEP) for communications between a Path Computation Client (PCC) and a PCE, or between two PCEs. Such interactions include path computation requests and path computation replies as well as notifications of specific states related to the use of a PCE in the context of Multiprotocol Label Switching (MPLS) and Generalized MPLS (GMPLS) Traffic Engineering. PCEP is designed to be flexible and extensible so as to easily allow for the addition of further messages and objects, should further requirements be expressed in the future. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5440"/>
  <seriesInfo name="DOI" value="10.17487/RFC5440"/>
</reference>

<reference anchor="I-D.ietf-pce-pcep-ls">
   <front>
      <title>PCEP extensions for Distribution of Link-State and TE Information</title>
      <author fullname="Dhruv Dhody" initials="D." surname="Dhody">
         <organization>Huawei</organization>
      </author>
      <author fullname="Shuping Peng" initials="S." surname="Peng">
         <organization>Huawei</organization>
      </author>
      <author fullname="Daniele Ceccarelli" initials="D." surname="Ceccarelli">
         <organization>Cisco</organization>
      </author>
      <author fullname="Aijun Wang" initials="A." surname="Wang">
         <organization>China Telecom</organization>
      </author>
      <author fullname="Gyan Mishra" initials="G. S." surname="Mishra">
         <organization>Verizon Inc.</organization>
      </author>
      <date day="28" month="April" year="2026"/>
      <abstract>
	 <t>   In order to compute and provide optimal paths, Path Computation
   Elements (PCEs) require an accurate and timely Traffic Engineering
   Database (TED).  Traditionally, this TED has been obtained from a
   link state (LS) routing protocol supporting the traffic engineering
   extensions.

   This document extends the Path Computation Element Communication
   Protocol (PCEP) with Link-State and TE Information as an experimental
   extension to allow gathering more deployment and implementation
   feedback on the use of PCEP in this way.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-pce-pcep-ls-06"/>
   
</reference>

<reference anchor="I-D.lee-pce-pcep-ls-optical">
   <front>
      <title>PCEP Extensions for Distribution of Link-State and TE Information for Optical Networks</title>
      <author fullname="Yang Zhao" initials="Y." surname="Zhao">
         <organization>China Mobile</organization>
      </author>
      <author fullname="Daniele Ceccarelli" initials="D." surname="Ceccarelli">
         <organization>Cisco</organization>
      </author>
      <author fullname="LiXiao" initials="" surname="LiXiao">
         <organization>Huawei Technologies Co., Ltd.</organization>
      </author>
      <author fullname="Bin Yeong Yoon" initials="B. Y." surname="Yoon">
         <organization>ETRI</organization>
      </author>
      <author fullname="Adrian Farrel" initials="A." surname="Farrel">
         <organization>Old Dog Consulting</organization>
      </author>
      <date day="7" month="February" year="2026"/>
      <abstract>
	 <t>   In order to compute and provide optimal paths, Path Computation
   Elements (PCEs) require an accurate and timely Traffic Engineering
   Database (TED).  This Link State and TE information has previously
   been obtained from a link state routing protocol that supports
   traffic engineering extensions.

   Link-State (LS) and Traffic Engineering (TE) Information can also be
   carried in Path Computation Element Communication Protocol (PCEP)
   using exensions known as PCEP-LS.  This document provides further
   experimental extensions to collect Link-State and TE information for
   optical networks.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-lee-pce-pcep-ls-optical-17"/>
   
</reference>
<reference anchor="RFC9730">
  <front>
    <title>Interworking of GMPLS Control and Centralized Controller Systems</title>
    <author fullname="H. Zheng" initials="H." surname="Zheng"/>
    <author fullname="Y. Lin" initials="Y." surname="Lin"/>
    <author fullname="Y. Zhao" initials="Y." surname="Zhao"/>
    <author fullname="Y. Xu" initials="Y." surname="Xu"/>
    <author fullname="D. Beller" initials="D." surname="Beller"/>
    <date month="March" year="2025"/>
    <abstract>
      <t>Generalized Multiprotocol Label Switching (GMPLS) control allows each network element (NE) to perform local resource discovery, routing, and signaling in a distributed manner.</t>
      <t>The advancement of software-defined transport networking technology enables a group of NEs to be managed through centralized controller hierarchies. This helps to tackle challenges arising from multiple domains, vendors, and technologies. An example of such a centralized architecture is the Abstraction and Control of Traffic-Engineered Networks (ACTN) controller hierarchy, as described in RFC 8453.</t>
      <t>Both the distributed and centralized control planes have their respective advantages and should complement each other in the system, rather than compete. This document outlines how the GMPLS distributed control plane can work together with a centralized controller system in a transport network.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9730"/>
  <seriesInfo name="DOI" value="10.17487/RFC9730"/>
</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="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="RFC7011">
  <front>
    <title>Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information</title>
    <author fullname="B. Claise" initials="B." role="editor" surname="Claise"/>
    <author fullname="B. Trammell" initials="B." role="editor" surname="Trammell"/>
    <author fullname="P. Aitken" initials="P." surname="Aitken"/>
    <date month="September" year="2013"/>
    <abstract>
      <t>This document specifies the IP Flow Information Export (IPFIX) protocol, which serves as a means for transmitting Traffic Flow information over the network. In order to transmit Traffic Flow information from an Exporting Process to a Collecting Process, a common representation of flow data and a standard means of communicating them are required. This document describes how the IPFIX Data and Template Records are carried over a number of transport protocols from an IPFIX Exporting Process to an IPFIX Collecting Process. This document obsoletes RFC 5101.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="77"/>
  <seriesInfo name="RFC" value="7011"/>
  <seriesInfo name="DOI" value="10.17487/RFC7011"/>
</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="RFC8639">
  <front>
    <title>Subscription to YANG Notifications</title>
    <author fullname="E. Voit" initials="E." surname="Voit"/>
    <author fullname="A. Clemm" initials="A." surname="Clemm"/>
    <author fullname="A. Gonzalez Prieto" initials="A." surname="Gonzalez Prieto"/>
    <author fullname="E. Nilsen-Nygaard" initials="E." surname="Nilsen-Nygaard"/>
    <author fullname="A. Tripathy" initials="A." surname="Tripathy"/>
    <date month="September" year="2019"/>
    <abstract>
      <t>This document defines a YANG data model and associated mechanisms enabling subscriber-specific subscriptions to a publisher's event streams. Applying these elements allows a subscriber to request and receive a continuous, customized feed of publisher-generated information.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8639"/>
  <seriesInfo name="DOI" value="10.17487/RFC8639"/>
</reference>

<reference anchor="I-D.ietf-cats-metric-definition">
   <front>
      <title>CATS Metrics Definition</title>
      <author fullname="Kehan Yao" initials="K." surname="Yao">
         <organization>China Mobile</organization>
      </author>
      <author fullname="Cheng Li" initials="C." surname="Li">
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
         <organization>Telefonica</organization>
      </author>
      <author fullname="Jordi Ros-Giralt" initials="J." surname="Ros-Giralt">
         <organization>Qualcomm Europe, Inc.</organization>
      </author>
      <author fullname="Guanming Zeng" initials="G." surname="Zeng">
         <organization>Huawei Technologies</organization>
      </author>
      <date day="22" month="June" year="2026"/>
      <abstract>
	 <t>   Computing-Aware Traffic Steering (CATS) is a traffic engineering
   approach that optimizes the steering of traffic to a service instance
   by considering the dynamic state of computing and network resources.
   To enable such decisions, CATS components exchange metrics that
   describe resource conditions affecting service instance selection.
   This document focuses on compute and communication metrics for CATS
   and defines a hierarchical abstraction of these metrics to improve
   interoperability, scalability, and operational simplicity.  It does
   not aim to standardize raw infrastructure (Level 0) metrics; instead,
   it specifies higher-level representations that can be derived from
   raw measurements using aggregation and normalization functions.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-cats-metric-definition-10"/>
   
</reference>



    </references>

</references>


    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>
    <contact initials="M." surname="Wang" fullname="Minxue Wang">
      <organization>China Mobile</organization>
      <address>
        <email>wangminxue@chinamobile.com</email>
      </address>
    </contact>
    </section>

  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA619W3PcRpLuOyP4H7Dyg8mJ7pZ8n+GeODs0Jdk8Y0kMkRrP
nI2NDbCB7oaFBnpxIdV2+L+fvFcWgCbpifMwHnUTDRSqsjK//PJS8/n8+GhZ
Z0W1Pkv6bjX/8/HR8VFXdGV+lrxu0m1+Xzcfk7TKkvPdriyW6W1RFt0+qVfJ
Rb3d9V3aFXU1T+/TJk9umnS1KpbJdZfnDdwyObk4v7k+TYoqebfr4MclXlK1
u7rpkrd5h/duk5N3N29P8bHp7W2T350l8DlZ1U2CPz4+yuplBeM4SzK4ezf/
dZPW82XatfO6g+f6Qc1ffHF81Pa326JtYVDdfge/unx18zpJPkvSsq3PkmdF
leW7HP5Tdc9mybM8K7q6KdISP1yefw//Bw9+dvn+5vWz4yMc37qp+90ZjSX5
GT7ja/2A38G8pV2+rpv9Gbzgqj4+KnbNWdI1fdt9+eLFX158ie/UdjB3/52W
dQVj2eft8dGuOEv+s6uXswT+A1OYLjv6Z0GDmiUtTE6Tr1r4137L/5DL/osm
qcnTs+R93XcwkuOjj/dnx0dJMqdr+i7nDzXPNl5f1c0W1ugup+subz7Mb/77
h8V3L/5Cn5NE1vqy6vJmlS7zlqa+2+R6E3gjXbKKl4x/mPbdpm7kLglM21ru
UpFI4FrnZQ7D2vYV3Ae/Sz5U8F/+RQaTd5Z8+eLLF/MX3/JXLQhN3uJc2l1p
vGcJDfj5PxdffPXVF8kJ/uhURp8267w7S/7Xput27dnz5/f394ui6xdF1T1v
8uXzm/n7Vxdz+v3/HkzA4ssX8Ry8u8ubuyK/R+FeFVWerJsURffm7f/fN/5m
/uKbJ70xjJDe9pvB2z7hZeGnz0lcwpjnfJOias+Sfy6S/wsbib/h7fXPFCQ7
fElvd7EpqjR5U8P+yvnrZd1XHYo8/Ym/y7dpUZ4luDP3cJP9L/u/LvGvW/rd
AiYERxIP4KdF8mNa+ef/VPQwhPDtHx/AJq3KoochPP74fyzgef7p/yjS2r6i
R//Yp/d58ehDy+IT/PSrr/66oeunH/cjTneO+zU88ce03hbwwu4Pf+S5v+LP
NnyPB5/9cpH8rYgf/TKtirx0X9OD35VZ8rJeg16v2r7s7I82iA9/i0aQ0V3+
WpdZVq/h2Yv+Iz4d7QlcX9z2XSx4/Ow3RfWpz5Of0+jZ43WWh9zDdVv6ydSi
zufzJL1tQUMtO/z8dJNUr1Z50yZpsjIjh3qvxQ2Mry76lDdxi3phmSdt0YF+
vE3bPEvga3/JMt2xFYL9TOayrNNsBvsP/gnz0RYZPx4Vq6jR8W/AWHQ53hmv
2qXdpgXDQB/oyQt8xccMabJr6jt4WrLuU7gEXhvum+/g3zROUG2dTAkapXVy
X3SbpMnxFeHKTdpkNG/wTd03aA5opnDotzDE+yKDy3Gs/9OnaHOPj+COOj/w
aLC9MtCbTdEmYLz7LZi1JMvbJcgE3G9T35OF36b75DZPepxMeMu239HbpGxq
233b5Vv8Qwrrnt/lPA0djgTvtwNrhZatgseyWmxhzP/TFw3c7nYPz4O/IazR
wR0f5dVd0dQVDodHiNKzLbIMRe746Lez5LM2X85BmTb178dHn6Fub+qsX3ak
wlW63D2TtIHBdSAxfYNvlsIw87u6vKNXgnnMki3upDkuX+KfP0vuNzlM87Iu
y/S2bshCD+SMZKSr4dXgUpwJNMjb4lcYrXv7RcITnS/hvg2sya/wcIBFTQ0T
l6RZBiODJUlg9llwABz18LksPuYJSQBcsAMJhXkstiKIOWgAfKM02dYwyhzl
pcBph9VK3ILDtYAwRJxNZGZJelcXNPllvZQh6V+THnBOM4d5hO9FJpsk/7RJ
ATfBJ1oZEWm8AxjHJoV172WSu03awZfLutnhtOWyCwt+EZFZWgnAf/jC5R50
ya6s9zlvMJB8HX5WtLDLUK+sk22+BPtRtFsYPuwWuKwv06YEAVc8JLqBN5He
AlRsh8vQLpKfYScVtHfbgWTM9PJ5u8uXBW4+3YSwdCuUW5hcGGiLWioIDysL
2I5tF8SYZMl0kII0XQRbmTtQnwrWT9oeZQEeVXyCn5XFetPNUb/g1O+afA4P
SG/Lot3kpK0qfs/2VIRLxWmGmxf2YgMoedXlsClq+FDW9ceWxgrQtJyjFIXh
kEY7yRfrxSwZrDk8aJ3Tmp+S0OEdsj2oeLdC9LLRTX64+hC93OmCtyaoWJg9
EFFSaHgvlNVl2opIi3Kg3WfaKEPX5Lff/u1y/nJR5OD+kGMBP6Tfzf1vfv99
ltylTVH3rY6uTQjd49a8zat8VXSwlmiYdHFbNToitOAuoMi2yceqvi/zbE2b
6RFzQO8zFnIQWFCGyzYs7vD3YIj7puFdm65zWMzzy6REXTnf1llOwL6o4J7o
c8CawV9hs4H8oU79pb7FfQyjgE3C1pxkQ4eBI0YT1ybFdle3XjVHM42aU18w
ywErgzGHTYaChdukS9uPqLhB9kEoNiCYczMzM/cD3LUlzEa13POo8NstyP0v
RdexdmSd5XRVu6+WG1C4InLHR7cwjjyvwPKAfwgKAkVpWYLaASQAk1MCUu7X
LDum6ufnD8KIgB5GUmR/+v13NW7g/W1T0mq/1CAN6rPN6Y1klgS3gD4v0ImF
RSBZ9ltnddibFgywylPWlgZzYIoL2OKgP56hjZ8XbV3S7Z4NNKxseRVWfCB8
9BoRpxgVBMwgqka2z4ptnmyhwbEfmuhkZKEvRIBz9LJ2DWCL6BqvOoOYoiCr
aNPMBqkOUpsum7oFQ7G/bYpsaGRmaGDKPiMIDFASVCThGrrbsqz7bM4KWNYM
pOfGBBCFOFa/rH7IyMKkVWCPeVEJ6AQJyitcIFwssxI6MaRhcMZKuAEZCBBs
lNUavFRYA7LSI5MEQiR2T96WwMiuHAAN3Yvj3zMQhAVmTLUsC5r1uwJcEb0a
wT6g78gQbgCi42vA/A0eBqpGtBV4PihjJRij3LYCAW9a7BmoM1AINVi+0ahH
jwScXcC4ZNLLaUzg7Mc2hwnb48S9/undFWxjwaII1ElycMoAilb7ZI0rRsgo
OenbnuDELZgHNC6whnuaIzAi+Bl3Q41gzWYHLeh1gZJnajuSjFWJEkcmQZYo
K1YkrF28RjNnS0QVwSqouaRRNTkMf1Ws+4amwCgg9iPEK6B5D/vXQA9K2BYs
xxotjo21BLjJ/k1LZgjec0I4cYCC+NEFALWMc3v7izzDeRz2DvcGlYaboCCX
p0AqrFjh1mHUC7ru0OrTtKOQknYBQDFjdIQ7F4YLonBbVKY51RaxX6ZSIrZ0
AZAf5K/pkPZpQRDR3rdBZkHRNQTsUPfCU2HK+4ZMCQ4q/9TRxi5aBxVh3kEM
WqQxYfKrGkk0/ALujJr0E9lOUpzDabX3I/CAe2ALiwM/ghXLypwRF2/Jz1Ff
39VMOeFLwESD9wnaAS5PhzMHmyW6NXzV0o5McPXvYSugMAw3nf0GjQMvT5Fn
C2ILVAmzWlNgAla2XhYp4gbCMA8NBDdgk+/QDwXRT9frJidR1Huh94xeFeIr
WtTSYXHyKMq9tyRBG6FgnpuJihGFN1EoRbt0+THvRLeLvri8Oh3LL8wBbBwY
Q7Umz1gUAkHqsPYoY3BbhPJkiprguTF4T0HB7ea3+zn8HwptQX5hAcKG81GI
+5kT7lSVAZJpQIjBz0z88bznsYDzU9SN2PGwhWWOca5QKbg3pS0IM9YbdEIB
yPPOLPoyNucxwluRyQNJc5fMYR1BL+DWMBge9tHAQANghjmbb8B76DYT3IFN
REtDFYSEHAJPlsAVeDPC4ritSxpcMn5NMGOsCsfSEHjuCEl3NQYVmJx42ovC
DgSrle7MUQA9X9/TIIMTn5nrRrsBbE5jNurdyw8fUb+8u/4ABuT7vfN3GZLw
L+dlugfsC5KI/BdIJr6G3WQg6iiaJjj34B+j8JJnAVu56lG0zPx1Av11hGVR
fYwEAOmkLd6/PYXFU4oi9lRkdLKDWTWMwQ5+a94nrRnIE9qoKpt39Rz+LxkB
VlqekiyLICJBnxExgu6T7BlPDIHsCeYPaNCs18AYESnWClohVzfdR549OpLF
umK5W6VLfByqrRFd8JgRgydskYtRtYvBJcDGGDJgfGbLaZbsfsOznk6q6CzP
Ucl83sLK4mR9nnDcq2W9w7RUBrCmajl0kd+lZW83vwUco7aSRO6AvYw3KlhA
egS+vkTmjHScMPWVkJu4k7N6C4I3EzNIuhyJQpVAEl/HtxqxKlTFQIYQO96i
Vclyc7JIa7A5yLKCAzZssvwr1H0H0i6CWYM4aWgHh4zbWF9GgQ69FFn5jDyu
kzbPwRlEJlF/8vvvpyhDAS6qfjJkDr5pLawFked1ya532qXJrkxxPIa/Bipw
6L2B6inI9vZb8hPSzs19Xy3ldfJS1DfeBxRYb3YaH4IsE2F3gY2NysLQ3rOH
QTNneImwSGke4bKel3UkCOjF2eM7h2OY7kmb3ChzVJN9xyTzEpZDgpO4YkW7
7CnOu/DsLW6SltjbG9oudVmv97q9VwAb6nsaGF6WsKO9Irw/RQR5Fx7XA69H
CAfDkl8hiXuGt/9TckGvQP96GnmwwGvf0E6KfqW7C7+8VtbP/91/icsqn5PL
l3Dn6/nly1P3U9MK/ruh+hnd6kIuuFSVwve+uBzeXTC33eAKN+o1qT5YqZOL
ObhXo7vzSyfn5PnBNddvzsNFymQML3rrLxJYhVBmuLS0NAU7LTj7rJQUO3Yb
BNwi1o+u+oKX9jXc+iw5B0VL5olRRYsWGrV/WrYJZQkgtVqvxR1DcwG7VQUF
NElRZ54kVp+BUimiPT3DsBSqGhBzeHvQQSXy0AkYRTB9bV/SXiX1mYbMipeo
LD7AmycngB9OcXQphbHnFsZOTlZr4oec4oSbaMToEBzCPQdmMzaXshAq2xcl
kmrgEtCi31yc4nx5fQMogywx0yBovvG26uiRU0hgzk2uKQWeY4InoKlQRRgk
x3nCqSEmytFUZhRFQEkxsj7PUUPB3WqE5ayXjDO+rNYYLxkqWaJqqzrLHdFI
qpUQbeDyDy8S3MRNusN5p+ImlAQRNfCnVosgC+lv2EiL5H2+YrKTDcyyW4Jm
olc3k4armBblVAxum36Ed5cQThdtGvd7Uo1nYYmnpgEWl9+J5iTQTF0U36TL
mfpuPWhTsaAHt2rSXuuWjpdKfPkEcYtzplBzNRyaa8N2vt1r/HBKD5lzhfEP
xAfGyMtCUSCK8jlKDbxOzAAOBt97wbH288PCgjBEXxZlLi8YsVUmZ/DEV/wv
nJ8lbJHRIuPtZJVXfUM38EucJH96VGqn9yKtTAa4GP3/gwEqjhKnLJWqIXiq
8XFEmUhmwkiL4Us/sp90U6BNrkdQoGhHGgP8qh1eDXI00A+4hDwQ2FfPSdM5
34qkKgB6fJIObodkvE3mq0fnstIZNNwkgj9A6CLYtpVpCi0UJNlWA2qEyDSY
U8k4mprTRwY4MaUHrfrE/Gb5XKdYJpaHQtbziRObD+dV0VkwrYjQaKPGSYYI
cuoKkaH/GaHZHe11/OFnyXn4Aq/7gKTGhIsxm6IrxTfwIFzZdAG9KGWH6K+I
obnNhxQ7ko50gxbDpM7hE6b9FfKUdk9QxlUB5gngQqDUWIktQ0DTLtdLGu9k
FFkL/sUiec26ASMBM8mcNB3a2/xIJMP8gnZI96dLZCdJGh6KMYwpeBJkwOri
bKP8iLpCmk+UqigutT/h0fBpCw7znRB2louRyYLTul7aBLSRwx555Bwpw1ve
14nXemH6SE6fiPvPgliNYbaFrXm+nwSeJ+1yQZupBcvZUw4HIaW1mDqeKZlB
8/RYyLZpRZyPetj8kCfDzOMjylRsYaxXmitCkk37WYwz3xN1yVBaGZoE764R
8eGdzypwuIFifXDffESgzIscVIFmYuK1rzGkkSdfPOqhhRAHB5JL2ILEri3z
HejpkiC55ndOKgvJJBtNepAizCLqmBd0MQx1junVHhqiGnDJHGY53cTZIsqL
NLDFnfgyDeDE8U1apWumOa/wby6meMEcwvGR/MGLKfsJ9Aey3QMRidiQ2eGn
xVEIDTwZ7U0inVck/fXq+OiQsRJyy49a7r+lBwYKtcUoZF8Sxb03tgo/1VF+
hAulUwJF3+prcmKivCfJP71s2q/FDMQDMKwzRVIS+4QKf+5QvfB8yle1kuSi
2TSC+o+PEPY/F09Mwn4kBCFecnC6ZhjIT/cioaK9DQc7zOqWmQNkn/Jlb/lV
NxNX6YRHfNk4CVztH5M8cH3wd3wAxnwi5bwnmW6eCwDmDEPltbYc2yRqlaYj
nlVJjmJ+lbIbD9okXCahhAOgGS0cc/yqhR+IEYlFRCtHcA/npGCE85LYVQKm
VRzPM6ARdscEazaT9RS2D3UwLgSlPGjakdMGS8NJ/w4+6K0wchh3Xmq4tizN
sR/6DclrdL1lmmYR7bgTWfAxB0fXaQQH/SkGbMjLkEyUTHsjZ3l8FN2m7LNJ
R0pFGvkCCTjQMFHEcWFV1cYmAyYB397hgtdhXmL8SH+lh4TdLI6vOZIEyjn1
NyIMEBkv8xB01OSHWPkMWWLWOKweXBCJCExSVA8EAKosMiZqw0eMr8uAERUm
QWa/ZO0gBkFhNpKHVjxvip54SY92GetlJbmHzmORtwdIfXmLomHrqVmcRHuX
GHchdxshYSKG/Uu804NWk1NlDwqQgg7Kkwqh4Aly3MuRZmiQHH1m4O6asy0M
68W65BDCI2m79lBfuOWH0gw9z4iz7SPgu82+1SwD4RQNZ7WUFhOSyTmdYB9S
XY6PLCfQp7gpj6eh11PP/Y0dJQ6VqDnwTsvQV4nRsfNSGCUvHIr78lEUF6SE
IbzbwydqecZ7In1AQAA6kqayP4PVif7+1Sn7Qy6ApyJVi1p+INuJk6dsWxjf
A7P/iKdOC2WOHPM8p3F06IEfc6J0jTVFz/hBz0AEKN1PcIAY1ThhWdQbKvpl
zjpEV554a8/IEu75VHQBz9uOf2BnLdttKrvqCaw/yNhj+bhOPBwifei2FAI7
RHlJ8kjL4bXgZ0UZ1pKBi25Q45PI/MbySZkEejmtLMpOnjGBhsGsQ8YCpnWQ
WBylr4yQRUAPyG/QCxupEQhN4pUwp6VuidmlbMW0GWfhOCAAl6NqoX39PM1+
SZeSDGKs02Ekn4xFeZGcS/6cAzyICcRHN2ZByRZ+lzh3x6SqiqXq4TCRg7gP
XTiSE8NVf0R3c8h1SKSlS+FB0NituAoTBeVW4SPbKpiOKFn+qb47BwXgJeDB
8GI5QvE4L8Qj1wIkCAZeN5QrqcmtFju6JmCMCRdva0Sc73Gsycm767fvT6Ns
EYy+YpVIWXeRnEuq+FS+dpy7ZYZtBXPbHB9h2q7RAjf2TjCf+acd43sMuVAB
R+LLFEK9hkZTfvvtP96/vvju6+++QD3Bn/78zXcv8BOOzr75gtRsZUEPKj9C
HSilKiF10s3gFlATlgojZGxqLN0tBwK6a718TgdC9R0BPQu8bEO2mwT8aZ5o
K7QBYpNSj0Gs5pQ8ZmVIGptaKpcGVv74SPHuFBswFDocON1w2beqjnwVHOvM
8pA/bNpTE5yMS7aKE0wnSlq4WyvsUlOs6wZ1I6eLk7ocBSPPeUpRt4io4E9p
CVxJYPJK0sIuohLdK1nO5OTq4tXVqcjJN19/DZKDg8Rvk5+K6uP8mgtR8Iv5
T9d0pamF3TLH/+3mZfs7yAGpX7nQZoFC0ZTVrz8t89z/ci5XwoNR62ZgfDrc
j5ZSifNrZQ3DhEMQ82wjyVC10L2alwIeCGe2iD7DV/zLd1+9kBi3TKCYkXwL
ei8L+SCHRQv9yBivpFwUQxXvYnYBI2kp1iz+Oz1U1a8koWIMl/ylNPElbeKg
lpjvaDnkh5cYF0mX8utvv/kGZtRFIIXqJKMauAlNflvE+7pb+n19MOA9BWX+
84DV+C+HYw7e8BCIORQRQ++PaI6lZKJoYMwyWxUZFgRpdpKgPXR8zQJNm5yb
i+AAtMbzaLDA9DvVu8ySv/90/jbp0jXaHXSyVf0EMh0uooh64LQ4W5JyN0ax
dEkta2pwTalY9sEkSmPZWgHDFlAHIIMRdWIJ4JX4cZZsMcqIOrwDToQwhkc8
FoZtTyPBIpQUJEuShfAXr/AXb9lDOD569LY0dqykUtgX2LR/Jaw79uonGdQx
U9zmD/phUrvp1nQqgnuIlCh2FD8bTsXAl4v9r9h/aadpHioW9hSm2taBWN3C
FjIZhB0EWGBdEGbkl2CIx/boEHUTe006aYcnjFnb/BACGxOZEoi2XUiV6GC6
jo8IE2rGptb34rW/5k09lzI6vDwuwmOSUzqqJFhKDDsf4ZsWxcZFdmKdrarO
y7viXZH5Dwp/L6NJUYz0zOBxPGnP0JkolqwQns4hGbXSajqOT3BWBH7is++Z
t/z55ZuE5w6xCaVMaCVHUW2oVKdECJ9LHahbzRDbCPuPgVC84VKhU5s8KrY8
nIEixCkGo0xxpt6p2HvLJnpKjebVnHURTAlS3vCLlOqBQk6HRM602iFaRMtp
1QC+U1s/y9/GOXlEUYuICg7h0p6J/Frt/BPemarrUM3eoc4g1TSuRtIEYi3f
ibhOeJVdS71zLBd8xkFgJMQVE+H7+Z+hbxeF1fmS4MyCXIGXUta4ldSF99w+
0VhrNJMnwedySzzzCGfGHK1UJEb146fcIKHoXHmYn7tR3aQlTlRVDfqQzYzZ
3HP5dksoAcGfa+DA6b4IRdaoTyTm66LnM6perjQ4PL98OSMXzWU2eB04BSJC
+4AwkIBVHQ8ngbESxqK1AVa7L+4AG7xJm2G0DW3EULJobyk6LEBL0pWthNIx
6E13d1mFj+UztcMEQVfnny6XGCKNsz04kX0a5zSg8+9SWusngJxo4U3IQEB4
8d+IC/HS/UUga+wZREGW3wPFBB7qBp/sKjWHBeuRv6x1HzilFtjTdiZDWEKz
LfqSSaAWPdMY6Gr6nPjLATCae3SgzHUcbCHYzPE+hs5ZASLRk9As6yZrrapw
xom0rowwBHO0L4JQVT9wrShzjINkbm6YEAo+kybdFRmIwklquey8AtfiPX+z
+GrSqh3oTnCqFTYUClzuha0thGPRJefakJXHerYIcecqZTmse8Yiuao7Mf/9
LuPyPCNh1F5S2OcuLbnoakaJDO2mLrM5jGG9zkn11liCVpfFcj/PGpo1vmFL
Wvk+L0uFb5KtSl3M2BHUCQ0bzQp9ONLgNXbnGaWhPGkVobeVUoQvlVVDAY/r
Xjytp+lgAJRyygGEkfbkYAoJwH1EBs95nAfw6Way4J5G8I1zQgpvYF20TMtc
ZirlsjowJPikSZGDmJ7Yo/KzIEC25fQRbjWYHBINz+17XJUX7X2JnOZxLNSn
bMBWzYoQlI8SjZ5IeDmYT45ZSAEfdgkZ7dLZCBESIye0iLPcCAXZ4Y0seGTb
kU1nY25AVGdHdlzLdVwF1S5vOfdA0cPc+hRGbZ/ixiooFdjYENGHlBygc8CA
CXvwgKxQPt/dMMKP127yNCMWrqypAyTq+q6GSwwqCn81JbmY6fQIhYXTplQ/
uGFtF/fZoSpTSjqRt8E/0Bp2FI0iKcD6+W2BppckDEnRmTKioFb6MpPCfUpA
woWhlXX+LikdZqpENdGTwYSwD3q/CepHOh7gfnIAnOQ6Mq8ScEeMGCMrDhte
2Z/xR99rr54Y+oy9DzNjyvtFQ0hOOI8nRb5tRikyD63PEzRLyiRIROe4bRY1
IDMs8iQmxCcAcxehPDC0E4n3LiP+cJgWLaXLIXDu37ShdO4fVcNIOiwD11Co
40lGZthmPvvWSkP8dWi/ZG9TK52BCR/7CQsmclgEJOVnypF99E1wjwrhQFVO
LLWj6K5qp8MxcTUslrmNKu3xAhjYj71LYTYWhV1mSgkbMggc1CBOT1Dr+5dg
kLH0AQ01COzpIKXASMPEUYaAGCJuUYFWdZfvHWKnOr2QSRdMIC3Bhx1CIBfi
TmHk0gFsKQSs4B9c7j1tM+U9WXk/WiJEld8DVK8FB8LQRoRXqOE6PoqLuD6S
3B6u4WJnYDZKZ3ZNTqVycfj14ssXnHVStLHz4fyVkFc23ZnsMS4uZOi5GqaZ
L8J0RBvxkD6+pxKMOo4tIGfgefDh/KG0QRyp/NcjCIEXMvhOwRria4MS3mEt
X4qtME44FdH4wbp6jp4nM+47jGAOppsi/v4FBzShLj2TRa6jj+RshKzHQ95L
7OGvqNpxH9uhUQb6uVzm85RGjVT0Xgo0ZYulmEk4Lnm0cjzeRsbdpBLzH6ok
K+slvYoNa2pPc7WwTQ93FVokcdF2VHcnOIAFiykLBOZSb4M5Tvld6AaRbAuw
go304yR1QUhJMr6t4yNqYqFFUd33FdwmA31NMSRB0H8oSY/L+mQCwEEriKzO
UsoNRUukHqmTfucCZTmF8H3jCMBLVY4FOlI6ablcy6JZ9kU3b8F6UfemmENN
pAjJ6Msc24RUpKeaPJob6yLaHs6LhcWp9qPq/ijtlb0favsJ9jtiSKzyfdTG
IO6kQpeYSpLQp1ZUC3xueXWUnM76xhVjoYTS3rl2+U4zzeQlSaLB3eYhWOTX
ASX0Mc2ySN44WsHAnm4siuiZV6n5SOxdGPMorYsM92VM8QbiywjGE2yysJd4
b0pOsxk+MrhcBdxKjwrfLYpQbwpo8X60UcmzZWiRDR4RcDXeniknrP4yIA7Y
3XcdCLXYvASf488+J7BAHsuhplecjPBo+ES0jiY/BQzBnrfiBYo8ouMrbn3a
iZM2LgSKVLkPNDu9TN42KTqbDWdKNDhDoLfJV0RDYCcx41N8zxCGL+CBm4Q4
TsHA/82FTrFldJfgUJGoU524vLkgl+BigThi1dZtU6eZyDp8VClPE2n2xFMg
feqW9ZpyCyJqqM2lCcNESBkXW6kJfQ8OrMJCFWGTYQda2K0pl7JOjFveUfay
ayAyd137vUKXFIeyWOVho4+4RZtbwIGbOoNJeQubDH5bYic+N/eOLrFoyWCI
eKYAOKByJ6msgRXHnC7kNpCrD83kXDc2lGZQmZp2rN2ehgkbiiyITSWCDDSn
sQfsHEQyOtVqWeNT0kuFpylw2M4D1+bLIgDoX6L8LQ9Tp/EKW44EJwkzCHnp
YljoEJe4OHUzP2/J9GWSr2FlqS3zG3xVKw31lk2eUjnmXhQezYq7W6p3GyQo
+0Z/s+Tt1Qdq83f1w7kFJa3oZp3XAKt3G1GJPvY21RiRhxa6Lf3KyFZb1moB
9yAvjpPXQ6KUb60d9RikgufAD7su45X2cdWkJw1+DLuxpBGXO+hVfTJK2+Ya
RhFX6vNIsoqI1yh0a0P0AJmutY3tKVeBgvBZ70d8KcMQ5GUF1zrMGINMUp1B
oPWB3KyW28xyTnhb4PjSKq+l1iIjcmk56j0roC7ukPO6aFpKnY0rnbTjKjPF
HCQ8c1UUIhWsPanBtGuYFlpPOhmNXpBgBraRlCxqIyWvsW8jRv8OdICNx1PT
HrTqeB3azGpvGBhpq1uSO3Y8FEP5Ae6Q7aMXUsPSwgeGoNTH1DXjva17aqOi
aZ2aKzCgi63JTWhRXVF3Xw3TML4Ic3dm60AXGqRjxhtPIkDTHBrzy8u7QmX6
HUqtdJQmggaEsJqPe6C1Wqukkz1+KD+KbP6ogxqDIHx+CeZvXIOhe9y6OWgs
3J9pE5d7hhbt5CbA1qTmwOVTixytRaKlUMUpmIcTvpmX851+uTDSV9Ja2/g0
Q/ovXednSdFF7dsCda+50yLiJsHs6676clWUpSYpYVe3YZc65200FG5EdFFx
2/ZWiIKmvrWgDEUnrF3BsCDQdd0LzpOlnj7CqghVP3CcAkNBZcahMV0+epfQ
Pwdzl6y7BfYfqqTNA6m5UP0di5IPptLeCyfzoB5vYvcGv1bzMEuky3RhHQv1
nKSSBqK5CkTUxX2a24+++/Fku3ADPa73obVYZoGvqRU8o8iitc6Is0heJLmJ
3zuwQlNJIbOkpH4Ka5XwyVLI6ZI0amXzxULz/y9C61B8Dx8OhyvPXAj65GCZ
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

-->

</rfc>

