<?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 tocdepth=5="yes"?>
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-cxxx-nmrg-ai4ibn-00" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="AI4AN">Agentic AI for Intent-Based Networking</title>
    <seriesInfo name="Internet-Draft" value="draft-cxxx-nmrg-ai4ibn-00"/>
    <author initials="A." surname="Clemm" fullname="Alexander Clemm">
      <organization>Individual</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>ludwig@clemm.org</email>
      </address>
    </author>
    <author initials="T." surname="Eckert" fullname="Toerless Eckert">
      <organization>Futurewei Technologies USA</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>tte@cs.fau.de</email>
      </address>
    </author>
    <date year="2026" month="July" day="06"/>
    <area>IRTF</area>
    <workgroup>NMRG</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 35?>

<t>This document specifies how the rise of agentic AI and LLMs can impact 
and and accelerate the transition towards Intent-Based Networking.<br/>
Specifically, it revisits functionality and 
liefecycle in IBN, as defined in <xref target="RFC9315"/>, 
and outlines how agentic AI and LLMs can be leveraged.</t>
    </abstract>
  </front>
  <middle>
    <?line 44?>

<section anchor="introduction-why-revisit-ibn-in-the-face-of-llms-and-agentic-ai">
      <name>Introduction: Why revisit IBN in the face of LLMs and agentic AI</name>
      <t>Intent-Based Networking (IBN) involves the concept of allowing networks to be managed using "intent", that is, by allowing network operators to specify in a declarative manner sets of operational goals (that a network should meet) and outcomes (that a network is supposed to deliver) without needing to specify how to actually achieve or implement them <xref target="RFC9315"/>.  Determining the specific actions that would need to be taken would be up to the IBN itself, whether those actions involve determining configuration parameters and applying them, performing optimizations, monitoring the network and assessing whether additional actions need to be taken, and more.  Intent and IBN in many ways complete the vision articulated as part of autonomic networking that involve achieving self-configuration, self-optimization, self-healing, and self-protection while minimizing dependencies on human administrators who are taken out of the control loop.  However, even autonomic networks are not clairvoyant but need to be given guidance by administrators.  That guidance is characterized as intent <xref target="RFC7575"/>.</t>
      <t>Since Autonomic Networking and IBN were defined, many commercial offerings for intent-based systems have appeared.  In many cases, "intent" by those systems has been less abstract in nature but instead involves structured APIs that are used to manage services and connectivity in a network instead of individual network elements on a per-device basis. While useful, there is still a gap between the abstractions provided by those APIs and their underlying system on one hand and the vision of an intent as defined in <xref target="RFC9315"/> on the other hand.  For example, operators are still very much responsible to determine strategies to achieve broad outcomes.</t>
      <t>The recent explosive rise of Large Language Models (LLMs) and agentic AI (roughly understood as systems with LLMs at their core, extended with additional capabilities that allow them to access additional tools, to decompose tasks, to integrate with other applications) holds the promise to potentially change that as it opens up possibilities for the implementation of capabilities in technical systems that until recently did not exist.  For example, agentic AI allows for the implementation of chat interfaces that allow users to state their intent in their own words, without requiring them to be proficient in any particular APIs or command interfaces.  Importantly, agentic AI may allow to clarify ambiguities, can ask for additional information and details, point out constraints, discuss alternatives, thus providing means for ingesting intent that systems up to this point did not have.  Likewise, agentic control loops hold the promise to potentially allow IBNs to intelligently monitor the network to assess outcomes as well as the effectiveness of actions that are taken.  Coupled with learning capabilities, IBNs can become even more effective over time and result in continued network optimization and improvement.  While some of this promise yet remains to be proven, the potential for it is there and appears to be only a matter of time.</t>
      <t>The concept of IBN remains very much valid and appears more relevant than ever for the future of networking in light of the new possibilities that can help make it a reality.  Given this, it seems reasonable to revisit IBNs, specifically, their functional components as well as the lifecycle reference architecture, and articulate the ways in which agentic AI and LLMs can facilitate and accelerate IBN development and adoption.</t>
    </section>
    <section anchor="definitions-and-terminology">
      <name>Definitions and Terminology</name>
    </section>
    <section anchor="ibn-lifecycle-reference-model-revisited">
      <name>IBN Lifecycle Reference Model revisited</name>
      <t>IBN is subject to several loops, as depicted in the IBN Lifecycle Reference model (<xref target="FIG1"/>).</t>
      <figure anchor="FIG1">
        <name>IBN lifecycle and reference architecture per RFC 9315</name>
        <artwork><![CDATA[
         User Space   :       Translation / IBS       :  Network Ops
                      :            Space              :     Space
                      :                               :
        +----------+  :  +----------+   +-----------+ : +-----------+
Fulfill |recognize/|---> |translate/|-->|  learn/   |-->| configure/|
        |generate  |     |          |   |  plan/    |   | provision |
        |intent    |<--- |  refine  |   |  render   | : |           |
        +----^-----+  :  +----------+   +-----^-----+ : +-----------+
             |        :                       |       :        |
.............|................................|................|.....
             |        :                  +----+---+   :        v
             |        :                  |validate|   :  +----------+
             |        :                  +----^---+ <----| monitor/ |
Assure   +---+---+    :  +---------+    +-----+---+   :  | observe/ |
         |report | <---- |abstract |<---| analyze | <----|          |
         +-------+    :  +---------+    |aggregate|   :  +----------+
                      :                 +---------+   :                          
]]></artwork>
      </figure>
      <t>The first of these loops occurs between the functions to ingest (recognize, generate) intent, and translate it into specific commands and operations that will be actionable by the underlying network.  Agentic AI systems implement similar loops in other areas, for example in program development and coding.  Application of Agentic AI to IBN in this area appears thus straightforward and it is expected that corresponding Agentic AI agents cand implement both of these functions.</t>
      <t>The second loop concerns the "inner" intent control loop between IBS and Network Operations space: learn/plan/render -&gt; configure/provision -&gt; monitor/observe -&gt; analyze/aggregate -&gt; validate -&gt; learn/plan/render (here the loop closes).  Agentic AI has inherent translation capabilities that can play an important role in simplifying the implementation of configuration and provisioning systems by determining how to map required actions to device interfaces, ensuring the right commands and APIs are invoked.  The same translation capabilities help smoothen over impedance mismatches in the data models exposed by underlying systems.  This simplifies many past issues associated with dealing with interface heterogeneity and associated sustaining operations.</t>
      <t>Agentic AI can also help determine what type of monitoring and measurements will be required to observe the effectiveness of actions taken and assess compliance with intent, and configuration and provisioning functions can be augmented with corresponding capabilities to set up those observations as well.  Agentic AI may have less of a role to play in analyzing raw monitoring data as the data velocity in this space is very high.  This concerns IPFIX records, IOAM telemetry data, syslog notifications, YANG-Push management data streams.  For a network, the volume of these easily reaches into the thousands if not millions of data items per second, outpacing LLM token processing capabilities for the foreseeable future unless other measures are taken to reduce the amount of data by several orders of magnitude.   Anomaly detection and trend analysis are areas in which AI-based systems play an important role, but not areas in which Agentic AI based on LLMs are expected to make a considerable impact.  However, this can change once raw data is aggregated, filtered, and preprocessed.  This preprocessed data can very well serve as input to Agentic AI systems as part of the validation and learning/planning portions of the inner control loop and we expect corresponding solution architectures to emerge.</t>
      <t>The third loop concerns the "outer" intent control loop that involves abstraction and reporting to keep users informed (and, in a bigger sense, "in the loop" to understand what and how their network is in fact doing).  There are many applications of Agentic AI systems to provide decision support, generate smart reports, and highlight relevant information.  IBN should not be expected to be any different and Agentic AI is thus a clear candidate to implement the abstraction and assurance functions in the IBN lifecyle.</t>
    </section>
    <section anchor="ibn-functionality-revisited">
      <name>IBN Functionality revisited</name>
      <t>The following sections revisit the corresponding sections in <xref target="RFC9315"/> where IBN functionality is described.  For a more detailed discussion of what precisely the functionality entails, please refer to that document.  In the following, we look specifically at the ramifications brought about by LLMs and agentic AI for each of those functions.</t>
      <section anchor="intent-fulfillment">
        <name>Intent Fulfillment</name>
        <section anchor="intent-ingestion-and-interaction-with-users">
          <name>Intent Ingestion and Interaction with Users</name>
          <t>The first set of functions is concerned with having users convey intent to the network respectively to the Intent-Based System (IBS) that communicates on the network's behalf.  Using agentic AI underpinned by LLMs can allow for conversational interaction between the user and the IBS.  Not only can the user convey intent using plain language, but ambiguities can be resolved, additional context requested, missing information identified, priorities established, tradeoffs presented, all with minimal learning curve on the side of the user.  To be effective, the AI agent needs to have access to data about the network, including but not limited to inventory and topology information.</t>
        </section>
        <section anchor="intent-translation">
          <name>Intent Translation</name>
          <t>Intent translation very closely interacts with intent ingestion; in an agentic AI environment both functions may very well be integrated, not separated.  Agentic AI will be able to translate ingested intent into APIs and structured commands, many of which may be device-dependent.  In the past, heterogeneity of device interfaces, command interfaces, exposed data models were a major contributing factor to the complexity it took to develop operations support systems.  One major value that Agentic AI and LLM technology can provide involves abstracting this heterogeneity and facilitate the application of unified "intent" regardless of the particularities of individual device interfaces, determining what specific APIs to call and what structured commands to apply depending on the specific network device.</t>
        </section>
        <section anchor="intent-orchestration">
          <name>Intent Orchestration</name>
          <t>To the extent that agentic AI can help with planning courses of actions, orchestration of rolling out intent across a network is another function that can benefit from agentic AI, which can offer exceptional planning abilities. One big concern with any orchestration system involves dealing with rainy-day scenarios, for example failures in the ability to apply a particular configuration to a particular device.  Orchestration systems need to be able to anticipate, detect, and mitigate such possibilities, including but not limited to rolling the overall network back (or forward) into a defined state, as well as containing any potential negative impact.  It will be imperative for any AI agent involved in intent orchestration to have corresponding capabilities, even more critically so as to not require to be exposed to device intrinsics that the IBN is supposed to abstract away from.</t>
        </section>
      </section>
      <section anchor="intent-assurance">
        <name>Intent Assurance</name>
        <section anchor="monitoring">
          <name>Monitoring</name>
          <t>Monitoring, in the context of intent assurance, involves observing the network, conducting measurements, and collecting telemetry data, in order to provide visibility into the network that is required to ensure that intent is actually complied with and to assess the degree to which desired outcomes are achieved.  Some aspects of monitoring are resource-intensive operations that need to be used sparingly.  Examples include configuration of measurement probes and generating test traffic (consuming CPU and bandwidth), collecting telemetry data (incurring overhead on production traffic), or continuous streaming of statistics about flows, interfaces, and device state (at a minimum, involving sampling strategies to keep overhead to an acceptable level). Agentic AI can help optimize monitoring strategies by having observations directed at those areas where they matter the most, such as providing answers as to where measurement probes need to be directed at any one point or which aspects are most critical to observe closely and adjust where to probe and what to sample accordingly.  Similarly, it can collect additional information or run tests that will be helpful to validate hypotheses about what fine tuning and adjustements maybe needed and facilitate corresponding decisions to do so.</t>
        </section>
        <section anchor="intent-compliance-assessment">
          <name>Intent Compliance Assessment</name>
        </section>
        <section anchor="abstraction-aggregation-reporting">
          <name>Abstraction, Aggregation, Reporting</name>
          <t>Agentic AI is a natural fit to many of the functions that involve abstracting and summarizing data and statistics reported from the network to human users.  Coupled with the ability to relate the observations with context and provide analysis to make actionable recommendations, agentic AI can be expected to result in very powerful systems in that area going forward. Previously, the interpretation of data required operator expert knowledge and programming decision support systems to analyze results was a formidable task which will be significantly simplified.</t>
        </section>
      </section>
    </section>
    <section anchor="related-work">
      <name>Related Work</name>
      <t>Given the rapid rise of Agentic AI, it is not surprising to see a new body of work rapidly emerging that attempt to leverage Agentic AI in networking and network management.  While to our knowledge this draft is the only one that specifically relates Agentic AI to IBN, there are a few other drafts worthwhile mentioning:</t>
      <ul spacing="normal">
        <li>
          <t><xref target="I-D.jadoon-nmrg-agentic-ai-autonomous-networks"/> explores augmenting protocol stacks with agentic technology.  In addition to looking at how different networking layers might related to AI-agentic technology, it proposes an architecture to network agentic AI systems in an interoperable manner.  The document is not concerned with aspects of Intent-Based Networking.</t>
        </li>
        <li>
          <t><xref target="I-D.cui-nmrg-llm-nm"/> concerns itself with using Agentic AI systems to assist humans in the management control loop.  It proposes an LLM-centered network management system architecture that is layered above more conventional non-agentic management systems, which in turn is used to manage concentional (i.e., non-intent based) networks.</t>
        </li>
        <li>
          <t><xref target="I-D.hong-nmrg-agenticai-ps"/> contains a call for bringing agentic AI to networking.  It does describe some opportunities and challenges to apply agentic AI to network management problems that constitute common ground also for Intent-Based Networking.  However, it does not discuss how these aspects would be applied to IBN nor relate them to any of the concepts specified in <xref target="RFC9315"/>.</t>
        </li>
        <li>
          <t><xref target="I-D.eckert-anima-ai4an"/> describes the application of agentic AI to autonomous networking as per IETF's ANIMA working group.  <xref target="RFC7575"/> serves as a foundational draft there, in which intent is already defined as natural complement to autonomous networking.  Accordingly our document here is a complement to that other draft and applies Agentic AI to IBN in a broader sense, not just autonomous networks as defined per the ANIMA suite of RFCs.</t>
        </li>
      </ul>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>TBD</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TBD</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="RFC7575">
        <front>
          <title>Autonomic Networking: Definitions and Design Goals</title>
          <author fullname="M. Behringer" initials="M." surname="Behringer"/>
          <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
          <author fullname="S. Bjarnason" initials="S." surname="Bjarnason"/>
          <author fullname="A. Clemm" initials="A." surname="Clemm"/>
          <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
          <author fullname="S. Jiang" initials="S." surname="Jiang"/>
          <author fullname="L. Ciavaglia" initials="L." surname="Ciavaglia"/>
          <date month="June" year="2015"/>
          <abstract>
            <t>Autonomic systems were first described in 2001. The fundamental goal is self-management, including self-configuration, self-optimization, self-healing, and self-protection. This is achieved by an autonomic function having minimal dependencies on human administrators or centralized management systems. It usually implies distribution across network elements.</t>
            <t>This document defines common language and outlines design goals (and what are not design goals) for autonomic functions. A high-level reference model illustrates how functional elements in an Autonomic Network interact. This document is a product of the IRTF's Network Management Research Group.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7575"/>
        <seriesInfo name="DOI" value="10.17487/RFC7575"/>
      </reference>
      <reference anchor="RFC9315">
        <front>
          <title>Intent-Based Networking - Concepts and Definitions</title>
          <author fullname="A. Clemm" initials="A." surname="Clemm"/>
          <author fullname="L. Ciavaglia" initials="L." surname="Ciavaglia"/>
          <author fullname="L. Z. Granville" initials="L. Z." surname="Granville"/>
          <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
          <date month="October" year="2022"/>
          <abstract>
            <t>Intent and Intent-Based Networking are taking the industry by storm. At the same time, terms related to Intent-Based Networking are often used loosely and inconsistently, in many cases overlapping and confused with other concepts such as "policy." This document clarifies the concept of "intent" and provides an overview of the functionality that is associated with it. The goal is to contribute towards a common and shared understanding of terms, concepts, and functionality that can be used as the foundation to guide further definition of associated research and engineering problems and their solutions.</t>
            <t>This document is a product of the IRTF Network Management Research Group (NMRG). It reflects the consensus of the research group, having received many detailed and positive reviews by research group participants. It is published for informational purposes.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="9315"/>
        <seriesInfo name="DOI" value="10.17487/RFC9315"/>
      </reference>
      <reference anchor="I-D.jadoon-nmrg-agentic-ai-autonomous-networks">
        <front>
          <title>Agentic AI Architectural Principles for Autonomous Computer Networks</title>
          <author fullname="Muhammad Awais Jadoon" initials="M. A." surname="Jadoon">
            <organization>InterDigital Europe Ltd</organization>
          </author>
          <author fullname="Sebastian Robitzsch" initials="S." surname="Robitzsch">
            <organization>InterDigital Europe Ltd</organization>
          </author>
          <author fullname="Carlos J. Bernardos" initials="C. J." surname="Bernardos">
            <organization>Universidad Carlos III de Madrid</organization>
          </author>
          <date day="2" month="March" year="2026"/>
          <abstract>
            <t>   Agentic AI systems combine planning, reasoning, tool invocation, and
   feedback loops to pursue system-defined goals with a controlled
   degree of autonomy.  In networking, this enables an evolution from
   statically configured automation toward goal-driven closed-loop
   operations spanning multiple protocol layers and administrative
   domains.

   This document introduces architectural principles for "agentic
   augmentation" of the existing layered protocol stack as represented
   by the Internet protocol suite (IP suite).  The key concept of the
   proposed principles is that deterministic protocol layering remains
   intact for interoperability, while AI Agents are introduced as first-
   class entities at each IP suite layer and are coordinated by one or
   more agent controllers via agentic methods and procedures.

   The purpose of this document is to initiate discussion within the
   research community on agentic networking.  It identifies
   architectural research challenges that should be discussed to enable
   the addition of one or more AI Agents at one or more IP suite layers
   with the goal to allow AI Agents to improve the behaviour of a layer
   through reasoning with AI Agents at the same or other IP suite
   layers.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-jadoon-nmrg-agentic-ai-autonomous-networks-00"/>
      </reference>
      <reference anchor="I-D.cui-nmrg-llm-nm">
        <front>
          <title>A Framework for LLM Agent-Assisted Network Management with Human-in-the-Loop</title>
          <author fullname="Yong Cui" initials="Y." surname="Cui">
            <organization>Tsinghua University</organization>
          </author>
          <author fullname="Mingzhe Xing" initials="M." surname="Xing">
            <organization>Zhongguancun Laboratory</organization>
          </author>
          <author fullname="Lei Zhang" initials="L." surname="Zhang">
            <organization>Zhongguancun Laboratory</organization>
          </author>
          <date day="1" month="July" year="2026"/>
          <abstract>
            <t>   This document describes a reference framework for collaborative
   network management between Large Language Model (LLM)-assisted agents
   and human operators.  Because network management actions can affect
   service availability, security posture, customer traffic, and
   compliance obligations, LLM-generated recommendations need to be
   validated, reviewed, and audited before they are applied to
   operational networks.  The framework therefore focuses on human-in-
   the-loop control for safe, auditable, and operator-supervised use of
   LLM-assisted decision support in network operations.  The document is
   intended to be compatible with existing network management systems
   and protocols while identifying research issues, rather than
   specifying a complete implementation of all LLM agent mechanisms.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-cui-nmrg-llm-nm-02"/>
      </reference>
      <reference anchor="I-D.hong-nmrg-agenticai-ps">
        <front>
          <title>Motivations and Problem Statement of Agentic AI for network management</title>
          <author fullname="Yong-Geun Hong" initials="Y." surname="Hong">
            <organization>Daejeon University</organization>
          </author>
          <author fullname="Joo-Sang Youn" initials="J." surname="Youn">
            <organization>DONG-EUI University</organization>
          </author>
          <author fullname="Qin Wu" initials="Q." surname="Wu">
            <organization>Huawei</organization>
          </author>
          <author fullname="Benoît Claise" initials="B." surname="Claise">
            <organization>Everything OPS</organization>
          </author>
          <date day="5" month="July" year="2026"/>
          <abstract>
            <t>   This document outlines the key objectives of introducing Agentic AI
   to the field of network management and highlights the fundamental
   issues with existing technologies that must be addressed to achieve
   these goals.  It emphasizes the necessity for relevant groups within
   the IETF/IRTF and presents the core technological areas requiring
   standardization.  The aim of Agentic AI is to facilitate a paradigm
   shift in which multiple autonomous AI agents collaborate to fully
   automate network operation, management and security.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-hong-nmrg-agenticai-ps-02"/>
      </reference>
      <reference anchor="I-D.eckert-anima-ai4an">
        <front>
          <title>AI for Autonomous Networking</title>
          <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
            <organization>Futurewei Technologies USA</organization>
          </author>
          <author fullname="Alexander Clemm" initials="A." surname="Clemm">
            <organization>Sympotech</organization>
          </author>
          <date day="5" month="July" year="2026"/>
          <abstract>
            <t>   This document builds on the architectural foundation of the IETF
   ANIMA "Autonomous Network Infrastructure" to propose an architecture
   for in-network intelligence in support of network automation.

   The key aspect of this architecture is the use of AI programmed and
   validated software running decentralized on the network.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-eckert-anima-ai4an-00"/>
      </reference>
    </references>
    <?line 142?>

