<?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.1 (Ruby 3.2.2) -->
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc editing="no"?>
<?rfc tocompact="yes"?>
<?rfc iprnotified="no"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-alto-oam-yang-14" category="std" consensus="true" tocDepth="3" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title abbrev="ALTO O&amp;M YANG">YANG Data Models for the Application-Layer Traffic Optimization (ALTO) Protocol</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-alto-oam-yang-14"/>
    <author initials="J." surname="Zhang" fullname="Jingxuan Jensen Zhang">
      <organization>Tongji University</organization>
      <address>
        <postal>
          <street>4800 Cao'An Hwy</street>
          <city>Shanghai</city>
          <code>201804</code>
          <country>China</country>
        </postal>
        <email>jingxuan.n.zhang@gmail.com</email>
      </address>
    </author>
    <author initials="D." surname="Dhody" fullname="Dhruv Dhody">
      <organization>Huawei Technologies</organization>
      <address>
        <postal>
          <street>Divyashree Techno Park, Whitefield</street>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <code>560066</code>
          <country>India</country>
        </postal>
        <email>dhruv.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="K." surname="Gao" fullname="Kai Gao">
      <organization>Sichuan University</organization>
      <address>
        <postal>
          <street>No.24 South Section 1, Yihuan Road</street>
          <city>Chengdu</city>
          <region>Sichuan</region>
          <code>610000</code>
          <country>China</country>
        </postal>
        <email>kaigao@scu.edu.cn</email>
      </address>
    </author>
    <author initials="R." surname="Schott" fullname="Roland Schott">
      <organization>Deutsche Telekom</organization>
      <address>
        <postal>
          <street>Ida-Rhodes-Straße 2</street>
          <city>Darmstadt</city>
          <code>64295</code>
          <country>Germany</country>
        </postal>
        <email>Roland.Schott@telekom.de</email>
      </address>
    </author>
    <author initials="Q." surname="Ma" fullname="Qiufang Ma">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>
          <city>Nanjing</city>
          <region>Jiangsu</region>
          <code>210012</code>
          <country>China</country>
        </postal>
        <email>maqiufang1@huawei.com</email>
      </address>
    </author>
    <date year="2023" month="October" day="19"/>
    <area>Networks</area>
    <workgroup>ALTO WG</workgroup>
    <keyword>Automation, Service Provisioning, Control, Operation</keyword>
    <abstract>
      <?line 110?>

