<?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.19 (Ruby 3.3.3) -->
<rfc 
	xmlns:xi="http://www.w3.org/2001/XInclude" 
	ipr="trust200902" 
	docName="draft-zhao-ccamp-actn-optical-network-agent-01" 
	category="info" 
	consensus="true" 
	submissionType="IETF" 
	tocInclude="true" 
	sortRefs="true" 
	symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
<front>
    <title abbrev="NMA enhanced actn framework">Integration of Network Management Agent (NMA) into ACTN-Based Optical Network</title>
    <seriesInfo name="Internet-Draft" value="draft-zhao-ccamp-actn-optical-network-agent-01"/>
    <author fullname="Xing Zhao">
      <organization>CAICT</organization>
      <address>
		<postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>zhaoxing@caict.ac.cn</email>
      </address>
    </author>
    <author fullname="Henry Yu">
      <organization>Huawei</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
		<email>henry.yu1@huawei.com</email>
      </address>
    </author>
	<author fullname="Ao Li">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
		<email>lia12@chinaunicom.cn</email>
      </address>
    </author>
	<author fullname="Yunbin Xu">
      <organization>CAICT</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
		<email>xuyunbin@caict.ac.cn</email>
      </address>
    </author>
	
    <date year="2026" month="February" day="28"/>
    <area>Routing</area>
    <workgroup>Common Control and Measurement Plane</workgroup>
	<keyword>Optical Network</keyword>
	<keyword>Network Management</keyword>
	<keyword>Abstraction and Control of TE Networks</keyword>
	<keyword>ACTN</keyword>
    <keyword>Autonomous Network</keyword>
    <keyword>Network Intelligence</keyword>
    <keyword>AI Agent</keyword>
    <keyword>Large Language Model</keyword>
	<keyword>LLM</keyword>
    <abstract>
	<t>With the growth of optical network scale, the complexity of network operation and maintenance has increased dramatically. Enhancing the intelligence level of optical network operation and management and building high-level autonomous optical networks have become the common vision of global operators. The development of AI, especially large AI model technologies, provides a feasible technical path for realizing autonomous perception, decision-making, analysis, and execution. The existing ACTN architecture provides network abstraction and control functions for optical networks but lacks higher-level autonomous capabilities.</t>
	<t>This document explores the introduction of AI based Network Management Agent(NMA) functions into ACTN-based optical networks to achieve high-level autonomy of optical networks. It discusses the ACTN-enhanced architecture of optical networks after the introduction of NMAs, including key components, interaction relationships, new interface requirements in the enhanced architecture, as well as typical use cases of agent-based autonomous operation and maintenance for optical networks. The document aims to improve the autonomy level of optical networks and promote the realization of autonomous optical networks by extending the original ACTN architecture.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Network Management Operations Working Group mailing list (nmop@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ccamp/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://datatracker.ietf.org/doc/draft-zhao-ccamp-actn-optical-network-agent/"/>.</t>
    </note>
</front>
<middle>
<section anchor="introduction">
	<name>Introduction</name>
		<t>With the emergence and popularization of the SDN concept, <xref target="RFC8453"/> proposed the ACTN architecture, which provides network abstraction, service and connection control functions for optical networks and has been deployed in multiple operators' networks. Currently, as the scale of optical networks continues to grow, the complexity of network Operations and Maintenance (O&amp;M) has increased dramatically. Existing optical network O&amp;M management systems are complex; scenarios such as optical network service provisioning and fault handling require extensive manual involvement, leading to complicated collaboration processes among O&amp;M personnel and long processing durations. Therefore, further enhancing the intelligence level of optical network operation and management, building high-level autonomous optical networks, and achieving the service experience of "Zero-X" (zero waiting, zero failure, zero touch) and "Self-X" (self-configuration, self-healing, self-optimization) have become the common vision of global operators.</t>
		<t>The development of AI, especially large AI model technologies, provides a feasible technical path for realizing autonomous perception, decision-making, analysis, and execution. As one of the important forms of AI application implementation, the concept of AI Agent has gained extensive attention and recognition in the industry. An AI Agent is defined as an intelligent entity capable of perceiving the environment, making autonomous decisions, and executing actions, which can gradually achieve set goals through independent thinking and tool invocation. The four core elements of an AI Agent include planning, tools, execution, and memory. Most current AI Agents are based on Large Language Models (LLMs), i.e., LLM-based Agents. The relationship between an AI Agent and a large model can be summarized as: Agent = large model + memory + planning + tool use.</t>
		<t>Currently, the IETF document <xref target="I-D.zhao-nmop-network-management-agent"/> has proposed an AI Agent for network O&amp;M management, which can automatically perform network state perception, task intent parsing, task planning, decision-making, and task execution. Based on user task intent or preset goals, it enables closed-loop processing of scenario-oriented network O&amp;M management tasks.</t>
		<t>This document, building on the Network Management Agent (NMA) concept proposed in <xref target="I-D.zhao-nmop-network-management-agent"/>, explores the introduction of NMA into the ACTN-based optical network architecture. By enhancing the capabilities of the agent, it aims to improve the intelligent O&amp;M management capabilities of optical networks and drive the realization of high-level autonomy in optical networks. This document will first discuss the enhanced ACTN architecture of optical networks after the introduction of NMA, analyze in detail the key components, interaction relationships, and new interface requirements in the new architecture, and provide examples of typical agent-based autonomous O&amp;M use cases for optical networks.</t>
</section>
    
<section anchor="terminology">
	<name>Terminology</name>
	<section anchor="acronyms-and-abbreviations">
		<name>Acronyms and Abbreviations</name>
		<t>AI: Artificial Intelligence</t>
		<t>LLM: Large Language Model</t>
		<t>NMA: Network Management Agent, refers to AI based network management agent</t>
		<t>Agent: Specifically refers to NMA, i.e., the AI Agent for network management.</t>
	</section>
	<section anchor="definitions">
		<name>Definitions</name>
		<t>The document defines the following terms:</t>
		<dl>
			<dt>Network Management Agent (NMA):</dt>
			<dd>
			<t>A network management entity built based on ML/AI and equipped with the autonomous task processing capabilities. It can automatically carry out network status perception, task intent interpretation, task planning, decision-making and task execution operations based on user task intentions or preset goals, so as to achieve closed-loop processing of scenarios-oriented network management tasks. For different application scenarios, NMA can be subdivided into multiple scenario-oriented agents.</t>
			</dd>			     
		</dl>
	</section>
</section>
	
<section anchor="enhanced-actn-architecture">
    <name>NMA-based enhanced ACTN architecture</name>
    <section anchor="actn-architecture">
		<name>Enhanced ACTN architecture</name>
		<t>The enhanced ACTN architecture for optical networks after the introduction of NMA is illustrated in <xref target="enhanced-actn-arch"/> below. The AI agents (i.e. NMA) are introduced within the ACTN architectural framework as auxiliary components intended to augment and assist existing ACTN functional entities, rather than to replace them. In alignment with this design principle, the NMAs are conceptually implemented as design components within the MDSC, PNC, or CNC, rather than as independent entities external to these controllers. The agents can interact with existing ACTN functional modules through standardized protocols such as the Management Control Protocol (MCP). This integrated design approach ensures backward compatibility with the established ACTN framework and enables seamless interaction with the existing ACTN interfaces and control logic.</t>
		<figure anchor="enhanced-actn-arch">
		<name>NMA-based enhanced ACTN architecture</name>
        <artwork align="center"><![CDATA[
          +----------------------------------+
          |           Enhanced CNC           |
          | +--------+ +--------+ +--------+ |
          | |  NMA1  | |  NMA2  | |  NMA3  | |
          | +--------+ +--------+ +--------+ |
          +-----------------^----------------+
                            |(1)Extended CMI
          +-----------------v----------------+
          |           Enhanced MDSC          |
          | +--------+ +--------+ +--------+ |
          | |  NMA1  | |  NMA2  | |  NMA3  | |
          | +--------+ +--------+ +--------+ |
          +-----------------^----------------+
                            |(2)Extended MPI
                       +----+-----------------------+-----------+
                       |                            |           |
+----------------------v--------------------+  +----v----+ +----v----+
|               Enhanced PNC1               |  |         | |         |
| +----------+             +------+         |  |         | |         |
| |          |        +--->| NMA2 |<---+    |  |         | |         |
| | Existing |        |    +------+    |    |  |Enhanced | |Enhanced |
| | Function |        |(5)          (5)|    |  |  PNC2   | |   PNC3  |
| |  Modules | (4) +--v---+   (5)  +---v--+ |  |         | |         |
| |          |<--->| NMA1 |<------>| NMA3 | |  |         | |         |
| +----------+     +------+        +------+ |  |         | |         |
+----------------------^--------------------+  +----^----+ +----^----+
                       |(3)Extended SBI             |           |
+----------------------v--------------------+  +----v----+ +----v----+ 
|               Network domain1             |  | Domain2 | | Domain3 |
+-------------------------------------------+  +---------+ +---------+	

]]>
		</artwork>
	</figure>
	<t>The enhanced ACTN architecture includes the following key entities:</t>
	<dl>
		<dt>NMA-enhanced CNC (Customer Network Controller):</dt>
        <dd>
           As defined in <xref target="RFC8453"/>, the CNC is responsible for transmitting the customer’s Virtual Network Service (VNS) requirements to the network operator via the CNC-MDSC Interface (CMI). By integrating NMA entities related to service scenarios at the CNC layer, it can address operation and management needs specific to the service domain, enhance the intelligence level of end-to-end service operation and management, and enable intelligent service-domain capabilities such as automated service provisioning and automated work order flow.
        </dd>
        <dt>NMA-enhanced MDSC (Multi-Domain Service Coordinator):</dt>
        <dd>
            As defined in <xref target="RFC8453"/>, the MDSC undertakes core functions including multi-domain service coordination and network virtualization/abstraction. By introducing NMA entities for cross-domain scenarios at the MDSC layer, it can meet cross-domain O&amp;M management requirements, strengthen closed-loop task processing capabilities in typical scenarios, and improve the efficiency of optical network management and control.
		</dd>
		<dt>NMA-enhanced PNC (Provisioning Network Controller):</dt>
        <dd>
            As defined in <xref target="RFC8453"/>, the Provisioning Network Controller (PNC) oversees configuring the network elements, monitoring the topology (physical or virtual) of the network, and collecting information about the topology (either raw or abstracted). By integrating NMA entities for single-domain scenarios (e.g., Fault Management NMA, Service Assurance NMA) at the PNC layer, it can address single-domain O&amp;M management needs and enhance the ability to handle various network O&amp;M tasks within the domain.
		</dd>
    </dl>       
		<t>The number of NMAs within a controller is deployment-specific. However, when multiple NMA instances are deployed on a single controller, a agent proxy shall be deployed to manage Agent-to-Agent (A2A) communication with agents external to the controller as shown in <xref target="agent-proxy"/>. The agent proxy is responsible for implementing the enhanced CMI on the MDSC and the enhanced MPI on the PNC respectively. In addition, it allows other NMAs within the controller to register their capabilities and advertises those capabilities on their behalf to external agents. It acts as a gateway for other NMAs within the controller to communicate with external agents. This mechanism standardizes the access mode of lower layer NMAs to the upper layer, avoids multi-NMA access conflicts, and improves the manageability and scalability of inter-layer NMA communication. For simplicity, the agent proxy is not depicted in all diagrams in this document. However, the architectural diagrams defined herein assumes the presence of a agent proxy in all controllers which containing multiple NMA instances.</t>
<figure anchor="agent-proxy">
<name>Diagram of Agent Proxy in each layer</name>
<artwork align="center"><![CDATA[
+--------------------------------------------+
|                     CNC                    |
|  +-------+  +-------+  +-------+  +-----+  |
|  |  NMA1 |  |  NMA2 |  |  NMA3 |  | ... |  |
|  +---+---+  +---+---+  +---+---+  +--+--+  |
|      |          |          |         |     |
|  +---+----------+----------+---------+--+  |
|  |              Agent Proxy             |  |
|  +------------------^-------------------+  |
+---------------------|----------------------+             
                      | Extended CMI
+---------------------v----------------------+
|                    MDSC                    |
|  +--------------------------------------+  |
|  |              Agent Proxy             |  |
|  +-^----+--------+--------+--------+----+  |
|    |    |        |        |        |       |
|    | +--+---+ +--+---+ +--+---+ +--+--+    |
|    | | NMA1 | | NMA2 | | NMA3 | | ... |    |
|    | +------+ +------+ +------+ +-----+    |
+----|---------------------------------------+
     | Extended MPI               
+----|----------------+----------------------+
|    |               PNC                     |
|  +-v------------------------------------+  |
|  |              Agent Proxy             |  |
|  +---+----------+----------+---------+--+  |
|      |          |          |         |     |
|  +---+---+  +---+---+  +---+---+  +--+--+  |
|  | NMA1  |  | NMA2  |  | NMA3  |  | ... |  |
|  +---+---+  +---+---+  +---+---+  +--+--+  |
+--------------------------------------------+

]]></artwork>
</figure>
		<t>The agents can interact with existing ACTN functional components through standardized protocols, for example but not limited to the Management Control Protocol (MCP). <xref target="nma-in-pnc"/> depicts an example in which NMA instances on the PNC interact with existing ACTN functional modules. These functional modules may expose their capabilities (e.g., TE Topology retrieval and OTN tunnel service creation) as APIs internal to the PNC. NMA instances, such as a service provisioning agent, can invoke and consume these APIs via MCP. This integrated design approach ensures backward compatibility with the established ACTN framework and enables seamless interaction with the existing ACTN interfaces and control logic. </t>
<figure anchor="nma-in-pnc">
<name>Sample illustration of NMAs in PNC</name>
<artwork align="center"><![CDATA[
                      ^                             ^
                      | Enhanced MPI                | MPI
+---------------------+-----------------------------+--------+
| PNC                 |                             |        |
| +-------------------v-----------------------+     |        |
| |                 Agent Proxy               |     |        |
| +-------+--------------+--------------+-----+     |        |
|         |              |              |           |        |
| +-------+------+ +-----+-----+ +------+-----+     |        |
| |   Service    | |  Service  | |   Fault    |     |        |
| | Provisioning | | Assurance | | Management |     |        |
| |    Agent     | |   Agent   | |   Agent    |     |        |
| +-------+------+ +-----+-----+ +------+-----+     |        |
|         |              |              |           |        |
| +-------+--------------+--------------+-----+     |        |
| |                 MCP Server                |     |        |
| +----------------------^--------------^-----+     |        |
|                        | Internal API             |        |
| +----------------------v--------------------------v------+ |
| |             Existing ACTN Function Modules             | |
| | +-------------+ +------------+ +--------+ +----------+ | |
| | |             | |            | |        | |          | | |
| | | TE Topology | |  OTN&DWDM  | |  PCE   | | Restconf | | |
| | |  Management | |   Tunnel   | | Module | |  Module  | | |
| | |             | | Management | |        | |          | | |
| | +-------------+ +------------+ +--------+ +----------+ | |
| |                           ...                          | |
| +--------------------------------------------------------+ |
+------------------------------------------------------------+

]]></artwork>
</figure>		
	</section>
	<section anchor="actn-interfaces">
		<name>Enhanced ACTN interfaces</name> 
		<t>As shown in <xref target="enhanced-actn-arch"/>, the architecture includes 5 types of interfaces:</t>
		<ol spacing="normal">
			<li>
				<t>Extended CMI: The interface between CNC and MDSC. After introducing NMA entities at each layer, the communication requirements between the original CMI interfaces will be enhanced from traditional transactional communication to include agent-oriented conversational communication. The CMI interface needs to be extended to meet the requirements of agent capability invocation and interaction between upper and lower layers. The extended CMI maintains forward compatibility and fully supports all functional capabilities of the original CMI interface, ensuring that existing CNC/MDSC devices and interaction logic without NMA deployment can still work normally based on the extended CMI.</t>
			</li>
			<li>
				<t>Extended MPI: The interface between MDSC and PNC. Similar to CMI, after introducing NMA entities into MDSC and PNC, the original MPI also needs to be extended to support agent capability invocation and interaction between upper and lower layers. The extended MPI maintains forward compatibility and fully supports all functional capabilities of the original MPI interface, ensuring that existing MDSC/PNC devices and interaction logic without NMA deployment can still work normally based on the extended MPI.</t>
			</li>
			<li>
				<t>SBI: The interface between PNC and physical network devices, which is out of scope of ACTN discussions.</t>
			</li>
			<li>
				<t>Interfaces between NMAs and existing ACTN functional modules at each layer: These are internal system interfaces, which can be implemented through private interfaces or interface solutions such as MCP, and are not within the scope of discussion in this document.</t>
			</li>
			<li>
				<t>Interfaces between NMAs within same layers: These are internal system interfaces that can use private interfaces or general agent communication interfaces (e.g., A2A, ACP, etc.), and are out of scope of this document.</t>
			</li>			
		</ol>
		<t>Since NMAs can be deployed on different controllers within the ACTN hierarchy, two possible inter-controller AI-agent communication scenarios can be identified. For example, when there is a need for direct communication between NMAs in the upper-layer MDSC and those in the lower-layer PNC (A2A Communication), it will manifest as a single communication channel physically but multiple communication processes logically (i.e.including multiple A2A communication processes).</t>
		<t><xref target="inter-controller-comm"/> illustrates these scenarios between the MDSC and PNC (The case between the MDSC and CNC is similar and omitted here for simplicity).It should be noted that:</t>
        <t>(1) The inter-controller NMA communication architecture based on extended ACTN interfaces is forward compatible: when an ACTN controller at a certain layer has no NMA deployed, the NMA at the peer layer can still realize upper and lower layer interaction with the peer controller through the original Restconf interaction mechanism based on extended CMI/MPI, without additional modification to the existing interface logic, as shown in <xref target="inter-controller-comm"/> (b)&amp;(c). </t>
		<t>(2) The MCP protocol marked in <xref target="inter-controller-comm"/> is only for schematic illustration of the interface type between the NMA and other functional modules/tools in the controller. The document does not limit the mandatory use of the MCP protocol for this type of interface; other standard or private protocols that meet the inter-module interaction requirements are all applicable. All original functional modules in the ACTN controller are regarded as tool components that can be invoked by the NMA, and the NMA can complete autonomous task processing by calling the corresponding functional modules according to the task requirements.</t>
		<t>(3) In <xref target="inter-controller-comm"/> a), when NMAs are deployed in both the MDSC and PNC layers, conversational interaction between Agents can be directly completed through A2A communication between the two NMAs. However, the original Restconf based MPI interface is still supported; that is, the upper and lower NMAs can also issue and reply to instructions via the original MPI interface using the Restconf server/client mechanism, similar to <xref target="inter-controller-comm"/> b) and c). To avoid excessive complexity in the figure, this is not separately depicted in <xref target="inter-controller-comm"/> a).</t>
		<figure anchor="inter-controller-comm">
		<name>Inter-controller NMA communication scenarios between MDSC and PNC</name>
        <artwork align="center"><![CDATA[
+---------------------+ +----------------------+ +----------------------+
|         MDSC        | |          MDSC        | |          MDSC        |
|                     | |          +----------+| |                      |
|+-----------+   +---+| |+---+  MCP| Existing || |+----------++--------+|
|| Existing  |MCP|   || ||   | +--->functional|| || Existing ||Restconf||
||functional <--->NMA|| ||   | |   |  modules || ||functional|| Client ||
|| modules   |   |   || ||NMA<-+   +----------+| ||  modules ||        ||
|+-----------+   +-^-+| ||   | |   +----------+| |+----------++---^----+|
|                  |  | ||   | |MCP| Restconf || |                |     |
|                  |  | |+---+ +--->  Client  || |                |     |
|                  |  | |          +-----^----+| |                |     |
+------------------|--+ +----------------|-----+ +----------------|-----+
                   |A2A(Extended MPI)    | MPI                    | MPI
+------------------|--+ +----------------|-----+ +----------------|-----+
|         PNC      |  | |          PNC   |     | |         PNC    |     |
|                  |  | |                |     | |          +-----v----+|
|+-----------+   +-v-+| |+----------++---v----+| |+---+  MCP| Restconf ||
|| Existing  |MCP|   || || Existing ||Restconf|| ||   | +--->  Server  ||
||functional <--->NMA|| ||functional|| Server || ||   | |   +----------+|
||  modules  |   |   || ||  modules ||        || ||NMA<-+   +----------+|
|+-----------+   +---+| |+----------++--------+| ||   | |   | Existing ||
|                     | |                      | ||   | |MCP|functional||
|                     | |                      | |+---+ +--->  modules ||
|                     | |                      | |          +----------+|
+---------------------+ +----------------------+ +----------------------+
          (a)                      (b)                      (c)
]]>
		</artwork>
	</figure>
	</section>
