<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rfc [
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC3552 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3552.xml">
<!ENTITY RFC5226 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5226.xml">
<!ENTITY RFC9232 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.9232.xml">
<!ENTITY RFC9316 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.9316.xml">
]>
<?xml-model href="rfc7991bis.rnc"?>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<?rfc strict="yes" ?>
<?rfc toc="yes"?>
<?rfc tocdepth="4"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes" ?>
<?rfc compact="yes" ?>
<?rfc subcompact="no" ?>

<rfc category="std" docName="draft-pedro-ite-00" ipr="trust200902" consensus="true" submissionType="IETF">

  <front>

    <title abbrev="Intent Translation Engine">Intent Translation Engine</title>

    <author fullname="Pedro Martinez-Julia" initials="P." role="editor" surname="Martinez-Julia">
      <organization>NICT</organization>
      <address>
        <postal>
          <street>4-2-1, Nukui-Kitamachi, Koganei</street>
          <region>Tokyo</region>
          <code>184-8795</code>
          <country>Japan</country>
        </postal>
        <phone>+81 42 327 7293</phone>
        <email>pedro@nict.go.jp</email>
      </address>
    </author>

    <date year="2024" month="January" day="26"/>

    <area>Internet-Draft</area>

    <workgroup>NMRG</workgroup>

    <keyword>network</keyword>
    <keyword>intent</keyword>
    <keyword>tranlsation</keyword>
    <keyword>engine</keyword>
    <keyword>policy</keyword>
    <keyword>management</keyword>

    <abstract>
      <t>This document specifies the schemas and models required to realize the data formats and interfaces needed to enable composition of services to build a translation engine for network intents, namely the Intent Translation Engine.</t>
    </abstract>

  </front>

  <middle>

    <section title="Introduction">
      <t>The increased difficulty to define an manage goals and policies enforced to networks has raised the definition of intent-based networking (IBN). It abstracts the definition of those goals and policies in the form of network intents.</t>
      <t>For IBN to be properly realized, it is envisioned that many stakeholders would be involved in the translation of network intents to particular policies and configurations. Thus, there will be many components and services that would be composed to construct a solution to implement network intents.</t>
      <t>This document specifies the schemas and models required to realize the data formats and interfaces needed to enable composition of services to build a translation engine for network intents, namely the Intent Translation Engine.</t>
    </section>

    <section title="Terminology">
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in <xref target="RFC2119">RFC 2119</xref>.</t>
    </section>

    <section title="Intent Translation Engine">
      <t>This document specifes the requires data formats and interfaces that MUST be implmeented by the components of an Intent Translation Engine (ITE). This therefore extends <xref target="RFC9316">RFC 9316</xref> and drives the implementation of the specifications REQUIRED to propertly classify network intents.</t>
      <section title="Iteraction Between the ITE and Network Tentants">
        <t>The data formats required for enabling interaction between the ITE and network tenants are:
          <list style="symbols">
              <t>[TF1] Schema---RDF ontology and YANG model---that must be used to format intents introduced in the ITE.</t>
              <t>[TF2] Schema---RDF ontology and YANG model---that must be used to format declarations of intent semantics---namely, the set of concepts, relations, and ontologies that can be present in an intent.</t>
          </list>
        </t>
        <t>The intefaces required for enabling interaction between the ITE and network tenants are:
          <list style="symbols">
            <t>[TI1] Schema---RDF ontology and YANG model---that must be used by a tenant or other external entity to format and transmit an intent to the ITE.</t>
            <t>[TI2] Schema---RDF ontology and YANG model---that must be used by an ITE to publish---via NETCONF and others---the intent semantics it supports. Particularly, the set of concepts, relations, and ontologies that can be used by tenants to define input intents.</t>
          </list>
        </t>
        <t>The present document will also specify the minimum set of semantics that must be supported by any ITE and discovered by the interactions described in this section.</t>
      </section>
      <section title="Iteraction Between the ITE and Network Management Systems">
        <t>The data formats required for enabling interaction between the ITE and network management systems are:
          <list style="symbols">
            <t>[MF1] Schema---RDF ontology and YANG model---that must be used by a management system to format declarations of management mechanisms and by an ITE to format their compositions. This schema and model comprhends the definitions for both management information and commands. Hence, this schema follows the definitions of <xref target="RFC9232">RFC 9232</xref> to specify data formats for telemetry transmission.</t>
          </list>
        </t>
        <t>The intefaces required for enabling interaction between the ITE and network management systems are:
          <list style="symbols">
            <t>[MI1] Schema---RDF ontology and YANG model---that must be used by a management system to publish---via NETCONF and others---the management mechanisms it provides for being composed to implement policies and network services. This schema also follows the definitions of <xref target="RFC9232">RFC 9232</xref> to specify telemetry interactions.</t>
          </list>
        </t>
        <t>The present document will also specify the minimum set of management mechanisms that must be provided by a management system for proper intent support.</t>
      </section>
      <section title="Iteraction Between the ITE and VIM">
        <t>The data formats required for enabling interaction between the ITE and the VIM are:
          <list style="symbols">
            <t>[VF1] Schema---RDF ontology and YANG model---that must be used to format declarations of network resources and virtual network functions (VNFs).</t>
            <t>[VF2] Schema---RDF ontology and YANG model---that must be used to format NSDs.</t>
          </list>
        </t>
        <t>The intefaces required for enabling interaction between the ITE and the VIM are:
          <list style="symbols">
            <t>[VI1] Schema---RDF ontology and YANG model---that must be used by a VIM to publish---via NETCONF and others---the network resources and virtual network functions (VNFs) it provides.</t>
          </list>
        </t>
        <t>The present document will also specify the minimum set of network resources and VNFs that must be provided by a VIM for proper intent support.</t>
      </section>
      <section title="Iteraction Between the ITE and External Services">
        <t>The data formats required for enabling interaction between the ITE and external services are:
          <list style="symbols">
            <t>[EF1] Schema---RDF ontology and YANG model---that must be used to format declarations of networkintents, network resources, and virtual network functions (VNFs). This schema will be used by elements that will use intents to interact with management systems, such as <xref target="I-D.pedro-nmrg-ai-framework">AINEMA</xref>, which enables the ITE with artificial intelligence functions and which will express management decisions in terms of network intents, as shown <xref target="TNSM-2018">here</xref>.</t>
          </list>
        </t>
        <t>The intefaces required for enabling interaction between the ITE and external services are:
          <list style="symbols">
            <t>[EI1] Schema---RDF ontology and YANG model---that must be used by an ITE allow external agents to provide network intents and retrieve information about available resources and and virtual network functions (VNFs).</t>
          </list>
        </t>
      </section>
    </section>

    <section title="Implementation Guide">
      <t>The present document will specify an abstract algorithm that allows an ITE to obtain a set of network service definitions and the composition of management mechanisms that implements the required policies from a set of inputs.</t>
      <t>The inputs are:
          <list style="symbols">
            <t>a) The intent provided by the tenant or some external agent.</t>
            <t>b) Set of management mechanisms -- retrieved from some management system available.</t>
            <t>c) Set of VNFs and network resources -- retrieved from some VIM.</t>
          </list>
      </t>
      <t>The abstract algorithm helps obtaining validated network service definitions and management mechanism compositions which are valid for the available instantiation infrastructure.</t>
    </section>

    <section title="Information Model">
      <t>TBD</t>
    </section>

    <section title="Relation to Other IETF/IRTF Initiatives">
      <t>TBD</t>
    </section>

    <section anchor="IANA" title="IANA Considerations">
      <t>This memo includes no request to IANA.</t>
    </section>

    <section anchor="Security" title="Security Considerations">
      <t>As with other AI mechanisms, the major security concern for the adoption of intelligent reasoning on external events to manage SDN/NFV systems is that the boundaries of the control and management planes are crossed to introduce information from outside. Such communications MUST be highly and heavily secured since some malfunction or explicit attacks might compromise the integrity and execution of the controlled system. However, it is up to implementers to deploy the necessary countermeasures to avoid such situations. From the design point of view, since all operations are performed within the control and/or management planes, the security level of reasoning solutions is inherited and thus determined by the security measures established by the systems conforming such planes.</t>
    </section>

    <section anchor="Acknowledgements" title="Acknowledgements">
      <t>TBD</t>
    </section>

  </middle>

  <back>

    <references title="Normative References">
      &RFC2119;
      &RFC9232;
      &RFC9316;
    </references>

    <references title="Informative References">
      <?rfc include="reference.I-D.pedro-nmrg-ai-framework"?>
      <reference anchor="TNSM-2018">
        <front>
          <title>Exploiting External Events for Resource Adaptation in Virtual Computer and Network Systems, in IEEE Transactions on Network and Service Management. Vol. 15, n. 2, pp. 555--566, 2018.</title>
          <author>
            <organization>P. Martinez-Julia, V. P. Kafle, and H. Harai</organization>
          </author>
          <date year="2018" />
        </front>
      </reference>
    </references>

  </back>

</rfc>