<section anchor="changelog">
      <name>Changelog</name>
      <ul spacing="normal">
        <li>
          <t>draft-cxxx-nmrg-ai4ibn-00: Initial version</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA5Vba2/cRpb9LkD/gXA+jIR0K5nZCQaj3RmM4sRZAbYT2A6y
i8VmwSaruysiWb0sUu2O5f3te869VcVit+RMDCRQ81GPW/dx7rmXy+Xy/Gyw
Q2Oui2c3G9MNtipubou164vbbsDv5delN3Xx2gx719/ZbvPs/KxcrXpzzzdu
/3zzGhdqV3VlizHqvlwPy+r9+/fLru03y9L+2a665Zdfnp9V5WA2rj9cF7Zb
u/Mzu+uvi6Ef/fCnL7/865d/wrC9Ka+L2zfvXpyfcbJN78bddfH61Zvvzs/u
zAHX6mtZVt+ZYfkN5zo/80PZ1f9TNq7D/Afjz8929rr4r8FViwL/q81u2P7t
q0XhXT/0Zu3x16HVPyrXttii/+/zM8w+DlvXX5+fFcWS/ysK3dJNY95jBtMX
zxvTtnrL9Zuys7+Wg3Udl1Tbe1uPZaN3Kzd2A3f649sbvWLa0jbXRTPWe7v5
R8WBrjDGyWTvnOkb433xbXVn+uGxyV6Mw9ibvbHFO1NtO9e4jTV+murJyYfB
/KPyV+tyvKoNd9y5vsWg9+aav3gq0++iePPi+V+++stX8e+//ssf9e/b5TdX
v5S1c104YtUaHPUSInSda93ol53qi0+vVKPV55umxR/p+tZ1m9lAGGc3vWZE
Dkvsvy2pTWUni10ul0W58kNfVgN/v9taX0ALR55n4XemsmtKZev2xbA1RW+9
Kdy6KCcVx5kWL1++8kVVdoVtdxipgBbgqvxXVaYxPXRW3sdEnbc8AOjUvuxr
/5R5XBUY5a0uoCqb5rAo7FDAXCze98V67CoOUzZ2OMhM52eNNWtTHaAVMI3i
9uvXi6LEbszadhgalz58CAfw8eMirNGNQ4PbusOndrUyRWPusYuNqa8Kykkl
19q6boz+/owb6V09VqpeP20PcbVcCqenANZlJQKUsUVAaU6O8oQwigsMcYkx
7l1zj8VypMp1FWxSTqNp3J6PRW2BcLnotuy45GL0vPnMyuDPYM7bcigsDHd1
OHm3cDsel+tlENWAA1dfQpJVU/ai2Ry6gyl7g7PACvQlOY9i48rGFxcySZmG
9Vs3NnXRGjNcFkHy8Bvm9ElooB93O0cRYAm1aTBhf1nsLRzLOOA5U3PB2fJE
PR2UbRipKvhja3FgsHhqJLwEtRlCa3MVgIZ9Y+ADW9vJcJBpUPiKI2EzXiW1
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
q4I8+bk6v+m2wmSw9BBYtf8HL2/wMi0/AAA=

-->

</rfc>