</section>	
<section anchor="use-case">
    <name>Use cases</name> 
    <t>The ACTN architecture enhanced by NMA can effectively improve the automation and intelligence levels in typical O&amp;M management scenarios of optical networks by building agents for different scenarios. Compared with the traditional ACTN architecture without NMA, the NMA-enhanced architecture realizes the transformation of O&amp;M mode from manual-driven, passive response to intelligent-driven, active perception and closed-loop processing in each typical scenario. The core advantages are reflected in the automatic parsing of user intent, autonomous task planning and execution, active risk prediction and handling, and the significant reduction of manual participation in the O&amp;M process. Examples of typical application scenarios include service provisioning, service assurance, and fault handling, and the capability enhancement and processing flow optimization of each scenario after adding NMA are described in detail below.</t>
	<section anchor="service-provisioning" numbered="true">
      <name>Service Provisioning</name>
      <t>The service provisioning agent may be deployed on the MDSC and the PNC. One important use-case of this agent is to enhance the existing optical service provisioning capabilities of ACTN by advancing toward fully automated, intent-based networking. The existing MPI, realized via the RESTCONF protocol, provides a transactional interface characterized by request–response interactions between the caller (MDSC) and the callee (PNC). Furthermore, the service creation APIs are defined using pre-modeled YANG modules. While suitable for parameterized service provisioning, this approach is not sufficient to support an intent-based system, as it constrains the expressiveness and abstraction level of service intent.</t>
      <t>In contrast to a transactional interface, agent-to-agent (A2A) communication supports a bidirectional, conversational interaction model. In this model, the MDSC may convey high-level, outcome-oriented service intent to the PNC, and the PNC may respond with status, constraints, alternative proposals, or requests for clarification. Furthermore, the MDSC is not constrained to invoke only the APIs pre-defined by the PNC. The A2A interface provides the flexibility to express service requirements that are not explicitly modeled in the existing MPI.</t>
      <t>The following <xref target="fig-service-provisioning-use-case"/> illustrates an example of an OTN private leased line service creation via an A2A conversional interface. In this example, the MDSC expresses a high level OTN service creation intent (step 4), and the PNC responds with several possible routing options for the MDSC to select (step 7). After a successful creation of the OTN tunnel, the MDSC creates a customized abstract TE topology (Step 12) and provides it to the PNC (Step 13) for subsequent orchestration purposes. Such functionality, which is essential for multi-domain service orchestration, is not supported by the current MPI specification.</t>
      <figure anchor="fig-service-provisioning-use-case">
        <name>Sequence diagram of Service Provisioning Agent Use-case</name>
        <artwork align="center">
          <![CDATA[
  MDSC                 ----------------------PNC-----------------
+-------+              +--------------+----------+---+----------+ +----+
| Agent |              |      Agent   |  Topo Mgr|PCE|Tunnel Mgr| | NE |
+---+---+              +------+-------+-----+----+-+-+-----+----+ +-+--+
    |  1.request TE topology  |             |      |       |        |
    |------------------------>|2.call getTeTopo()  |       |        |
    |   3.native TE topology  |------------>|      |       |        |
    |<------------------------|             |      |       |        |
    |4.OTN leased line service|             |      |       |        |
    |service intent,specifying|             |      |       |        |
    | SLA, src&dst on TE Topo |             |      |       |        |
    |------------------------>|             |      |       |        |
    |                         +--+ 5.intent |      |       |        |
    |                         |  | translation     |       |        |
    |                         |<-+          |      |       |        |
    |                         | 6.call pceAPI() for|       |        |
    |                         |  path re-computation       |        |
    |  7.provide N possible   |------------------->|       |        |
    |  routes satisfying SLA  |             |      |       |        |
    |<------------------------|             |      |       |        |
    |    8.select route       | 9.call createOTNtunnel()API|        |
    |------------------------>|     for tunnel creation    |        |
    |                         |--------------------------->| 10.OTN |
    |                         |             |      |       | tunnel |
    |     11.return creation result and created OTN        |creation|
    |                     tunnel instance   |      |       |------->|
    |<------------------------|<---------------------------|        |
    +--+                      |             |      |       |        |
    |  |12.create abstract TE |             |      |       |        |
    |  |topo using OTN tunnel |             |      |       |        |
    |  |  as logical TE link  |             |      |       |        |
    <--+                      |             |      |       |        |
    |                         |             |      |       |        |
    |13.send abstract TE Topo |14.call saveTopo()  |       |        |
    |------------------------>|to save abstract    |       |        |
    |                         |     TE Topo |      |       |        |
    |                         |------------>|      |       |        |
    |                 **Task finished**     |      |       |        |
+---+---+              +------+-------+-----+----+-+-+-----+----+ +-+--+
| Agent |              |      Agent   |  Topo Mgr|PCE|Tunnel Mgr| | NE |
+-------+              +--------------+----------+---+-----+----+ +----+

]]>
        </artwork>
      </figure>
    </section>
    <section anchor="service-assurance" numbered="true">
      <name>Service Assurance</name>
      <t>Service Assurance ensures that deployed services meet agreed availability and performance objectives. In traditional network operations, assurance mechanisms are largely reactive, responding to fault alarms rather than proactively preventing service degradation. A service assurance agent integrated into the ACTN framework enables a transition toward a closed-loop automation model. In this model, the agent continuously monitors the network's observed state and ensures alignment with the user-defined intent state.</t>
      <t>The following <xref target="fig-service-assurance-use-case"/> illustrates a representative use case of the service assurance agent. In this example, the service assurance agent deployed on the PNC retrieves the OTN service SLA (Step 1) from the PCE and obtains network state information (Step 2) from the topology manager. Based on this information, the agent formulates the corresponding network telemetry monitoring policy (Step 3) and subscribes to telemetry event change notifications from the network elements (NEs) accordingly (Step4). The NEs subsequently stream real-time telemetry data to the agent (Step 5). The agent analyzes this data in real time to detect and predict potential network anomalies before they occur (Step 6). In the event that an anomaly is predicted which may impact an existing OTN tunnel service, the agent invokes the PCE to calculate candidate alternative paths for service rerouting (Step 7). These candidate paths are subsequently provided to its peer agent on the MDSC (Step 8), which determines and selects the optimal rerouting option (Step 9). Upon receiving the selected rerouting option from the MDSC, the agent on the PNC invokes the tunnel manager to execute the reroute (Steps 10 and 11), thereby completing the closed-loop operation.</t>
      <figure anchor="fig-service-assurance-use-case">
        <name>Sequence diagram of Service Assurance Agent use-case on OTN service assurance</name>
		<artwork type="ascii-art" align="center">
