<?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.31 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-zhang-rtgwg-agent-policy-aware-network-00" category="std" consensus="true" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.32.0 -->
  <front>
    <title abbrev="Agent,policy-aware,network">Use Cases and Requirements for AI Agent Policy-Aware Network</title>
    <seriesInfo name="Internet-Draft" value="draft-zhang-rtgwg-agent-policy-aware-network-00"/>
    <author initials="X." surname="Zhang" fullname="Xiaoqiu Zhang">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>CN</country>
        </postal>
        <email>zhangxiaoqiu@chinamobile.com</email>
      </address>
    </author>
    <date year="2026" month="March" day="15"/>
    <area>RTG</area>
    <workgroup>RTGWG</workgroup>
    <abstract>
      <?line 28?>

<t>With the widespread adoption of AI Agents, traditional network architectures can no longer meet the demand for efficient collaboration between Agents and networks. This document proposes a new paradigm of "AI Agent Policy-Aware Network", enabling three key transformations: from Flow-aware to Agent-aware, from QoS-based to Policy-intent-based, and from Network-driven to Agent-network collaborative. By defining core components such as the Agent Policy-aware Controller and Agent Policy-Aware Device, this paradigm establishes a dynamic mapping mechanism between Agent intents and network policies, supporting key scenarios including autonomous performance measurement, path optimization, SLA assurance, and secure transmission. This document outlines the background, scenarios, use cases and requirements of Agent Policy-aware Network.</t>
    </abstract>
  </front>
  <middle>
    <?line 32?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Service Agent (SA): An autonomous intelligent entity capable of perceiving environmental information, making independent decisions, and executing tasks to achieve specific goals, which can interact with networks to express policy intents and obtain network resources and service guarantees.</t>
      <t>AI Agent Policy-Aware Network: A network paradigm that can identify, understand, and execute the policy intents of AI Agents, realizing dynamic mapping between Agent intents and network policies, and supporting bidirectional collaborative decision-making between Agents and networks.</t>
      <t>Agent Policy-Aware Controller (APC): A core component responsible for parsing Agent policy intents, dynamically mapping them to network policies, and coordinating resource allocation and policy enforcement across the network.</t>
      <t>Agent Policy-Aware Device (APAD): A network device that can receive and execute policies issued by the Agent Policy-aware Controller or Service Agent, supporting real-time policy adjustment and enforcement based on network status and Agent requirements.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>Service Agent (SA): An autonomous intelligent entity capable of perceiving environmental information, making independent decisions, and executing tasks to achieve specific goals, which can interact with networks to express policy intents and obtain network resources and service guarantees.</t>
        <t>AI Agent Policy-Aware Network: A network paradigm that can identify, understand, and execute the policy intents of AI Agents, realizing dynamic mapping between Agent intents and network policies, and supporting bidirectional collaborative decision-making between Agents and networks.</t>
        <t>Agent Policy-Aware Controller (APAC): A core component responsible for parsing Agent policy intents, dynamically mapping them to network policies, and coordinating resource allocation and policy enforcement across the network.</t>
        <t>Agent Policy-Aware Device (APAD): A network device that can receive and execute policies issued by the Agent Policy-aware Controller or Service Agent, supporting real-time policy adjustment and enforcement based on network status and Agent requirements.</t>
      </section>
    </section>
    <section anchor="scenarios-of-agent-policy-aware-networks">
      <name>Scenarios of Agent Policy-aware Networks</name>
      <section anchor="medical-emergency-rescue">
        <name>Medical Emergency Rescue</name>
        <t>When a home health agent detects an elderly person fainting, it needs to immediately initiate a medical rescue process. During the rescue, vital sign data (such as heart rate and blood pressure) must be transmitted to the hospital in real time through an exclusive low-latency channel to ensure the timeliness of medical decisions. At the same time, the channel must meet high security level requirements to prevent data leakage and strictly prohibit cross-domain transmission to comply with medical privacy regulations. The network system should dynamically create and maintain this channel without manual intervention to support efficient response within the "golden rescue time" and achieve seamless collaboration between the Agent and the network.</t>
      </section>
      <section anchor="game-multi-agent-collaboration">
        <name>Game Multi-Agent Collaboration</name>
        <t>In real-time game battles, player Agents need to obtain low-latency and low-jitter network guarantees during highly dynamic operations such as team battles and skill casting. Agents should be able to independently negotiate path switching with network Agents, supporting "lossless switching" requirements to avoid lag, while dynamically adapting to changes in game load. Based on Agent policy intents (e.g., "skill casting"), the network needs to real-time optimize transmission paths to ensure smooth operation responses. The entire process requires no human intervention, reflecting the collaborative capability of Agent active decision-making and network dynamic response, and improving the real-time and immersion of the game experience.</t>
      </section>
      <section anchor="government-cross-domain-secure-transmission">
        <name>Government Cross-Domain Secure Transmission</name>
        <t>Government departments need to securely transmit sensitive medical data (such as cross-provincial health records), requiring the network to automatically establish an ultra-high-security channel. The security level of the channel must be dynamically adapted based on the trust domain to which the Agent belongs (e.g., enabling group security mechanisms within the health system), avoiding manual configuration of whitelists or security policies. The network should be able to identify the identities of collaborating parties (such as digital agents of provincial health commissions and municipal medical insurance bureaus), and enable preconfigured security policies to ensure compliant and efficient data transmission. At the same time, the channel needs to support cross-domain collaboration but be strictly limited to authorized trust scopes to meet the rigid requirements of government data security and compliance.</t>
      </section>
    </section>
    <section anchor="use-cases">
      <name>Use cases</name>
      <t>This section illustrates some use cases for Agent Policy-aware Networks.</t>
      <section anchor="agent-policy-aware-performance-measurement">
        <name>Agent Policy-aware Performance Measurement</name>
        <t>Service Agents have strict latency and jitter requirements for specific data flows (e.g., emergency rescue video streams), and need real-time end-to-end network quality perception to ensure business SLA compliance.</t>
        <t>Agent Actions:</t>
        <t>1.Collaborate with Measurement Agents on APAD, and issue structured measurement intents based on business SLA requirements (latency, jitter, packet loss, reliability).</t>
        <t>2.Receive structured measurement results fed back by APAD upon task initialization, service handover or network quality degradation, and extract quantitative performance characteristics of business flows (total session traffic, packet length, traffic time-series patterns, etc.).</t>
        <t>3.Predict traffic and security requirements based on measured performance characteristics, map business semantic actions to network traffic features, and output explicit QoS requirements (low latency, anti-jitter, bandwidth reservation, ultra-high security, etc.) to the network.</t>
        <t>Network Actions:</t>
        <t>1.Measurement Agents on APADs automatically select adaptive measurement protocols (e.g., in-band flow detection, TWAMP) according to Agent measurement intents.</t>
        <t>2.APADs structure and feed back collected performance data to Service Agents in a standardized format.</t>
        <t>3.Generate unique Agent policy-aware identifiers for business flows after receiving QoS requirements, and allocate dedicated network resources to implement differentiated quality guarantees.</t>
      </section>
      <section anchor="agent-policy-aware-path-optimization">
        <name>Agent Policy-aware Path Optimization</name>
        <t>When congestion or faults occur on the current transmission path, service SLAs may be degraded.
