<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-he-ipv6-agent-aware-framework-00" category="info" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Agent-Aware IPv6">Agent-Awareness in IPv6 Networks: Problem Statement and Framework</title>
    <seriesInfo name="Internet-Draft" value="draft-he-ipv6-agent-aware-framework-00"/>
    <author initials="T." surname="He" fullname="Tao He" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>het21@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="M." surname="Han" fullname="Mengyao Han" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>hanmy12@chinaunicom.cn</email>
      </address>
    </author>
    <author initials="N." surname="Wang" fullname="Nan Wang" role="editor">
      <organization>China Unicom</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>wangn161@chinaunicom.cn</email>
      </address>
    </author>
    <date year="2026" month="July" day="01"/>
    <area>Internet</area>
    <workgroup>dawn</workgroup>
    <keyword>IPv6</keyword>
    <keyword>Internet of Agents</keyword>
    <keyword>Agent-Aware</keyword>
    <keyword>Semantic Anycast</keyword>
    <keyword>Agent Discovery</keyword>
    <keyword>KV Cache Affinity</keyword>
    <keyword>DAWN</keyword>
    <abstract>
      <?line 96?>

<t>The Internet of Agents (IoA) raises a question beyond IPv6 address space and end-to-end connectivity: should an IPv6 network be able to relate packet forwarding to agent capability, policy, and short-lived execution state? This informational document states the problem, sketches a framework for agent-aware IPv6 forwarding, and lists open questions for community discussion. It does not define packet formats, routing extensions, IANA allocations, or a new agent discovery protocol.</t>
    </abstract>
  </front>
  <middle>
    <?line 100?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The Internet is undergoing a transition from a host-centric model to an Internet of Agents (IoA). Traffic endpoints are shifting from static hosts and fixed services to AI Agents—autonomous programs that discover, invoke, and collaborate with each other to complete complex tasks. This shift fundamentally changes what a routing decision needs to consider.</t>
      <section anchor="motivation-why-agent-traffic-is-different">
        <name>Motivation: Why Agent Traffic Is Different</name>
        <t>Traditional IPv6 forwarding <xref target="RFC8200"/> answers a single question: <em>is the destination prefix reachable, and via which next hop?</em> Agent traffic demands more:</t>
        <ul spacing="normal">
          <li>
            <t><strong>Capability matching</strong> — the destination must possess the required agent capability (e.g., a specific model family, tool set, or modality), not merely be reachable.</t>
          </li>
          <li>
            <t><strong>Context affinity</strong> — for large language model (LLM) inference, reusing an existing KV-cache across nodes is critical for reducing Time-To-First-Token (TTFT). A network that is blind to where the KV-cache resides forces redundant prefill computation and degrades user experience.</t>
          </li>
          <li>
            <t><strong>Short-lived state</strong> — GPU load, accelerator availability, and KV-cache residency change on the order of milliseconds to seconds, far faster than control-plane convergence.</t>
          </li>
        </ul>
        <t>Consider a simple chain: Agent A invokes Agent B, which needs a partner with a legal-domain tool and a free KV-cache for a long context. DNS or BGP may steer the request to the correct cluster, yet every instance behind it could be saturated or lack the relevant cache. The packet reaches a reachable address—but not a <em>suitable</em> one.</t>
      </section>
      <section anchor="the-question-this-draft-asks">
        <name>The Question This Draft Asks</name>
        <t>IPv6 is being discussed as a foundation for IoA <xref target="I-D.yc-ipv6-for-ioa"/> and broader AI-agent communication <xref target="I-D.yu-ai-agent-ipv6-networking-considerations"/>. Related work addresses agent discovery and entity discovery <xref target="I-D.mozley-aidiscovery"/><xref target="I-D.akhavain-moussa-dawn-problem-statement"/>, intent routing at the Agent Gateway (AG) <xref target="I-D.sz-dmsc-iaip"/>, and compute-aware traffic steering <xref target="I-D.ietf-cats-framework"/>. This document asks a narrower question:</t>
        <ul empty="true">
          <li>
            <t>Should IPv6 forwarding become <strong>agent-aware</strong>—carrying capability intent in-band and scheduling instances locally—without flooding millisecond-level state into BGP/IGP?</t>
          </li>
        </ul>
        <t>This document is a <strong>discussion starter</strong>. It is intended to expose the architectural question and a possible framework, not to standardize a mechanism. In particular, the document does not assume that ordinary Internet transit routers parse agent semantics or that dynamic agent state is advertised globally.</t>
      </section>
      <section anchor="scope-of-this-document">
        <name>Scope of This Document</name>
        <t>This document:</t>
        <ul spacing="normal">
          <li>
            <t>States the problem of agent-awareness in IPv6 networks;</t>
          </li>
          <li>
            <t>Sketches a two-stage forwarding framework for discussion;</t>
          </li>
          <li>
            <t>Identifies open questions for the community.</t>
          </li>
        </ul>
        <t>This document does <strong>not</strong>:</t>
        <ul spacing="normal">
          <li>
            <t>Define a new IPv6 extension header or option;</t>
          </li>
          <li>
            <t>Reserve semantic IPv6 address bits;</t>
          </li>
          <li>
            <t>Require BGP, IGP, or DNS changes;</t>
          </li>
          <li>
            <t>Require ordinary Internet routers to inspect agent metadata;</t>
          </li>
          <li>
            <t>Replace agent discovery, identity, authentication, authorization, or application-layer intent routing.</t>
          </li>
        </ul>
      </section>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" 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>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t><strong>Agent</strong>: An AI execution endpoint on the network (not SSH or similar uses).</t>
      <t><strong>Agent Capability</strong>: A stable or slowly changing description of what an agent can do, such as task class, model family, modality, tool set, or policy scope.</t>
      <t><strong>Agent Cluster</strong>: A group of agent instances behind a common ingress, for example an edge inference pool or an operator-managed agent domain.</t>
      <t><strong>Agent Forwarding Router (AFR)</strong>: A cluster-edge router that dispatches packets to a specific agent instance.</t>
      <t><strong>Agent Forwarding Table (AFT)</strong>: A local table at the AFR mapping capability and short-lived state hints to instance addresses or next hops.</t>
      <t><strong>Agent Instance</strong>: A concrete runtime that can execute an agent task.</t>
      <t><strong>Semantic Anycast</strong>: An anycast-style destination that identifies a capability, agent class, or agent cluster class, rather than a single instance.</t>
      <t><strong>Agent-Aware Metadata</strong>: In-band information in IPv6 packets (for example, extension headers) used by agent-aware forwarders within a trust domain.</t>
      <t><strong>Trust Domain</strong>: An administrative domain in which operators can authenticate agents, control metadata handling, and enforce boundary policies.</t>
      <t><strong>Context Affinity</strong>: The property of an agent instance already holding relevant execution context (e.g., KV-cache) for an incoming request, enabling incremental rather than full recomputation.</t>
    </section>
    <section anchor="problem-statement">
      <name>Problem Statement</name>
      <t><strong>--L3 sees location, not capability.</strong> Multiple agents may share one prefix, and a single agent service may span many prefixes. Default IPv6 forwarding <xref target="RFC8200"/> cannot distinguish whether a destination instance has the required capability, policy status, or context affinity for a task.</t>
      <t><strong>--Control plane is too slow for volatile state.</strong> Publishing per-agent load, accelerator state, or KV-cache hints through IGP/BGP risks signaling storms, slow convergence, and route oscillation. Stable reachability and capability placement can remain in the control plane; highly volatile instance state (millisecond-level changes such as KV-cache eviction or GPU queue depth) is better handled locally. Attempting to increase the advertisement frequency to match this volatility would overwhelm the control plane.</t>
      <t><strong>--Discovery is not dispatch.</strong> Discovery <xref target="I-D.mozley-aidiscovery"/> answers what exists and how it may be described. Dispatch answers which reachable instance should run the task <em>now</em>. DNS-style caching or registry lookup may be useful, but it can add RTT and can cause hot spots when many flows reuse the same cached target.</t>
      <t><strong>--Identity is not the same as addressing.</strong> Agent identity, credentials, and authorization are primarily application or trust-layer concepts. IPv6 addresses can provide reachability and may carry coarse semantic structure in controlled deployments, but they should not be treated as a complete replacement for agent identity or authorization.</t>
      <t><strong>--Example:</strong> An intermediate Agent B needs a partner with a given tool and free KV-cache. DNS or BGP may reach the correct cluster while every instance behind it is saturated or lacks the relevant context cache. The network delivers the packet to a reachable address, but not to a <em>suitable</em> one.</t>
    </section>
    <section anchor="framework-two-stage-agent-aware-forwarding">
      <name>Framework: Two-Stage Agent-Aware Forwarding</name>
      <t>The following model is a <strong>strawman</strong> for discussion, not a proposed standard. It is intentionally scoped to limited domains such as operator edge networks, data centers, enterprise networks, or federation points where agent-aware behavior can be authenticated and operationally controlled.</t>
      <section anchor="stage-1-steer-to-the-right-cluster-macro">
        <name>Stage 1 — Steer to the right cluster (macro)</name>
        <t>The packet is directed toward a <strong>Semantic Anycast</strong> destination or other cluster-level locator. The IPv6 network forwards to an appropriate <strong>Agent Cluster</strong> ingress (AFR). The control plane may advertise relatively stable information, such as which clusters offer which capability classes, without exposing per-instance state.</t>
        <t>Semantic addressing is not limited to a single encoding. A future design might use an IPv6 prefix, SRv6 SID, service identifier, or gateway-mediated mapping. This document only assumes that Stage 1 selects a cluster or domain, not a final agent instance.</t>
      </section>
      <section anchor="stage-2-pick-the-best-instance-micro">
        <name>Stage 2 — Pick the best instance (micro)</name>
        <t>The AFR reads <strong>Agent-Aware Metadata</strong>, looks up the <strong>AFT</strong>, and forwards to a suitable instance inside the cluster. The AFT can be populated by local management systems, telemetry, instance registration, or carefully bounded in-band feedback. Fast-changing state is kept local to the cluster or trust domain, not injected into the global routing table.</t>
      </section>
      <section anchor="control-plane-vs-data-plane">
        <name>Control plane vs data plane</name>
        <ul spacing="normal">
          <li>
            <t><strong>Control plane:</strong> capability placement, cluster reachability (Stage 1).</t>
          </li>
          <li>
            <t><strong>Data plane:</strong> short-lived scheduling hints (Stage 2).</t>
          </li>
        </ul>
        <t>This separation is the main architectural point. It preserves normal IPv6 reachability while allowing a controlled edge to make a final selection based on information that is too dynamic or too sensitive for ordinary routing protocols.</t>
      </section>
      <section anchor="in-band-state-synchronization">
        <name>In-band State Synchronization</name>
        <t>To address the state synchronization lag without involving the control plane, the framework envisions a self-learning closed loop at the data-plane level. When a compute node finishes processing a request, it may piggyback updated load status and context-cache signatures onto the returning IPv6 data packets. The AFR updates its local AFT at wire speed upon forwarding these return packets, creating a localized feedback mechanism with zero control-plane overhead.</t>
        <t>This in-band synchronization is conceptually related to In-band Network Telemetry (INT) but is scoped strictly to the trust domain. It does not require any modification to BGP, IGP, or DNS.</t>
      </section>
      <section anchor="relation-to-agent-gateway">
        <name>Relation to Agent Gateway</name>
        <t>The AG <xref target="I-D.sz-dmsc-iaip"/> handles registration, authentication, capability advertisement, and intent matching at the application layer. The AFR handles local instance selection among instances already in scope. The two are <strong>complementary</strong>: the AG authorizes and interprets intent; the AFR optimizes reachability and short-lived load or locality within an authorized domain.</t>
        <t>One deployment could place the AG and AFR on the same node. Another could let the AG select an agent cluster and let the AFR select a runtime instance. This draft does not require either arrangement.</t>
      </section>
      <section anchor="relation-to-dawn">
        <name>Relation to DAWN</name>
        <t>The DAWN effort <xref target="I-D.akhavain-moussa-dawn-problem-statement"/> addresses the problem of discovering agents, workloads, and named entities in AI ecosystems. This draft shares the fundamental premise that AI agent traffic requires visibility beyond traditional IP reachability. However, while DAWN focuses on the discovery phase—how an entity finds out about the existence, capabilities, and attributes of other entities—this draft focuses on the dispatch phase: once a suitable agent or cluster is discovered, how does the IPv6 network forward the packet to the right instance in a timely manner?</t>
        <t>The two efforts are complementary:</t>
        <ul spacing="normal">
          <li>
            <t><strong>DAWN</strong> answers <em>what</em> exists and <em>how</em> to describe it for discovery purposes.</t>
          </li>
          <li>
            <t>This draft answers <em>how</em> the network delivers the packet to a reachable and suitable instance, using in-band agent-aware metadata and local scheduling at the domain edge.</t>
          </li>
        </ul>
        <t>The authors seek community feedback on whether this agent-specific framing of IPv6 forwarding is useful and whether it should evolve within or alongside DAWN.</t>
      </section>
    </section>
    <section anchor="carrying-agent-aware-metadata">
      <name>Carrying Agent-Aware Metadata</name>
      <t>This document does not choose a format. Candidate IPv6 mechanisms include SRv6/SRH <xref target="RFC8986"/>, Hop-by-Hop Options, and Destination Options, each with different transit, processing, filtering, and operational trade-offs. Which fields belong at L3 versus at the AG is left open.</t>
      <t>The following categories illustrate the design space:</t>
      <ul spacing="normal">
        <li>
          <t><strong>Capability hints:</strong> coarse identifiers or hashes that help select a capable cluster or instance. For example, a compact representation (such as a Bloom filter over a context-vector hash) could indicate which model families or tool sets an instance can serve.</t>
        </li>
        <li>
          <t><strong>Policy and trust hints:</strong> information that indicates whether agent-aware processing is permitted within a domain.</t>
        </li>
        <li>
          <t><strong>State hints:</strong> short-lived load or locality information, such as broad load class or context-affinity signal (e.g., a cache-residency indicator).</t>
        </li>
        <li>
          <t><strong>Correlation hints:</strong> bounded identifiers that help associate a packet with an authorized agent session without exposing prompts or user content.</t>
        </li>
      </ul>
      <t>Agent-aware metadata should be minimal, integrity-protected where acted upon, and removed or ignored at domain boundaries unless explicitly permitted. Highly detailed capability descriptions, prompts, credentials, and authorization decisions should remain with discovery, gateway, identity, or application-layer systems.</t>
    </section>
    <section anchor="applicability-and-non-goals">
      <name>Applicability and Non-Goals</name>
      <t>This framework is most plausible in a limited domain where the operator controls the agents, AFRs, policies, and metadata handling. It is not intended as a general-purpose semantic routing protocol for the open Internet.</t>
      <t>The main goal of this document is to ask whether the separation between cluster-level semantic reachability and local instance-level dispatch is useful enough to study further, and whether the agent-specific dimensions (capability matching, context affinity) warrant dedicated work within DAWN.</t>
    </section>
    <section anchor="open-questions">
      <name>Open Questions</name>
      <ol spacing="normal" type="1"><li>
          <t>What should the network perceive: capability class only, or also policy, load, and context-affinity attributes?</t>
        </li>
        <li>
          <t>Is L3 agent-awareness useful when an AG already performs discovery, authorization, and intent routing?</t>
        </li>
        <li>
          <t>How should Semantic Anycast or cluster-level selection be encoded: prefix, SRv6 SID, service identifier, gateway mapping, or another mechanism?</t>
        </li>
        <li>
          <t>Which metadata, if any, is appropriate for IPv6 packets rather than application-layer protocols?</t>
        </li>
        <li>
          <t>How should agent-aware metadata be authenticated, scoped, stripped, or hidden at trust-domain boundaries?</t>
        </li>
        <li>
          <t>What measurements are needed to show that local agent-aware dispatch improves latency, cache reuse, or overload avoidance?</t>
        </li>
        <li>
          <t>How can this work align with DAWN, APN-related discussions, SRv6 operations, and agent discovery efforts without creating a parallel architecture?</t>
        </li>
        <li>
          <t>Is the in-band state synchronization model (return-path piggyback) feasible and safe in production agent clusters?</t>
        </li>
      </ol>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Forged Agent-Aware Metadata could misdirect traffic, bypass policy, or trigger localized overload. Routers that act on metadata should use integrity protection within the domain and should filter, strip, or ignore such metadata at untrusted boundaries. Operators should limit metadata to the minimum needed and apply rate control at the AFR. If SRv6 is used, usual SRH security practices <xref target="RFC8986"/> apply.</t>
      <t>Agent-aware forwarding can also create privacy risks. Capability hints, load hints, cache-affinity signals, or correlation identifiers may reveal sensitive information about users, tasks, models, business relationships, or resource conditions. A future mechanism would need privacy minimization, replay protection, boundary policy, and clear rules for when metadata is visible to intermediate nodes.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="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="RFC8200">
          <front>
            <title>Internet Protocol, Version 6 (IPv6) Specification</title>
            <author fullname="S. Deering" initials="S." surname="Deering"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="86"/>
          <seriesInfo name="RFC" value="8200"/>
          <seriesInfo name="DOI" value="10.17487/RFC8200"/>
        </reference>
        <reference anchor="RFC8986">
          <front>
            <title>Segment Routing over IPv6 (SRv6) Network Programming</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="P. Camarillo" initials="P." role="editor" surname="Camarillo"/>
            <author fullname="J. Leddy" initials="J." surname="Leddy"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
            <author fullname="Z. Li" initials="Z." surname="Li"/>
            <date month="February" year="2021"/>
            <abstract>
              <t>The Segment Routing over IPv6 (SRv6) Network Programming framework enables a network operator or an application to specify a packet processing program by encoding a sequence of instructions in the IPv6 packet header.</t>
              <t>Each instruction is implemented on one or several nodes in the network and identified by an SRv6 Segment Identifier in the packet.</t>
              <t>This document defines the SRv6 Network Programming concept and specifies the base set of SRv6 behaviors that enables the creation of interoperable overlays with underlay optimization.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8986"/>
          <seriesInfo name="DOI" value="10.17487/RFC8986"/>
        </reference>
        <reference anchor="I-D.ietf-cats-framework" target="https://datatracker.ietf.org/doc/html/draft-ietf-cats-framework-24">
          <front>
            <title>A Framework for Computing-Aware Traffic Steering (CATS)</title>
            <author>
              <organization>IETF</organization>
            </author>
            <date>n.d.</date>
          </front>
          <seriesInfo name="Internet-Draft draft-ietf-cats-framework-24" value=""/>
        </reference>
        <reference anchor="I-D.yc-ipv6-for-ioa" target="https://datatracker.ietf.org/doc/html/draft-yc-ipv6-for-ioa-01">
          <front>
            <title>Capabilities and Future Requirements of IPv6 for the Internet of Agents (IoA)</title>
            <author>
              <organization>IETF</organization>
            </author>
            <date>n.d.</date>
          </front>
          <seriesInfo name="Internet-Draft draft-yc-ipv6-for-ioa-01" value=""/>
        </reference>
        <reference anchor="I-D.yu-ai-agent-ipv6-networking-considerations" target="https://datatracker.ietf.org/doc/html/draft-yu-ai-agent-ipv6-networking-considerations-01">
          <front>
            <title>IPv6 Networking Considerations for AI Agent Communication</title>
            <author>
              <organization>IETF</organization>
            </author>
            <date>n.d.</date>
          </front>
          <seriesInfo name="Internet-Draft draft-yu-ai-agent-ipv6-networking-considerations-01" value=""/>
        </reference>
        <reference anchor="I-D.mozley-aidiscovery" target="https://datatracker.ietf.org/doc/html/draft-mozley-aidiscovery-01">
          <front>
            <title>AI Agent Discovery (AID) Problem Statement</title>
            <author>
              <organization>IETF</organization>
            </author>
            <date>n.d.</date>
          </front>
          <seriesInfo name="Internet-Draft draft-mozley-aidiscovery-01" value=""/>
        </reference>
        <reference anchor="I-D.sz-dmsc-iaip" target="https://datatracker.ietf.org/doc/html/draft-sz-dmsc-iaip-01">
          <front>
            <title>Intent-based Agent Interconnection Protocol (IAIP)</title>
            <author>
              <organization>IETF</organization>
            </author>
            <date>n.d.</date>
          </front>
          <seriesInfo name="Internet-Draft draft-sz-dmsc-iaip-01" value=""/>
        </reference>
        <reference anchor="I-D.akhavain-moussa-dawn-problem-statement" target="https://datatracker.ietf.org/doc/html/draft-akhavain-moussa-dawn-problem-statement-04">
          <front>
            <title>Problem Statement for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
            <author>
              <organization>IETF</organization>
            </author>
            <date>n.d.</date>
          </front>
          <seriesInfo name="Internet-Draft draft-akhavain-moussa-dawn-problem-statement-04" value=""/>
        </reference>
      </references>
    </references>
    <?line 262?>