<![CDATA[
  MDSC         --------------------PNC-------------------
+-------+      +-------+----------+----------+----------+ +----+
| Agent |      | Agent |    PCE   | Topo Mgr |Tunnel Mgr| | NE |
+-------+      +---+---+-----+----+----+-----+-----+----+ +-+--+
    |              |  1.call getOTNtunnel() to get |        |
    |              |   deployed OTN svcs' SLAs     |        |
    |              |------------------------------>|        |
    |              | 2.callgetTeTopo() |           |        |
    |              |   to retrieve     |           |        |
    |              |  network state    |           |        |
    |              |------------------>|           |        |
    |              +--+      |         |           |        |
    |              |  | 3.formulate network        |        | 
    |              |  | monitoring policy          |        |
    |              |<-+      |         |           |        |
    |              |         |         |           |        |
    |              | 4.subscribe to telemetry event changes |
    |              |     based on monitoring policy         |
    |              |--------------------------------------->|
    |              |    5.telemetry event streaming         |
    |              |<---------------------------------------|
    |              +--+      |         |           |        |
    |              |  |6.network anomaly prediction|        |
    |              |  |based on telemetry monitoring        |
    |              |<-+      |         |           |        |
    |     ===================|         |           |        |
    |     [Anomaly predicted]|         |           |        |
    |     ===================|         |           |        |
    |              |7.call pce()       |           |        |
    | 8.provide N  |to cal alt paths   |           |        |
    |   possible   |-------->|         |           |        |
    |reroute paths |         |         |           |        |
    |<-------------|         |         |           |        |
    |9.select route|         |         |           |        |
    |------------->| 10.call updateOTNtunnel() to  |        |
    |              |   reroute the OTN service     |        |
    |              |------------------------------>|11.OTN tunnel
    |              |         |         |           |reroute operation
    |              |  12.return operation result   |------->|
    |              |<------------------------------|        |
    |      **Task finished** |         |           |        |
+---+---+      +---+---+-----+----+----+-----+-----+----+ +-+--+
| Agent |      | Agent |    PCE   | Topo Mgr |Tunnel Mgr| | NE |
+-------+      +-------+----------+----------+----------+ +----+

]]>
  </artwork>