The network should switch to a more optimal path without service interruption, enabling fault self-healing and experience self-optimization, thereby ensuring continuous service delivery.</t>
        <t>Agent Actions:</t>
        <t>Service Agents receive network feedback of quality degradation alarms, and issue a request for "path recalculation and switching" to the network in combination with service tolerance (e.g., "temporary interruption allowed" or "lossless switching mandatory").</t>
        <t>Network Actions:</t>
        <t>The Agent Policy-aware Controller (APAC) calculates an optimal set of schedulable paths that meet constraints based on real-time network topology and link status, confirms the switching strategy with Service Agents, and finally executes seamless path migration.
Schedulable Path Set Information Model:
‐Basic Identifier: Path ID / Path Group ID
‐Performance Attributes: Latency, jitter, packet loss, bandwidth, remaining bandwidth
‐O&amp;M Attributes: Cost, priority, reliability, congestion probability
‐Constraint Attributes: Slicing support, cross-domain support, encryption support</t>
      </section>
      <section anchor="agent-policy-aware-sla-level-assurance">
        <name>Agent Policy-aware SLA Level Assurance</name>
        <t>Different types of traffic from Agents feature high dynamism, burstiness and periodicity (e.g., scheduled big data synchronization). The network needs to allocate exclusive resources such as bandwidth on demand to realize "tidal scheduling" of network resources, greatly improve resource utilization, and ensure deterministic experience for critical services.</t>
        <t>Agent Actions:</t>
        <t>Service Agents predict future traffic trends and send "resource reservation intents" (including time window, bandwidth peak, and duration) to the network.</t>
        <t>Network Actions:</t>
        <t>The Resource Agent of APAC evaluates the global network load: if resources are sufficient, it temporarily locks the corresponding bandwidth slice; if resources are tight, it negotiates a degradation scheme with the Agent or suggests adjusting the time window.</t>
        <t>The Path Agent of APAC completes the full lifecycle management of bearer tunnels such as SRv6 Policy and network slicing, adjusting the level of SLA assurance and dismantling tunnels on demand.</t>
        <t>For Agent collaboration requirements that transmit information in a specified sequence, SRv6 service function chain evolution technology is adopted to ensure the order and reliability of information transmission, meeting the timing requirements of collaborative tasks.</t>
      </section>
      <section anchor="agent-policy-aware-security">
        <name>Agent Policy-aware Security</name>
        <t>When Agents in different trust domains conduct data interaction, the network needs to dynamically match the corresponding security levels and encryption mechanisms to realize identity and context-based dynamic zero-trust security, ensuring that data only flows within authorized scopes.</t>
        <t>Agent Actions:</t>
        <t>The communicating Agents exchange identity credentials and trust domain attributes, and declare the required security levels (e.g., "national cryptographic algorithm encryption", "cross-domain isolation").</t>
        <t>Network Actions:</t>
        <t>The Network Security Agent parses the identities of both parties, automatically retrieves and matches preconfigured cross-domain mutual trust policies, and provides hierarchical security technologies on demand, including IPSec, QKD key distribution, and group secure transmission. The policies are automatically revoked after the session ends.</t>
      </section>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>TBD.</t>
    </section>
    <section anchor="Security">
      <name>Security Considerations</name>
      <t>TBD.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.yang-rtgwg-arn-framework-04">
          <front>
            <title>Application-Responsive Network Framework</title>
            <author fullname="Feng Yang" initials="F." surname="Yang">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Changwang Lin" initials="C." surname="Lin">
              <organization>New H3C Technologies</organization>
            </author>
            <date day="29" month="June" year="2025"/>
            <abstract>
              <t>   With the deployment of increasingly advanced technologies on a large
   scale, such as SRv6 and network slicing, there is a growing need to
   expose these new capabilities to applications.  The current practice
   involves using ACLs to classify packets and then map the traffic onto
   appropriate network resources.  This approach results in the
   application being passively perceived by the network, rather than the
   application actively interfacing with the network.  Furthermore,
   changes in application characteristics necessitate triggering network
   configuration adjustments, making it challenging to deploy at scale.

   The document proposes a new framework called Application Responsive
   Network (ARN), by encapsulating more network functions into ARN ID,
   thus it opens up interfaces to applications.  The vision is to enable
   applications to access network resources like they access an
   operating system.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-yang-rtgwg-arn-framework-04"/>
        </reference>
        <reference anchor="I-D.li-rtgwg-apn-framework">
          <front>
            <title>Application-aware Networking (APN) Framework</title>
            <author fullname="Zhenbin Li" initials="Z." surname="Li">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Daniel Voyer" initials="D." surname="Voyer">
              <organization>Bell Canada</organization>
            </author>
            <author fullname="Cong Li" initials="C." surname="Li">
              <organization>China Telecom</organization>
            </author>
            <author fullname="Peng Liu" initials="P." surname="Liu">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Chang Cao" initials="C." surname="Cao">
              <organization>China Unicom</organization>
            </author>
            <author fullname="Gyan Mishra" initials="G. S." surname="Mishra">
              <organization>Verizon Inc.</organization>
            </author>
            <author fullname="Nan Geng" initials="N." surname="Geng">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="12" month="November" year="2025"/>
            <abstract>
              <t>   A multitude of applications are carried over the network, which have
   varying needs for network bandwidth, latency, jitter, and packet
   loss, etc.  Some new emerging applications have very demanding
   performance requirements.  However, in current networks, the network
   and applications are decoupled, that is, the network is not aware of
   the applications' requirements in a fine granularity.  Therefore, it
   is difficult to provide truly fine-granularity traffic operations for
   the applications and guarantee their SLA requirements.

   This document proposes a new framework, named Application-aware
   Networking (APN), where application-aware information (i.e. APN
   attribute) including APN identification (ID) and/or APN parameters
   (e.g.  network performance requirements) is encapsulated at network
   edge devices and carried in packets traversing an APN domain in order
   to facilitate service provisioning, perform fine-granularity traffic
   steering and network resource adjustment.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-li-rtgwg-apn-framework-01"/>
        </reference>
      </references>
    </references>
    <?line 168?>



  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1a624kRxX+b8nvUEwktEYzw26IIDEImNibYLHe3diOwkUI