<section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors thank colleagues at China Unicom and welcome comments from the DAWN and V6OPS communities.</t>
    </section>
    <section numbered="false" anchor="contributors">
      <name>Contributors</name>
      <t>TBD.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA61c7XLbRpb9z6focv5ILIL+SNZJlNr1KlZsq8aWNRaT1P7a
agJNEiMQzUEDUpiUq/Yh9gn3Sfbcj24ApDzjTDJVM6ZIoNF9P84993Rjsiyb
hNbWxX/bytfuzLRN5ya5bd3aN/szU9YrPwndcluGUPp6sd/hmssfFq8m5a7h
q0P77MmTb588m1S2Xp8ZV08mbdlWuOzR+drVbXZ+bxtXuxAwmLm8vnturlx7
75vbcGauG7+s3NbctHjiFlcbTMW8auzW0RWPJna5bNzdmRkMxWNMCp/XuOrM
FI1dtdnGZeXu7nlm+TpL12WrOEz25MnEL4OvXOvC2aTbFZY/THCVxXLq1jW1
ayd07brx3Q6j2nss5Pb+bGJMJk/kD3qp8SuZUuCvB7Pjv2/c1tZtmZvzep/b
0PYXmYsy5P7ONXv+7i8/mZc23zhzvlqVddnKtxfnP19hcl278Q0mkOHLsoa1
FnPzhh4gC19YL3/6Zm3r8lfbwkFn5uWmrK35sS5zv8WPmElZnZmNa589/c+c
fuv4p3le49fGk6NcUba+wZ85ZnBmvnfl38p6TX/7rm4pDHjQwUzeYSa2TlN5
5+r1nqbD333WfGy93T999ufN6GpufrZ8iUzpytbxi8+Zzz0urZ8+/8MmmtS+
2eJJd44i58Orl8+ePv1WP37z9OuvEHSUUuNrvkEGxY/ffvOcPl5mF/PStasM
qRj6SKafjNH8Ou8TxWBI89Jvd12LaWmeLJAZKwThTetcg6/Nycvzxc0pD5GC
i/8DC2lW018BV7tA0+xzI7ugNNNke2Bi2bOvZGq2WbsW/m3bXTh7/BiZZtvG
5reu4fXM8ajHyN3Hm3ZbPf4nw5ER9rkkNhaYld6ODPDS7uyyrMoW0xXg6NoO
C//g/t6VDeNJoExl0CELtci04xQ2J5f+/E8wy8FUsydP/2WTPDgUm6PLbKko
x1fUgqXk9dzXoSxcw4EeRpYawi5FwsvRpWyb80tFKITRlhKAf/sTrPLZM/5D
BvudTyFbbv2vldvjviJi8ji9Lg8h25ycX16cHhetP26k46n8EWN8ajRadPg1
K7YB4WXL3ThEMC8Yb2mDK3ThPFVYr3Y5mY4W3vrcV0iY88vrPyFjhpP5Iws+
HoeWam839s6WNezRhWAzqunZTpyXhei8kRGO+UiEjT4IEm7MzM+IsMrbAh8J
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
t4uoAONRn5jL9xfzyf8D7og1yq9FAAA=

-->

</rfc>