</figure>
</section>
	<section anchor="fault-handling" numbered="true">
		<name>Fault Handling</name>
		<t>Fault handling enables the network to automatically detect anomalies, localize faults, perform root cause analysis, and generate targeted repair solutions, thereby accelerating fault resolution and improving overall network reliability. In traditional OTN networks, fault management is often manual and fragmented, relying on operator intervention to diagnose and remediate issues. By integrating a fault handling agent into the ACTN framework, the network can transition to a closed-loop, automated fault management model. This model enables proactive fault detection, rapid root cause identification, and automated repair actions, minimizing service downtime and enhancing user experience.</t>
      <t>The following <xref target="fig-fault-handling-use-case"/> illustrates a representative use case of the fault handling agent in an OTN network. In this example, the fault handling agent deployed on the PNC first receives a fault notification (Step 1) from the network elements (NEs) indicating a link failure in the OTN network. The agent then retrieves the latest network topology and service information (Steps 2 and 3) from the topology manager and PCE, respectively. Using this data, the agent performs fault localization and root cause analysis (Step 4) to identify the exact location and nature of the fault. Based on the analysis, the agent generates a fault repair solution (Step 5), which may involve rerouting affected OTN tunnel services. The agent then invokes the PCE to calculate alternative paths for the affected services (Step 6) and provides these paths to its peer agent on the MDSC (Step 7). The MDSC selects the optimal rerouting option (Step 8) and instructs the PNC to execute the repair. The PNC then invokes the tunnel manager to reroute the affected OTN services (Steps 9 and 10), completing the closed-loop fault handling process.</t>
      <figure anchor="fig-fault-handling-use-case">
        <name>Sequence diagram of Fault Handling Agent use-case on OTN link fault</name>
        <artwork align="center">