1XTX9BTu7upUVY93EkXiEXgEnoVH4Un4zqlLd894DfzhB8qPbMZ9qTrX73zn
VC8Wi9MT52Vb/lnWplXnwttenZ7ozvJP5z98/vyT5x+enhTSnwvnSzzerxvt
nDat33d44+rl3WenJ9IqeS5u7j4/PXmo+MdX+Hl6UpqilQ0eK63c+MU3W9lW
C+urh2ohK9X6RWdqXewX8gErLFrlH4y9Xzx/Tu967Wu8+aVT4kI65QTkFDfq
615b1eBdJzbGitWVWNFK4m1YaUUriddhJQi2Xlu1Ow/PzMe7zdv0TA2hzoVq
8XTvt8aen57ALkLo1p2L3y3FH0hquhBU+Z2W5mvdD5eNxesXW91KcW3WulZ0
sTB96+0eN17Tn6qRuj4XbIB3YYFfF/RKw28sC9OQzgXMavW69yxFa2wjvd4p
/NbtZvSXEFeLy+V+ZE3bLjYW8gUDfpSfqXV6ohs9cU6bLRYLIdfOW1l4+vsr
7bfCb5V40KVyHVxaClmazsPZwmyyqd0cwSFLTddlLaIdhbRQyKvC9xbOKmQr
WiMQVpWyolHK89IlDAE3kufUZqMLTa4rTF3LtbGSd1pjPaXauBd7PW7hluJu
q51AVPUUAaKzpjMcGnjkQXSSxKoaEnb2ZGDM5vC3XNe6rSCWVUrcqz1p1bpo
ZkPO31jTiM9q8xBCRngT1owRFO5/YW4XawRoSbfjZrr19BhfnrMK/GjcfVFa
uLEdlksmHBlip5bi0z3stdEtSVkY7I8o6ZCnZBbXF1shHRt1omeQ9IICCavB
9rT7I5a4VDtdQAdPFs2WU4ADmMVt2ajlHgGqC9HIriMhGlUggLVrpk4SQd2J
rwTnmlYIFtd3nbGeFiAruwKmt9o4vFbUfUnXkXimNY3pIYqy7IK2UNhPuj5k
+xwyIjwpGhv9DTtoLm5frWADPEJPBzs7VfTkKXJlBKrDqDG9h+NVsN1aFveV
RbLCT1myueiBOkVGHTtGHcqEY4NH1y5TYjW6LAkJTk8+EFfki7IvSGi6cqss
2T4u8+x2dQaAasdGIIPWteb7+E/7PaTp4BlF28NEhdI7Mpxqd9qaliRDKmaQ
IOM08p6e0G2pOoV/sFSpCk0WccFW6h2MxX7x0t07ikeJHFY7JVyHR5GfojKy
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

-->

</rfc>