<t>This document defines a YANG data model for Operations, Administration, and
Maintenance (OAM) &amp; Management of the Application-Layer Traffic Optimization (ALTO)
Protocol. The operator of an ALTO server can use this data model to (1) set
up the ALTO server, (2) configure server discovery, (3) create, update and
remove ALTO information resources, (4) manage the access control of each ALTO
information resource, and (5) collect statistical data from the ALTO server. The
application provider can also use this data model to configure ALTO clients
to communicate with known ALTO servers.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  ALTO Working Group mailing list (alto@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/alto/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/ietf-wg-alto/draft-alto-oam-yang"/>.</t>
    </note>
  </front>
  <middle>
    <?line 121?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines a YANG data model for the Operations, Administration, and
Maintenance (OAM) &amp; Management of Application-Layer Traffic Optimization (ALTO)
Protocol. The basic purpose of this YANG data model is discussed in Section 16
of <xref target="RFC7285"/>.</t>
      <t>The operator of an ALTO server can use this data model to:</t>
      <ul spacing="normal">
        <li>
          <t>set up the ALTO server,</t>
        </li>
        <li>
          <t>configure server discovery,</t>
        </li>
        <li>
          <t>create, update and remove ALTO information resources,</t>
        </li>
        <li>
          <t>manage the access control of each ALTO information resource,</t>
        </li>
        <li>
          <t>collect statistical data of the ALTO server.</t>
        </li>
      </ul>
      <t>The application provider can also use this data model to configure ALTO clients
to communicate with known ALTO servers.</t>
      <t><xref target="scope"/> describes what is and is not in scope.
<xref target="requirements"/> and <xref target="extra-req"/> define more concrete requirements for the
data model.</t>
      <t>The basic structure of this YANG data model is guided by Section 16 of
<xref target="RFC7285"/> and <xref target="RFC7971"/>. Although the scope of the YANG data model in this
document mainly focuses on the support of the base ALTO protocol <xref target="RFC7285"/> and
the existing ALTO standard extensions: <xref target="RFC8189"/>, <xref target="RFC8895"/>,
<xref target="RFC8896"/>, <xref target="RFC9240"/>, <xref target="RFC9241"/>, <xref target="RFC9275"/>, and
<xref target="RFC9439"/>.</t>
      <t>The detailed design of the data model is illustrated in <xref target="alto-model"/> and
<xref target="alto-stats-model"/>. Some examples of how to extend this data model for
specific ALTO server implementations are shown in <xref target="alto-ext-model"/>.</t>
    </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. When the words
appear in lower case, they are to be interpreted with their natural language
meanings.</t>
      <!-- End of sections -->

</section>
    <section anchor="acronyms-and-abbreviations">
      <name>Acronyms and Abbreviations</name>
      <t>This document uses the following acronyms:</t>
      <dl>
        <dt>ALTO:</dt>
        <dd>
          <t>Application-Layer Traffic Optimization</t>
        </dd>
        <dt>CPU:</dt>
        <dd>
          <t>Central Processing Unit</t>
        </dd>
        <dt>DNS:</dt>
        <dd>
          <t>Domain Name System</t>
        </dd>
        <dt>HTTP:</dt>
        <dd>
          <t>Hypertext Transfer Protocol</t>
        </dd>
        <dt>IRR:</dt>
        <dd>
          <t>Internet Routing Registry</t>
        </dd>
        <dt>OAM:</dt>
        <dd>
          <t>Operations, Administration, and Maintenance (Section 3 of <xref target="RFC6291"/>)</t>
        </dd>
        <dt>O&amp;M:</dt>
        <dd>
          <t>OAM and Management (Section 3 of <xref target="RFC6291"/>)</t>
        </dd>
        <dt>OAuth:</dt>
        <dd>
          <t>Open Authorization</t>
        </dd>
        <dt>PID:</dt>
        <dd>
          <t>Provider-defined Identifier in ALTO</t>
        </dd>
        <dt>TCP:</dt>
        <dd>
          <t>Transmission Control Protocol</t>
        </dd>
        <dt>TLS:</dt>
        <dd>
          <t>Transport Layer Security</t>
        </dd>
        <dt>URI:</dt>
        <dd>
          <t>Uniform Resource Identifier</t>
        </dd>
      </dl>
      <section anchor="tree-diagrams">
        <name>Tree Diagrams</name>
        <t>The meaning of the symbols in the tree diagrams is defined in
<xref target="RFC8340"/>.</t>
      </section>
      <section anchor="prefixes-in-data-node-names">
        <name>Prefixes in Data Node Names</name>
        <t>The complete name of a data node or data model object includes a prefix, which
indicates the YANG module in which the name is defined. In this document, the
prefix is omitted when the YANG module is clear from the context; otherwise,
the prefix is included. The prefixes indicating the corresponding YANG modules
are shown in <xref target="tbl-yang-prefixes"/>.</t>
        <table anchor="tbl-yang-prefixes">
          <name>Prefixes and corresponding YANG modules</name>
          <thead>
            <tr>
              <th align="left">Prefix</th>
              <th align="left">YANG module</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">yang</td>
              <td align="left">ietf-yang-types</td>
              <td align="left">
                <xref target="RFC6991"/></td>
            </tr>
            <tr>
              <td align="left">inet</td>
              <td align="left">ietf-inet-types</td>
              <td align="left">
                <xref target="RFC6991"/></td>
            </tr>
            <tr>
              <td align="left">ds</td>
              <td align="left">ietf-datastores</td>
              <td align="left">
                <xref target="RFC8342"/></td>
            </tr>
            <tr>
              <td align="left">yp</td>
              <td align="left">ietf-yang-push</td>
              <td align="left">
                <xref target="RFC8641"/></td>
            </tr>
            <tr>
              <td align="left">tcp</td>
              <td align="left">ietf-tcp-server</td>
              <td align="left">
                <xref target="I-D.ietf-netconf-tcp-client-server"/></td>
            </tr>
            <tr>
              <td align="left">tls</td>
              <td align="left">ietf-tls-server</td>
              <td align="left">
                <xref target="I-D.ietf-netconf-tls-client-server"/></td>
            </tr>
            <tr>
              <td align="left">http</td>
              <td align="left">ietf-http-server</td>
              <td align="left">
                <xref target="I-D.ietf-netconf-http-client-server"/></td>
            </tr>
            <tr>
              <td align="left">ncc</td>
              <td align="left">ietf-netconf-client</td>
              <td align="left">
                <xref target="I-D.ietf-netconf-netconf-client-server"/></td>
            </tr>
            <tr>
              <td align="left">rcc</td>
              <td align="left">ietf-restconf-client</td>
              <td align="left">
                <xref target="I-D.ietf-netconf-restconf-client-server"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="placeholders-in-reference-statements">
        <name>Placeholders in Reference Statements</name>
        <t>Note to the RFC Editor: This section is to be removed prior to publication.</t>
        <t>This document contains placeholder values that need to be replaced with finalized
values at the time of publication.  This note summarizes all of the
substitutions that are needed.  No other RFC Editor instructions are specified
elsewhere in this document.</t>
        <t>Please apply the following replacements:</t>
        <ul spacing="normal">
          <li>
            <t>DDDD --&gt; the assigned RFC number for <xref target="I-D.ietf-netconf-tcp-client-server"/></t>
          </li>
          <li>
            <t>FFFF --&gt; the assigned RFC number for <xref target="I-D.ietf-netconf-tls-client-server"/></t>
          </li>
          <li>
            <t>GGGG --&gt; the assigned RFC number for <xref target="I-D.ietf-netconf-http-client-server"/></t>
          </li>
          <li>
            <t>HHHH --&gt; the assigned RFC number for <xref target="I-D.ietf-netconf-netconf-client-server"/></t>
          </li>
          <li>
            <t>IIII --&gt; the assigned RFC number for <xref target="I-D.ietf-netconf-restconf-client-server"/></t>
          </li>
          <li>
            <t>XXXX --&gt; the assigned RFC number for this draft</t>
          </li>
        </ul>
        <!-- End of sections -->

</section>
    </section>
    <section anchor="sec-req">
      <name>Design Scope and Requirements</name>
      <section anchor="scope">
        <name>Scope of Data Models for ALTO O&amp;M</name>
        <t>The following items are in the scope of the data models specified in this document:</t>
        <ul spacing="normal">
          <li>
            <t>Deploying an ALTO server/client.</t>
          </li>
          <li>
            <t>Operating and managing an ALTO server/client.</t>
          </li>
          <li>
            <t>Configuring functionality/capability configuration of ALTO services.</t>
          </li>
          <li>
            <t>Monitoring ALTO-related performance metrics.</t>
          </li>
        </ul>
        <t>This document does not normatively define any data model related to a specific
implementation, including:</t>
        <ul spacing="normal">
          <li>
            <t>Data structures for how to store/deliver ALTO information resources (e.g.,
database schema to store a network map).</t>
          </li>
          <li>
            <t>Data structures for how to store information collected from data sources.
(e.g., database schema to store topology collected from an Interface to the
Routing System (I2RS) client <xref target="RFC7921"/>)</t>
          </li>
        </ul>
        <t>For convenience, examples of how related extensions can be defined are provided in the Appendices.</t>
      </section>
      <section anchor="requirements">
        <name>Basic Requirements</name>
        <t>Based on recommendations in <xref target="RFC7285"/> and <xref target="RFC7971"/>, the
data models provided by this document satisfy basic requirements listed in
<xref target="TableReq"/>.</t>
        <table anchor="TableReq">
          <name>Basic Requirements of Data Model for ALTO O&amp;M.</name>
          <thead>
            <tr>
              <th align="left">Requirement</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">R1: The data model should support configuration for ALTO server setup.</td>
              <td align="left">Section 16.1 of <xref target="RFC7285"/></td>
            </tr>
            <tr>
              <td align="left">R2: The data model should provide logging management.</td>
              <td align="left">Section 16.2.1 of <xref target="RFC7285"/></td>
            </tr>
            <tr>
              <td align="left">R3: The data model should provide ALTO-related management information.</td>
              <td align="left">Section 16.2.2 of <xref target="RFC7285"/></td>
            </tr>
            <tr>
              <td align="left">R4: The data model should support configuration for security policy management.</td>
              <td align="left">Section 16.2.6 of <xref target="RFC7285"/></td>
            </tr>
            <tr>
              <td align="left">R5-1: The data model should support basic configuration to receive data from different data sources.</td>
              <td align="left">Section 16.2.4 of <xref target="RFC7285"/>, Section 3.2 of <xref target="RFC7971"/></td>
            </tr>
            <tr>
              <td align="left">R5-2: The data model should support configuration for information resource generation algorithms.</td>
              <td align="left">Section 16.2.4 of <xref target="RFC7285"/></td>
            </tr>
            <tr>
              <td align="left">R5-3: The data model should support configuration for access control at information resource level.</td>
              <td align="left">Section 16.2.4 of <xref target="RFC7285"/></td>
            </tr>
            <tr>
              <td align="left">R6: The data model should provide metrics for server failures.</td>
              <td align="left">Section 16.2.3 of <xref target="RFC7285"/>, Section 3.3 of <xref target="RFC7971"/></td>
            </tr>
            <tr>
              <td align="left">R7: The data model should provide performance monitoring for ALTO-specific metrics.</td>
              <td align="left">Section 16.2.5 of <xref target="RFC7285"/>, Section 3.4 of <xref target="RFC7971"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="extra-req">
        <name>Additional Requirements for Extensibility</name>
        <t>R8: As the ALTO protocol is extensible, the data models for ALTO O&amp;M should
allow for augmentation to support potential future extensions.</t>
        <!-- End of sections -->

</section>
    </section>
    <section anchor="alto-model">
      <name>Design of ALTO O&amp;M Data Model</name>
      <section anchor="overview-of-alto-om-data-model">
        <name>Overview of ALTO O&amp;M Data Model</name>
        <t>The "ietf-alto" module is designed to fit all the requirements listed in <xref target="sec-req"/>.</t>
        <t>As shown in <xref target="tree-str"/>, the top-level container 'alto' in the "ietf-alto" module contains a single
'alto-server' and a list 'alto-client'.</t>
        <t>'alto-client' defines a list of configurations for other applications
to bootstrap an ALTO client. These data nodes can also be used by data sources and information
resource creation algorithms that are configured by an ALTO server instance.</t>
        <t>The container 'alto-server' contains both configuration and operational
data of an administrated ALTO server instance.</t>
        <figure anchor="tree-str">
          <name>IETF ALTO Tree Structure</name>
          <artwork align="center"><![CDATA[
module: ietf-alto
  +--rw alto!
     +--rw alto-client* [client-id] {alto-client}?
     |  ...
     +--rw alto-server {alto-server}?
        +...
        +--rw auth-client* [client-id]
        |  ...
        +--rw role* [role-name]
        |  +--rw role-name    role-name
        |  +--rw client*      client-ref
        +--rw data-source* [source-id]
        |  ...
        +--rw resource* [resource-id]
           ...
]]></artwork>
        </figure>
      </section>
      <section anchor="data-model-for-alto-client-operation-and-management">
        <name>Data Model for ALTO Client Operation and Management</name>
        <t>As shown in <xref target="tree-alto-client"/>, the 'alto-client' contains a list of
client-side configurations. Each 'alto-client' entry contains the following
data nodes:</t>
        <dl>
          <dt>'client-id':</dt>
          <dd>
            <t>A unique identifier that can be referenced by other applications.</t>
          </dd>
          <dt>'server-discovery-client':</dt>
          <dd>
            <t>A container that is used to configure how this ALTO client discovers an ALTO server.</t>
          </dd>
        </dl>
        <figure anchor="tree-alto-client">
          <name>IETF ALTO Client Subtree Structure</name>
          <artwork align="center"><![CDATA[
module: ietf-alto
  +--rw alto!
     +--rw alto-client* [client-id] {alto-client}?
     |  +--rw client-id                  string
     |  +--rw server-discovery-client
     |     +---u alto-server-discovery-client
     ...
]]></artwork>
        </figure>
      </section>
      <section anchor="data-model-for-server-level-operation-and-management">
        <name>Data Model for Server-level Operation and Management</name>
        <t>The ALTO server instance contains a set of data nodes for server-level operation and management for ALTO that are shown in <xref target="tree-alto-server-level"/>. This structure  satisfies R1 - R4 in <xref target="requirements"/>.</t>
        <figure anchor="tree-alto-server-level">
          <name>IETF ALTO Server Level Subtree Structure</name>
          <artwork align="center"><![CDATA[
module: ietf-alto
  +--rw alto!
     ...
     +--rw alto-server {alto-server}?
        +--rw listen
        |  +---u alto-server-listen-stack
        +--rw server-discovery
        |  +---u alto-server-discovery
        +--rw logging-system
        |  +---u alto-logging-system
        +--rw cost-type* [cost-type-name]
        |  +--rw cost-type-name    cost-type-name
        |  +--rw cost-mode         identityref
        |  +--rw cost-metric       identityref
        |  +--rw description?      string
        |  +--rw cost-context {performance-metrics}?
        |     +--rw cost-source    identityref
        |     +--rw parameters
        |        +--rw (parameters)?
        +--rw meta* [meta-key]
        |  +--rw meta-key      meta-key
        |  +--rw meta-value    binary
        ...
]]></artwork>
        </figure>
        <section anchor="data-model-for-alto-server-setup">
          <name>Data Model for ALTO Server Setup</name>
          <t>To satisfy R1 in <xref target="requirements"/>, the ALTO server instance contains the
basic data nodes for the server setup that are detailed in the following subsections.</t>
          <section anchor="alto-server-listen-stack">
            <name>ALTO Server Listen Stack</name>
            <t>The container 'listen' contains all the data nodes for the whole server listen stack
across HTTP, TLS, and TCP layers (<xref target="tree-alto-gp"/>).</t>
            <figure anchor="tree-alto-gp">
              <name>IETF ALTO Server Groupings Structure</name>
              <artwork align="center"><![CDATA[
  grouping alto-server:
    +-- base-uri?   inet:uri
  grouping alto-server-listen-stack:
    +-- (transport)
       +--:(http) {http-listen}?
       |  +-- http
       |     +-- tcp-server-parameters
       |     |  +---u tcp:tcp-server-grouping
       |     +-- http-server-parameters
       |     |  +---u http:http-server-grouping
       |     +-- alto-server-parameters
       |        +---u alto-server
       +--:(https)
          +-- https
             +-- tcp-server-parameters
             |  +---u tcp:tcp-server-grouping
             +-- tls-server-parameters
             |  +---u tls:tls-server-grouping
             +-- http-server-parameters
             |  +---u http:http-server-grouping
             +-- alto-server-parameters
                +---u alto-server
]]></artwork>
            </figure>
          </section>
          <section anchor="alto-server-discovery-setup">
            <name>ALTO Server Discovery Setup</name>
            <t>In practice, for a large-scale network consisting of multiple administrative
domains, the information about the network may be partitioned and distributed
over multiple ALTO servers. That may require discovery and communication among
different ALTO servers.</t>
            <t>The "ietf-alto" module provides the configuration for how an ALTO server can be
discovered by another ALTO server or client on demand (<xref target="tree-alto-disc-gp"/>).
However, it does not contain any configuration for the communication among ALTO
servers because the related solution has not become a standard. Future
documents may extend it to fully support multi-domain scenarios.</t>
            <figure anchor="tree-alto-disc-gp">
              <name>IETF ALTO Server Discovery Grouping Structure</name>
              <artwork align="center"><![CDATA[
  grouping alto-server-discovery:
    +-- (server-discovery-manner)?
       +--:(reverse-dns) {xdom-disc}?
          +-- rdns-naptr-records
             +-- static-prefix*           inet:ip-prefix
             +-- dynamic-prefix-source*   data-source-ref
]]></artwork>
            </figure>
            <t>The 'server-discovery' node provides configuration for the discovery of ALTO servers
using a variety of mechanisms. The initial version of the "ietf-alto" module only defines the 'reverse-dns'
case that is used to configure DNS NAPTR records for ALTO server discovery
as sugested by <xref target="RFC7286"/> and <xref target="RFC8686"/>. It configures a set of
endpoints that can be served by this ALTO server. The node
contains two leaf lists. The 'static' list contains a list of manually configured
endpoints. The 'dynamic' list points to a list of data sources to retrieve the
endpoints dynamically. As suggested by <xref target="RFC7286"/> and <xref target="RFC8686"/>, the IP
prefixes of the endpoints configured by both 'static' and 'dynamic' lists will
be translated into DNS NAPTR resource records for server discovery. The
'server-discovery-manner' choice can be augmented by the future modules to
support other mechanisms.</t>
          </section>
        </section>
        <section anchor="data-model-for-logging-management">
          <name>Data Model for Logging Management</name>
          <t>To satisfy R2 in <xref target="requirements"/>, the ALTO server instance contains the
the logging data nodes shown in <xref target="tree-alto-log-gp"/>.</t>
          <t>The 'logging-system' data node provides configuration to select a logging system to
capture log messages generated by an ALTO server.</t>
          <t>By default, 'syslog' is the only supported logging system. When selecting
'syslog', the related configuration is delegated to the configuration file of
the syslog <xref target="RFC5424"/> server.</t>
          <figure anchor="tree-alto-log-gp">
            <name>IETF ALTO Logging System Grouping Structure</name>
            <artwork align="center"><![CDATA[
  grouping alto-logging-system:
    +-- (logging-system)?
       +--:(syslog)
          +-- syslog-params
             +-- config-file?   inet:uri
]]></artwork>
          </figure>
          <t>A specific server implementation can extend the 'logging-system' node to add
other logging systems.</t>
        </section>
        <section anchor="data-model-for-alto-related-management">
          <name>Data Model for ALTO-related Management</name>
          <t>To satisfy R3 in <xref target="requirements"/>, the data model contains the following
ALTO-related management information (<xref target="tree-alto-server-level"/>):</t>
          <ul spacing="normal">
            <li>
              <t>The 'cost-type' list is the registry for the cost types that can be used in the
ALTO server.</t>
            </li>
            <li>
              <t>The 'meta' list contains the customized meta data of the ALTO server. It is
populated into the meta field of the default Information Resource Directory
(IRD).</t>
            </li>
          </ul>
        </section>
        <section anchor="data-model-for-security-management">
          <name>Data Model for Security Management</name>
          <t>To satisfy R4 in <xref target="requirements"/>, the data model leverages HTTP and TLS to
provide basic security management for an ALTO server. All the related
configurations are covered by the server listen stack.</t>
        </section>
      </section>
      <section anchor="data-model-for-alto-server-configuration-management">
        <name>Data Model for ALTO Server Configuration Management</name>
        <section anchor="data-source">
          <name>Data Source Configuration Management</name>
          <t>To satisfy R5-1 in <xref target="requirements"/>, the ALTO server instance contains a list
of 'data-source' entries to subscribe the data sources from which ALTO
information resources are derived (Section 16.2.4 of <xref target="RFC7285"/>).</t>
          <figure anchor="tree-data-src">
            <name>IETF ALTO Server Data Source Subtree Structure</name>
            <artwork align="center"><![CDATA[
module: ietf-alto
  +--rw alto!
     ...
     +--rw alto-server {alto-server}?
        ...
        +--rw data-source* [source-id]
        |  +--rw source-id                    source-id
        |  +--rw source-type                  identityref
        |  +--rw source-params
        ...
]]></artwork>
          </figure>
          <t>As shown in <xref target="tree-data-src"/>, a 'data-source' list entry includes:</t>
          <ul spacing="normal">
            <li>
              <t>A unique 'source-id' for resource creation algorithms to reference.</t>
            </li>
            <li>
              <t>The 'source-type' attribute to declare the type of the data source.</t>
            </li>
            <li>
              <t>The 'source-params' to specify where and how to query the data.</t>
            </li>
          </ul>
          <t>The 'data-source/source-params' node can be augmented for different types of
data sources. Note that the purpose of this node is not to fully set up the
communication mechanisms for specific data sources, but to maintain how data
sources are configured and expose them to the ALTO server.</t>
          <t>This data model only includes a basic structure for an ALTO server
to correctly interact with a data source. The implementation-specific parameters
of any certain data source can be augmented in another module. An example is
included in <xref target="example-data-source"/>.</t>
        </section>
        <section anchor="alto-information-resources-configuration-management">
          <name>ALTO Information Resources Configuration Management</name>
          <t>To satisfy R5-2 and R-3 in <xref target="requirements"/>, the ALTO server instance contains a list of 'resource'
entries (<xref target="tree-alto-server-rsc"/>). Each 'resource' entry contains the data nodes of an ALTO
information resource (See Section 8.1 of <xref target="RFC7285"/>). The operator of the ALTO
server can use this model to create, update, and remove the ALTO information
resources.</t>
          <t>Each 'resource' entry provides data nodes defining how to create or update
an ALTO information resource. Adding a new 'resource' entry notifies the ALTO
server to create a new ALTO information resource. Updating an existing
'resource' entry notifies the ALTO server to update the generation parameters
(e.g., capabilities and the creation algorithm) of an existing ALTO information
resource. Removing an existing 'resource' entry will remove the corresponding
ALTO information resource.</t>
          <figure anchor="tree-alto-server-rsc">
            <name>IETF ALTO Resource Subtree Structure</name>
            <artwork align="center"><![CDATA[
module: ietf-alto
  +--rw alto!
     ...
     +--rw alto-server {alto-server}?
        ...
        +--rw resource* [resource-id]
           +--rw resource-id                 resource-id
           +--rw resource-type               identityref
           +--rw description?                string
           +--rw accepted-role*              role-ref
           +--rw dependency*                 resource-ref
           +--rw alto-ird-params
           |  +--rw delegation    inet:uri
           +--rw alto-networkmap-params
           |  +--rw is-default?   boolean
           |  +--rw filtered?     boolean
           |  +---u algorithm
           +--rw alto-costmap-params
           |  +--rw filtered?             boolean
           |  +---u filter-costmap-cap
           |  +---u algorithm
           +--rw alto-endpointcost-params
           |  +---u filter-costmap-cap
           |  +---u algorithm
           +--rw alto-endpointprop-params
           |  +--rw prop-type*   endpoint-property
           |  +---u algorithm
           +--rw alto-propmap-params {propmap}?
           |  +---u algorithm
           +--rw alto-cdni-params {cdni}?
           |  +---u algorithm
           +--rw alto-update-params {incr-update}?
           |  +---u algorithm
           +--rw resource-limits
              +--rw notify-res-mem-limit?      uint64
              +--rw notify-upd-stream-limit?   uint64
                      {incr-update}?

  notifications:
    +---n alto-resource-event {alto-server}?
       +--ro resource-id                    resource-ref
       +--ro notify-res-mem-threshold?      uint64
       +--ro notify-upd-stream-threshold?   uint64 {incr-update}?

  grouping filter-costmap-cap:
    +-- cost-type-name*            cost-type-ref
    +-- cost-constraints?          boolean
    +-- max-cost-types?            uint32 {multi-cost}?
    +-- testable-cost-type-name*   cost-type-ref {multi-cost}?
    +-- calendar-attributes {cost-calendar}?
       +-- cost-type-name*        cost-type-ref
       +-- time-interval-size     decimal64
       +-- number-of-intervals    uint32
  grouping algorithm:
    +-- (algorithm)
]]></artwork>
          </figure>
          <t>A 'resource' list entry MUST include a unique 'resource-id' and a 'resource-type'.</t>
          <t>It may also include an 'accepted-role' node containing a list of 'role-name's
that is used by role-based access control for this ALTO information resource.
See <xref target="alto-rbac"/> for details of information resource access control.</t>
          <t>For some 'resource-type', the 'resource' entry may also include a
'dependency' node containing the 'resource-id' of the dependent ALTO information
resources (Section 9.1.5 of <xref target="RFC7285"/>).</t>
          <t>For each type of ALTO information resource, the 'resource' entry may also need
type-specific parameters. These type-specific parameters can be split into two categories:</t>
          <ol spacing="normal" type="1"><li>
              <t>One category of the type-specific parameters is common for the same type
of ALTO information resource. They declare the Capabilities of the ALTO
information resource (Section 9.1.3 of <xref target="RFC7285"/>).</t>
            </li>
            <li>
              <t>The other category of the type-specific parameters is algorithm-specific.
The developer of the ALTO server can implement their own creation algorithms
and augment the 'algorithm' node to declare algorithm-specific input
parameters.</t>
            </li>
          </ol>
          <t>Except for the 'ird' resource, all the other types of 'resource' entries have
an augmented 'algorithm' node. The augmented 'algorithm' node can reference data
sources subscribed by the 'data-source' entries (See <xref target="data-source"/>). An
example of extending the 'algorithm' node for a specific type of 'resource' is
included in <xref target="example-alg"/>.</t>
          <t>The developer does not have to customize the creation algorithm of the 'ird'
resource. The default 'ird' resource will be created automatically based on all
the added 'resource' entries. The delegated 'ird' resource will be created as a
static ALTO information resource (Section 9.2.4 of <xref target="RFC7285"/>).</t>
          <t>Each 'resource' entry may also set thresholds of memory usage and active update
streams (if "incr-update" feature is enabled). <xref target="TableThreshold"/> describes
limits that, once exceeded, will trigger notifications to be generated:</t>
          <table anchor="TableThreshold">
            <name>Notification Thresholds.</name>
            <thead>
              <tr>
                <th align="left">Notification Threshold</th>
                <th align="left">Description</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">notify-res-mem-limit</td>
                <td align="left">Used to notify high memory utilization of the resource configured to an ALTO server instance. When exceeded, an alto-resource-event will be generated.</td>
              </tr>
              <tr>
                <td align="left">notify-upd-stream-limit</td>
                <td align="left">Used to notify a high number of active update streams that are serviced by an update resource configured to an ALTO server instance. When exceeded, an alto-resource-event will be generated.</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="alto-rbac">
          <name>ALTO Information Resource Access Control Management</name>
          <t>To satisfy R-3 in <xref target="requirements"/> and as per Section 15.5.2 of <xref target="RFC7285"/>, the "ietf-alto" module also defines
authentication and authorization related configuration to employ access control
at the information resource level. The ALTO server returns the IRD to the ALTO
client based on its authentication information.</t>
          <t>The information resource access control is supported using the structure shown in <xref target="tree-auth"/>.</t>
          <figure anchor="tree-auth">
            <name>IETF ALTO Client Authentication Subtree Structure</name>
            <artwork align="center"><![CDATA[
module: ietf-alto
  +--rw alto!
     ...
     +--rw alto-server {alto-server}?
        ...
        +--rw auth-client* [client-id]
        |  +--rw client-id                  string
        |  +--rw (authentication)?
        |     +--:(http)
        |     |  +--rw http-auth-client
        |     |          {http-listen,http:client-auth-supported,
        |     |           http:local-users-supported}?
        |     |     +--rw user-id    http-user-id-ref
        |     +--:(https)
        |        +--rw https-auth-client
        |                {http:client-auth-supported,
        |                 http:local-users-supported}?
        |     |     +--rw user-id    https-user-id-ref
        +--rw role* [role-name]
        |  +--rw role-name    role-name
        |  +--rw client*      client-ref
        ...
]]></artwork>
          </figure>
          <t>The structure shown in <xref target="tree-auth"/> can be used to configure the role-based access control:</t>
          <ul spacing="normal">
            <li>
              <t>'auth-client' declares a list of ALTO clients that can be authenticated by
the internal or external authorization server. This basic model only includes
authentication approach directly provided by the HTTP server, but the
operators or future documents can augment the 'authentication' choice for
different authentication mechanisms.</t>
            </li>
            <li>
              <t>'role' defines a list of roles for access control. Each role contains a list
of authenticated ALTO clients. Each client can be assigned to multiple roles.
The 'role-name' can be referenced by the 'accepted-role' list of a
'resource'. If an authenticated ALTO client is included in any roles with
access permission to a resource, the client is granted access to that
resource.</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="alto-stats-model">
      <name>Design of ALTO O&amp;M Statistics Data Model</name>
      <t>The "ietf-alto-stats" module augments the "ietf-alto" module to include
statistics at the ALTO server and information resource level (<xref target="tree-stat"/>).</t>
      <figure anchor="tree-stat">
        <name>IETF ALTO Statistics Structure</name>
        <artwork align="center"><![CDATA[
module: ietf-alto-stats

  augment /alto:alto/alto:alto-server:
    +--rw server-level-monitor-config
    |  +--rw time-window-size?   uint32
    +--ro server-level-stats
       +---u server-level-stats
  augment /alto:alto/alto:alto-server/alto:resource:
    +--ro resource-level-stats
       +---u resource-level-stats

  grouping server-level-stats:
    +-- discontinuity-time?    yang:timestamp
    +-- last-report-time?      yang:timestamp
    +-- num-total-req?         yang:counter64
    +-- num-total-succ?        yang:counter64
    +-- num-total-fail?        yang:counter64
    +-- num-total-last-req?    yang:gauge64
    +-- num-total-last-succ?   yang:gauge64
    +-- num-total-last-fail?   yang:gauge64
  grouping network-map-stats:
    +-- num-map-pid?   yang:gauge64
  grouping prop-map-stats:
    +-- num-map-entry?   yang:gauge64
  grouping cdni-stats:
    +-- num-base-obj?   yang:gauge64
  grouping upd-stream-stats:
    +-- num-upd-stream?           yang:gauge64
    +-- num-upd-msg-total?        yang:gauge64
    +-- num-upd-msg-max?          yang:gauge64
    +-- num-upd-msg-min?          yang:gauge64
    +-- num-upd-msg-avg?          yang:gauge64
    +-- num-upd-msg-total-last?   yang:gauge64
    +-- num-upd-msg-max-last?     yang:gauge64
    +-- num-upd-msg-min-last?     yang:gauge64
    +-- num-upd-msg-avg-last?     yang:gauge64
  grouping resource-level-stats:
    +-- discontinuity-time?    yang:timestamp
    +-- last-report-time?      yang:timestamp
    +-- num-res-upd?           yang:counter64
    +-- res-mem-size?          uint64
    +-- res-enc-size?          uint64
    +-- num-res-req?           yang:counter64
    +-- num-res-succ?          yang:counter64
    +-- num-res-fail?          yang:counter64
    +-- num-res-last-req?      yang:gauge64
    +-- num-res-last-succ?     yang:gauge64
    +-- num-res-last-fail?     yang:gauge64
    +-- network-map-stats
    |  +---u network-map-stats
    +-- endpoint-prop-stats
    |  +---u prop-map-stats
    +-- property-map-stats
    |  +---u prop-map-stats
    +-- cdni-stats
    |  +---u cdni-stats
    +-- upd-stream-stats
]]></artwork>
      </figure>
      <section anchor="model-for-alto-server-failure-monitoring">
        <name>Model for ALTO Server Failure Monitoring</name>
        <t>To satisfy R6 in <xref target="requirements"/>, the "ietf-alto-stats" module contains statistics that indicate server failures (<xref target="tree-stat"/>).</t>
        <t>More specifically, 'num-total-*' and 'num-total-last-*' provide server-level
failure counters; 'num-res-*' and 'num-res-last-*' provide information
resource-level failure counters.</t>
      </section>
      <section anchor="model-for-alto-specific-performance-monitoring">
        <name>Model for ALTO-specific Performance Monitoring</name>
        <t>To satisfy R7 in <xref target="requirements"/>,the "ietf-alto-stats" module also contains statistics for ALTO-specific performance metrics (<xref target="tree-stat"/>).</t>
        <t>More specifically, this data model contains the following measurement
information of "system and service performance" suggested by <xref target="RFC7285"/> and
<xref target="RFC7971"/>:</t>
        <ul spacing="normal">
          <li>
            <t>Requests and responses for each information resource</t>
          </li>
          <li>
            <t>CPU and memory utilization</t>
          </li>
          <li>
            <t>ALTO map updates</t>
          </li>
          <li>
            <t>Number of PIDs</t>
          </li>
          <li>
            <t>ALTO map sizes</t>
          </li>
        </ul>
        <t>Besides the above measurement information suggested by <xref target="RFC7285"/> and <xref target="RFC7971"/>,
the "ietf-alto-stats" module also contains useful measurement information for other ALTO
extensions:</t>
        <ul spacing="normal">
          <li>
            <t>'num-map-entry' and 'num-base-obj' provide measurement for number of generic
ALTO entities (for <xref target="RFC9240"/> and <xref target="RFC9241"/>)</t>
          </li>
          <li>
            <t>'num-upd-stream' and 'num-upd-msg-*' provide statistics for update streams and
messages (for <xref target="RFC8189"/>)</t>
          </li>
        </ul>
        <t>The "ietf-alto-stats" module only focuses on the performance metrics that can be directly
measured at the ALTO server. The following metrics for "measurement of the
impact" suggested by <xref target="RFC7971"/> are not contained in this data model:</t>
        <ul spacing="normal">
          <li>
            <t>Total amount and distribution of traffic</t>
          </li>
          <li>
            <t>Application performance</t>
          </li>
        </ul>
        <!-- End of sections -->

<!--
Note: current kramdown-rfc tool does not support recursive inclusion.
Simply put the YANG module section here and wait for a future update.
See details: https://github.com/cabo/kramdown-rfc/issues/106
-->

</section>
    </section>
    <section anchor="alto-oam-yang-modules">
      <name>ALTO OAM YANG Modules</name>
      <section anchor="the-ietf-alto-yang-module">
        <name>The "ietf-alto" YANG Module</name>
        <sourcecode type="yang" markers="true" name="ietf-alto@2023-02-23.yang"><![CDATA[
module ietf-alto {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-alto";
  prefix alto;

  import ietf-inet-types {
    prefix inet;
    reference
      "RFC 6991: Common YANG Data Types, Section 4";
  }
  import ietf-tcp-server {
    prefix tcp;
    reference
      "RFC DDDD: YANG Groupings for TCP Clients and TCP Servers";
  }
  import ietf-tls-server {
    prefix tls;
    reference
      "RFC FFFF: YANG Groupings for TLS Clients and TLS Servers";
  }
  import ietf-http-server {
    prefix http;
    reference
      "RFC GGGG: YANG Groupings for HTTP Clients and HTTP Servers";
  }

  organization
    "IETF ALTO Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/alto/about/>
     WG List:  <alto@ietf.org>";
  description
    "This YANG module defines a set of configured and operational
     parameters of an administrated ALTO server instance.

     Copyright (c) 2023 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Revised BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX
     (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
     for full legal notices.";

  revision 2023-02-23 {
    description
      "Initial Version.";
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer Traffic
                 Optimization (ALTO) Protocol";
  }

  // Features

  feature alto-client {
    description
      "Indicates that the implementation embeds an ALTO client
       instance.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol";
  }

  feature alto-server {
    description
      "Indicates that the implementation embeds an ALTO server
       instance.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol";
  }

  feature http-listen {
    description
      "The 'http-listen' feature is only used for test deployment.
       This feature shouldn't be used in the production
       deployment.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 8.3.5 ";
  }

  feature xdom-disc {
    description
      "Indicates support of cross-domain server discovery.";
    reference
      "RFC 8686: Application-Layer Traffic Optimization (ALTO)
                 Cross-Domain Server Discovery";
  }

  feature multi-cost {
    description
      "Indicates support of multi-cost extension.";
    reference
      "RFC 8189: Multi-Cost Application-Layer Traffic Optimization
                 (ALTO)";
  }

  feature incr-update {
    description
      "Indicates support of incremental update extension.";
    reference
      "RFC 8895: Application-Layer Traffic Optimization (ALTO)
                 Incremental Updates Using Server-Sent Events
                 (SSE)";
  }

  feature cost-calendar {
    description
      "Indicates support of cost calendar extension.";
    reference
      "RFC 8896: Application-Layer Traffic Optimization (ALTO) Cost
                 Calendar";
  }

  feature propmap {
    description
      "Indicates support of entity property map extension.";
    reference
      "RFC 9240: An ALTO Extension: Entity Property Maps";
  }

  feature cdni {
    description
      "Indicates support of CDNi extension.";
    reference
      "RFC 9241: Content Delivery Network Interconnection (CDNI)
                 Request Routing: CDNI Footprint and Capabilities
                 Advertisement using ALTO";
  }

  feature path-vector {
    description
      "Indicates support of path vector extension.";
    reference
      "RFC 9275: An Extension for Application-Layer Traffic
                 Optimization (ALTO): Path Vector";
  }

  feature performance-metrics {
    description
      "Indicates support of performance metrics extension.";
    reference
      "RFC 9439: ALTO Performance Cost Metrics";
  }

  // Base identities

  identity resource-type {
    description
      "Base identity for type of information resource.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 8.1 ";
  }

  identity source-type {
    description
      "Base identity for type of data source. A data source
       indicates the origin from which the ALTO information
       resources are derived.";
  }

  identity cost-metric {
    description
      "The cost metric indicates what the cost represents.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 6.1.1";
  }

  identity cost-mode {
    description
      "The cost mode indicates how costs should be interpreted.
       Specifically, the cost mode attribute indicates whether
       indicated costs should be interpreted as numerical
       values or ordinal rankings.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 6.1.2
       RFC 9274: A Cost Mode Registry for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  identity cost-source {
    description
      "The cost source indicates the high-level type of the
       data source.";
    reference
      "RFC 9439: ALTO Performance Cost Metrics, Section 3.1";
  }

  // Identities for ALTO information resources

  identity ird {
    base resource-type;
    description
      "Identity for information resource directory.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 9";
  }

  identity network-map {
    base resource-type;
    description
      "Identity for network map.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 5";
  }

  identity cost-map {
    base resource-type;
    description
      "Identity for cost map.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 6";
  }

  identity endpoint-prop {
    base resource-type;
    description
      "Identity for endpoint property service.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 11.4.1";
  }

  identity endpoint-cost {
    base resource-type;
    description
      "Identity for endpoint cost service.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 11.5.1";
  }

  identity property-map {
    base resource-type;
    description
      "Identity for property map.";
    reference
      "RFC 9240: An ALTO Extension: Entity Property Maps";
  }

  identity cdni {
    base resource-type;
    description
      "Identity for Content Delivery Network Interconnection (CDNI)
       advertisement service.";
    reference
      "RFC 9241: Content Delivery Network Interconnection (CDNI)
                 Request Routing: CDNI Footprint and Capabilities
                 Advertisement using ALTO";
  }

  identity update {
    base resource-type;
    description
      "Identity for update stream service.";
    reference
      "RFC 8895: Application-Layer Traffic Optimization (ALTO)
                 Incremental Updates Using Server-Sent Events
                 (SSE)";
  }

  // Identities for cost mode

  identity numerical {
    base cost-mode;
    description
      "This mode indicates that it is safe to perform numerical
       operations";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 6.1.2.1";
  }

  identity ordinal {
    base cost-mode;
    description
      "This mode indicates that the cost values in a cost map
       represent ranking";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 6.1.2.2";
  }

  identity array {
    if-feature "path-vector";
    base cost-mode;
    description
      "This mode indicates that every cost value in the response
       body of a (Filtered) Cost Map or an Endpoint Cost Service is
       interpreted as a JSON array.";
    reference
      "RFC 9275: An Extension for Application-Layer Traffic
                 Optimization (ALTO): Path Vector, Section 6.5.2";
  }

  // Identities for cost metrics

  identity routingcost {
    base cost-metric;
    description
      "This metric conveys a generic measure for the cost of
       routing traffic from a source to a destination.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 6.1.1.1";
  }

  identity ane-path {
    if-feature "path-vector";
    base cost-metric;
    description
      "This metric indicates that the value of such a cost type
       conveys an array of Abstract Network Element (ANE) names,
       where each ANE name uniquely represents an ANE traversed by
       traffic from a source to a destination.";
    reference
      "RFC 9275: An Extension for Application-Layer Traffic
                 Optimization (ALTO): Path Vector, Section 6.5.1";
  }

  identity delay-ow {
    if-feature "performance-metrics";
    base cost-metric;
    description
      "RFC 9439: ALTO Performance Cost Metrics, Section 4.1";
  }

  identity delay-rt {
    if-feature "performance-metrics";
    base cost-metric;
    description
      "RFC 9439: ALTO Performance Cost Metrics, Section 4.2";
  }

  identity delay-variation {
    if-feature "performance-metrics";
    base cost-metric;
    description
      "RFC 9439: ALTO Performance Cost Metrics, Section 4.3";
  }

  identity lossrate {
    if-feature "performance-metrics";
    base cost-metric;
    description
      "RFC 9439: ALTO Performance Cost Metrics, Section 4.4";
  }

  identity hopcount {
    if-feature "performance-metrics";
    base cost-metric;
    description
      "RFC 9439: ALTO Performance Cost Metrics, Section 4.5";
  }

  identity tput {
    if-feature "performance-metrics";
    base cost-metric;
    description
      "RFC 9439: ALTO Performance Cost Metrics, Section 5.1";
  }

  identity bw-residual {
    if-feature "performance-metrics";
    base cost-metric;
    description
      "RFC 9439: ALTO Performance Cost Metrics, Section 5.2";
  }

  identity bw-available {
    if-feature "performance-metrics";
    base cost-metric;
    description
      "RFC 9439: ALTO Performance Cost Metrics, Section 5.3";
  }

  // Identities for cost sources

  identity nominal {
    if-feature "performance-metrics";
    base cost-source;
    description
      "The 'nominal' category indicates that the metric value is
       statically configured by the underlying devices.";
    reference
      "RFC 9439: ALTO Performance Cost Metrics, Section 3.1";
  }

  identity sla {
    if-feature "performance-metrics";
    base cost-source;
    description
      "The 'sla' category indicates that the metric value is
       derived from some commitment which this document refers to
       as service-level agreement (SLA).";
    reference
      "RFC 9439: ALTO Performance Cost Metrics, Section 3.1";
  }

  identity estimation {
    if-feature "performance-metrics";
    base cost-source;
    description
      "The 'estimation' category indicates that the metric value is
       computed through an estimation process.";
    reference
      "RFC 9439: ALTO Performance Cost Metrics, Section 3.1";
  }

  // Typedefs

  typedef resource-id {
    type string {
      length "1..64";
      pattern '[0-9a-zA-Z\-:@_]*';
    }
    description
      "Type for a resource ID that are used to reference an ALTO
       information resource.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 9.1.1";
  }

  typedef cost-type-name {
    type string {
      length "1..max";
    }
    description
      "Type for the name of a single CostType that can be
       referenced by other ALTO information resources.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 9.2.2";
  }

  typedef meta-key {
    type string {
      length "1..max";
    }
    description
      "Type for a custom meta key of an ALTO server.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 8.4.1";
  }

  typedef endpoint-property {
    type union {
      type resource-specific-endpoint-property;
      type global-endpoint-property;
    }
    description
      "Type for an endpoint property.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 10.8";
  }

  typedef resource-specific-endpoint-property {
    type string {
      length "1..97";
      pattern '[0-9a-zA-Z\-:@_]*\.[0-9a-zA-Z\-:_]*';
    }
    description
      "Type for a resource-specific endpoint property.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 10.8.1";
  }

  typedef global-endpoint-property {
    type string {
      length "1..32";
      pattern '[0-9a-zA-Z\-:_]*';
    }
    description
      "Type for a global endpoint property.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 10.8.2";
  }

  typedef source-id {
    type string {
      length "1..max";
    }
    description
      "Type for a data source ID that are used to reference a data
       source.";
  }

  typedef role-name {
    type string {
      length "1..max";
    }
    description
      "Type for a name of a role for role-based access control.";
  }

  // Typedefs for referencing purposes

  typedef cost-type-ref {
    type leafref {
      path "/alto:alto/alto:alto-server/alto:cost-type"
         + "/alto:cost-type-name";
    }
    description
      "Type to reference a cost type name.";
  }

  typedef data-source-ref {
    type leafref {
      path "/alto:alto/alto:alto-server/alto:data-source"
         + "/alto:source-id";
    }
    description
      "Type to reference a data source identifier.";
  }

  typedef http-user-id-ref {
    type leafref {
      path "/alto:alto/alto:alto-server/alto:listen"
         + "/alto:http/alto:http-server-parameters"
         + "/alto:client-authentication/alto:users"
         + "/alto:user/alto:user-id";
    }
    description
      "Type to reference an HTTP client user id.";
  }

  typedef https-user-id-ref {
    type leafref {
      path "/alto:alto/alto:alto-server/alto:listen"
         + "/alto:https/alto:http-server-parameters"
         + "/alto:client-authentication/alto:users"
         + "/alto:user/alto:user-id";
    }
    description
      "Type to reference an HTTPS client user id.";
  }

  typedef resource-ref {
    type leafref {
      path "/alto:alto/alto:alto-server/alto:resource"
         + "/alto:resource-id";
    }
    description
      "Type to reference a resource identifier.";
  }

  typedef role-ref {
    type leafref {
      path "/alto:alto/alto:alto-server/alto:role"
         + "/alto:role-name";
    }
    description
      "Type to reference a role.";
  }

  typedef client-ref {
    type leafref {
      path "/alto:alto/alto:alto-server/alto:auth-client"
         + "/alto:client-id";
    }
    description
      "Type to reference an authenticated client.";
  }

  // Groupings

  grouping filter-costmap-cap {
    description
      "This grouping defines a data model for
       FilteredCostMapCapabilities.";
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 11.3.2.4";
    leaf-list cost-type-name {
      type cost-type-ref;
      min-elements 1;
      description
        "Supported cost types.";
    }
    leaf cost-constraints {
      type boolean;
      default false;
      description
        "If set to true, then the ALTO server allows cost
         constraints to be included in requests to the
         corresponding URI.";
    }
    leaf max-cost-types {
      if-feature "multi-cost";
      type uint32;
      default "0";
      description
        "If present with value N greater than 0, this resource
         understands the multi-cost extensions and can return a
         multi-cost map with any combination of N or
         fewer cost types in the 'cost-type-names' list.";
    }
    leaf-list testable-cost-type-name {
      if-feature "multi-cost";
      type cost-type-ref;
      description
        "If present, the resource allows constraint tests, but only
         on the cost type names in this array.";
    }
    container calendar-attributes {
      if-feature "cost-calendar";
      description
        "Configuration for CalendarAttributes.";
      reference
        "RFC 8896: Application-Layer Traffic Optimization (ALTO)
                   Cost Calendar, Section 4.1";
      leaf-list cost-type-name {
        type cost-type-ref;
        min-elements 1;
        description
          "An array of one or more elements indicating the cost
           type names in the IRD entry to which the values of
           'time-interval-size' and 'number-of-intervals' apply.";
      }
      leaf time-interval-size {
        type decimal64 {
          fraction-digits 4;
        }
        units "seconds";
        mandatory true;
        description
          "The duration of an ALTO Calendar time interval.";
      }
      leaf number-of-intervals {
        type uint32 {
          range "1..max";
        }
        mandatory true;
        description
          "A strictly positive integer (greater or equal to 1) that
           indicates the number of values of the Cost Calendar
           array.";
      }
    }
  }

  grouping algorithm {
    description
      "This grouping defines the base data model for information
       resource creation algorithm.";
    choice algorithm {
      mandatory true;
      description
        "Information resource creation algorithm to be augmented.";
    }
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer Traffic
                 Optimization (ALTO) Protocol, Section 5.4.2";
  }

  grouping alto-server {
    description
      "A reuseable grouping for configuring an ALTO server without
       any consideration for how underlying transport sessions are
       established.";
    leaf base-uri {
      type inet:uri;
      description
        "The base URI for the ALTO server.";
    }
  }

  grouping alto-server-listen-stack {
    description
      "A reuseable grouping for configuring an ALTO server
       'listen' protocol stack for a single connection.";
    choice transport {
      mandatory true;
      description
        "Selects between available transports.";
      case http {
        if-feature "http-listen";
        container http {
          description
            "Configures ALTO server stack assuming that
             TLS-termination is handled externally.";
          container tcp-server-parameters {
            description
              "A wrapper around the TCP server parameters
               to avoid name collisions.";
            uses tcp:tcp-server-grouping {
              refine "local-port" {
                default "80";
                description
                  "The RESTCONF server will listen on the IANA-
                   assigned well-known port value for 'http' (80)
                   if no value is specified.";
              }
            }
          }
          container http-server-parameters {
            description
              "A wrapper around the HTTP server parameters
               to avoid name collisions.";
            uses http:http-server-grouping;
          }
          container alto-server-parameters {
            description
              "A wrapper around the ALTO server parameters
               to avoid name collisiions.";
            uses alto-server;
          }
        }
      }
      case https {
        container https {
          description
            "Configures ALTO server stack assuming that
             TLS-termination is handled internally.";
          container tcp-server-parameters {
            description
              "A wrapper around the TCP server parameters
               to avoid name collisions.";
            uses tcp:tcp-server-grouping {
              refine "local-port" {
                default "443";
                description
                  "The ALTO server will listen on the IANA-
                   assigned well-known port value for 'https'
                   (443) if no value is specified.";
              }
            }
          }
          container tls-server-parameters {
            description
              "A wrapper around the TLS server parameters
               to avoid name collisions.";
            uses tls:tls-server-grouping;
          }
          container http-server-parameters {
            description
              "A wrapper around the HTTP server parameters
               to avoid name collisions.";
            uses http:http-server-grouping;
          }
          container alto-server-parameters {
            description
              "A wrapper around the ALTO server parameters
               to avoid name collisions.";
            uses alto-server;
          }
        }
      }
    }
  }

  grouping alto-server-discovery {
    description
      "Grouping for the configuration of how to set up server
       discovery for clients or other ALTO servers to discovery the
       URI of this ALTO server.";
    choice method {
      description
        "Selects among available server discovery methods.";
      case reverse-dns {
        if-feature "xdom-disc";
        description
          "Configures DNS NAPTR records for cross-domain ALTO server
           discovery using reverse DNS lookup.";
        reference
          "RFC 8686: Application-Layer Traffic Optimization (ALTO)
                     Cross-Domain Server Discovery.";
        container rdns-naptr-records {
          description
            "Configuration parameters for DNS NAPTR records.";
          leaf-list static-prefix {
            type inet:ip-prefix;
            description
              "Specifies a list of static IP prefixes.";
          }
          leaf-list dynamic-prefix-source {
            type data-source-ref;
            description
              "Dynamic IP prefixes collected from data sources.";
          }
        }
      }
    }
  }

  grouping alto-server-discovery-client {
    description
      "Grouping for configuration of how a client can discover
       an ALTO server.";
    choice method {
      description
        "Selects among available server discovery methods.";
      case reverse-dns {
        if-feature "xdom-disc";
        description
          "Uses reverse DNS lookup to discover an ALTO server.";
        reference
          "RFC 8686: Application-Layer Traffic Optimization (ALTO)
                     Cross-Domain Server Discovery.";
        container rdns-params {
          description
            "Defines a set of parameters for reverse DNS
             lookups.";
          leaf-list dns-server {
            type inet:host;
            description
              "Provides a DNS server list for reverse DNS lookup.";
          }
        }
      }
    }
  }

  grouping alto-logging-system {
    description
      "Grouping for configuration of logging system used by the
       ALTO server.";
    choice logging-system {
      description
        "Selects among available logging systems.";
      case syslog {
        description
          "Specifies syslog as the logging system.";
        container syslog-params {
          description
            "Provides a set of syslog parameters.";
          leaf config-file {
            type inet:uri {
              pattern 'file:.*';
            }
            description
              "Indicates the file location of the syslog
               configuration.";
          }
        }
      }
    }
  }

  // Top-level container

  container alto {
    presence "The ALTO service is enabled";
    description
      "Indicates a set of parameters for both ALTO clients and
       servers. A single device can implement either alto-client or
       alto-server. No need to implement both.";
    list alto-client {
      if-feature alto-client;
      key "client-id";
      description
        "The ALTO client configuration.";
      leaf client-id {
        type string;
        description
          "A unique identifier of a client that can be referenced
           by a data source or a resource creation algorithm to
           communicate with other ALTO servers.";
      }
      container server-discovery {
        description
          "Specifies a set of parameters for ALTO server discovery.";
        uses alto-server-discovery-client;
      }
    }
    container alto-server {
      if-feature alto-server;
      description
        "The ALTO server instance configuration.";
      container listen {
        description
          "Configure the ALTO server to listen for ALTO clients.";
        uses alto-server-listen-stack;
      }
      container server-discovery {
        description
          "Configures how the ALTO server to be discovered by
           others.";
        uses alto-server-discovery;
      }
      container logging-system {
        description
          "Configure logging system to capture log messages
           generated by the ALTO server.";
        uses alto-logging-system;
      }
      list cost-type {
        key "cost-type-name";
        description
          "Mapping between name and referenced cost type.";
        leaf cost-type-name {
          type cost-type-name;
          description
            "The name to reference a cost type.";
        }
        leaf cost-mode {
          type identityref {
            base cost-mode;
          }
          mandatory true;
          description
            "The referenced cost mode.";
        }
        leaf cost-metric {
          type identityref {
            base cost-metric;
          }
          mandatory true;
          description
            "The referenced cost metric.";
        }
        leaf description {
          type string;
          description
            "A human-readable description fo the 'cost-mode' and
             'cost-metric'.";
        }
        container cost-context {
          if-feature "performance-metrics";
          description
            "Context of how the metric is obtained.";
          leaf cost-source {
            type identityref {
              base cost-source;
            }
            mandatory true;
            description
              "The referenced cost source.";
          }
          container parameters {
            description
              "Additional computation parameters for the cost
               source.";
            choice parameters {
              description
                "Cases of parameters to be augmented.";
            }
          }
        }
      }
      list meta {
        key "meta-key";
        description
          "Mapping of custom meta information";
        reference
          "RFC 7285: Application-Layer Traffic Optimization
                     (ALTO) Protocol, Section 8.4.1";
        leaf meta-key {
          type meta-key;
          description
            "Custom meta key";
        }
        leaf meta-value {
          type binary;
          mandatory true;
          description
            "Custom meta value encoded with the base64 encoding
             schema. The encoded value must be a valid JSON
             value.";
        }
      }
      list auth-client {
        key "client-id";
        description
          "List of authenticated ALTO clients.";
        leaf client-id {
          type string;
          description
            "Identifier to reference an ALTO client.";
        }
        choice authentication {
          description
            "Choice of authentication methods to identify this
             ALTO client. If no authentication method is
             configured, the client must be ignored.";
          case http {
            description
              "The client is authenticated by the HTTP server.";
            container http-auth-client {
              if-feature "http-listen";
              if-feature "http:client-auth-supported";
              if-feature "http:local-users-supported";
              description
                "Parameters of the authenticated HTTP client.";
              leaf user-id {
                type http-user-id-ref;
                mandatory true;
                description
                  "Reference of the user-id for the authenticated
                   HTTP client.";
              }
            }
          }
          case https {
            description
              "The client is authenticated by the HTTP server.";
            container https-auth-client {
              if-feature "http:client-auth-supported";
              if-feature "http:local-users-supported";
              description
                "Parameters of the authenticated HTTPS client.";
              leaf user-id {
                type https-user-id-ref;
                mandatory true;
                description
                  "Reference of the user-id for the authenticated
                   HTTPS client.";
              }
            }
          }
        }
      }
      list role {
        key "role-name";
        description
          "List of roles for access control.";
        leaf role-name {
          type role-name;
          description
            "Name of a role for access control.";
        }
        leaf-list client {
          type client-ref;
          description
            "List of authenticated ALTO clients assigned to the
             role.";
        }
      }
      list data-source {
        key "source-id";
        description
          "List of subscribed data sources.";
        leaf source-id {
          type source-id;
          description
            "Data source id that can be referenced by information
             resource creation algorithms.";
        }
        leaf source-type {
          type identityref {
            base source-type;
          }
          mandatory true;
          description
            "Identify the type of the data source.";
        }
        container source-params {
          description
            "Data source specific configuration.";
          reference
            "RFC XXXX: YANG Data Models for the Application-Layer
                       Traffic Optimization (ALTO) Protocol,
                       Section 5.4.1";
        }
      }
      list resource {
        key "resource-id";
        description
          "ALTO information resources to be defined";
        leaf resource-id {
          type resource-id;
          description
            "resource-id to be defined.";
        }
        leaf resource-type {
          type identityref {
            base resource-type;
          }
          mandatory true;
          description
            "identityref to be defined.";
        }
        leaf description {
          type string;
          description
            "The optional description for this information
             resource.";
        }
        leaf-list accepted-role {
          type role-ref;
          description
            "Roles allowed to access this information resource.";
        }
        leaf-list dependency {
          type resource-ref;
          description
            "A list of dependent information resources.";
        }
        container alto-ird-params {
          when 'derived-from-or-self(../resource-type,'
             + '"alto:ird")';
          description
            "IRD-specific configuration.";
          leaf delegation {
            type inet:uri;
            mandatory true;
            description
              "Upstream IRD to be delegated.";
          }
        }
        container alto-networkmap-params {
          when 'derived-from-or-self(../resource-type,'
             + '"alto:network-map")';
          description
            "Filtered Network Map specific configuration.";
          reference
            "RFC 7285: Application-Layer Traffic Optimization
                       (ALTO) Protocol, Sections 11.2.1 and
                       11.3.1";
          leaf is-default {
            type boolean;
            description
              "Sets whether this is the default network map.";
          }
          leaf filtered {
            type boolean;
            default false;
            description
              "Configures whether filtered network map is
               supported.";
          }
          uses algorithm;
        }
        container alto-costmap-params {
          when 'derived-from-or-self(../resource-type,'
             + '"alto:cost-map")';
          description
            "Filtered Cost Map specific configuration.";
          reference
            "RFC 7285: Application-Layer Traffic Optimization
                       (ALTO) Protocol, Sections 11.2.2 and
                       11.3.2";
          leaf filtered {
            type boolean;
            description
              "Configures whether filtered cost map is supported.";
          }
          uses filter-costmap-cap;
          uses algorithm;
        }
        container alto-endpointcost-params {
          when 'derived-from-or-self(../resource-type,'
             + '"alto:endpoint-cost")';
          description
            "Endpoint Cost Service specific configuration.";
          reference
            "RFC 7285: Application-Layer Traffic Optimization
                       (ALTO) Protocol, Section 11.5";
          uses filter-costmap-cap;
          uses algorithm;
        }
        container alto-endpointprop-params {
          when 'derived-from-or-self(../resource-type,'
             + '"alto:endpoint-prop")';
          description
            "Endpoint Cost Service specific configuration.";
          reference
            "RFC 7285: Application-Layer Traffic Optimization
                       (ALTO) Protocol, Section 11.5";
          leaf-list prop-type {
            type endpoint-property;
            min-elements 1;
            description
              "Supported endpoint properties.";
          }
          uses algorithm;
        }
        container alto-propmap-params {
          when 'derived-from-or-self(../resource-type,'
             + '"alto:property-map")';
          if-feature "propmap";
          description
            "(Filtered) Entity Property Map specific
             configuration.";
          reference
            "RFC 9240: An ALTO Extension: Entity Property Maps";
          uses algorithm;
        }
        container alto-cdni-params {
          when 'derived-from-or-self(../resource-type,'
             + '"alto:cdni")';
          if-feature "cdni";
          description
            "CDNi specific configuration.";
          reference
            "RFC 9241: Content Delivery Network Interconnection
                       (CDNI) Request Routing: CDNI Footprint and
                       Capabilities Advertisement using ALTO";
          uses algorithm;
        }
        container alto-update-params {
          when 'derived-from-or-self(../resource-type,'
             + '"alto:update")';
          if-feature "incr-update";
          description
            "Incremental Updates specific configuration.";
          reference
            "RFC 8895: Application-Layer Traffic Optimization
                       (ALTO) Incremental Updates Using Server-Sent
                       Events (SSE)";
          uses algorithm;
        }
        container resource-limits {
          description
            "Sets resource limits.";
          leaf notify-res-mem-limit {
            type uint64;
            units "bytes";
            description
              "Notification of resource memory usage.

               Notification must be generated when the defined
               threshold is reached.";
          }
          leaf notify-upd-stream-limit {
            when 'derived-from-or-self(../../resource-type,'
               + '"alto:update")';
            if-feature "incr-update";
            type uint64;
            description
              "Notification of number of active update streams.

               Notification must be generated when the defined
               threshold is reached.";
          }
        }
      }
    }
  }

  // Notifications

  notification alto-resource-event {
    if-feature alto-server;
    description
      "Notifications must be generated when notify-res-mem-limit
       and/or notify-upd-stream-limit thresholds are reached.";
    leaf resource-id {
      type resource-ref;
      mandatory true;
      description
        "Resource identifier.";
    }
    leaf notify-res-mem-threshold {
      type uint64;
      units "bytes";
      description
        "The notify-res-mem-limit threshold has been fired.";
    }
    leaf notify-upd-stream-threshold {
      if-feature "incr-update";
      type uint64;
      description
        "The notify-upd-stream-limit threshold has been fired.";
    }
  }
}
]]></sourcecode>
      </section>
      <section anchor="the-ietf-alto-stats-yang-module">
        <name>The "ietf-alto-stats" YANG Module</name>
        <sourcecode type="yang" markers="true" name="ietf-alto-stats@2023-02-23.yang"><![CDATA[
module ietf-alto-stats {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-alto-stats";
  prefix alto-stats;

  import ietf-yang-types {
    prefix yang;
    reference
      "RFC 6991: Common YANG Data Types, Section 3";
  }
  import ietf-alto {
    prefix alto;
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  organization
    "IETF ALTO Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/alto/about/>
     WG List:  <alto@ietf.org>";
  description
    "This YANG module defines a set of statistics of an ALTO
     server instance.

     Copyright (c) 2023 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Revised BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX
     (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
     for full legal notices.";

  revision 2023-02-23 {
    description
      "Initial Version.";
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  // Groupings

  grouping server-level-stats {
    description
      "This grouping defines statistics for server-level
       monitoring.";
    leaf discontinuity-time {
      type yang:timestamp;
      description
        "The time on the most recent occasion at which the ALTO
         server suffered a discontinuity. This must be initialized
         when the ALTO server is configured or rebooted.";
    }
    leaf last-report-time {
      type yang:timestamp;
      description
        "The time on the most recent occasion at which the
         statistics were reported.";
    }
    leaf num-total-req {
      type yang:counter64;
      description
        "The total number of ALTO requests received by the ALTO
         server.";
    }
    leaf num-total-succ {
      type yang:counter64;
      description
        "The total number of successful responses sent by the ALTO
         server.";
    }
    leaf num-total-fail {
      type yang:counter64;
      description
        "The total number of failed responses sent by the ALTO
         server.";
    }
    leaf num-total-last-req {
      type yang:gauge64;
      description
        "The total number of ALTO requests received by the ALTO
         server within the last time window. The duration of the
         time window is configured by time-window-size parameter.";
    }
    leaf num-total-last-succ {
      type yang:gauge64;
      description
        "The total number of successful responses sent by the ALTO
         server within the last time window. The duration of the
         time window is configured by time-window-size parameter.";
    }
    leaf num-total-last-fail {
      type yang:gauge64;
      description
        "The total number of failed responses sent by the ALTO
         server within the last time window. The duration of the
         time window is configured by time-window-size parameter.";
    }
  }

  grouping network-map-stats {
    description
      "This grouping defines resource-specific statstics for the
       network map service only.";
    leaf num-map-pid {
      type yang:gauge64;
      description
        "Number of PIDs contained in the network map.";
    }
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 5";
  }

  grouping prop-map-stats {
    description
      "This grouping defines resource-specific statstics for the
       endpoint property or property map service only.";
    leaf num-map-entry {
      type yang:gauge64;
      description
        "Number of ALTO entities contained in the property map.";
    }
    reference
      "RFC 7285: Application-Layer Traffic Optimization (ALTO)
                 Protocol, Section 11.4.1
       RFC 9240: An ALTO Extension: Entity Property Maps";
  }

  grouping cdni-stats {
    description
      "This grouping defines resource-specific statstics for the
       CDNI advertisement service only.";
    leaf num-base-obj {
      type yang:gauge64;
      description
        "Number of base CDNi advertisement objects contained in the
         CDNI resource.";
    }
    reference
      "RFC 9241: Content Delivery Network Interconnection (CDNI)
                 Request Routing: CDNI Footprint and Capabilities
                 Advertisement using ALTO";
  }

  grouping upd-stream-stats {
    description
      "This grouping defines resource-specific statstics for the
       update stream service only.";
    leaf num-upd-stream {
      type yang:gauge64;
      description
        "Number of active update streams connected to the update
         stream service.";
    }
    leaf num-upd-msg-total {
      type yang:gauge64;
      description
        "Total number of update messages sent to all the active
         update streams.";
    }
    leaf num-upd-msg-max {
      type yang:gauge64;
      description
        "The maximum value over the total number of update messages
         sent to each active update stream. Assume there are 3
         active update streams A, B, and C with 4, 3, and 2 update
         messages sent to them respectively, the value of this
         metric is 4. After a while, if there is no new update
         message sent to any update stream, but the update stream A
         is closed, then the value of this metric is updated to
         3.";
    }
    leaf num-upd-msg-min {
      type yang:gauge64;
      description
        "The minimum value over the total number of update messages
         sent to each active update stream. The procedure is similar
         to num-msg-max.";
    }
    leaf num-upd-msg-avg {
      type yang:gauge64;
      description
        "The average value over the total number of update messages
         sent to each active update stream. The procedure is similar
         to num-msg-max.";
    }
    leaf num-upd-msg-total-last {
      type yang:gauge64;
      description
        "Total number of update messages sent to all the active
         update streams within the last time window. The duration
         of the time window is configured by time-window-size
         parameter.";
    }
    leaf num-upd-msg-max-last {
      type yang:gauge64;
      description
        "The maximum value over the number of update messages sent
         to each active update stream within the last time window.
         The procedure is similar to num-msg-max, but only count
         the update messages within the last time window. The
         duration of the time window is configured by
         time-window-size parameter.";
    }
    leaf num-upd-msg-min-last {
      type yang:gauge64;
      description
        "The minimal value over the number of update messages sent
         to each active update stream within the last time window.
         The procedure is similar to num-msg-max, but only count
         the update messages within the last time window. The
         duration of the time window is configured by
         time-window-size parameter.";
    }
    leaf num-upd-msg-avg-last {
      type yang:gauge64;
      description
        "The average value over the number of update messages sent
         to each active update stream within the last time window.
         The procedure is similar to num-msg-max, but only count
         the update messages within the last time window. The
         duration of the time window is configured by
         time-window-size parameter.";
    }
    reference
      "RFC 8895: Application-Layer Traffic Optimization (ALTO)
                 Incremental Updates Using Server-Sent Events
                 (SSE)";
  }

  grouping resource-level-stats {
    description
      "This grouping defines statistics for resource-level
       monitoring.";
    leaf discontinuity-time {
      type yang:timestamp;
      description
        "The time on the most recent occasion at which the ALTO
         service providing the information resource suffered a
         discontinuity. This must be initialized when the ALTO
         information resource is configured or the ALTO server is
         rebooted.";
    }
    leaf last-report-time {
      type yang:timestamp;
      description
        "The time on the most recent occasion at which the
         statistics are reported.";
    }
    leaf num-res-upd {
      type yang:counter64;
      description
        "The number of version updates since the information
         resource was created.";
    }
    leaf res-mem-size {
      type uint64;
      units "bytes";
      description
        "Memory size utilized by the information resource.";
    }
    leaf res-enc-size {
      type uint64;
      units "bytes";
      description
        "Size of JSON encoded data of the information resource.";
    }
    leaf num-res-req {
      type yang:counter64;
      description
        "The total number of ALTO requests to this information
         resource.";
    }
    leaf num-res-succ {
      type yang:counter64;
      description
        "The total number of successful responses for requests to
         this information resource.";
    }
    leaf num-res-fail {
      type yang:counter64;
      description
        "The total number of failed responses for requests to this
         information resource.";
    }
    leaf num-res-last-req {
      type yang:gauge64;
      description
        "The number of ALTO requests to this information resource
         within the last time window. The duration of the time
         window is configured by time-window-size parameter.";
    }
    leaf num-res-last-succ {
      type yang:gauge64;
      description
        "The number of successful responses for requests to this
         information resource within the last time window. The
         duration of the time window is configured by
         time-window-size parameter.";
    }
    leaf num-res-last-fail {
      type yang:gauge64;
      description
        "The number of failed responses for requests to this
         information resource within the last time window. The
         duration of the time window is configured by
         time-window-size parameter.";
    }
    container network-map-stats {
      when 'derived-from-or-self(../../alto:resource-type,'
         + '"alto:network-map")';
      description
        "Resource-specific statistics for network map
         service only.";
      uses network-map-stats;
    }
    container endpoint-prop-stats {
      when 'derived-from-or-self(../../alto:resource-type,'
         + '"alto:endpoint-prop")';
      description
        "Resource-specific statistics for endpoint property
         service only.";
      uses prop-map-stats;
    }
    container property-map-stats {
      when 'derived-from-or-self(../../alto:resource-type,'
         + '"alto:property-map")';
      description
        "Resource-specific statistics for entity property map
         service only.";
      uses prop-map-stats;
    }
    container cdni-stats {
      when 'derived-from-or-self(../../alto:resource-type,'
         + '"alto:cdni")';
      description
        "Resource-specific statistics for CDNI advertisement
         service only.";
      uses cdni-stats;
    }
    container upd-stream-stats {
      when 'derived-from-or-self(../../alto:resource-type,'
         + '"alto:update")';
      description
        "Resource-specific statistics for update stream service
         only.";
      uses upd-stream-stats;
    }
  }

  // Augment modules to add statistics

  augment "/alto:alto/alto:alto-server" {
    description
      "Augmenting statistics and configuration parameters for
       server-level monitoring.";
    container server-level-monitor-config {
      description
        "Configuration parameters for server-level monitoring.";
      leaf time-window-size {
        type uint32;
        units "seconds";
        default "300";
        description
          "Duration of the time window within that the statistics
           are reported.";
      }
    }
    container server-level-stats {
      config false;
      description
        "Top-level statistics for the whole ALTO server.";
      uses server-level-stats;
    }
  }

  augment "/alto:alto/alto:alto-server/alto:resource" {
    description
      "Augmenting statistics and configuration parameters for
       resource-level monitoring.";
    container resource-level-stats {
      config false;
      description
        "Common statistics for each information resource.";
      uses resource-level-stats;
    }
  }
}
]]></sourcecode>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The "ietf-alto" and "ietf-alto-stats" YANG modules specified in this document define a schema for data
that is designed to be accessed via network management protocols such
as NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>.  The lowest NETCONF layer
is the secure transport layer, and the mandatory-to-implement secure
transport is Secure Shell (SSH) <xref target="RFC6242"/>.  The lowest RESTCONF layer
is HTTPS, and the mandatory-to-implement secure transport is TLS
<xref target="RFC8446"/>.</t>
      <t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/>
provides the means to restrict access for particular NETCONF or
RESTCONF users to a preconfigured subset of all available NETCONF or
RESTCONF protocol operations and content.</t>
      <t>There are a number of data nodes defined in these two YANG modules that are
writable/creatable/deletable (i.e., config true, which is the
default).  These data nodes may be considered sensitive or vulnerable
in some network environments.  Write operations (e.g., edit-config)
and delete operations to these data nodes without proper protection
or authentication can have a negative effect on network operations.
These are the subtrees and data nodes and their sensitivity/
vulnerability:</t>
      <dl>
        <dt>'/alto/alto-client/server-discovery':</dt>
        <dd>
          <t>This subtree specifies a set of parameters for an ALTO client to discover ALTO servers.
  Unauthorized access to it could cause intruders to modify the ALTO discovery
  parameters (e.g., 'dns-server') in order to expose an ALTO client to fake ALTO servers. Likewise, this data node can be manipulated to prevent an ALTO client from discovering a reachable ALTO server.</t>
        </dd>
        <dt>'/alto/alto-server/auth-client':</dt>
        <dd>
          <t>This list specifies all the authenticated ALTO clients on an ALTO server.
  Unauthorized write access to this list can allow intruders to modify the entries
  so as to add a client that have not been authenticated yet or delete a client
  that has already been authenticated. Likewise, this data node can be manipulated to prevent access of legitimate ALTO clients.</t>
        </dd>
        <dt>'/alto/alto-server/role':</dt>
        <dd>
          <t>This list specifies roles which authenticated ALTO clients were assigned to for
  access control. Unauthorized write access to this list allow intruders to
  modify the entries so as to permit access that should not be permitted, or deny
  access that should be permitted.</t>
        </dd>
        <dt>'/alto/alto-server/data-source/feed-interval':</dt>
        <dd>
          <t>This leaf specifies a period for an ALTO server to wait for updates published
  by a data source. A malicious ALTO client could attempt to set a very low (or large)
  value to this node. Setting a very low value could attack the data source.
  Setting a very large value would lead to maintaining stale data in the ALTO server.</t>
        </dd>
        <dt>'/alto/alto-server/data-source/poll-interval':</dt>
        <dd>
          <t>This leaf specifies a period for an ALTO server to proactively poll updates
  from a data source. A malicious client could attempt to set a very low (or large)
  value to this node. Setting a very low value could attack the data source.
   Setting a very large value would lead to maintaining stale data in the ALTO server.</t>
        </dd>
      </dl>
      <t>Some of the readable data nodes in the "ietf-alto" YANG module may be considered
sensitive or vulnerable in some network environments. It is thus important to
control read access (e.g., via get, get-config, or notification) to these data
nodes. These are the subtrees and data nodes and their sensitivity/vulnerability:</t>
      <dl>
        <dt>'/alto/alto-server/logging-system':</dt>
        <dd>
          <t>This subtree provides configuration to select a logging system to capture log
  messages generated by an ALTO server. Unauthorized read access of this node
  can allow intruders to access logging information, which could be used to craft
  an attack the server.</t>
        </dd>
      </dl>
      <t>The "ietf-alto" supports an HTTP listen mode to cover cases where the ALTO
server stack does not handle the TLS termination itself, but is handled by a
separate component. Special care should be considered when such mode is
enabled. Note that the default listen mode is 'https'.</t>
      <t>Also, please be aware that these modules include choice nodes that can be augmented
by other extended modules. The augmented data nodes may be considered sensitive
or vulnerable in some network environments. For instance, an augmented case of
the 'source-params' choice in 'data-source' may include authentication
information about how to access a data source including private network
information. The 'yang-datastore' case in <xref target="example-data-source"/> is such an
example. The 'restconf' and 'netconf' nodes in it may reveal the access to a
private YANG datastore. Thus, those extended modules may have the NACM
extension "default-deny-all" set.</t>
      <t>These modules use groupings defined in other RFCs that
define data nodes that do set the NACM "default-deny-all" and
"default-deny-write" extensions.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document registers the following URIs in the "IETF XML Registry" <xref target="RFC3688"/>:</t>
      <artwork><![CDATA[
  URI: urn:ietf:params:xml:ns:yang:ietf-alto
  Registrant Contact: The IESG.
  XML: N/A; the requested URI is an XML namespace.

  URI: urn:ietf:params:xml:ns:yang:ietf-alto-stats
  Registrant Contact: The IESG.
  XML: N/A; the requested URI is an XML namespace.
]]></artwork>
      <t>This document registers the following two YANG modules in the "YANG Module Names" registry
<xref target="RFC6020"/>:</t>
      <artwork><![CDATA[
  Name: ietf-alto
  Namespace: urn:ietf:params:xml:ns:yang:ietf-alto
  Prefix: alto
  Maintained by IANA: N
  Reference: [RFC XXXX]

  Name: ietf-alto-stats
  Namespace: urn:ietf:params:xml:ns:yang:ietf-alto-stats
  Prefix: alto-stats
  Maintained by IANA: N
  Reference: [RFC XXXX]
]]></artwork>
      <!-- End of sections -->

</section>
  </middle>
  <back>
    <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="RFC3688">
          <front>
            <title>The IETF XML Registry</title>
            <author fullname="M. Mealling" initials="M." surname="Mealling"/>
            <date month="January" year="2004"/>
            <abstract>
              <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="81"/>
          <seriesInfo name="RFC" value="3688"/>
          <seriesInfo name="DOI" value="10.17487/RFC3688"/>
        </reference>
        <reference anchor="RFC5424">
          <front>
            <title>The Syslog Protocol</title>
            <author fullname="R. Gerhards" initials="R." surname="Gerhards"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document describes the syslog protocol, which is used to convey event notification messages. This protocol utilizes a layered architecture, which allows the use of any number of transport protocols for transmission of syslog messages. It also provides a message format that allows vendor-specific extensions to be provided in a structured way.</t>
              <t>This document has been written with the original design goals for traditional syslog in mind. The need for a new layered specification has arisen because standardization efforts for reliable and secure syslog extensions suffer from the lack of a Standards-Track and transport-independent RFC. Without this document, each other standard needs to define its own syslog packet format and transport mechanism, which over time will introduce subtle compatibility issues. This document tries to provide a foundation that syslog extensions can build on. This layered architecture approach also provides a solid basis that allows code to be written once for each syslog feature rather than once for each transport. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5424"/>
          <seriesInfo name="DOI" value="10.17487/RFC5424"/>
        </reference>
        <reference anchor="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC6991">
          <front>
            <title>Common YANG Data Types</title>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document introduces a collection of common data types to be used with the YANG data modeling language. This document obsoletes RFC 6021.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6991"/>
          <seriesInfo name="DOI" value="10.17487/RFC6991"/>
        </reference>
        <reference anchor="RFC7285">
          <front>
            <title>Application-Layer Traffic Optimization (ALTO) Protocol</title>
            <author fullname="R. Alimi" initials="R." role="editor" surname="Alimi"/>
            <author fullname="R. Penno" initials="R." role="editor" surname="Penno"/>
            <author fullname="Y. Yang" initials="Y." role="editor" surname="Yang"/>
            <author fullname="S. Kiesel" initials="S." surname="Kiesel"/>
            <author fullname="S. Previdi" initials="S." surname="Previdi"/>
            <author fullname="W. Roome" initials="W." surname="Roome"/>
            <author fullname="S. Shalunov" initials="S." surname="Shalunov"/>
            <author fullname="R. Woundy" initials="R." surname="Woundy"/>
            <date month="September" year="2014"/>
            <abstract>
              <t>Applications using the Internet already have access to some topology information of Internet Service Provider (ISP) networks. For example, views to Internet routing tables at Looking Glass servers are available and can be practically downloaded to many network application clients. What is missing is knowledge of the underlying network topologies from the point of view of ISPs. In other words, what an ISP prefers in terms of traffic optimization -- and a way to distribute it.</t>
              <t>The Application-Layer Traffic Optimization (ALTO) services defined in this document provide network information (e.g., basic network location structure and preferences of network paths) with the goal of modifying network resource consumption patterns while maintaining or improving application performance. The basic information of ALTO is based on abstract maps of a network. These maps provide a simplified view, yet enough information about a network for applications to effectively utilize them. Additional services are built on top of the maps.</t>
              <t>This document describes a protocol implementing the ALTO services. Although the ALTO services would primarily be provided by ISPs, other entities, such as content service providers, could also provide ALTO services. Applications that could use the ALTO services are those that have a choice to which end points to connect. Examples of such applications are peer-to-peer (P2P) and content delivery networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7285"/>
          <seriesInfo name="DOI" value="10.17487/RFC7285"/>
        </reference>
        <reference anchor="RFC7286">
          <front>
            <title>Application-Layer Traffic Optimization (ALTO) Server Discovery</title>
            <author fullname="S. Kiesel" initials="S." surname="Kiesel"/>
            <author fullname="M. Stiemerling" initials="M." surname="Stiemerling"/>
            <author fullname="N. Schwan" initials="N." surname="Schwan"/>
            <author fullname="M. Scharf" initials="M." surname="Scharf"/>
            <author fullname="H. Song" initials="H." surname="Song"/>
            <date month="November" year="2014"/>
            <abstract>
              <t>The goal of Application-Layer Traffic Optimization (ALTO) is to provide guidance to applications that have to select one or several hosts from a set of candidates capable of providing a desired resource. ALTO is realized by a client-server protocol. Before an ALTO client can ask for guidance, it needs to discover one or more ALTO servers.</t>
              <t>This document specifies a procedure for resource-consumer-initiated ALTO server discovery, which can be used if the ALTO client is embedded in the resource consumer.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7286"/>
          <seriesInfo name="DOI" value="10.17487/RFC7286"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </reference>
        <reference anchor="RFC8342">
          <front>
            <title>Network Management Datastore Architecture (NMDA)</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <author fullname="P. Shafer" initials="P." surname="Shafer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="R. Wilton" initials="R." surname="Wilton"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>Datastores are a fundamental concept binding the data models written in the YANG data modeling language to network management protocols such as the Network Configuration Protocol (NETCONF) and RESTCONF. This document defines an architectural framework for datastores based on the experience gained with the initial simpler model, addressing requirements that were not well supported in the initial model. This document updates RFC 7950.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8342"/>
          <seriesInfo name="DOI" value="10.17487/RFC8342"/>
        </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>
        <reference anchor="RFC8189">
          <front>
            <title>Multi-Cost Application-Layer Traffic Optimization (ALTO)</title>
            <author fullname="S. Randriamasy" initials="S." surname="Randriamasy"/>
            <author fullname="W. Roome" initials="W." surname="Roome"/>
            <author fullname="N. Schwan" initials="N." surname="Schwan"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>The Application-Layer Traffic Optimization (ALTO) protocol, specified in RFC 7285, defines several services that return various metrics describing the costs between network endpoints.</t>
              <t>This document defines a new service that allows an ALTO Client to retrieve several cost metrics in a single request for an ALTO filtered cost map and endpoint cost map. In addition, it extends the constraints to further filter those maps by allowing an ALTO Client to specify a logical combination of tests on several cost metrics.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8189"/>
          <seriesInfo name="DOI" value="10.17487/RFC8189"/>
        </reference>
        <reference anchor="RFC8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
              <t>This document obsoletes RFC 6536.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="91"/>
          <seriesInfo name="RFC" value="8341"/>
          <seriesInfo name="DOI" value="10.17487/RFC8341"/>
        </reference>
        <reference anchor="RFC8686">
          <front>
            <title>Application-Layer Traffic Optimization (ALTO) Cross-Domain Server Discovery</title>
            <author fullname="S. Kiesel" initials="S." surname="Kiesel"/>
            <author fullname="M. Stiemerling" initials="M." surname="Stiemerling"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>The goal of Application-Layer Traffic Optimization (ALTO) is to provide guidance to applications that have to select one or several hosts from a set of candidates capable of providing a desired resource. ALTO is realized by a client-server protocol. Before an ALTO client can ask for guidance, it needs to discover one or more ALTO servers that can provide suitable guidance.</t>
              <t>In some deployment scenarios, in particular if the information about the network topology is partitioned and distributed over several ALTO servers, it may be necessary to discover an ALTO server outside of the ALTO client's own network domain, in order to get appropriate guidance. This document details applicable scenarios, itemizes requirements, and specifies a procedure for ALTO cross-domain server discovery.</t>
              <t>Technically, the procedure specified in this document takes one IP address or prefix and a U-NAPTR Service Parameter (typically, "ALTO:https") as parameters. It performs DNS lookups (for NAPTR resource records in the "in-addr.arpa." or "ip6.arpa." trees) and returns one or more URIs of information resources related to that IP address or prefix.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8686"/>
          <seriesInfo name="DOI" value="10.17487/RFC8686"/>
        </reference>
        <reference anchor="RFC8895">
          <front>
            <title>Application-Layer Traffic Optimization (ALTO) Incremental Updates Using Server-Sent Events (SSE)</title>
            <author fullname="W. Roome" initials="W." surname="Roome"/>
            <author fullname="Y. Yang" initials="Y." surname="Yang"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>The Application-Layer Traffic Optimization (ALTO) protocol (RFC 7285) provides network-related information, called network information resources, to client applications so that clients can make informed decisions in utilizing network resources. This document presents a mechanism to allow an ALTO server to push updates to ALTO clients to achieve two benefits: (1) updates can be incremental, in that if only a small section of an information resource changes, the ALTO server can send just the changes and (2) updates can be immediate, in that the ALTO server can send updates as soon as they are available.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8895"/>
          <seriesInfo name="DOI" value="10.17487/RFC8895"/>
        </reference>
        <reference anchor="RFC8896">
          <front>
            <title>Application-Layer Traffic Optimization (ALTO) Cost Calendar</title>
            <author fullname="S. Randriamasy" initials="S." surname="Randriamasy"/>
            <author fullname="R. Yang" initials="R." surname="Yang"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="L. Deng" initials="L." surname="Deng"/>
            <author fullname="N. Schwan" initials="N." surname="Schwan"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>This document is an extension to the base Application-Layer Traffic Optimization (ALTO) protocol. It extends the ALTO cost information service so that applications decide not only 'where' to connect but also 'when'. This is useful for applications that need to perform bulk data transfer and would like to schedule these transfers during an off-peak hour, for example. This extension introduces the ALTO Cost Calendar with which an ALTO Server exposes ALTO cost values in JSON arrays where each value corresponds to a given time interval. The time intervals, as well as other Calendar attributes, are specified in the Information Resources Directory and ALTO Server responses.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8896"/>
          <seriesInfo name="DOI" value="10.17487/RFC8896"/>
        </reference>
        <reference anchor="RFC9240">
          <front>
            <title>An Extension for Application-Layer Traffic Optimization (ALTO): Entity Property Maps</title>
            <author fullname="W. Roome" initials="W." surname="Roome"/>
            <author fullname="S. Randriamasy" initials="S." surname="Randriamasy"/>
            <author fullname="Y. Yang" initials="Y." surname="Yang"/>
            <author fullname="J. Zhang" initials="J." surname="Zhang"/>
            <author fullname="K. Gao" initials="K." surname="Gao"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>This document specifies an extension to the base Application-Layer Traffic Optimization (ALTO) Protocol that generalizes the concept of "endpoint properties", which have been tied to IP addresses so far, to entities defined by a wide set of objects. Further, these properties are presented as maps, similar to the network and cost maps in the base ALTO Protocol. While supporting the endpoints and related Endpoint Property Service defined in RFC 7285, the ALTO Protocol is extended in two major directions. First, from endpoints restricted to IP addresses to entities covering a wider and extensible set of objects; second, from properties for specific endpoints to entire entity property maps. These extensions introduce additional features that allow entities and property values to be specific to a given information resource. This is made possible by a generic and flexible design of entity and property types.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9240"/>
          <seriesInfo name="DOI" value="10.17487/RFC9240"/>
        </reference>
        <reference anchor="RFC9241">
          <front>
            <title>Content Delivery Network Interconnection (CDNI) Footprint and Capabilities Advertisement Using Application-Layer Traffic Optimization (ALTO)</title>
            <author fullname="J. Seedorf" initials="J." surname="Seedorf"/>
            <author fullname="Y. Yang" initials="Y." surname="Yang"/>
            <author fullname="K. Ma" initials="K." surname="Ma"/>
            <author fullname="J. Peterson" initials="J." surname="Peterson"/>
            <author fullname="J. Zhang" initials="J." surname="Zhang"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>&lt;p&gt;The Content Delivery Networks Interconnection (CDNI) framework in RFC 6707 defines a set of protocols to interconnect CDNs to achieve multiple goals, including extending the reach of a given CDN. A CDNI Request Routing Footprint &amp; Capabilities Advertisement interface (FCI) is needed to achieve the goals of a CDNI. RFC 8008 defines the FCI semantics and provides guidelines on the FCI protocol, but the exact protocol is not specified. This document defines a new Application-Layer Traffic Optimization (ALTO) service, called "CDNI Advertisement Service", that provides an implementation of the FCI, following the guidelines defined in RFC 8008.&lt;/p&gt;</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9241"/>
          <seriesInfo name="DOI" value="10.17487/RFC9241"/>
        </reference>
        <reference anchor="RFC9275">
          <front>
            <title>An Extension for Application-Layer Traffic Optimization (ALTO): Path Vector</title>
            <author fullname="K. Gao" initials="K." surname="Gao"/>
            <author fullname="Y. Lee" initials="Y." surname="Lee"/>
            <author fullname="S. Randriamasy" initials="S." surname="Randriamasy"/>
            <author fullname="Y. Yang" initials="Y." surname="Yang"/>
            <author fullname="J. Zhang" initials="J." surname="Zhang"/>
            <date month="September" year="2022"/>
            <abstract>
              <t>This document is an extension to the base Application-Layer Traffic Optimization (ALTO) protocol. It extends the ALTO cost map and ALTO property map services so that an application can decide to which endpoint(s) to connect based not only on numerical/ordinal cost values but also on fine-grained abstract information regarding the paths. This is useful for applications whose performance is impacted by specific components of a network on the end-to-end paths, e.g., they may infer that several paths share common links and prevent traffic bottlenecks by avoiding such paths. This extension introduces a new abstraction called the "Abstract Network Element" (ANE) to represent these components and encodes a network path as a vector of ANEs. Thus, it provides a more complete but still abstract graph representation of the underlying network(s) for informed traffic optimization among endpoints.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9275"/>
          <seriesInfo name="DOI" value="10.17487/RFC9275"/>
        </reference>
        <reference anchor="RFC9439">
          <front>
            <title>Application-Layer Traffic Optimization (ALTO) Performance Cost Metrics</title>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="Y. Yang" initials="Y." surname="Yang"/>
            <author fullname="Y. Lee" initials="Y." surname="Lee"/>
            <author fullname="D. Dhody" initials="D." surname="Dhody"/>
            <author fullname="S. Randriamasy" initials="S." surname="Randriamasy"/>
            <author fullname="L. Contreras" initials="L." surname="Contreras"/>
            <date month="August" year="2023"/>
            <abstract>
              <t>The cost metric is a basic concept in Application-Layer Traffic
Optimization (ALTO), and different applications may use different
types of cost metrics. Since the ALTO base protocol (RFC 7285)
defines only a single cost metric (namely, the generic "routingcost"
metric), if an application wants to issue a cost map or an endpoint
cost request in order to identify a resource provider that offers
better performance metrics (e.g., lower delay or loss rate), the base
protocol does not define the cost metric to be used.</t>
              <t>This document addresses this issue by extending the specification to
provide a variety of network performance metrics, including network
delay, delay variation (a.k.a. jitter), packet loss rate, hop count,
and bandwidth.</t>
              <t>There are multiple sources (e.g., estimations based on measurements
or a Service Level Agreement) available for deriving a performance
metric. This document introduces an additional "cost-context" field
to the ALTO "cost-type" field to convey the source of a performance
metric.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9439"/>
          <seriesInfo name="DOI" value="10.17487/RFC9439"/>
        </reference>
        <reference anchor="I-D.ietf-netconf-tcp-client-server">
          <front>
            <title>YANG Groupings for TCP Clients and TCP Servers</title>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <author fullname="Michael Scharf" initials="M." surname="Scharf">
              <organization>Hochschule Esslingen - University of Applied Sciences</organization>
            </author>
            <date day="17" month="April" year="2023"/>
            <abstract>
              <t>   This document defines three YANG 1.1 modules to support the
   configuration of TCP clients and TCP servers.  The modules include
   basic parameters of a TCP connection relevant for client or server
   applications, as well as client configuration required for traversing
   proxies.  The modules can be used either standalone or in conjunction
   with configuration of other stack protocol layers.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-tcp-client-server-16"/>
        </reference>
        <reference anchor="I-D.ietf-netconf-tls-client-server">
          <front>
            <title>YANG Groupings for TLS Clients and TLS Servers</title>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <date day="17" month="April" year="2023"/>
            <abstract>
              <t>   This document defines three YANG 1.1 modules: the first defines
   features and groupings common to both TLS clients and TLS servers,
   the second defines a grouping for a generic TLS client, and the third
   defines a grouping for a generic TLS server.

Editorial Note (To be removed by RFC Editor)

   This draft contains placeholder values that need to be replaced with
   finalized values at the time of publication.  This note summarizes
   all of the substitutions that are needed.  No other RFC Editor
   instructions are specified elsewhere in this document.

   Artwork in this document contains shorthand references to drafts in
   progress.  Please apply the following replacements:

   *  AAAA --&gt; the assigned RFC value for draft-ietf-netconf-crypto-
      types

   *  BBBB --&gt; the assigned RFC value for draft-ietf-netconf-trust-
      anchors

   *  CCCC --&gt; the assigned RFC value for draft-ietf-netconf-keystore

   *  DDDD --&gt; the assigned RFC value for draft-ietf-netconf-tcp-client-
      server

   *  FFFF --&gt; the assigned RFC value for this draft

   Artwork in this document contains placeholder values for the date of
   publication of this draft.  Please apply the following replacement:

   *  2023-04-17 --&gt; the publication date of this draft
   The "Relation to other RFCs" section Section 1.1 contains the text
   "one or more YANG modules" and, later, "modules".  This text is
   sourced from a file in a context where it is unknown how many modules
   a draft defines.  The text is not wrong as is, but it may be improved
   by stating more directly how many modules are defined.

   The "Relation to other RFCs" section Section 1.1 contains a self-
   reference to this draft, along with a corresponding Informative
   Reference in the Appendix.

   The following Appendix section is to be removed prior to publication:

   *  Appendix B.  Change Log

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-tls-client-server-33"/>
        </reference>
        <reference anchor="I-D.ietf-netconf-http-client-server">
          <front>
            <title>YANG Groupings for HTTP 1.1/2.0 Clients and HTTP Servers</title>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <date day="17" month="April" year="2023"/>
            <abstract>
              <t>   This document defines two YANG modules: the first defines a minimal
   grouping for configuring an HTTP client, and the second defines a
   minimal grouping for configuring an HTTP server.  It is intended that
   these groupings will be used to help define the configuration for
   simple HTTP-based protocols (not for complete web servers or
   browsers).

Editorial Note (To be removed by RFC Editor)

   This draft contains placeholder values that need to be replaced with
   finalized values at the time of publication.  This note summarizes
   all of the substitutions that are needed.  No other RFC Editor
   instructions are specified elsewhere in this document.

   Artwork in this document contains shorthand references to drafts in
   progress.  Please apply the following replacements (note: not all may
   be present):

   *  AAAA --&gt; the assigned RFC value for draft-ietf-netconf-crypto-
      types

   *  DDDD --&gt; the assigned RFC value for draft-ietf-netconf-tcp-client-
      server

   *  FFFF --&gt; the assigned RFC value for draft-ietf-netconf-tls-client-
      server

   *  GGGG --&gt; the assigned RFC value for this draft

   Artwork in this document contains placeholder values for the date of
   publication of this draft.  Please apply the following replacement:

   *  2023-04-17 --&gt; the publication date of this draft
   The "Relation to other RFCs" section Section 1.1 contains the text
   "one or more YANG modules" and, later, "modules".  This text is
   sourced from a file in a context where it is unknown how many modules
   a draft defines.  The text is not wrong as is, but it may be improved
   by stating more directly how many modules are defined.

   The "Relation to other RFCs" section Section 1.1 contains a self-
   reference to this draft, along with a corresponding Informative
   Reference in the Appendix.

   The following Appendix section is to be removed prior to publication:

   *  Appendix A.  Change Log

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-http-client-server-13"/>
        </reference>
        <reference anchor="I-D.ietf-netconf-netconf-client-server">
          <front>
            <title>NETCONF Client and Server Models</title>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <date day="17" month="April" year="2023"/>
            <abstract>
              <t>   This document defines two YANG modules, one module to configure a
   NETCONF client and the other module to configure a NETCONF server.
   Both modules support both the SSH and TLS transport protocols, and
   support both standard NETCONF and NETCONF Call Home connections.

Editorial Note (To be removed by RFC Editor)

   This draft contains placeholder values that need to be replaced with
   finalized values at the time of publication.  This note summarizes
   all of the substitutions that are needed.  No other RFC Editor
   instructions are specified elsewhere in this document.

   Artwork in this document contains shorthand references to drafts in
   progress.  Please apply the following replacements (note: not all may
   be present):

   *  AAAA --&gt; the assigned RFC value for draft-ietf-netconf-crypto-
      types

   *  BBBB --&gt; the assigned RFC value for draft-ietf-netconf-trust-
      anchors

   *  CCCC --&gt; the assigned RFC value for draft-ietf-netconf-keystore

   *  DDDD --&gt; the assigned RFC value for draft-ietf-netconf-tcp-client-
      server

   *  EEEE --&gt; the assigned RFC value for draft-ietf-netconf-ssh-client-
      server

   *  FFFF --&gt; the assigned RFC value for draft-ietf-netconf-tls-client-
      server

   *  GGGG --&gt; the assigned RFC value for draft-ietf-netconf-http-
      client-server

   *  HHHH --&gt; the assigned RFC value for this draft
   Artwork in this document contains placeholder values for the date of
   publication of this draft.  Please apply the following replacement:

   *  2023-04-17 --&gt; the publication date of this draft

   The "Relation to other RFCs" section Section 1.1 contains the text
   "one or more YANG modules" and, later, "modules".  This text is
   sourced from a file in a context where it is unknown how many modules
   a draft defines.  The text is not wrong as is, but it may be improved
   by stating more directly how many modules are defined.

   The "Relation to other RFCs" section Section 1.1 contains a self-
   reference to this draft, along with a corresponding Informative
   Reference in the Appendix.

   The following Appendix section is to be removed prior to publication:

   *  Appendix A.  Change Log

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-netconf-client-server-29"/>
        </reference>
        <reference anchor="I-D.ietf-netconf-restconf-client-server">
          <front>
            <title>RESTCONF Client and Server Models</title>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <date day="17" month="April" year="2023"/>
            <abstract>
              <t>   This document defines two YANG modules, one module to configure a
   RESTCONF client and the other module to configure a RESTCONF server.
   Both modules support the TLS transport protocol with both standard
   RESTCONF and RESTCONF Call Home connections.

Editorial Note (To be removed by RFC Editor)

   This draft contains placeholder values that need to be replaced with
   finalized values at the time of publication.  This note summarizes
   all of the substitutions that are needed.  No other RFC Editor
   instructions are specified elsewhere in this document.

   Artwork in this document contains shorthand references to drafts in
   progress.  Please apply the following replacements (note: not all may
   be present):

   *  AAAA --&gt; the assigned RFC value for draft-ietf-netconf-crypto-
      types

   *  BBBB --&gt; the assigned RFC value for draft-ietf-netconf-trust-
      anchors

   *  CCCC --&gt; the assigned RFC value for draft-ietf-netconf-keystore

   *  DDDD --&gt; the assigned RFC value for draft-ietf-netconf-tcp-client-
      server

   *  EEEE --&gt; the assigned RFC value for draft-ietf-netconf-ssh-client-
      server

   *  FFFF --&gt; the assigned RFC value for draft-ietf-netconf-tls-client-
      server

   *  GGGG --&gt; the assigned RFC value for draft-ietf-netconf-http-
      client-server

   *  HHHH --&gt; the assigned RFC value for draft-ietf-netconf-netconf-
      client-server

   *  IIII --&gt; the assigned RFC value for this draft

   Artwork in this document contains placeholder values for the date of
   publication of this draft.  Please apply the following replacement:

   *  2023-04-17 --&gt; the publication date of this draft

   The "Relation to other RFCs" section Section 1.1 contains the text
   "one or more YANG modules" and, later, "modules".  This text is
   sourced from a file in a context where it is unknown how many modules
   a draft defines.  The text is not wrong as is, but it may be improved
   by stating more directly how many modules are defined.

   The "Relation to other RFCs" section Section 1.1 contains a self-
   reference to this draft, along with a corresponding Informative
   Reference in the Appendix.

   The following Appendix section is to be removed prior to publication:

   *  Appendix A.  Change Log

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-restconf-client-server-29"/>
        </reference>
        <reference anchor="RFC6242">
          <front>
            <title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document describes a method for invoking and running the Network Configuration Protocol (NETCONF) within a Secure Shell (SSH) session as an SSH subsystem. This document obsoletes RFC 4742. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6242"/>
          <seriesInfo name="DOI" value="10.17487/RFC6242"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7921">
          <front>
            <title>An Architecture for the Interface to the Routing System</title>
            <author fullname="A. Atlas" initials="A." surname="Atlas"/>
            <author fullname="J. Halpern" initials="J." surname="Halpern"/>
            <author fullname="S. Hares" initials="S." surname="Hares"/>
            <author fullname="D. Ward" initials="D." surname="Ward"/>
            <author fullname="T. Nadeau" initials="T." surname="Nadeau"/>
            <date month="June" year="2016"/>
            <abstract>
              <t>This document describes the IETF architecture for a standard, programmatic interface for state transfer in and out of the Internet routing system. It describes the high-level architecture, the building blocks of this high-level architecture, and their interfaces, with particular focus on those to be standardized as part of the Interface to the Routing System (I2RS).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7921"/>
          <seriesInfo name="DOI" value="10.17487/RFC7921"/>
        </reference>
        <reference anchor="RFC7971">
          <front>
            <title>Application-Layer Traffic Optimization (ALTO) Deployment Considerations</title>
            <author fullname="M. Stiemerling" initials="M." surname="Stiemerling"/>
            <author fullname="S. Kiesel" initials="S." surname="Kiesel"/>
            <author fullname="M. Scharf" initials="M." surname="Scharf"/>
            <author fullname="H. Seidel" initials="H." surname="Seidel"/>
            <author fullname="S. Previdi" initials="S." surname="Previdi"/>
            <date month="October" year="2016"/>
            <abstract>
              <t>Many Internet applications are used to access resources such as pieces of information or server processes that are available in several equivalent replicas on different hosts. This includes, but is not limited to, peer-to-peer file sharing applications. The goal of Application-Layer Traffic Optimization (ALTO) is to provide guidance to applications that have to select one or several hosts from a set of candidates capable of providing a desired resource. This memo discusses deployment-related issues of ALTO. It addresses different use cases of ALTO such as peer-to-peer file sharing and Content Delivery Networks (CDNs) and presents corresponding examples. The document also includes recommendations for network administrators and application designers planning to deploy ALTO, such as recommendations on how to generate ALTO map information.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7971"/>
          <seriesInfo name="DOI" value="10.17487/RFC7971"/>
        </reference>
        <reference anchor="RFC8346">
          <front>
            <title>A YANG Data Model for Layer 3 Topologies</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="J. Medved" initials="J." surname="Medved"/>
            <author fullname="R. Varga" initials="R." surname="Varga"/>
            <author fullname="X. Liu" initials="X." surname="Liu"/>
            <author fullname="H. Ananthakrishnan" initials="H." surname="Ananthakrishnan"/>
            <author fullname="N. Bahadur" initials="N." surname="Bahadur"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model for Layer 3 network topologies.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8346"/>
          <seriesInfo name="DOI" value="10.17487/RFC8346"/>
        </reference>
        <reference anchor="RFC8641">
          <front>
            <title>Subscription to YANG Notifications for Datastore Updates</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document describes a mechanism that allows subscriber applications to request a continuous and customized stream of updates from a YANG datastore. Providing such visibility into updates enables new capabilities based on the remote mirroring and monitoring of configuration and operational state.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8641"/>
          <seriesInfo name="DOI" value="10.17487/RFC8641"/>
        </reference>
        <reference anchor="RFC6291">
          <front>
            <title>Guidelines for the Use of the "OAM" Acronym in the IETF</title>
            <author fullname="L. Andersson" initials="L." surname="Andersson"/>
            <author fullname="H. van Helvoort" initials="H." surname="van Helvoort"/>
            <author fullname="R. Bonica" initials="R." surname="Bonica"/>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
            <author fullname="S. Mansfield" initials="S." surname="Mansfield"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>At first glance, the acronym "OAM" seems to be well-known and well-understood. Looking at the acronym a bit more closely reveals a set of recurring problems that are revisited time and again.</t>
              <t>This document provides a definition of the acronym "OAM" (Operations, Administration, and Maintenance) for use in all future IETF documents that refer to OAM. There are other definitions and acronyms that will be discussed while exploring the definition of the constituent parts of the "OAM" term. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="161"/>
          <seriesInfo name="RFC" value="6291"/>
          <seriesInfo name="DOI" value="10.17487/RFC6291"/>
        </reference>
        <reference anchor="RFC8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="215"/>
          <seriesInfo name="RFC" value="8340"/>
          <seriesInfo name="DOI" value="10.17487/RFC8340"/>
        </reference>
      </references>
    </references>
    <?line 2623?>

<section anchor="alto-ext-model">
      <name>Examples of Extending the ALTO O&amp;M Data Model</name>
      <t>Developers and operators can also extend the ALTO O&amp;M data model to align
with their own implementations. Specifically, the following nodes of the data
model can be augmented:</t>
      <ul spacing="normal">
        <li>
          <t>The <tt>server-discovery-manner</tt> choice of the <tt>server-discovery</tt>.</t>
        </li>
        <li>
          <t>The <tt>authentication</tt> choice of each <tt>auth-client</tt>.</t>
        </li>
        <li>
          <t>The <tt>data-source</tt> node.</t>
        </li>
        <li>
          <t>The <tt>algorithm</tt> choice of the <tt>resource-params</tt> of each <tt>resource</tt>.</t>
        </li>
      </ul>
      <section anchor="example-server-disc">
        <name>An Example Module for Extended Server Discovery Manners</name>
        <t>The base module "ietf-alto" only includes a reverse DNS based
server discovery manner. The following example module demonstrates how
additional server discovery methods can be augmented into the base data model.</t>
        <t>The case <tt>internet-routing-registry</tt> allows the ALTO server to update the
server URI to the attribute of the corresponding aut-num class in IRR.</t>
        <t>The case <tt>peeringdb</tt> allows the ALTO server to update the server URI to the org
object of the organization record in PeeringDB.</t>
        <artwork><![CDATA[
module example-alto-server-discovery {
  yang-version 1.1;

  namespace "https://example.com/ns/example-alto-server-discovery";
  prefix ex-alto-disc;

  import ietf-alto {
    prefix alto;
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  import ietf-inet-types {
    prefix inet;
    reference
      "RFC 6991: Common YANG Data Types";
  }

  organization
    "Example, Inc.";

  contact
    "Example, Inc.
     Customer Service

     E-mail: alto-oam-yang@example.com";

  description
    "This module contains a collection of vendor-specific cases of
     server discovery mechanisms for ALTO.";

  revision 2023-02-28 {
    description
      "Version 1.0";
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  augment "/alto:alto/alto:alto-server/alto:server-discovery"
        + "/alto:method" {
    description
      "Examples of server discovery mechanisms provided by the ALTO
       server.";
    case internet-routing-registry {
      description
        "Update descr attributes of an aut-num class in an Internet
         Routing Registry (IRR) database for ALTO server discovery
         using Routing Policy Specification Language (RPSL).";
      reference
        "RFC 2622: Routing Policy Specification Language (RPSL).";
      container irr-params {
        description
          "Configuration parameters for IRR database.";
        leaf aut-num {
          type inet:as-number;
          description
            "The Autonomous System (AS) number to be updated.";
        }
      }
    }
    case peeringdb {
      description
        "Update metadata of a network record in PeeringDB database
         for ALTO server discovery using PeeringDB lookup.";
      container peeringdb-params {
        description
          "Configuration parameters for PeeringDB database.";
        leaf org-id {
          type uint32;
          description
            "Specifies an identifier that refers to the org object
             of the organization record in PeeringDB.";
        }
      }
    }
  }

  augment "/alto:alto/alto:alto-client"
        + "/alto:server-discovery/alto:method" {
    description
      "Examples of server discovery mechanisms used by an ALTO
       client.";
    case internet-routing-registry {
      description
        "Use IRR to discover an ALTO server.";
      reference
        "RFC 2622: Routing Policy Specification Language (RPSL).";
      container irr-params {
        description
          "Configuration for IRR query using RPSL.";
        leaf whois-server {
          type inet:host;
          description
            "Whois server for an IRR query using RPSL.";
        }
      }
    }
    case peeringdb {
      description
        "Use PeeringDB to discover an ALTO server.";
      container peeringdb-params {
        description
          "Configuration for PeeringDB queries.";
        leaf peeringdb-endpoint {
          type inet:uri;
          description
            "Endpoint of PeeringDB API server.";
        }
      }
    }
  }
}
]]></artwork>
      </section>
      <section anchor="example-client-auth">
        <name>An Example Module for Extended Client Authentication Approaches</name>
        <t>The base module "ietf-alto" only includes the client
authentication approaches directly provided by the HTTP server. However, an
implementation may authenticate clients in different ways. For example, an implementation may
delegate the authentication to a third-party OAuth 2.0 server. The following
example module demonstrates how additional client authentication approaches can
enrich the base data model.</t>
        <t>In this example, the <tt>oauth2</tt> case includes the URI to a third-party OAuth 2.0
based authorization server that the ALTO server can redirect to for the client
authentication.</t>
        <artwork><![CDATA[
module example-alto-auth {
  yang-version 1.1;

  namespace "https://example.com/ns/example-alto-auth";
  prefix ex-alto-auth;

  import ietf-inet-types {
    prefix inet;
    reference
      "RFC 6991: Common YANG Data Types";
  }

  import ietf-alto {
    prefix alto;
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  organization
    "Example, Inc.";

  contact
    "Example, Inc.
     Customer Service

     E-mail: alto-oam-yang@example.com";

  description
    "This module contains a collection of vendor-specific cases of
     client authentication approaches for ALTO.";

  revision 2023-02-28 {
    description
      "Version 1.0";
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  augment "/alto:alto/alto:alto-server/alto:auth-client"
        + "/alto:authentication" {
    description
      "Example of extended ALTO client authentication approaches.";
    case oauth2 {
      description
        "Example of authentication by a third-party OAuth 2.0
         server.";
      container oauth2 {
        description
          "Parameters for authentication by a third-party OAuth 2.0
           server.";
        leaf oauth2-server {
          type inet:uri;
          description
            "The URI to the authorization server.";
        }
      }
    }
  }
}
]]></artwork>
      </section>
      <section anchor="example-data-source">
        <name>Example Module for Extended Data Sources</name>
        <t>The base module "ietf-alto" does not include any choice cases
for specific data sources. The following example module demonstrates how a
implementation-specific data source can be augmented into the base data model.</t>
        <t>The <tt>yang-datastore</tt> case is used to import the YANG data from a YANG
model-driven datastore. It includes:</t>
        <ul spacing="normal">
          <li>
            <t><tt>datastore</tt> to indicate which datastore is fetched.</t>
          </li>
          <li>
            <t><tt>target-paths</tt> to specify the list of nodes or subtrees in the datastore.</t>
          </li>
          <li>
            <t><tt>protocol</tt> to indicate which protocol is used to access the datastore. Either
<tt>restconf</tt> or <tt>netconf</tt> can be used.</t>
          </li>
        </ul>
        <artwork><![CDATA[
module example-alto-data-source {
  yang-version 1.1;

  namespace "https://example.com/ns/example-alto-data-source";
  prefix ex-alto-ds;

  import ietf-alto {
    prefix alto;
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  import ietf-datastores {
    prefix ds;
    reference
      "RFC 8342: Network Management Datastore Architecture (NMDA)";
  }

  import ietf-yang-push {
    prefix yp;
    reference
      "RFC 8641: Subscription to YANG Notifications for Datastore
                 Updates";
  }

  import ietf-netconf-client {
    prefix ncc;
    reference
      "RFC HHHH: NETCONF Client and Server Models";
  }

  import ietf-restconf-client {
    prefix rcc;
    reference
      "RFC IIII: YANG Groupings for RESTCONF Clients and RESTCONF
                 Servers";
  }

  organization
    "Example, Inc.";

  contact
    "Example, Inc.
     Customer Service

     E-mail: alto-oam-yang@example.com";

  description
    "This module contains a collection of vendor-specific cases of
     data sources for ALTO.";

  revision 2023-02-28 {
    description
      "Version 1.0";
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  identity yang-datastore {
    base alto:source-type;
    description
      "Identity for data source of YANG-based datastore.";
  }

  identity protocol-type {
    description
      "Base identity for protocol type.";
  }

  identity netconf {
    base protocol-type;
    description
      "Identity for NETCONF protocol.";
  }

  identity restconf {
    base protocol-type;
    description
      "Identity for RESTCONF protocol.";
  }

  augment "/alto:alto/alto:alto-server/alto:data-source"
        + "/alto:source-params" {
    when 'derived-from-or-self(../alto:source-type,'
       + '"yang-datastore")';
    description
      "Example data source for local or remote YANG datastore.";
    container yang-datastore-source-params {
      description
        "YANG datastore specific configuration.";
      leaf datastore {
        type ds:datastore-ref;
        mandatory true;
        description
          "Reference of the datastore from which to get data.";
      }
      list target-paths {
        key name;
        description
          "XML Path Language (XPath) to subscribed YANG datastore
           node or subtree.";
        leaf name {
          type string;
          description
            "Name of the supported XPath or subtree filters.";
        }
        uses yp:selection-filter-types;
      }
      leaf protocol {
        type identityref {
          base protocol-type;
        }
        description
          "Indicates the protocol that is used to access the YANG
           datastore.";
      }
      container restconf {
        uses rcc:restconf-client-app-grouping {
          when 'derived-from-or-self(../protocol, "restconf")';
        }
        description
          "Parameters for the RESTCONF endpoint of the YANG
           datastore.";
      }
      container netconf {
        uses ncc:netconf-client-app-grouping {
          when 'derived-from-or-self(../protocol, "netconf")';
        }
        description
          "Parameters for the NETCONF endpoint of the YANG
           datastore.";
      }
    }
  }
}
]]></artwork>
      </section>
      <section anchor="example-alg">
        <name>An Example Module for Information Resource Creation Algorithm</name>
        <t>The base module "ietf-alto" does not include any choices cases
for information resource creation algorithms. But developers may augment the
"ietf-alto" module with definitions for custom creation algorithms
for different information resources. The following example module demonstrates
the parameters of a network map creation algorithm that translates an IETF
Layer 3 unicast topology into a network map.</t>
        <artwork><![CDATA[
module: example-alto-alg

  augment /alto:alto/alto:alto-server/alto:resource
            /alto:alto-networkmap-params/alto:algorithm:
    +--:(l3-unicast-cluster)
       +--rw l3-unicast-cluster-algorithm
          +--rw l3-unicast-topo
          |  +--rw source-datastore    alto:data-source-ref
          |  +--rw topo-name?          leafref
          +--rw depth?             uint32
]]></artwork>
        <t>This example defines a creation algorithm called <tt>l3-unicast-cluster-algorithm</tt>
for the network map resource. It takes two algorithm-specific parameters:</t>
        <dl>
          <dt>'l3-unicast-topo':</dt>
          <dd>
            <t>This parameter contains information referring to the target path name of an
operational <tt>yang-datastore</tt> data source node (See <xref target="example-data-source"/>)
subscribed in the <tt>data-source</tt> list (See <xref target="data-source"/>). The referenced
target path in the corresponding <tt>yang-datastore</tt> data source is assumed for
an IETF layer 3 unicast topology defined in <xref target="RFC8346"/>. The algorithm uses
the topology data from this data source to compute the ALTO network map
resource. 'source-datastore' refers to the 'source-id' of the operational
<tt>yang-datastore</tt> data source node, and 'topo-name' refers to the 'name' of
the target path in the source datastore.</t>
          </dd>
          <dt>'depth':</dt>
          <dd>
            <t>This optional parameter sets the depth of the clustering algorithm. For
example, if the depth is set to 1, the algorithm will generate PID for every
l3-node in the topology.</t>
          </dd>
        </dl>
        <t>The creation algorithm can be reactively called once the referenced data source
updates. Therefore, the ALTO network map resource can be updated dynamically.</t>
        <artwork><![CDATA[
module example-alto-alg {
  yang-version 1.1;

  namespace "https://example.com/ns/example-alto-alg";
  prefix ex-alto-alg;

  import ietf-alto {
    prefix alto;
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  import ietf-datastores {
    prefix ietf-datastores;
    reference
      "RFC 8342: Network Management Datastore Architecture (NMDA)";
  }

  import example-alto-data-source {
    prefix ex-alto-ds;
  }

  organization
    "Example, Inc.";

  contact
    "Example, Inc.
     Customer Service

     E-mail: alto-oam-yang@example.com";

  description
    "This module contains a collection of vendor-specific cases of
     information resource creation algorithms for ALTO.";

  revision 2023-02-28 {
    description
      "Version 1.0";
    reference
      "RFC XXXX: YANG Data Models for the Application-Layer
                 Traffic Optimization (ALTO) Protocol";
  }

  augment "/alto:alto/alto:alto-server/alto:resource"
        + "/alto:alto-networkmap-params/alto:algorithm" {
    description
      "Example of a network map creation algorithm.";
    case l3-unicast-cluster {
      description
        "Example algorithm translating a Layer 3 unicast topology
         of Interface to the Routing System (I2RS) to an ALTO
         network map.";
      container l3-unicast-cluster-algorithm {
        description
          "Parameters for l3-unicast-cluster algorithm.";
        container l3-unicast-topo {
          leaf source-datastore {
            type alto:data-source-ref;
            must 'deref(.)/../alto:source-params'
               + '/ex-alto-ds:yang-datastore-source-params'
               + '/ex-alto-ds:datastore '
               + '= "ietf-datastores:operational"'
               {
              error-message
                "The referenced YANG datastore MUST be
                 operational";
            }
            mandatory true;
            description
              "The data source to YANG datastore.";
          }
          leaf topo-name {
            type leafref {
              path '/alto:alto/alto:alto-server/alto:data-source'
                 + '[alto:source-id'
                 + ' = current()/../source-datastore]'
                 + '/alto:source-params'
                 + '/ex-alto-ds:yang-datastore-source-params'
                 + '/ex-alto-ds:target-paths/ex-alto-ds:name';
            }
            description
              "The name of the IETF Layer 3 unicast topology.";
          }
          description
            "The data source info to an IETF Layer 3 unicast
             topology.";
        }
        leaf depth {
          type uint32;
          description
            "The depth of the clustering.";
        }
      }
    }
  }
}
]]></artwork>
      </section>
      <section anchor="example-usage">
        <name>Example Usage</name>
        <t>This section presents an example showing how the base data model and
all the extended models above are used to set up an ALTO server and
configure corresponding components (e.g., data source listener, information
resource, and access control).</t>
        <artwork><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

{
  "ietf-alto:alto": {
    "alto-server": {
      "listen": {
        "https": {
          "tcp-server-parameters": {
            "local-address": "0.0.0.0"
          },
          "alto-server-parameters": {},
          "http-server-parameters": {
            "server-name": "alto.example.com",
            "client-authentication": {
              "users": {
                "user": [
                  {
                    "user-id": "alice",
                    "basic": {
                      "user-id": "alice",
                      "password": "$0$p8ssw0rd"
                    }
                  }
                ]
              }
            }
          },
          "tls-server-parameters": {
            "server-identity": {}
          }
        }
      },
      "server-discovery": {
        "example-vendor-alto-server-discovery:irr-params": {
          "aut-num": 64496
        }
      },
      "auth-client": [
        {
          "client-id": "alice",
          "https-auth-client": {
            "user-id": "alice"
          }
        },
        {
          "client-id": "bob",
          "example-vendor-alto-auth:oauth2": {
            "oauth2-server": "https://auth.example.com/login"
          }
        }
      ],
      "role": [
        {
          "role-name": "group0",
          "client": [
            "alice",
            "bob"
          ]
        }
      ],
      "data-source": [
        {
          "source-id": "test-yang-ds",
          "source-type": "example-vendor-alto-data-source:yang-\
                                                          datastore",
          "feed-interval": 30,
          "example-vendor-alto-data-source:yang-datastore-source-\
                                                           params": {
            "datastore": "ietf-datastores:operational",
            "target-paths": [
              {
                "name": "network-topology",
                "datastore-xpath-filter": "/network-topology:network\
           -topology/topology[topology-id=bgp-example-ipv4-topology]"
              }
            ],
            "protocol": "restconf",
            "restconf": {
              "listen": {
                "endpoint": [
                  {
                    "name": "example restconf server",
                    "https": {
                      "tcp-server-parameters": {
                        "local-address": "172.17.0.2"
                      },
                      "http-client-parameters": {
                        "client-identity": {
                          "basic": {
                            "user-id": "carol",
                            "cleartext-password": "secret"
                          }
                        }
                      }
                    }
                  }
                ]
              }
            }
          }
        }
      ],
      "resource": [
        {
          "resource-id": "default-network-map",
          "resource-type": "network-map",
          "accepted-role": [
            "group0"
          ],
          "alto-networkmap-params": {
            "is-default": true,
            "example-vendor-alto-alg:l3-unicast-cluster-algorithm": {
              "l3-unicast-topo": {
                "source-datastore": "test-yang-ds",
                "topo-name": "network-topology"
              },
              "depth": 2
            }
          }
        }
      ]
    }
  }
}
]]></artwork>
      </section>
    </section>
    <section anchor="a-sample-alto-server-architecture-to-implement-alto-om-yang-modules">
      <name>A Sample ALTO Server Architecture to Implement ALTO O&amp;M YANG Modules</name>
      <t><xref target="alto-ref-arch"/> shows a sample architecture for an ALTO server
implementation. It indicates the major server components that an ALTO server
usually needs to include and the YANG modules that these server components
need to implement.</t>
      <ul empty="true">
        <li>
          <t>This section does not intend to impose an internal structure of server
implementations, but is provided to exemplify how the various data model
components can be used, including having provisions for future augmentations.</t>
        </li>
      </ul>
      <t>The following server components need to implement the 'ietf-alto' module (<xref target="alto-model"/>):</t>
      <dl>
        <dt>Server manager:</dt>
        <dd>
          <t>Provides the functionality and configuration of the server-level
  management, including server listen stack setup, server discovery setup,
  logging system configuration, global metadata, and server-level security
  configuration.</t>
        </dd>
        <dt>Information resource manager:</dt>
        <dd>
          <t>Provides the operation and management for creating, updating, and
  removing ALTO information resources.</t>
        </dd>
        <dt>Data source listener:</dt>
        <dd>
          <t>An ALTO server may start multiple data source listeners. Each data source
  listener defines a communication endpoint that can fetch ALTO-related
  information from data sources. The information can be either raw
  network/computation information or pre-processed ALTO-level information.</t>
        </dd>
      </dl>
      <t>The following components need to implement the 'ietf-alto-stats' module
(<xref target="alto-stats-model"/>) to provide statistics information:</t>
      <dl>
        <dt>Performance monitor:</dt>
        <dd>
          <t>Collects ALTO-specific performance metrics at a running ALTO server.</t>
        </dd>
        <dt>Logging and fault manager:</dt>
        <dd>
          <t>Collects runtime logs and failure events that are generated by an ALTO server and the service
  of each ALTO information resource.</t>
        </dd>
      </dl>
      <t>The following components are also important for an ALTO server, although they
are not in the scope of the data models defined in this document:</t>
      <dl>
        <dt>Data broker:</dt>
        <dd>
          <t>An ALTO server may implement a data broker to store network/computation
  information collected from data sources or cache some preprocessed data. The
  service of the ALTO information resource can read them from the data broker
  to calculate ALTO responses and return to ALTO clients.</t>
        </dd>
        <dt>Algorithm plugin:</dt>
        <dd>
          <t>The service of each ALTO information resource needs to configure an algorithm to decide
  how to calculate the ALTO responses. The algorithm plugins implement those
  algorithms. User-specified YANG modules can be applied to different algorithm
  plugins by augmenting the ALTO modules
  (<xref target="alto-ext-model"/>).</t>
        </dd>
      </dl>
      <t>Generally, the ALTO server components illustrated above have the following
interactions with each other:</t>
      <ul spacing="normal">
        <li>
          <t>Both the server manager and information resource manager will report
statistics data to the performance monitor and the logging and fault manager.</t>
        </li>
        <li>
          <t>The algorithm plugins will register callbacks to the corresponding ALTO
information resources upon configuration; Once an ALTO information
resource is requested, the registered callback algorithm will be invoked.</t>
        </li>
        <li>
          <t>A data source listener will fetch data from the configured data source using
the corresponding data source API in either proactive mode (polling) or
reactive mode (subscription/publication).</t>
        </li>
        <li>
          <t>A data source listener will send the preprocessed data to a data
broker.</t>
        </li>
        <li>
          <t>An algorithm plugin may read data from an optional data broker to calculate
the ALTO information resource.</t>
        </li>
      </ul>
      <figure anchor="alto-ref-arch">
        <name>A Sample ALTO Server Architecture and ALTO YANG Modules</name>
        <artwork><![CDATA[
  +----------------------+      +-----------------+
  | Performance Monitor: |<-----| Server Manager: |
  |  "ietf-alto-stats"   |<-+ +-|  "ietf-alto"    |
  +----------------------+  | | +-----------------+
                          report
  +----------------------+  | | +-------------------+
  | Logging and Fault    |  +---| Information       |
  | Manager:             |<---+ | Resource Manager: |
  | "ietf-alto-stats"    |<-----|    "ietf-alto"    |
  +----------------------+      +-------------------+
                                         ^|
                                         || callback
                                         |v
     .............          ................................
    /             \ <------ . Algorithm Plugin:            .
    . Data Broker .  read   .   "example-alto-alg"         .
    ...............         ................................
           ^
           | write
  +----------------+  Data Source  ++=============++
  | Data Source    |      API      ||             ||
  | Listener:      | <=====-=====> || Data Source ||
  |  "ietf-alto"   |               ||             ||
  +----------------+               ++=============++
]]></artwork>
      </figure>
      <!-- End of sections -->

</section>
    <section anchor="ack" numbered="false">
      <name>Acknowledgements</name>
      <t>The authors thank Qin Wu for the help with drafting the initial version of the
YANG modules. Big thanks also to ALTO WG chairs (Mohamed Boucadair and Qin Wu)
and Adrian Farrel, Dong Guo, Jordi Ros Giralt, Luis M. Contreras, Mahdi
Soleimani, Qiao Xiang, Shenshen Chen, and Y. Richard Yang for their thorough
reviews, shepherding, and valuable feedback.</t>
      <t>Thanks to Dan Romascanu for the opsdir and genart reviews, Andy Bierman for the
yangdoctors review, Spencer Dawkins for the tsvart review, Scott Rose for the
dnsdir review, and Rich Salz for the secdir review.</t>
      <t>Thanks to Martin Duke for the careful AD review.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+19e38bx5Hg//Mpeun7LcmYAEWKliU4TkKLss2sJGtJer17
ie88BIbERIMZZGYgGpGVr3If5r7Y1aMf1TM9A4CkLCW32DuHAvpRXV1dXVVd
j8FgEE2KcR7PkpGalPFVPUiT+moQZ3UxKOLZYBnn14ODo6hO6wya/Nfxy2/U
SVzH6kUxSbJKXRWlqqeJOp7Ps3Qc12mRD57Hy6RUFzDaVTpW383rdJb+jX5S
O8fPL77bVa/Koi7GRRbFl5dl8mak8Gv13b++oAkiGCe5LsrlSFX1JIrSeTlS
dbmo6sMHD548OIziMolH6mVS3xTl6yrC/16XxWKux/nhm+h1soRvJ/DFoi5m
NPeeOk/KN+k4wdnfpBV8lebXe+ppkddlke0BoElJLaOoquN88r/jrMhhzcuk
iubpKFIATZmOa/5GqXExmyV5XZl/p3mWmvZKJZO0hvFHKi/gX7Ba8wMufDaP
3TjwxSSZ19OReoijzMu8qNOrNJnovlVR1mVyZeepljP5z8Zo1eLSfgPdo3hR
T4sSoB/AjwgkdPzjUP3PKWwsfcN7/0eA9edFnKs/JnmV5OL3oryOc71/I3VR
5Nd/SdX3efomKau0XlKbZBan2Uj9RQ8yzId/w/5/uMbvhwAPtQL0JQmAdfT4
wQP1NC62j3P17Q2PMIahRuoce03jlL8CChupwwcHjx8c6S8WsFXQ7Ok0zWNv
RSdDdTItJkuxopNpuXgjvvXX8e0ivklSdZGMp3mRFdcpIc+uZIKdh3gUOtZw
kr5ZxtUU/qHHUK/i8vWe+mGa1glsXjYRy/oKVgXEVCb0XZlcEwj/Fpc5nKTX
sVjtZ48ePHj0yF/taT5J/dX+21B9Exdirf8Wp/YbA+HWy2J4eKTOCyAAIP0x
nb+DPfVf6RT3+ayIJ1sCxqfTJL+eLDwIz9MxthXwPTp4AJ/gbjCKbacOEnkd
p9dx8YdqvBgmk8VwnHsLOxuq8/G0qGuxtrMig8Mov/d38iRZ1NV4ivuQJa/1
NunZuO+Q+/6h5gbDSeIh6nQSD86ATJJqcF6X8f/9P4k6FIg5icsZ8INJLdFw
dPjkMx8L3yTlLM6X3nL+fahexGIp/54uroAUzJd2pw4eHMA+XdU3wNjU8Zsk
XySwTwtAI9AZMx25VS/jHE+at1V/TGHgaiEPDmzVwWHvVvEhkAibxX9lGA/+
MKUfifCjvCiRib5JkAueff308ODgif7z4aPHj/Wfnx0dHuk/Hz04fGD+PDw6
MH8+eWL+/Pzw8Wfuz0f6Tzjpptvjh0eH5s+Dz4/sn4+fuAZmsMeP3AiPn3zm
/jTfPjm04z5x4Dw5/Ny0fXL0kMY9HZzQqR/kST0u8qtBPZ4PxlkKfH5QwfWR
lOFWWbVGq2ldrzOY+d/VLcukCjZN86vGhn3+5NBi/snnBw6FFm+PEC1RNBgM
VHwJNAcXSBRdTNNKgXywwItOTYCx5UmlYhYDJigGzFAMICnAXp/VnjqezNIc
KVffvHAIoxdxmtdJHudwA+98d/xiV/0rHIQ8vk5o8OJqczkiMnLEUF1A34Ig
AFBgLGBAJAswStQY/r2oEpgCF+QArwu1c7ALrepoMWcAXK89tXO4qxDB6fUC
TqYea5JW4wL+WMLvD+F3EEZqOK+LOYyb0FLLZAYNeCi7FwA17FexKMcJYGjn
aBcOG66eZo3H8G2Fc6EsggtI4vGURohCIxBK1c5nCF6WAXMHZgItqhpwl/EC
r8pi1lwR4SmKHY7VHGWhicZQnFVFF5ocGmg8prgqol9ms0WOAybqJoXL5nVe
3Hjor4ZMWLN0MsmSKPoE7jRY52QxZnFrEzLDFd2d1O5CZpdxBe3mi3JeAKqI
bgH8Jqy4IiCURVUlEyACdwM/iqDL27eaB757N8T135J44cT+BolXBYgXfukh
Xfy1RbhqNeFCv/XINtifgeogWMMBBLkyaj4Ivf7px51PAFnzZBcIshqX6SWQ
5M00rnFnEVfwPyCo49ZSsyH1KJO/LtKSyKzapWb4bfIzkCdw67/uauIGMAEw
ABH2AKCQvQyRR245Gg1Md0DpcGxwXT2Ud70AHE3U5VKQHbSPBNkRcPxvuBCA
DNVxBprC4npKu0BrMlvSmiGnmSN7ZEF4yLMlgA70Dmgqch5jMZ+D7mJGAfj1
Zsz1eVINeCJslvyMVAFSEm8IamJxOYGv4USj0gZyFXVDUeDduz39D7j24R+R
+ccj+wte/fIfB+Ifn2Mfmpi/ACHAnsdJUoNEBEiE3U+vc7MIH89pli2I9fAZ
x70mzZka0P5H9juk90r/AmJuMcOlxrN5hgi7UtPiBsmWljlpETQQRVTNk3GK
LEryhhQHwD1gfqhQgqymSM8SHhjVzIzc90zS23OQ9hZwoHnZoDgr1JwrtfXi
+/OLrT3+X/XyO/r77Nm/f3969uwE/z7/9vj5c/uHaXH+7XffP4ffI/2X6/n0
uxcvnr084c7wrWp89eL4v7b4Xtv67tXF6Xcvj59vtUkNFwh4ukwU8vhyjgdo
ouLKnlLaia+evlIHR7zPKKwCfWmi+fzo3bvoBpQdnqpAuuV/wvYukdckcYlD
xFkGTGae1sBl9nACRus0KZMhqHkJ0zjhKnK9suKGmFOVmAGD8BLfgd/TElQD
OM3AAzOzD7MkRssEMqHf/gvcms8QzCvY8DFv8WDwO9zE43FZ5MsZM6NjsqOk
TATNC5XOJAJ7Bay3uMGzFevOcIEgNaEQOFrzUoyip6++5w5PYXQEHe5HvAdw
YND6QG48eXnOLU4KZA2gsQC1ny+rOgFl4tuLi1f867dLuPRqIE6cKK+uYEZr
GYpOz8641SniDURe0OYWxBjOQOeBU7eMIrjbuc0KiUB5EoHhiQ8V3cS/JyXl
CTCGXRjxX82Ixy90Tys39Hc8Bj3bApOj4WlalBZnr05P+MdX+gIb8E0wAfUT
xkZ7D9EPSXzRxVONIcLLLK2Q8RlLlcDRxfNz0Y6YLW8cQLooUfWOvj875Saw
M3ghA/b4LhYTAzl9AkMkCaib8XUZzypmBpoSDe+rlrPLIqv4TAJVY4eJ7kDy
jl5RmkeMHNAvHhBDheFflfDrzwn1JgPiS+BHRBh6MrRaZXgboq5MUhAzwBzb
wZ0ouGFx+ReUINJ8nC0mJCnOafQ9OMnpeAoS84Su98rdXtBxkeEZ5Cb0A03k
4B4CpWnGq08OHeGIx8aGxSyt6fSa0+8NDXJQhlzACt4oFgFxf6EK+Fd5kwJP
oBvODahXMGHBcu5QRPAj6nmcEgSoeQHfwjdizipqsfv6MmObrRkMOf4vIHxH
v+gtUL94YP8CBAEHL4GTEf0yGvD/g8Y4CPxI+iYNWMNhreAb4qOoyQMfhd/x
YOpm+HdHs0llGuE2ViDnukao6VOj5dybcL6oprbNoyMeCPRx0whVc30LYqvV
qjsPkFlQUGvvHaCp1dMAqMWbEUij7xuirfLTGPl4bIbwtf3wKEGLAA1UuoEa
xoDwSGGLAQz1dqTatKPI6v/llj27yBC7qXHrHZ/0LB4n0yIDJken3dKXOgcp
haWOKHpZ1HQxIoHDBqtnkxSoAjgZHkB91+ER4buTFZMJHJEUxeMC1K9Lc1cN
m/cdnjvg95WaO0jUmzhbEEMACT5PYCgzMDXSNzLwgThL/5ZMIt0cGhOrS5kl
yVkVg5rjOqrFbBYDs8ceWab5ZVQtLkGSrRd8bdPMeF5xdjzywAGZM4j1o92Q
BHwnzLHUByAlWZXcoPhhhCK7YsDAK2A9FatKy8Zdr5fIbxWgiKsT+KAUwSpc
heItIACByBezS4AHVZA1D9RAfQ2fW40WOF0D9Q18bjNa8KAN1Lfwuc1wXSdu
oE7hc5sRO0/eQP0nfFYOyRuOL3T9YuEJqyvnpL/hefWE/befQHvURPmonhst
r/mkZ9/j3rIS/I7vaEdUKRxkJlAtDXgKo7urK0fALbJlYgTqLJYkk3o6+D7j
aQhNtHBHTSZsfuht/1Sr/tjoapETfuBY18t9kOfjyxT/tPYBNiugSciMlYIs
i8O8KHI8kkYVBaxlpOgBNGTZQI42S9A6X7VY0KRI2DxgLedwLLXuH+dLKcyY
YYEfxQZZ48jX6/a0pIAPioQ07G4tAbxlWoGku3UfBsbXlx5LjtpJhtfDPRAN
ERbSzfEVZRbbQQCcnJ9YAefz3eEa83pTaUMPLI0kIlqynnwI0/L83bPXxRwf
5pbNcWDbSSO4Ap6mLxA0YWvdgJUMtXN6eHa+q60+xsxxyJL61wA07P6bJE/x
VtprqeFmR5zJgaxNl4mVcJHutSVqYg4AaE8Jym24OjxbX5G5pnH6pKUHzhS0
SVAHhSn5NXmi1XgYs8dWs9cwEFUOmMulf8ZUhVa2q6W2HnmWpgyUJBbXUXK8
iC+zBMAlgVHCrd7XR4iem/cFGAf39umD8faDIoxnByOS7cWBB3l9kU2sdcxn
RJb5aqmySurFfLgKj87KNzxQvnl5DTyeHXbBqMlKwTkkljuzyvAKkPphPNwM
SoLx4SoYPR7tAJUsaRM8Hg4PN4bxaPO9rrSiroDZpePlSgw3YHy0MYyfDVZS
JLMKH1ZgtMCjErhUxOvSJL2i81v7zL0B41EDxj3780OJY+JsBsZOiuzGZOiW
U9dJrg1DIJhfw2VeT2fVsI3HJozr4LGTIrthbLyXxHUY6iwBeWF4dxgfrToz
WnzRlEgM5ypOM7zb1zzgDRgf9uz1w+Bef74KRk/cciKZYZQDaxY3stgqGD/r
gfGoDSNqxuZuNApx4G73hGhPhh5qvfh4gi5hKIr6PbHtMxY1tGz61r0YQdez
xyN1XLm3Mft6Ate8FlEAur2W4O3J8YzUKEb5nUlxcW3FSxK6NNHOQZ/N6xSA
vFrQM5OTglYYpE/sQ4mdVWDkrXgZYXx89waF7eSmowdrHFvWHXFLGNr4TYaF
5qu0JqUblx8Wb8gwpvUelG6OK2cze/sWzZgDkGm1WIVy54AOoLEjwKHYRgC2
jaQXgMmaHIALAnVmSbTNjz50qLZJgIsJIh5La4HbAI33b/H4TY0BNR4X4V1l
q4F4FqV3zcuiqNHqPbeakVaJ8IBVibOmVu7xFGTaRcVio2Th/MDpWFNkWRM9
Gvvs1Fk27JsrDdh4xUbLBh7ioTH3esi1mLKYvIRVNlgoPdgYS3+cRebZGFfj
jP4we8e8f//73yPesJGyewjKw6eDQXmj8B//Qs5Q4gu9Mb9Rf9J6ezr5Ub0V
v7z7faSZjBoOh63uGoi34h+mBza0XVyvRT0NTRo5bqbaveA2SaA5/s8Azdpe
c9eEfsNv7T/a7czc9NHzl8lVY0JE/YBpAublP9YAM7FdzJ9eJ8WdcJ/IIKmP
pma726fPLr7mvaXHinOjiML5KklRhQ0FvvDl1jhBDVHz3RBbfsqKoX02ajz1
BHmE3HTNK/yzK5iAPryRMfbgReYf5KF6hq4S/gj4nrZ043h2vMid3xFwDUsZ
2/rxTi3y9K8LYI/uPYkOplZdS6Nq0dlscxDkREyfA+slYuAyM7gzW2tHCGIe
nrcFmQNQAxUcyPqdVA2mAJO+91MpqRratUUYdLDU3pSufQcqbCsGZ7CQp7yj
dYuiBZxtytaUeb64rG9P4+cMD19j3UR+4bvbWFbpXWcJ3ULi8nDCop6g8CYQ
qpc9bvaGCJ4pORg6ovATgPVz0SaMFKY+O1ADULPMne5522zC32/BqakhiRR5
g2c2iIDboLvH+HWje5NM+gdqN9NAsDI+qPg9PTxGRyN9GIqKH+rwAJm/u+4N
vwFdCt43HT1Q0LNHjHlSvZT3SKM5Ce/rNGc/jznS2+/bB7g1sH6EVW+FHqFn
q8T+2iNt+ml5pxsa23wel4AGOItV42fbYsc12W2SFHwdwzbg/wxeJ8vABpif
+Gvzr4529G6FX1+meSxIJ8yEvGPcYkXMRdRz+nUzhhS+dfWA52jTAu5TWOMk
nOvQkd5rOgQGOBRaQtlg0WBR9CghjGiOCVnXLi3Pu1cNfLHTWg0ZcVFrk5ig
o43PmHC0m1Isn3spBWilJADXzRTkLwMdd1TMMNAxp6oU+sjsqYvn5+y+cvH0
lcrQsaNSO5JzXs/fvTOMTymKgaKXEbe3o0iTGrnfDRZliocGX+pH8HdHJ4+H
uRF2auNlsmvoCr4e7eDb2656S09w3NMdLKZOejQXX+kB3Qv+oH2IfhH9gatB
25Fob8BuDyre5FePio1Hskf3uBI/XeOqAB9voaqy2BMQV+K7dbAjsbsaO2JQ
6/OwxqBZNRLtuwftR3lj1JUod+P2o1w2baC8zemu55387Rs9f7Uub/OZwom5
pg1fO0Uv5Ri4CL4tkakFzm55DZrMOM4S+6YGfKLSnq4gX80WWZ3O4WehyKZv
kmhCDnQVc0JpLIwviwU7J7hHuiUK+oComuxM+E4FvGNCEUSXC9CLI4TTTeV5
PIPUFdc0hmbBzllcu30Yr2mafVagRmLtvw3n6Q7LjTbpVcY7qmEdRdUh4Pp+
CVjQoBjDAqsvsiG+6bHkDINNkhmFR0hWiUMYfvltcZNQfEcqXmo136bn2TZs
DHELBeyvpxcOkI5jdkdP7CNiVWTkAKKmMc9ziU99+LhqXJuH6muytFkf14q2
QXsCA4ho5Fpk2dLa6GgHB0waqgLajMu0qHrvASdNCn7eUlsAbXCXORmFeFaJ
uIK7Y5JXwOV/hmmphxCeeLgSGoBEOK/LAT5nol9s60ST0/9YOxj9RvxIN1I6
17+0O06WIGvantbyoKQhgswU7aOvd77z/LsDbDjBWowAabylMW+zu6Il9DAh
uZMl/Q6QtS3IiTZWb2BHk5p+nyXjaQwcYVaxlyBwBzLPUnBlYR3TA8eNfJuN
QZHMFWIrtyN0Uu5R5E9enquXx68uzpTezdbbpFNQ0Dt6cZ2QvRUOqDGuP5JP
1xikh9rdqXsYSZyCGQGtz4sUiV9aLWgm96rdDGUibEdOFrwpVJbEVyRSaXRt
M8lts0mmbaJBfXUR4+ly1ksHjB5DU58exMBZiFE86yk9lgHTBWyTfOrWpgfC
+YZo1AesrYU25v+nryLrmqe33Q3tG1/JemrXjqP5i6jUTZpl0SW68YJQl+kQ
BoBc7rtWgiQBNPeeQ8rapiNmJSAOTwuMudf7qV8dzJYm5pFBexAC5iIbNUI8
XlB/UK94rl+mPbOGUCwO76RYYCvz9i3E+KAVA9rR/aKvv21fA98Wzswd3AEf
YRIKjYrtpNwZ0TIGxoqYgl8AKVUFq63M82bI3g5gfEWnP4bLYg9IYVlB121y
qZxq3qBRDd39+XR8A0ODkpnpveddbT749CyTJdfGmSlwx6fIlK4i9iXHAZnE
MW4YSN7CHbrFfGyKO8z/oXF18SxNeZu/ZYkycEcx0AOE1tOV2jcLb3n7YjFE
qZ2RNrpWjq0PWDjEh06SjRIK0BmRGPKmCch7dIb8ze04SJ77RNdpethzmsQL
bocBew0PDV9m8w2Du+T6RmfLWqA0R9ZEXerAECGxwY/skS5vlUVllf/IPzJ6
fDSlNG8MGm9R1cUMHYTJ2tIZt4iXXFpF82K+EJy1ppAKdJ7A/BDWV5KPqDoV
WLAxGieA5HFdwBW7c3p2shveOhPs0bltYYNpa9sQzyXxFTQ/sOHh+TkyH/MW
r0MQzXwNU2+DAalj+ypLSIgaL5n8YmilemGvkRaRYecbjhbfnno8RqLAouqc
kdnVUr39REiR73zcfTa4vW2KxQOM990WE/AzT8pyAlqcKGzNbYaRIsjFhqNV
OuPAK23QKlMUk3Z6/UXes4W8/dq3zhuhNoyb35qqPX7sj5398IS3+/VakXXP
xh3QspLyEspxt/Ig6GsTE2ngfdHMRTGpDYohVsSvgybqibihffXbtljaphPS
/2BfuOfAoeF5ApcAd61tBth2kowzCmNE74hlw8ubuzVHYbxuE4XTdUZBliV7
pGuPYQC7XNqBjNgklr3fGIxutpYgiat1hghm9iBkeB5piqNNpjqcoxm7TwPr
eG6nbNuw+shX/J1IygKxua7ljHvqckFjoYpOZgVcNLaI5MEVMjsiJvmZwIIp
Z0aCakbD+2HBJMWJMLhmiHibK3MAfIm3CnUFcoxB4qTol9jbUVY2PdnD+VoJ
axz5X4D2lJS0TjFEe6/IvKIFe+JCcEnkxv8ab0wTEGdYrv5pIKjCXIK0qNCl
WfVcCT5nP+QAiUGfWLMOh0dC2jYnbjsy7D0ky5TVGDmxfvy3fUIv/0LhcDkh
grcAMv7EerE9bnnX7rbzo5ilRaEcEy6JgpciYk/miLC4CbkJoYwZXqHVfcTq
yESBAqpmDDwrmvR43siQcGjtQ/KrI6NJnty0J9TJ1KrWit1E3LNnhu8RDB1y
YtITRKtnUm4mnWMDfxEuqeIU6WgIG6CSaicskjpbLHxXU4SfKyG0E0M4FrBf
DeDbaEJrgNxaL8ov6sbNryxSrOFA5DcMyRTit56OAaEiJFHYju13aSHC+C/U
DgfjcTIHxjhg/y0fSnTR6pgJI03g8l42usi1BXsSmtNyEtB9xfs6KfG4y8p7
KQyNpd8eZvG8b8i0GmgtBzFzWcDK4jzYEpTuGhUCxmBnS3ru0WehAzJU/VaA
5U9mPn2Tcg87NpzWW8FmjHakxnYBeP/TAe/txQf9zm4hyhoWB/gt3O3LW02N
nd0uqLf6397bwQZ7OslTOxT+45bjMDe2I4HQUervNh/QHrgsnaV183GS29DN
sMQQ0MEsmXFLTXQLQPGjo75eABj6QCax6BjsZT6N9UArvpm0o5+1nQ1yxoZd
Aaj/qAwHeTGCVPRyVRVmPtyxgYF6Cn9hYHYQC14XsXyvF3cJLNbaDdunx5kN
fRcmj426n8wqbAd8sq1LlOgrwTMkw8Cms/jngR2k8pgLAv3wUL3lBzxspDFM
T/MJSJeXwPTbwHkwdXTHx2V8TxxY3Q0PCYGtf/F2swsF7eUb8NIZ7DsqDG/i
bFClf+PbEZTDdBZn3u7puOVBcWU7VG75vm1XHyxh0XVSTrfHEojRbZXcWs02
UsSlLCTUbMp6pNURkBCNmi1OgPHq3/ZEBnTpP+WHdPKwt0Pkatu77o0+yyI/
S7BOmTD+2dtV5D3RXS5ZMLikyNFGPJGNE++R11BTsHmhyst4vMsaNPlEkaYR
1DD8mYYcRVvhQ3Zj+XvmpdGXL9v4iLadHNPGhTcIIduaS7lT3aN9OEPYk+FB
K95nV0NPqeqMPaM7Zd2K9WA2h4jOS0A5NqEXXb/bZ845iPzaSHwDegnnv07J
yHMwVN/lifluafDQOSTmoSlmM/HcXKHfJrbHM9a3VgJ36dl7nkqFROqNSoUJ
xUN9MxwMUH+odVEyAmyyKMsWbANSDih4DB8IUEoJ2OIJxdaMoXNuoeEtYBjD
8ehMs8HCuPjrn93TikFQGyTAyXxBft+CCEAX/hkPvt2QbRDBt2UuT20oZ6QY
E1aT6HAHpvEbUoedSaUJH6O3+3fCh7X++SYpa4y2Bvmw3XrHMBFpltlFW05k
bDmYCpIeqexhbsLBnlEWceYgikX32INgsF2bqM9svnXlQSyRfm+eazrUaEMu
tB+Rdwrss4y/V6wnX+rBkAPr/PL0pK8uTTw//IueOeMJAt/eSDOHeS9dNQuQ
f8SP+d2nVx69sPU/bJKxrAwtnlbGqtj3ZIanc4GvzXwyxuiVZuwyLJcBPaRX
aksIYlvqKonJAIkhijkKNRMgD5tl4MJMInJrRiw/k5F2D1A4xsjDMaXK2WN8
AOKur2GbPWlWp/GxD+GYw/gXNPfaJsrOhgL9idPSQxLsx/7pTnvQSFXwoQG9
zQcXF1KV6Df1vfZQ4hZqml5PLX3WcEP9zWZy4TdHY4N2JnZ8FO+ISWSHB0dw
cVg3MufSktvKKGmxpqYi115TzKvSWX/QxCePmzLHzUXTcLYa4/2hm/1qSxex
0e6M6Qjp8AmsKBa633yvjlnUNNkOvXdaK7U2Xmk7TPjMsyqMIXcx4J8NP2vl
dtjr8qEjxqh96KiWBloAjQcoiQoizWOHZwymdZ1hlqOGFB3p56i+HADNEK0y
Ab6qHwhOz07kM5EONnSXELLTBsgyGQZfn2tI+8jFnasQuyiSXGnfmVoOUTAr
eUL9qsbhdUJnN4oGlF12fEzuBkKHdCRE4wc7Avm8Cxjb7cxHhlLskb+8Bph6
263Y6x6BveyzAsSSAeiNZeV6tYKeZCwTttVoIRj0vwfB2KdWOEMj7Il+7Vmx
+Lxdf5Xycz+rrILL/NUDq9shWli5pStA9Ng/2JuYPC7WOLueq5TnF0y3a5cJ
gpwStsWWbxtlSb6VyozsnmOWOGN0qwFumEFiBuA4wydB1Crob5/zOqdgYFb8
DB54Iofxmjx8Pi8LFIsnqX4T91NpJewLZQpCXHLMBYxjHlMrBEp7sToH/rHT
0bT2401r3WIxr7cS7gsN6KT364CtQqEUEfh9FUgwo5+Z8eeWUxJZAnx8y23R
XfWVYrancmk3bBQJTY6smNw3nOEqHHjOyPDtYGYZWJnGaSdDdcqZHbpglAl0
lQ7cYEygNwNuNSMDNspkUCaXbd+y48a6LmPSmHU3ulljRJR47AxmOTk3lQyq
QMITkfb9XTMwhn90sgYTTNUli9TWehZVbkotREghoZG9oyFUWL8EHKTHLYyh
i+jMMCXv49cj/I/7qxln6MKcabKBTtkzYAYSeRyRTMo3aT4pbsigbOz6Dw/t
aIU/GoPkOPRgEf59DYj5C4OakZjRPel0zRlsIe3abaCcgZt85IGg80VaLweI
A3ojwMy7I/wXNJ/NbessrvCawFvNte1sDarDoC5quA9BDnZPD9SaqkAlpbbU
+62rxXj8+7VbY46o9VvrFfzVrfIatifpbmuAWaetAaXR1m6EfqAe4AtQYx9w
JHqbTCd9I9CraE93MqL0DUCvloHOFJBbXP6lr6/QGQMjuF/lK1Mn2rD5rLpm
9P1+7eaz+OffbzD6LM03aR6/ud6kudv6XgoRsNvG68G+SXOAvbu53cMQs/j1
uAFaUgDeFoG0T6yxuRhOrD/ibda0gtt8RSszs8eFenkFtva40MrWHhda2drj
Qj17a9s6YFa3daCE2zaZkLgG4TYJ/4wdPSeMUFefOdl+xmeja8aObo5T+c0b
32PTJmNq5myKA6lthJy0jpqCfv9hl/+vOUehyNDsW4Me9fhzdkpfVkAWshU/
vepqEs0MiQE56kXhMrbTi8Ce2nYX1p9/oyPxGncYfm8iLKTgEOmZlKbq6gvu
imTnjWXpUI4UehnVmT6a4w4DuHZPWq9EAsYujH8exngvwsm0FsJ6G4RAyu31
sN+soxSOTMJCJ9WCofYcbEHK39IheIhsbW+V4GyFQzhNQSuRSpJUY0z8mGD0
JXvSooNlpVU3eo4OSe2Y0fzV95xbqWXvxhgAPBlwmLX9t4KvXloL8qvTk0q2
QbYNoupXSWUD8eNLdPoUKPCg6Fuel5M62mCzF1Vytcg653Q5DsmuKUp/kXnB
k7zEMTAC1bbIb+omwEGdZZ3M2OkY+Bmhhvw66WmT0/fbwmFumVw7bNcA4Big
gMAIBt6J9gm7YctHIlEuoNNNz+XNdleojEWg7FrosEgji7F0RBo7k4AKyYZn
eUBcotgtiVVd6iKlitPBw8B5VKnwhcuyIKsB2NPJ8X3IFzG5wgLNITJ/hXnd
4ZpUSNSyLqBbdF+WUvyFSo+M1HhRksnldRnPQAHNB+XVGFTsInPvyCYUucSA
twpfYkj/rsh6fo5OBUs111k4ZE0dU77ERrzcxKkOkTOmIiYDdsfRvjcjNkaO
9vev03q6uMTSu/tjOJ37EsT9tKqAhewfPHgUmUpgZIg45uLpyMapNBDVdGoY
EkQDUvpJXIlMXlXTTr2NWJAZmBwDB8ODLyKuYlzNMe/+1qLMR9hhxE6Uo59n
2QjOJ4k/bkLspKsd4b+/QB0Z0IY4bVYMekuihSmNBN9/QV9Y65FWwLewLAbV
EVZP2cvFlaS/wIFcNt8jmv5dY0pRNcibEr7vmRFLpox4KpcuBjcUMzM91ZZM
k6mJpZQqPL2rOeRPn1U902ONlfD0z8/96eHffdPLgkXe/PhDDwBYliUIAFlH
JQT0hQ9C5JfspnG3nFj4A0h/yGNoYOpCTGLMzwVbP3yjfkguR/Dnb835QJaB
FYpfA6PCZQ1h+P2b632282BinP3fMfTQGZN2Qe/f4o9/MK1/R/MIl32e68LW
09RnwtladR7ERsSWzEZLEwqfpQ0S01LXp8V8WabX01rtjHfV4YPDh4qQdFEu
qtoGg8CEFVWIMGk+8YGTB2CLuHXTGpM3EEXh0rAVShSUT8PMeJZ4zBWnwBgg
TCqj3wHhG04kh5s9q/Y4UKzQSa3wH5iFCJBlH3v30JRKJlcqlTYHxrmI0Qpe
cPhQteDibTVXqydIgYvDBZ8oQNus8q4IltnPkjcpvjV8dX4C28ltsWQzDQCA
1VNZYfdoODYocPjbrtTz5JprFcJglDNZ4yDTldYKbn5ijPj8+44huhqHSRJH
cBrqAUouuwalREFeapYGRSF2Yi6KigcLa/80Jrq5uRkCox8kVBGKpsIp9uE7
bL37Baydn2FwgLSukuzKooKCF1VGS0WvAozF2iK+i/UhCSqkrMGDwwHQF7OA
5jHA06mTzPwHr2S41cMbEKiRYMOijBBJFV1VJe3Dl/0Eai/bYoeOl+zvq6/Z
vYhsrsbVSGZV7VmXqwxoXt/99AoJSIgTl6fWf7i0R7YPH1TafsMK0y1UtJft
rdNj4fexTj9X3cewTvEG3r1OenMSLbel5xkJx/SASbQIcil6D2fFkmumaQjo
xJpenCY/364baSJQmjflynU/MdSvhqU9EeT5cPiZamPNpudahzZEgWZKO2lT
ijVz/PQtEBMU3XmBT2l6XS22mZervUoXALHhMkVHq1X2rw7UsJF6Qd2eYrc1
i+S2Vsgrby9FuE1uuBbsyQc6M1rlmmt6/OTuJHkqZv+eDQ/qe3IN0smnz5ER
P3vjblIPG+fnzwLI8MJVNqVg3B3bd21MbEq7CqkgQMB64vaadMjbhqvhQFNr
yCXbzXprQrvFCMPqia8/M31GoBDTkK/MkC/ieRXYgkmebgjr05OX6frAkeaG
xZhrdcJV6pbqpU5hSYXdQP7LNZfbgaFPA8SnzWim6tsIQThVXxdFPS9TbTeQ
kQvtEY4nMHENUqWukG2CqAP7F9dTUIQxC8+GeMGeSvdcFz2ff0Z7Z7eNjaF3
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
2g5JxWCuFpk6PnE9/h+qYyAwpbkBAA==

-->

</rfc>