<![CDATA[

   MDSC        ------------------------PNC------------------
+-------+      +---------------+------------+---+----------+  +----+
| Agent |      |      Agent    |  Topo Mgr  |PCE|Tunnel Mgr|  | NE |
+---+---+      +------+--------+------+-----+-+-+-----+----+  +--+-+
    |                 |  1.fault notification (OTN link failure) |
    |                 |<-----------------------------------------|
    |                 |2.call getTeTopo()     |       |          |
    |                 | to get latest |       |       |          |
    |                 |  network topo |       |       |          |
    |                 |-------------->|       |       |          |
    |                 |3.call getOTNtunnels() to get  |          |
    |                 |   affected OTN service info   |          |
    |                 |------------------------------>|          |
    |                 +--+            |       |       |          |
    |                 |  |4.fault localization|       |          |
    |                 |  |&root cause analysis|       |          |
    |                 |<-+            |       |       |          |
    |                 +--+            |       |       |          |
    |                 |  |5.generate fault    |       |          |
    |                 |  | repair solution    |       |          |
    |                 |  |(reroute affected svc)      |          |
    |                 |<-+            |       |       |          |
    |                 |               |       |       |          |	
    |                 |6.call pce()API for alt|       |          |
    | 7.provide N alt |   path computation    |       |          |
    |  reroute paths  |---------------------->|       |          |
    |<----------------|               |       |       |          |
    |8.select optimal |               |       |       |          |
    |     reroute     |  9.call updateOTNtunnel()API  |          |
    |---------------->|    for reroute execution      |          |
    |                 |------------------------------>|          |
    |                 |------------------------------>|10.OTN tunnel
    |                 |               |       |       |reroute operation
    |                 |  11.return operation result   |--------->|
    |                 |<------------------------------|          |
    |         **Task finished**       |       |       |          |
+---+---+      +------+--------+------+-----+-+-+-----+----+  +--+-+
| Agent |      |      Agent    |  Topo Mgr  |PCE|Tunnel Mgr|  | NE |
+-------+      +---------------+------------+---+----------+  +----+
]]>
        </artwork>
      </figure>
    </section>
</section>				
<section anchor="security-considerations">
	<name>Security Considerations</name>
    <t>TBD</t>	  
</section>
<section anchor="iana-considerations">
    <name>IANA Considerations</name>
    <t>This document has no requests for IANA action.</t>
</section>
</middle>
<back>
<references anchor="references">
	<name>References</name>
		<references anchor="normative-references">
			<name>Normative References</name>
		</references>
      
		<references anchor="sec-informative-references">
			<name>Informative References</name>
			<reference anchor="RFC8453">
			<front>
            <title>Framework for Abstraction and Control of TE Networks (ACTN)</title>
            <author fullname="D. Ceccarelli" initials="D." surname="Ceccarelli"/>
            <author fullname="Y. Lee" initials="Y." surname="Lee"/>            
            <date month="August" year="2018"/>
            <abstract>              
			  <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="I-D.zhao-nmop-network-management-agent">
			<front>
            <title>AI based Network Management Agent(NMA): Concepts and Architecture</title>
            <author fullname="Xing Zhao" initials="X." surname="Zhao">
              <organization>CAICT</organization>
            </author>
			<author fullname="Minxue Wang" initials="M." surname="Wang">
              <organization>China Mobile</organization>
            </author>
			<author fullname="Bo Wu" initials="B." surname="Wu">
              <organization>Huawei</organization>
            </author>
			<author fullname="D. Ceccarelli" initials="D." surname="Ceccarelli">
              <organization>Cisco</organization>
            </author>
            <author fullname="Haomian Zheng" initials="H." surname="Zheng">
              <organization>Huawei</organization>
            </author>			
			<author fullname="Jin Zhou" initials="J." surname="Zhou">
              <organization>ZTE</organization>
            </author>
            <date day="17" month="October" year="2025"/>
            <abstract>              
			  <t>This document presents the concept of AI based network management agent(NMA), provides the basic definition and reference architecture of NMA, discusses the relationship of NMA with traditional network controller or other network management entity by exploring the deployment mode of NMA, and proposes the common processing flow and typical application scenarios of NMA.</t>
            </abstract>
			</front>
			<seriesInfo name="Internet-Draft" value="draft-zhao-nmop-network-management-agent-00"/>
			</reference>			
		</references>
</references>
</back>
</rfc>