<?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.20 (Ruby 3.3.3) -->
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-netmod-rfc8407bis-21" category="bcp" consensus="true" submissionType="IETF" obsoletes="8407" updates="6020, 8126" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.24.0 -->
  <front>
    <title abbrev="Guidelines for YANG Documents">Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-21"/>
    <author fullname="Andy Bierman">
      <organization>YumaWorks</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>andy@yumaworks.com</email>
      </address>
    </author>
    <author fullname="Mohamed Boucadair" role="editor">
      <organization>Orange</organization>
      <address>
        <postal>
          <country>France</country>
        </postal>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <author fullname="Qin Wu">
      <organization>Huawei</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>
    <date year="2024" month="November" day="14"/>
    <area>Operations and Management</area>
    <workgroup>Network Modeling</workgroup>
    <keyword>NETCONF</keyword>
    <keyword>RESTCONF</keyword>
    <keyword>Automation</keyword>
    <abstract>
      <?line 138?>

<t>This memo provides guidelines for authors and reviewers of
   specifications containing YANG modules, including IANA-maintained modules.  Recommendations and
   procedures are defined, which are intended to increase
   interoperability and usability of Network Configuration Protocol
   (NETCONF) and RESTCONF protocol implementations that utilize YANG
   modules.  This document obsoletes RFC 8407.</t>
      <t>Also, this document updates RFC 8126 by
   providing additional guidelines for writing the IANA considerations
   for RFCs that specify IANA-maintained modules. The document also updates RFC 6020
   by clarifying how modules and their revisions are handled by IANA.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Network Modeling Working Group mailing list (netmod@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/netmod/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/boucadair/rfc8407bis"/>.</t>
    </note>
  </front>
  <middle>
    <?line 152?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The standardization of network configuration interfaces for use with
   network configuration management protocols, such as the Network
   Configuration Protocol (NETCONF) <xref target="RFC6241"/> and the RESTCONF protocol <xref target="RFC8040"/>,
   requires a modular set of data models that can be reused and extended
   over time.</t>
      <t>This document defines a set of usage guidelines for documents
   containing YANG 1.1 <xref target="RFC7950"/> and YANG 1.0 <xref target="RFC6020"/> data models, including IANA-maintained modules.
   YANG is used to define the data structures, protocol operations, and
   notification content used within a NETCONF and/or RESTCONF server.
   YANG is also used to define abstract data structures <xref target="RFC8791"/>.
   A NETCONF or RESTCONF server that supports a particular YANG module
   will support client NETCONF and/or RESTCONF operation requests, as
   indicated by the specific content defined in the YANG module.</t>
      <t>Many YANG constructs are defined as optional to use, such as the
   "description" statement.  However, in order to make YANG modules more
   useful, it is desirable to define a set of usage guidelines that
   entails a higher level of compliance than the minimum level defined
   in the YANG specification <xref target="RFC7950"/>.</t>
      <t>In addition, YANG allows constructs such as infinite length
   identifiers and string values, or top-level mandatory nodes, that a
   compliant server is not required to support.  Only constructs that
   all servers are required to support can be used in IETF YANG modules.</t>
      <t>This document defines usage guidelines related to the NETCONF
   operations layer and NETCONF content layer, as defined in <xref target="RFC6241"/>,
   and the RESTCONF methods and RESTCONF resources, as defined in
   <xref target="RFC8040"/>.</t>
      <t>These guidelines are intended to be used by authors and reviewers to
   improve the readability and interoperability of published YANG data
   models.</t>
      <t><xref target="sec-iana-mm"/> updates <xref target="RFC8126"/> by providing guidance for writing the
   IANA considerations for RFCs that specify IANA-maintained modules.</t>
      <t>Note that this document is not a YANG tutorial, and the reader is
   expected to know the YANG data modeling language before implementing
   the guidance in this document.</t>
      <ul empty="true">
        <li>
          <t>Note to the RFC Editor: Please replace "AAAA" through the document with the RFC number assigned to this document.</t>
        </li>
      </ul>
      <section anchor="changes-since-rfc-8407">
        <name>Changes Since RFC 8407</name>
        <t>The following changes have been made to the guidelines published in
   <xref target="RFC8407"/>:</t>
        <ul spacing="normal">
          <li>
            <t>Implemented errata 5693, 5800, 6899, and 7416.</t>
          </li>
          <li>
            <t>Updated the terminology.</t>
          </li>
          <li>
            <t>Added a note about notation conventions.</t>
          </li>
          <li>
            <t>Updated the URL of the IETF authors guidelines.</t>
          </li>
          <li>
            <t>Updated the guidance so that the "file name" after the <tt>&lt;CODE BEGINS&gt;</tt> tag is mandatory.</t>
          </li>
          <li>
            <t>Added code markers for the security template.</t>
          </li>
          <li>
            <t>Updated the YANG security considerations template to better insist on the key secure transport features.</t>
          </li>
          <li>
            <t>Added statements that the security template is not required for modules that follow <xref target="RFC8791"/> or <xref target="RFC7952"/>.</t>
          </li>
          <li>
            <t>Added a statement about how to cite the RFCs that are listed in the security template.</t>
          </li>
          <li>
            <t>Added a template for IANA registrations.</t>
          </li>
          <li>
            <t>Added a note that folding of the examples should be done as per <xref target="RFC8792"/> conventions.</t>
          </li>
          <li>
            <t>Added a recommendation about long trees.</t>
          </li>
          <li>
            <t>Fixed a reference bug in <xref target="sec-module-naming-conventions"/>.</t>
          </li>
          <li>
            <t>Added a recommendation for the use of meaningful prefix values.</t>
          </li>
          <li>
            <t>Added a note that RFC8792-folding of YANG modules can be used if and only if native YANG features (e.g., break line, "+") are not sufficient.</t>
          </li>
          <li>
            <t>Added tool validation checks to ensure that YANG modules fit into the line limits of an I-D.</t>
          </li>
          <li>
            <t>Added tool validation checks of JSON-encoded examples.</t>
          </li>
          <li>
            <t>Updated many examples to be aligned with the consistent indentation recommendation (internal consistency).</t>
          </li>
          <li>
            <t>Updated the IANA considerations to encourage registration requests to indicate whether a module is maintained by IANA or not.</t>
          </li>
          <li>
            <t>Added guidelines for IANA-maintained modules.</t>
          </li>
          <li>
            <t>Elaborated the guidance for the use of values reserved for documentation in examples.</t>
          </li>
          <li>
            <t>Recommended the use of "example:" for URI examples.</t>
          </li>
          <li>
            <t>Added a new section "Defining Standard Tags" (<xref target="sec-tags"/>) to echo the guidance in <xref target="RFC8819"/>.</t>
          </li>
          <li>
            <t>Recommended against the use of "case + when" construct in some cases.</t>
          </li>
          <li>
            <t>Added a discussion about the prefix pattern to use for example modules.</t>
          </li>
          <li>
            <t>Updated the NMDA guidance in the narrative text to highlight modules that are not NMDA-compliant.</t>
          </li>
          <li>
            <t>Added a new section about YANG module classification.</t>
          </li>
          <li>
            <t>Fixed an inconsistency in Section 4.6.2 where the example mentions identities, but uses them without their prefix as per Section 4.6.4.</t>
          </li>
          <li>
            <t>Fixed an inconsistency in Section 4.6.4 which fails to use "derived-from-or-self()" mentioned back in Section 4.6.2.</t>
          </li>
          <li>
            <t>Added a new section for modeling abstract data structures.</t>
          </li>
          <li>
            <t>Added a discussion about "must + error-message" constructs for state data.</t>
          </li>
          <li>
            <t>Added text about summary of changes in revision statements.</t>
          </li>
          <li>
            <t>Added a template for IANA-maintained modules.</t>
          </li>
          <li>
            <t>Updates RFC 6020 to record current IANA practices for registering modules and their revisions.</t>
          </li>
          <li>
            <t>Updated the wiki URLs to use the new structure instead of the old trac.</t>
          </li>
          <li>
            <t>Added anydata to the list of statements with mandatory description (<xref target="sec-data-def"/>).</t>
          </li>
          <li>
            <t>Fixed an error (invalid statements) in Section 4.24.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="terminology-notation-conventions">
      <name>Terminology &amp; Notation Conventions</name>
      <t>Some of the templates defined in the document uses "--" to easily identify
  specific instructions to the authors. Text prefixed with "--" must not be
  copied as such when using a template. Note that for YANG templates, "//"
  is used to convey such instructions.</t>
      <t>The following terms are used throughout this document:</t>
      <dl>
        <dt>IANA-maintained module:</dt>
        <dd>
          <t>A YANG module that is maintained by IANA (e.g., "iana-tunnel-type" <xref target="RFC8675"/> or "iana-pseudowire-types" <xref target="RFC9291"/>).</t>
        </dd>
        <dt>IETF module:</dt>
        <dd>
          <t>A YANG module that is published by the IETF and which is not maintained by IANA.</t>
        </dd>
        <dt>published:</dt>
        <dd>
          <t>A stable release of a module or submodule.  For
 example, the "Request for Comments" described in
 <xref section="2.1" sectionFormat="of" target="RFC2026"/> is considered a stable publication.</t>
        </dd>
        <dt>unpublished:</dt>
        <dd>
          <t>An unstable release of a module or submodule.  For
 example the "Internet-Draft" described in <xref section="2.2" sectionFormat="of" target="RFC2026"/>
 is considered an unstable publication that is a work in progress,
 subject to change at any time.</t>
        </dd>
        <dt>YANG fragment:</dt>
        <dd>
          <t>A set of YANG statements that are not intended to
 represent a complete YANG module or submodule.  These statements
 are not intended for actual use, except to provide an example of
 YANG statement usage.  The invalid syntax "..." is sometimes used
 to indicate that additional YANG statements would be present in a
 real YANG module.</t>
        </dd>
        <dt>YANG tree diagram:</dt>
        <dd>
          <t>A diagram representing the contents of a YANG
 module, as defined in <xref target="RFC8340"/>.  It is also called a "tree
 diagram".</t>
        </dd>
      </dl>
      <section anchor="netconf-terms">
        <name>NETCONF Terms</name>
        <t>The following terms are defined in <xref target="RFC6241"/> and are not redefined
   here:</t>
        <ul spacing="normal">
          <li>
            <t>capabilities</t>
          </li>
          <li>
            <t>client</t>
          </li>
          <li>
            <t>operation</t>
          </li>
          <li>
            <t>server</t>
          </li>
        </ul>
      </section>
      <section anchor="yang-terms">
        <name>YANG Terms</name>
        <t>The following terms are defined in <xref target="RFC7950"/> and are not redefined
   here:</t>
        <ul spacing="normal">
          <li>
            <t>data node</t>
          </li>
          <li>
            <t>module</t>
          </li>
          <li>
            <t>namespace</t>
          </li>
          <li>
            <t>submodule</t>
          </li>
          <li>
            <t>version</t>
          </li>
          <li>
            <t>YANG</t>
          </li>
          <li>
            <t>YIN</t>
          </li>
        </ul>
        <t>Note that the term 'module' may be used as a generic term for a YANG
   module or submodule.  When describing properties that are specific to
   submodules, the term 'submodule' is used instead.</t>
      </section>
      <section anchor="network-management-datastore-architecture-nmda-terms">
        <name>Network Management Datastore Architecture (NMDA) Terms</name>
        <t>The following terms are defined in <xref target="RFC8342"/> and are not redefined
   here:</t>
        <ul spacing="normal">
          <li>
            <t>configuration</t>
          </li>
          <li>
            <t>conventional configuration datastore</t>
          </li>
          <li>
            <t>datastore</t>
          </li>
          <li>
            <t>operational state</t>
          </li>
          <li>
            <t>operational state datastore</t>
          </li>
        </ul>
      </section>
      <section anchor="requirements-notation">
        <name>Requirements Notation</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
    </section>
    <section anchor="general-documentation-guidelines">
      <name>General Documentation Guidelines</name>
      <t>YANG modules under review are likely to be contained in Internet-
   Drafts (I-Ds).  All guidelines for I-D authors <xref target="ID-Guidelines"/> <bcp14>MUST</bcp14>
   be followed.  The guidelines for RFCs should be followed and are
   defined in the following: <xref target="RFC7322"/> (and any future RFCs that
   obsolete it), <xref target="RFC-STYLE"/>, and <xref target="RFC7841"/>.</t>
      <t>The following sections <bcp14>MUST</bcp14> be present in an I-D containing a YANG module:</t>
      <ul spacing="normal">
        <li>
          <t>Narrative sections</t>
        </li>
        <li>
          <t>Definition sections</t>
        </li>
        <li>
          <t>Security Considerations section</t>
        </li>
        <li>
          <t>IANA Considerations section</t>
        </li>
        <li>
          <t>References section</t>
        </li>
      </ul>
      <t>There are three usage scenarios for YANG that can appear in an I-D or
   RFC:</t>
      <ul spacing="normal">
        <li>
          <t>normative module or submodule</t>
        </li>
        <li>
          <t>example module or submodule</t>
        </li>
        <li>
          <t>example YANG fragment not part of any module or submodule</t>
        </li>
      </ul>
      <t>The guidelines in this document refer mainly to a normative module or
   submodule but may be applicable to example modules and YANG fragments
   as well.</t>
      <section anchor="module-copyright">
        <name>Module Copyright</name>
        <t>The module "description" statement <bcp14>MUST</bcp14> contain a reference to the
   latest approved IETF Trust Copyright statement, which is available
   online at:</t>
        <artwork><![CDATA[
    <https://trustee.ietf.org/license-info/>
]]></artwork>
      </section>
      <section anchor="code-components">
        <name>Code Components</name>
        <t>Each normative YANG module or submodule contained within an I-D or
   RFC is considered to be a code component.  The strings <tt>"&lt;CODE
   BEGINS&gt;" and "&lt;CODE ENDS&gt;"</tt> <bcp14>MUST</bcp14> be used to identify each code
   component.</t>
        <t>The <tt>"&lt;CODE BEGINS&gt;"</tt> tag <bcp14>MUST</bcp14> be followed by a string identifying
   the file name specified in <xref section="5.2" sectionFormat="of" target="RFC7950"/>.  The name string
   form that includes the revision date <bcp14>SHOULD</bcp14> be used.  The revision
   date <bcp14>MUST</bcp14> match the date used in the most recent revision of the
   module.</t>
        <t>The following example is for the "2016-03-20" revision of the
   "ietf-foo" module:</t>
        <sourcecode type="yang"><![CDATA[
<CODE BEGINS> file "ietf-foo@2016-03-20.yang"

    module ietf-foo {
      namespace "urn:ietf:params:xml:ns:yang:ietf-foo";
      prefix "foo";
      organization "...";
      contact "...";
      description "...";
      revision 2016-03-20 {
        description "Latest revision";
        reference "RFC FFFF: Foo Protocol";
      }
      // ... more statements
    }

<CODE ENDS>
]]></sourcecode>
        <section anchor="example-modules">
          <name>Example Modules</name>
          <t>Example modules are not code components.  The <tt>&lt;CODE BEGINS&gt;</tt>
convention <bcp14>MUST NOT</bcp14> be used for example modules.</t>
          <t>An example module <bcp14>SHOULD</bcp14> be named using the term "example", followed
by a hyphen, followed by a descriptive name, e.g., "example-toaster".</t>
          <t>See <xref target="sec-namespace-assignments"/> regarding the namespace guidelines for example
modules.</t>
        </section>
      </section>
      <section anchor="terminology-section">
        <name>Terminology Section</name>
        <t>A terminology section <bcp14>MUST</bcp14> be present if any terms are defined in the
document or if any terms are imported from other documents.</t>
      </section>
      <section anchor="tree-diagrams">
        <name>Tree Diagrams</name>
        <t>YANG tree diagrams provide a concise representation of a YANG module
and <bcp14>SHOULD</bcp14> be included to help readers understand YANG module
structure.  Guidelines on tree diagrams can be found in  <xref section="3" sectionFormat="of" target="RFC8340"/>.
Tree diagrams longer than one page <bcp14>SHOULD</bcp14> be included
in an appendix, i.e., not in the main body of the document.</t>
        <t>If YANG tree diagrams are used, then an informative reference to the
YANG tree diagrams specification <bcp14>MUST</bcp14> be included in the document.
Refer to <xref section="2.2" sectionFormat="of" target="RFC8349"/> for an example of such a reference.</t>
      </section>
      <section anchor="narrative-sections">
        <name>Narrative Sections</name>
        <t>The narrative part <bcp14>MUST</bcp14> include an overview section that describes
the scope and field of application of the module(s) defined by the
specification and that specifies the relationship (if any) of these
modules to other standards, particularly to standards containing
other YANG modules.  The narrative part <bcp14>SHOULD</bcp14> include one or more
sections to briefly describe the structure of the modules defined in
the specification.</t>
        <t>If the module or modules defined by the specification imports
definitions from other modules (except for those defined in <xref target="RFC7950"/>
or <xref target="RFC6991"/>) or are always implemented in conjunction with other
modules, then those facts <bcp14>MUST</bcp14> be noted in the overview section; any
special interpretations of definitions in other modules <bcp14>MUST</bcp14> be noted
as well.  Refer to <xref section="2.3" sectionFormat="of" target="RFC8349"/> for an example of this
overview section.</t>
        <t>If the document contains major Network Management Datastore Architecture (NMDA) exceptions or include a temporary non-NMDA module <xref target="RFC8342"/>, then the Introduction
section should mention this fact with the reasoning that motivated that design.
Refer to <xref target="sec-op-state"/> for more NMDA-related guidance. Specifically, <xref target="sec-4.23.2"/> includes a recommendation for designers to describe and justify any NMDA exceptions in detail as part of the module itself.</t>
        <t>Consistent indentation <bcp14>SHOULD</bcp14> be used for all examples, including
YANG fragments and protocol message instance data.  If line wrapping
is done for formatting purposes, then this <bcp14>SHOULD</bcp14> be noted following <xref target="RFC8792"/>, as shown
in the following example:</t>
        <artwork><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

<myleaf xmlns="tag:example.com,2017:example-two">this is a long \
value so the line needs to wrap to stay within 72 characters</myleaf>
]]></artwork>
        <t>Native YANG features (e.g., breaking line, "+") <bcp14>SHOULD</bcp14> be used to fit a module into the line limits.
Exceptionally, RFC8792-folding of YANG modules <bcp14>MAY</bcp14> be used if and only if native YANG features are not sufficient.
A similar approach (e.g., use "--tree-line-length 69" or split a tree into subtrees) <bcp14>SHOULD</bcp14> be followed for tree diagrams.</t>
        <section anchor="yang-module-classification">
          <name>YANG Module Classification</name>
          <t>The narrative section <bcp14>SHOULD</bcp14> include a mention about the classification
of a given model. Such a mention is meant to ease positioning the
module in the overall operational ecosystem. Specifically, the following types
from <xref target="RFC8309"/> and <xref target="RFC8969"/> can be used:</t>
          <dl>
            <dt>Service Model:</dt>
            <dd>
              <t>Describes a service and the parameters of the service in a
portable way that can be used uniformly and independent of the
equipment and operating environment.</t>
            </dd>
            <dt/>
            <dd>
              <t>Examples of service models are the L3VPN Service Model (L3SM) <xref target="RFC8299"/> and the L2VPN Service Model (L2SM) <xref target="RFC8466"/>.</t>
            </dd>
            <dt>Network Model:</dt>
            <dd>
              <t>Describes a network-level abstraction (or a subset of aspects of a network infrastructure), including devices and their subsystems, and relevant protocols operating at the link and network layers across multiple devices. This model corresponds to the network configuration model discussed in <xref target="RFC8309"/>.</t>
            </dd>
            <dt/>
            <dd>
              <t>It can be used by a network operator to allocate resources (e.g., tunnel resource, topology resource) for the service or schedule resources to meet the service requirements defined in a service model.</t>
            </dd>
            <dt/>
            <dd>
              <t>Examples of network models are the L3VPN Network Model (L3NM) <xref target="RFC9182"/> or the L2VPN Network Model (L2NM) <xref target="RFC9291"/>.</t>
            </dd>
            <dt>Device Model:</dt>
            <dd>
              <t>Refers to the Network Element YANG data model described in <xref target="RFC8199"/> or the device configuration model discussed in <xref target="RFC8309"/>.</t>
            </dd>
            <dt/>
            <dd>
              <t>Device models are also used to refer to model a function embedded in a device (e.g., Access Control Lists (ACLs) <xref target="RFC8519"/>).</t>
            </dd>
            <dt/>
            <dd>
              <t>A comprehensive list of device models is provided in Appendix 4.2 of <xref target="RFC8969"/>.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="definitions-section">
        <name>Definitions Section</name>
        <t>This section contains the module(s) defined by the specification.
These modules <bcp14>SHOULD</bcp14> be written using the YANG 1.1 <xref target="RFC7950"/> syntax.
YANG 1.0 <xref target="RFC6020"/> syntax <bcp14>MAY</bcp14> be used if no YANG 1.1 constructs or
semantics are needed in the module.  If any of the imported YANG
modules are written using YANG 1.1, then the module <bcp14>MUST</bcp14> be written
using YANG 1.1.</t>
        <t>A YIN syntax version of the module <bcp14>MAY</bcp14> also be present in the
document.  There <bcp14>MAY</bcp14> also be other types of modules present in the
document, such as Structure of Management Information Version 2
(SMIv2), which are not affected by these guidelines.</t>
        <t>Note that if the module itself is considered normative and not an
example module or example YANG fragment, then all YANG statements
within a YANG module are considered normative.  The use of keywords
defined in <xref target="RFC2119"/> and <xref target="RFC8174"/> apply to YANG "description"
statements in normative modules exactly as they would in any other
normative section.</t>
        <t>Example YANG modules and example YANG fragments <bcp14>MUST NOT</bcp14> contain any
normative text, including any all-uppercase reserved words from
<xref target="RFC2119"/> and <xref target="RFC8174"/>.</t>
        <t>Consistent indentation and formatting <bcp14>SHOULD</bcp14> be used in all YANG
statements within a module.</t>
        <t>See <xref target="sec-usage-guidelines"/> for guidelines on YANG usage.</t>
      </section>
      <section anchor="sec-sec-cons-sec">
        <name>Security Considerations Section</name>
        <t>Each specification that defines one or more modules <bcp14>MUST</bcp14> contain a
   section that discusses security considerations relevant to those
   modules.</t>
        <t>Unless the modules comply with <xref target="RFC8791"/> or define YANG extensions (e.g., <xref target="RFC7952"/>), the security section <bcp14>MUST</bcp14>
   be modeled after the latest approved template
   (available at <tt>&lt;https://wiki.ietf.org/group/ops/yang-security-guidelines&gt;</tt>).  <xref target="sec-security-template"/> contains the security considerations
   template.  Authors
   <bcp14>MUST</bcp14> check the web page at the URL listed above in case there is a
   more recent version available.</t>
        <t>In particular:</t>
        <ul spacing="normal">
          <li>
            <t>Writable data nodes that could be especially disruptive if abused
 <bcp14>MUST</bcp14> be explicitly listed by name, and the associated security
 risks <bcp14>MUST</bcp14> be explained.</t>
          </li>
          <li>
            <t>Readable data nodes that contain especially sensitive information
 or that raise significant privacy concerns <bcp14>MUST</bcp14> be explicitly
 listed by name, and the reasons for the sensitivity/privacy
 concerns <bcp14>MUST</bcp14> be explained.</t>
          </li>
          <li>
            <t>Operations (i.e., YANG "rpc" statements) that are potentially
 harmful to system behavior or that raise significant privacy
 concerns <bcp14>MUST</bcp14> be explicitly listed by name, and the reasons for
 the sensitivity/privacy concerns <bcp14>MUST</bcp14> be explained.</t>
          </li>
        </ul>
        <t>Documents that define exclusively modules following the extension in <xref target="RFC8791"/> are not required to include the security template in <xref target="sec-security-template"/>. Likewise, following the template is not required for modules that define YANG extensions such as <xref target="RFC7952"/>.</t>
        <section anchor="sec-security-template">
          <name>Security Considerations Section Template</name>
          <sourcecode markers="true"><![CDATA[


X.  Security Considerations

This section is modeled after the template described in Section 3.7
of [RFCAAAA].

The "<module-name>" YANG module defines a data model that is 
designed to be accessed via YANG-based management protocols, such as
NETCONF [RFC6241] and RESTCONF [RFC8040]. These protocols have to
use a secure transport layer (e.g., SSH [RFC4252], TLS [RFC8446], and
QUIC [RFC9000]) and have to use mutual authentication.

The Network Configuration Access Control Model (NACM) [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.

-- Writable nodes section:
-- 
-- If the data model contains any writable data nodes (those are all
-- the "config true" nodes), then include the following text:

There are a number of data nodes defined in this YANG module that are
writable/creatable/deletable (i.e., "config true", which is the
default).  All writable data nodes are likely to be reasonably
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.  The following subtrees and data nodes
have particular sensitivities/vulnerabilities:

-- If the data model contains any particularly sensitive data nodes,
-- e.g., ones that might be protected by a "nacm:default-deny-write"
-- or a "nacm:default-deny-all" extensions statement, then those
-- subtrees and data nodes must be listed, with an explanation of the
-- associated security risks with a focus on how they can be
-- disruptive if abused. Otherwise, state:
--
-- "There are no particularly sensitive writable data nodes."

-- Readable nodes section:
--
-- If the data model contains any readable data nodes (i.e., those
-- that are "config false" nodes, but also all other nodes, because
-- they can also be read via operations like get or get-config), then
-- include the following text:

Some of the readable data nodes in this 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. Specifically, the following
subtrees and data nodes have particular sensitivities/
vulnerabilities:

-- If the data model contains any particularly sensitive readable
-- data nodes, e.g., ones that might be protected by a
-- "nacm:default-deny-read" or a "nacm:default-deny-all" extensions
-- statement, or if they may reveal sensitive customer information
-- or violate personal privacy laws, such as those of the Euopean
-- Union, if exposed to unauthorized parties, then those subtrees
-- and data nodes must be listed here, along with an explanation of
-- the associated sensitivity, security, or privacy concerns.
--
-- Otherwise, state:
-- "There are no particularly sensitive readable data nodes."

-- RPC operations section:
--
-- If the data model contains any RPC operations, then include
-- the following text:

Some of the RPC operations in this YANG module may be considered
sensitive or vulnerable in some network environments.  It is thus
important to control access to these operations.  Specifically,
the following operations have particular sensitivities/
vulnerabilities:

-- If the data model contains any particularly sensitive RPC
-- operations, then those operations must be listed here, along
-- with an explanation of the associated specific sensitivity
-- or vulnerability concerns.
--
-- Otherwise, state:
-- "There are no particularly sensitive RPC operations."

-- Reusable groupings from other modules section:
-- 
-- If the data model reuses groupings from other modules and
-- the document that specifies these groupings also
-- includes those as data nodes, then add this text to remind
-- the specific sensitivity or vulnerability of reused nodes.

This YANG module uses groupings from other YANG modules that
define nodes that may be considered sensitive or vulnerable
in network environments. Refer to the Security Considerations
of <RFC-insert-numbers> for information as to which nodes may
be considered sensitive or vulnerable in network environments.

-- No data nodes section:
-- 
-- If the data model does not define any data nodes, then add
-- the following text:

The YANG module defines a set of identities, types, and
groupings. These nodes are intended to be reused by other YANG
modules. The module by itself does not expose any data nodes that
are writable, data nodes that contain read-only state, or RPCs. 
As such, there are no additional security issues related to 
the YANG module that need to be considered.

Modules that use the groupings that are defined in this document
should identify the corresponding security considerations. For
example, reusing some of these groupings will expose privacy-related
information (e.g., 'node-example').

]]></sourcecode>
          <dl>
            <dt>Note:</dt>
            <dd>
              <t><xref target="RFC8341"/> (or a future RFC that replaces it) <bcp14>MUST</bcp14> be listed as normative references.</t>
            </dd>
            <dt/>
            <dd>
              <t>By default, <xref target="RFC4252"/>, <xref target="RFC6241"/>, <xref target="RFC8040"/>, <xref target="RFC8446"/>, <xref target="RFC9000"/>, and RFC AAAA (or future RFCs that replace any of them) are listed as informative references unless normatively cited in other sections of the document that specifies the YANG module.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="sec-iana-cons">
        <name>IANA Considerations Section</name>
        <t>In order to comply with IESG policy as set forth in <tt>&lt;https://www.ietf.org/id-info/checklist.html&gt;</tt>, every I-D that is
submitted to the IESG for publication <bcp14>MUST</bcp14> contain an IANA
Considerations section.  The requirements for this section vary
depending on what actions are required of the IANA. If there are no
IANA considerations applicable to the document, then the IANA
Considerations section will state that "This document has no IANA
actions".  Refer to the guidelines in <xref target="RFC8126"/> for more details.</t>
        <t>Each normative YANG module <bcp14>MUST</bcp14> be registered in both the "IETF XML
Registry" <xref target="RFC3688"/> <xref target="IANA-XML"/> and the "YANG Module Names" registry
<xref target="RFC6020"/> <xref target="IANA-MOD-NAMES"/>. The registration request in the "YANG Module Names" registry
should indicate whether the module is IANA-maintained or not. This applies to new modules and updated
modules. An example of an update registration for the
"ietf-template" module can be found in <xref target="sec-iana"/>.</t>
        <t>Additional IANA considerations applicable to IANA-maintained modules (including instructions to maintain them) are provided in <xref target="sec-iana-mm"/>.</t>
        <section anchor="documents-that-create-a-new-namespace">
          <name>Documents That Create a New Namespace</name>
          <t>If an I-D defines a new namespace that is to be administered by the
IANA, then the document <bcp14>MUST</bcp14> include an IANA Considerations section
that specifies how the namespace is to be administered.</t>
          <t>Specifically, if any YANG module namespace statement value contained
in the document is not already registered with IANA, then a new entry
in the "ns" subregistry within the "IETF XML Registry" <bcp14>MUST</bcp14> be
requested from the IANA.</t>
          <t>A registration template for new YANG modules is provided in <xref target="sec-reg-def-iana"/>.</t>
        </section>
        <section anchor="documents-that-extend-an-existing-namespace">
          <name>Documents That Extend an Existing Namespace</name>
          <t>It is possible to extend an existing namespace using a YANG submodule
that belongs to an existing module already administered by IANA.  In
this case, the document containing the main module <bcp14>MUST</bcp14> be updated to
use the latest revision of the submodule.</t>
        </section>
        <section anchor="registration-templates">
          <name>Registration Templates</name>
          <section anchor="sec-reg-def-iana">
            <name>IANA Template for Documents Defining New YANG Modules</name>
            <t>A registration template for a new module is provided below:</t>
            <artwork><![CDATA[
   IANA is requested to register the following URI in the "ns"
   subregistry within the "IETF XML Registry" [RFC3688]:

      URI:
      Registrant Contact:  The IESG.
      XML: N/A; the requested URI is an XML namespace.

   IANA is requested to register the following YANG module in the "YANG
   Module Names" subregistry [RFC6020] within the "YANG Parameters"
   registry.

      Name:
      Maintained by IANA?  Y/N
      Namespace:
      Prefix:
      Reference:
]]></artwork>
          </section>
          <section anchor="iana-template-for-revising-yang-modules">
            <name>IANA Template for Revising YANG Modules</name>
            <t>A registration template for a revised module is provided below:</t>
            <artwork><![CDATA[
   IANA is requested to update the following registration in the "ns"
   subregistry within the "IETF XML Registry" [RFC3688] to reference
   this document:

      URI:
      Registrant Contact:  The IESG.
      XML: N/A; the requested URI is an XML namespace.

   IANA is requested to register the following YANG module in the "YANG
   Module Names" subregistry [RFC6020] within the "YANG Parameters"
   registry.

      Name:
      Maintained by IANA?  Y/N
      Namespace:
      Prefix:
      Reference:
]]></artwork>
          </section>
        </section>
      </section>
      <section anchor="references-sections">
        <name>References Sections</name>
        <t>For every import or include statement that appears in a module
contained in the specification that identifies a module in a separate
document, a corresponding normative reference to that document <bcp14>MUST</bcp14>
appear in the Normative References section.  The reference <bcp14>MUST</bcp14>
correspond to the specific module version actually used within the
specification.</t>
        <t>For every normative reference statement that appears in a module
contained in the specification that identifies a separate document, a
corresponding normative reference to that document <bcp14>SHOULD</bcp14> appear in
the Normative References section.  The reference <bcp14>SHOULD</bcp14> correspond to
the specific document version actually used within the specification.
If the reference statement identifies an informative reference that
identifies a separate document, a corresponding informative reference
to that document <bcp14>MAY</bcp14> appear in the Informative References section.</t>
      </section>
      <section anchor="sec-tools">
        <name>Validation Tools</name>
        <t>All modules need to be validated before submission in an I-D.  The
'pyang' YANG compiler is freely available from GitHub:</t>
        <artwork><![CDATA[
  <https://github.com/mbj4668/pyang>
]]></artwork>
        <t>If the 'pyang' compiler is used to validate a normative module, then
the "--ietf" command-line option <bcp14>MUST</bcp14> be used to identify any IETF
guideline issues.</t>
        <t>If the 'pyang' compiler is used to validate an example module, then
the "--ietf" command-line option <bcp14>MAY</bcp14> be used to identify any IETF
guideline issues.</t>
        <t>To ensure that a module fits into the line limits of an I-D, the command
"pyang -f yang --keep-comments --yang-line-length 69" should be used.</t>
        <t>The "yanglint" program is also freely available from GitHub.</t>
        <artwork><![CDATA[
  <https://github.com/CESNET/libyang>
]]></artwork>
        <t>This tool can be used to validate XPath statements within YANG
modules.</t>
        <t>To check that JSON-encoded examples <xref target="RFC7951"/> comply with the target data models,
programs such as "yangson" or "yanglint" should be used. Both programs are freely available from GitHub.</t>
        <artwork><![CDATA[
  <https://github.com/CZ-NIC/yangson>
  <https://github.com/CESNET/libyang>
]]></artwork>
      </section>
      <section anchor="module-extraction-tools">
        <name>Module Extraction Tools</name>
        <t>A version of 'rfcstrip' that will extract YANG modules from an I-D or
RFC is available.  The 'rfcstrip' tool that supports YANG module
extraction is freely available at:</t>
        <artwork><![CDATA[
  <https://github.com/mbj4668/rfcstrip>
]]></artwork>
        <t>This tool can be used to verify that the <tt>"&lt;CODE BEGINS&gt;"</tt> and <tt>"&lt;CODE
ENDS&gt;"</tt> tags are used correctly and that the normative YANG modules
can be extracted correctly.</t>
        <t>The 'xym' tool is freely available on GitHub and can be used to
extract YANG modules from a document.</t>
        <artwork><![CDATA[
   <https://github.com/xym-tool/xym>
]]></artwork>
      </section>
      <section anchor="module-usage-examples">
        <name>Module Usage Examples</name>
        <t>Each specification that defines one or more modules <bcp14>SHOULD</bcp14> contain
usage examples, either throughout the document or in an appendix.
This includes example instance document snippets in an appropriate
encoding (e.g., XML and/or JSON) to demonstrate the intended usage of
the YANG module(s).  Example modules <bcp14>MUST</bcp14> be validated.  Refer to
<xref target="sec-tools"/> for tools that validate YANG modules and examples. If IP addresses/prefixes
are used, then a mix of either IPv4 and IPv6 addresses/prefixes or IPv6
addresses/prefixes exclusively <bcp14>SHOULD</bcp14> be used in the examples.</t>
        <t>For some types (IP addresses, domain names, etc.), the IETF has reserved values for
documentation use. Authors <bcp14>SHOULD</bcp14> use these reserved values in the usage examples if these types are used. Examples of reserved values are listed below:</t>
        <ul spacing="normal">
          <li>
            <t>IPv4 and IPv6 addresses/prefixes reserved for documentation are defined in <xref target="RFC5737"/> and <xref target="RFC3849"/>.</t>
          </li>
          <li>
            <t>The Enterprise Number 32473 reserved for documentation use is defined in <xref target="RFC5612"/>.</t>
          </li>
          <li>
            <t>Autonomous System Numbers (ASNs) reserved for documentation use are defined in <xref target="RFC5398"/>.</t>
          </li>
          <li>
            <t>Reserved domain names for documentation are defined in <xref target="RFC2606"/>.</t>
          </li>
        </ul>
        <t>URI examples <bcp14>SHOULD</bcp14> be prefixed with "example:".</t>
      </section>
    </section>
    <section anchor="sec-usage-guidelines">
      <name>YANG Usage Guidelines</name>
      <t>Modules in IETF Standards Track specifications <bcp14>MUST</bcp14> comply with all
syntactic and semantic requirements of YANG 1.1 <xref target="RFC7950"/>.  See the
exception for YANG 1.0 in Section 3.6.  The guidelines in this
section are intended to supplement the YANG specification <xref target="RFC7950"/>,
which is intended to define a minimum set of conformance
requirements.</t>
      <t>In order to promote interoperability and establish a set of practices
based on previous experience, the following sections establish usage
guidelines for specific YANG constructs.</t>
      <t>Only guidelines that clarify or restrict the minimum conformance
requirements are included here.</t>
      <section anchor="sec-module-naming-conventions">
        <name>Module Naming Conventions</name>
        <t>Normative modules contained in Standards Track documents <bcp14>MUST</bcp14> be
named according to the guidelines in the IANA Considerations section
of <xref target="RFC6020"/>.</t>
        <t>A distinctive word or abbreviation (e.g., protocol name or working
group abbreviation) <bcp14>SHOULD</bcp14> be used in the module name.  If new
definitions are being defined to extend one or more existing modules,
then the same word or abbreviation should be reused, instead of
creating a new one.</t>
        <t>All published module names <bcp14>MUST</bcp14> be unique.  For a YANG module
published in an RFC, this uniqueness is guaranteed by IANA (<xref section="14" sectionFormat="of" target="RFC6020"/>).  For
unpublished modules, the authors need to check that no other work in
progress is using the same module name.</t>
        <t>Example modules are non-normative and <bcp14>SHOULD</bcp14> be named with the prefix
"example-".</t>
        <t>It is suggested that a stable prefix be selected that represents the
entire organization.  All normative YANG modules published by the
IETF <bcp14>MUST</bcp14> begin with the prefix "ietf-".  Another standards
organization, such as the IEEE, might use the prefix "ieee-" for all
YANG modules.</t>
        <t>Once a module name is published, it <bcp14>MUST NOT</bcp14> be reused, even if the
RFC containing the module is reclassified to "Historic" status.  A
module name cannot be changed in YANG, and this would be treated as a
new module, not a name change.</t>
      </section>
      <section anchor="prefixes">
        <name>Prefixes</name>
        <t>All YANG definitions are scoped by the module containing the
definition being referenced.  This allows definitions from multiple
modules to be used, even if the names are not unique.  In the example
below, the identifier "foo" is used in all three modules:</t>
        <sourcecode type="yang"><![CDATA[
    module example-foo {
      namespace "tag:example.com,2017:example-foo";
      prefix f;

      container foo;
    }

    module example-bar {
      namespace "tag:example.com,2017:example-bar";
      prefix b;

      typedef foo { type uint32; }
    }

    module example-one {
      namespace "tag:example.com,2017:example-one";
      prefix one;
      import example-foo { prefix f; }
      import example-bar { prefix b; }

      augment "/f:foo" {
        leaf foo { type b:foo; }
      }
    }
]]></sourcecode>
        <t>YANG defines the following rules for prefix usage:</t>
        <ul spacing="normal">
          <li>
            <t>Prefixes are never used for built-in data types and YANG keywords.</t>
          </li>
          <li>
            <t>A prefix <bcp14>MUST</bcp14> be used for any external statement (i.e., a statement defined with the YANG "extension" statement).</t>
          </li>
          <li>
            <t>The proper module prefix <bcp14>MUST</bcp14> be used for all identifiers imported from other modules.</t>
          </li>
          <li>
            <t>The proper module prefix <bcp14>MUST</bcp14> be used for all identifiers included from a submodule.</t>
          </li>
        </ul>
        <t>The following guidelines apply to prefix usage of the current (local)
module:</t>
        <ul spacing="normal">
          <li>
            <t>The local module prefix <bcp14>SHOULD</bcp14> be used instead of no prefix in all path expressions.</t>
          </li>
          <li>
            <t>The local module prefix <bcp14>MUST</bcp14> be used instead of no prefix in all "default" statements for an "identityref" or "instance-identifier" data type.</t>
          </li>
          <li>
            <t>The local module prefix <bcp14>MAY</bcp14> be used for references to typedefs, groupings, extensions, features, and identities defined in the module.</t>
          </li>
        </ul>
        <t>Prefix values <bcp14>SHOULD</bcp14> be short but meaningful to the intended user. Prefix values <bcp14>SHOULD NOT</bcp14> conflict with known modules that have been previously published.</t>
        <t>For convenience, prefix values of example modules <bcp14>MAY</bcp14> be prefixed with "ex"
or similar patterns. In doing so, readers of example modules or tree diagrams
that mix both example and standard modules can easily identify example parts.</t>
      </section>
      <section anchor="identifiers">
        <name>Identifiers</name>
        <t>All YANG identifiers in published modules <bcp14>MUST</bcp14> be between 1 and 64 characters in length.  These include any construct
specified as an "identifier-arg-str" token in the ABNF in <xref section="14" sectionFormat="of" target="RFC7950"/>.</t>
        <section anchor="sec-id-naming">
          <name>Identifier Naming Conventions</name>
          <t>Identifiers <bcp14>SHOULD</bcp14> follow a consistent naming pattern throughout the
module.  Only lowercase letters, numbers, and dashes <bcp14>SHOULD</bcp14> be used
in identifier names.  Uppercase characters, the period character, and
the underscore character <bcp14>MAY</bcp14> be used if the identifier represents a
well-known value that uses these characters.  YANG does not permit
any other characters in YANG identifiers.</t>
          <t>Identifiers <bcp14>SHOULD</bcp14> include complete words and/or well-known acronyms
or abbreviations.  Child nodes within a container or list <bcp14>SHOULD NOT</bcp14>
replicate the parent identifier.  YANG identifiers are hierarchical
and are only meant to be unique within the set of sibling nodes
defined in the same module namespace.</t>
          <t>List identifiers <bcp14>SHOULD</bcp14> be singular with the surrounding container name plural.
Similarly, "leaf-list" identifiers <bcp14>SHOULD</bcp14> be singular.</t>
          <t>It is permissible to use common identifiers such as "name" or "id" in
data definition statements, especially if these data nodes share a
common data type.</t>
          <t>Identifiers <bcp14>SHOULD NOT</bcp14> carry any special semantics that identify data
modeling properties.  Only YANG statements and YANG extension
statements are designed to convey machine-readable data modeling
properties.  For example, naming an object "config" or "state" does
not change whether it is configuration data or state data.  Only
defined YANG statements or YANG extension statements can be used to
assign semantics in a machine-readable format in YANG.</t>
        </section>
      </section>
      <section anchor="defaults">
        <name>Defaults</name>
        <t>In general, it is suggested that substatements containing very common
default values <bcp14>SHOULD NOT</bcp14> be present.  The substatements listed in <xref target="stat-def"/>
are commonly used with the default value, which would make the module
difficult to read if used everywhere they are allowed.</t>
        <table anchor="stat-def">
          <name>Statement Defaults</name>
          <thead>
            <tr>
              <th align="left">Statement</th>
              <th align="left">Default Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">config</td>
              <td align="left">true</td>
            </tr>
            <tr>
              <td align="left">mandatory</td>
              <td align="left">false</td>
            </tr>
            <tr>
              <td align="left">max-elements</td>
              <td align="left">unbounded</td>
            </tr>
            <tr>
              <td align="left">min-elements</td>
              <td align="left">0</td>
            </tr>
            <tr>
              <td align="left">ordered-by</td>
              <td align="left">system</td>
            </tr>
            <tr>
              <td align="left">status</td>
              <td align="left">current</td>
            </tr>
            <tr>
              <td align="left">yin-element</td>
              <td align="left">false</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="conditional-statements">
        <name>Conditional Statements</name>
        <t>A module may be conceptually partitioned in several ways, using the
"if-feature" and/or "when" statements.</t>
        <t>Data model designers need to carefully consider all modularity
aspects, including the use of YANG conditional statements.</t>
        <t>If a data definition is optional, depending on server support for a
NETCONF or RESTCONF protocol capability, then a YANG "feature"
statement <bcp14>SHOULD</bcp14> be defined.  The defined "feature" statement <bcp14>SHOULD</bcp14>
then be used in the conditional "if-feature" statement referencing
the optional data definition.</t>
        <t>If any notification data, or any data definition, for a non-
configuration data node is not mandatory, then the server may or may
not be required to return an instance of this data node.  If any
conditional requirements exist for returning the data node in a
notification payload or retrieval request, they <bcp14>MUST</bcp14> be documented
somewhere.  For example, a "when" or "if-feature" statement could
apply to the data node, or the conditional requirements could be
explained in a "description" statement within the data node or one of
its ancestors (if any).</t>
        <t>If any "if-feature" statements apply to a list node, then the same
"if-feature" statements <bcp14>MUST</bcp14> apply to any key leaf nodes for the
list.  There <bcp14>MUST NOT</bcp14> be any "if-feature" statements applied to any
key leafs that do not also apply to the parent list node.</t>
        <t>There <bcp14>SHOULD NOT</bcp14> be any "when" statements applied to a key leaf node.
It is possible that a "when" statement for an ancestor node of a key
leaf will have the exact node-set result as the key leaf.  In such a
case, the "when" statement for the key leaf is redundant and <bcp14>SHOULD</bcp14>
be avoided.</t>
        <t>Some modules use "case + when" construct but provide duplicated information (e.g., the "when" statements are constraining a single case in the choice as shown in the example below).
Such constructs with duplicated information <bcp14>SHOULD NOT</bcp14> be used.</t>
        <sourcecode type="yang"><![CDATA[
    leaf type {
      type enumeration {
        enum a;
        enum b;
        enum c;
      }
      mandatory true;
    }
    choice type-choice {
      case b {
        container type-b {
          when "../type = 'b'";
          leaf foo {
            type string;
          }
        }
      }
      case c {
        container type-c {
          when "../type = 'c'";
          leaf bar {
            mandatory true;
            type string;
          }
        }
      }
    }
]]></sourcecode>
        <t>The following example removes the duplicated information:</t>
        <sourcecode type="yang"><![CDATA[
    leaf type {
      type enumeration {
        enum a;
        enum b;
        enum c;
      }
      mandatory true;
    }
    container type-b {
      when "../type = 'b'";
      leaf foo {
        type string;
      }
    }
    container type-c {
      when "../type = 'c'";
      leaf bar {
        mandatory true;
        type string;
      }
    }
]]></sourcecode>
        <t>Note that the use of "case + when" is still useful in cases where complementary modelling constraints should be expressed. See the example provided below.</t>
        <sourcecode type="yang"><![CDATA[
    leaf type {
      type enumeration {
        enum a;
        enum b;
        enum c;
      }
    }
    choice second-type {
      mandatory true;
      case foo {
        container foo {
          presence "When present, indicates type foo";
          leaf foo-attribute {
            type string;
          }
        }
      }
      case b {
        container bar {
          when "../type = 'a' or ../type = 'b'";
          presence "When present, indicates type bar";
          leaf bar-attribute {
            type string;
          }
        }
      }
      case c {
        container baz {
          when "../type = 'c'";
          leaf baz-attribute {
            mandatory true;
            type string;
          }
        }
      }
    }
]]></sourcecode>
        <t><xref section="8.1" sectionFormat="of" target="RFC7950"/> includes provisions for defining constraints
on state data and specifies that a constraint must be true in a valid state data tree.
However, <xref section="5.3" sectionFormat="of" target="RFC8342"/> softens that behavior by allowing semantic
constraints to be violated under some circumstances to help detecting anomalies.
Relaxing validation constraints on state data is meant to reveal deviations of
the observed behavior vs. intended behavior of a managed entity and hopefully
trigger corrective actions by a management system. From that perspective,
it is <bcp14>RECOMMENDED</bcp14> to avoid defining constraints on state data that would hinder
the detection by a management system of abnormal behaviors of a managed entity.</t>
      </section>
      <section anchor="xpath-usage">
        <name>XPath Usage</name>
        <t>This section describes guidelines for using the XML Path Language
(XPath) <xref target="W3C.REC-xpath"/> within YANG modules.</t>
        <section anchor="xpath-evaluation-contexts">
          <name>XPath Evaluation Contexts</name>
          <t>YANG defines five separate contexts for evaluation of XPath
statements:</t>
          <ol spacing="normal" type="1"><li>
              <t>The "running" datastore: collection of all YANG configuration
data nodes.  The document root is the conceptual container (e.g.,
"config" in the "edit-config" operation), which is the parent of
all top-level data definition statements with a "config"
statement value of "true".</t>
            </li>
            <li>
              <t>State data + the "running" datastore: collection of all YANG data
nodes.  The document root is the conceptual container, parent of
all top-level data definition statements.</t>
            </li>
            <li>
              <t>Notification: an event notification document.  The document root
is the notification element.</t>
            </li>
            <li>
              <t>RPC Input: The document root is the conceptual "input" node,
which is the parent of all RPC input parameter definitions.</t>
            </li>
            <li>
              <t>RPC Output: The document root is the conceptual "output" node,
which is the parent of all RPC output parameter definitions.</t>
            </li>
          </ol>
          <t>Note that these XPath contexts cannot be mixed.  For example, a
"when" statement in a notification context cannot reference
configuration data.</t>
          <sourcecode type="yang"><![CDATA[
    notification foo {
      leaf mtu {
        // NOT okay because when-stmt context is this notification
        when "/if:interfaces/if:interface[name='eth0']";
        type leafref {
          // Okay because path-stmt has a different context
          path "/if:interfaces/if:interface/if:mtu";
        }
      }
    }
]]></sourcecode>
          <t>It is especially important to consider the XPath evaluation context
for XPath expressions defined in groupings.  An XPath expression
defined in a grouping may not be portable, meaning it cannot be used
in multiple contexts and produce proper results.</t>
          <t>If the XPath expressions defined in a grouping are intended for a
particular context, then this context <bcp14>SHOULD</bcp14> be identified in the
"description" statement for the grouping.</t>
        </section>
        <section anchor="function-library">
          <name>Function Library</name>
          <t>The "position" and "last" functions <bcp14>SHOULD NOT</bcp14> be used.  This applies
to implicit use of the "position" function as well (e.g.,
<tt>'//chapter[42]'</tt>).  A server is only required to maintain the relative
XML document order of all instances of a particular user-ordered list
or leaf-list.  The "position" and "last" functions <bcp14>MAY</bcp14> be used if
they are evaluated in a context where the context node is a user-
ordered "list" or "leaf-list".</t>
          <t>The "id" function <bcp14>SHOULD NOT</bcp14> be used.  The "ID" attribute is not
present in YANG documents, so this function has no meaning.  The
XPath execution environment <bcp14>SHOULD</bcp14> return an empty string for this function.</t>
          <t>The "namespace-uri" and "name" functions <bcp14>SHOULD NOT</bcp14> be used.
Expanded names in XPath are different than YANG.  A specific
canonical representation of a YANG-expanded name does not exist.</t>
          <t>The "lang" function <bcp14>SHOULD NOT</bcp14> be used.  This function does not apply
to YANG because there is no "lang" attribute set with the document.
The XPath execution environment <bcp14>SHOULD</bcp14> return "false" for this function.</t>
          <t>The "local-name", "namespace-uri", "name", "string", and "number"
functions <bcp14>SHOULD NOT</bcp14> be used if the argument is a node-set.  If so,
the function result will be determined by the document order of the
node-set.  Since this order can be different on each server, the
function results can also be different.  Any function call that
implicitly converts a node-set to a string will also have this issue.</t>
          <t>The "local-name" function <bcp14>SHOULD NOT</bcp14> be used to reference local names
outside of the YANG module that defines the must or when expression
containing the "local-name" function.  Example of a "local-name"
function that should not be used:</t>
          <sourcecode type="yang"><![CDATA[
   /*[local-name()='foo']
]]></sourcecode>
          <t>The "derived-from-or-self" function <bcp14>SHOULD</bcp14> be used instead of an
equality expression for identityref values.  This allows the
identities to be conceptually augmented.</t>
          <t>Example:</t>
          <sourcecode type="yang"><![CDATA[
 // assume "ex" is the prefix of the module where the identity
 // name-format-null is defined

 // do not use
 when "md-name-format = 'name-format-null'";

 // this is preferred
 when "derived-from-or-self(md-name-format, 'ex:name-format-null')";
]]></sourcecode>
        </section>
        <section anchor="axes">
          <name>Axes</name>
          <t>The "attribute" and "namespace" axes are not supported in YANG and
   <bcp14>MAY</bcp14> be empty in a NETCONF or RESTCONF server implementation.</t>
          <t>The "preceding" and "following" axes <bcp14>SHOULD NOT</bcp14> be used.  These
   constructs rely on XML document order within a NETCONF or RESTCONF
   server configuration database, which may not be supported
   consistently or produce reliable results across implementations.
   Predicate expressions based on static node properties (e.g., element
   name or value, and "ancestor" or "descendant" axes) <bcp14>SHOULD</bcp14> be used
   instead.  The "preceding" and "following" axes <bcp14>MAY</bcp14> be used if
   document order is not relevant to the outcome of the expression
   (e.g., check for global uniqueness of a parameter value).</t>
          <t>The "preceding-sibling" and "following-sibling" axes <bcp14>SHOULD NOT</bcp14> be
   used; however, they <bcp14>MAY</bcp14> be used if document order is not relevant to
   the outcome of the expression.</t>
          <t>A server is only required to maintain the relative XML document order
   of all instances of a particular user-ordered list or leaf-list.  The
   "preceding-sibling" and "following-sibling" axes <bcp14>MAY</bcp14> be used if they
   are evaluated in a context where the context node is a user-ordered
   "list" or "leaf-list".</t>
        </section>
        <section anchor="types">
          <name>Types</name>
          <t>Data nodes that use the "int64" and "uint64" built-in type <bcp14>SHOULD NOT</bcp14>
   be used within numeric or boolean expressions.  There are boundary
   conditions in which the translation from the YANG 64-bit type to an
   XPath number can cause incorrect results.  Specifically, an XPath
   "double" precision floating-point number cannot represent very large
   positive or negative 64-bit numbers because it only provides a total
   precision of 53 bits.  The "int64" and "uint64" data types <bcp14>MAY</bcp14> be
   used in numeric expressions if the value can be represented with no
   more than 53 bits of precision.</t>
          <t>Data modelers need to be careful not to confuse the YANG value space
   and the XPath value space.  The data types are not the same in both,
   and conversion between YANG and XPath data types <bcp14>SHOULD</bcp14> be considered
   carefully.</t>
          <t>Explicit XPath data type conversions <bcp14>MAY</bcp14> be used (e.g., "string",
   "boolean", or "number" functions), instead of implicit XPath data
   type conversions.</t>
          <t>XPath expressions that contain a literal value representing a YANG
   identity <bcp14>SHOULD</bcp14> always include the declared prefix of the module
   where the identity is defined.</t>
          <t>XPath expressions for "when" statements <bcp14>SHOULD NOT</bcp14> reference the
   context node or any descendant nodes of the context node.  They <bcp14>MAY</bcp14>
   reference descendant nodes if the "when" statement is contained
   within an "augment" statement, and the referenced nodes are not
   defined within the "augment" statement.</t>
          <t>Example:</t>
          <sourcecode type="yang"><![CDATA[
augment "/rt:active-route/rt:input/rt:destination-address" {
  when "derived-from-or-self(rt:address-family, "
     + "'v4ur:ipv4-unicast')" {
    description
      "This augment is valid only for IPv4 unicast.";
  }
  // nodes defined here within the augment-stmt
  // cannot be referenced in the when-stmt
}
]]></sourcecode>
        </section>
        <section anchor="wildcards">
          <name>Wildcards</name>
          <t>It is possible to construct XPath expressions that will evaluate
   differently when combined with several modules within a server
   implementation rather than when evaluated within the single module.
   This is due to augmenting nodes from other modules.</t>
          <t>Wildcard expansion is done within a server against all the nodes from
   all namespaces, so it is possible for a "must" or "when" expression
   that uses the <tt>'*'</tt> operator to always evaluate to false if processed
   within a single YANG module.  In such cases, the "description"
   statement <bcp14>SHOULD</bcp14> clarify that augmenting objects are expected to
   match the wildcard expansion.</t>
          <sourcecode type="yang"><![CDATA[
   when /foo/services/*/active {
     description
       "No services directly defined in this module.
        Matches objects that have augmented the services container.";
   }
]]></sourcecode>
        </section>
        <section anchor="boolean-expressions">
          <name>Boolean Expressions</name>
          <t>The YANG "must" and "when" statements use an XPath boolean expression
   to define the test condition for the statement.  It is important to
   specify these expressions in a way that will not cause inadvertent
   changes in the result if the objects referenced in the expression are
   updated in future revisions of the module.</t>
          <t>For example, the leaf "foo2" must exist if the leaf "foo1" is equal
   to "one" or "three":</t>
          <sourcecode type="yang"><![CDATA[
     leaf foo1 {
       type enumeration {
         enum one;
         enum two;
         enum three;
       }
     }

     leaf foo2 {
       // INCORRECT
       must "/f:foo1 != 'two'";
       type string;
     }
     leaf foo2 {
       // CORRECT
       must "/f:foo1 = 'one' or /f:foo1 = 'three'";
       type string;
     }
]]></sourcecode>
          <t>In the next revision of the module, leaf "foo1" is extended with a
   new enum named "four":</t>
          <sourcecode type="yang"><![CDATA[
     leaf foo1 {
       type enumeration {
         enum one;
         enum two;
         enum three;
         enum four;
       }
     }
]]></sourcecode>
          <t>Now the first XPath expression will allow the enum "four" to be
   accepted in addition to the "one" and "three" enum values.</t>
        </section>
      </section>
      <section anchor="yang-definition-lifecycle-management">
        <name>YANG Definition Lifecycle Management</name>
        <t>The YANG status statement <bcp14>MUST</bcp14> be present within a definition if its
   value is "deprecated" or "obsolete".  The status <bcp14>SHOULD NOT</bcp14> be
   changed from "current" directly to "obsolete".  An object <bcp14>SHOULD</bcp14> be
   available for at least one year with a "deprecated" status before it
   is changed to "obsolete".</t>
        <t>The module or submodule name <bcp14>MUST NOT</bcp14> be changed, once the document
   containing the module or submodule is published.</t>
        <t>The module namespace URI value <bcp14>MUST NOT</bcp14> be changed, once the document
   containing the module is published.</t>
        <t>The revision date substatement within the import statement <bcp14>SHOULD</bcp14> be
   present if any groupings are used from the external module.</t>
        <t>The revision date substatement within the include statement <bcp14>SHOULD</bcp14> be
   present if any groupings are used from the external submodule.</t>
        <t>If an import statement is for a module from a stable source (e.g., an
   RFC for an IETF module), then a reference-stmt <bcp14>SHOULD</bcp14> be present
   within an import statement.</t>
        <sourcecode type="yang"><![CDATA[
     import ietf-yang-types {
        prefix yang;
        reference "RFC 6991: Common YANG Data Types";
     }
]]></sourcecode>
        <t>If submodules are used, then the document containing the main module
   <bcp14>MUST</bcp14> be updated so that the main module revision date is equal to or
   more recent than the revision date of any submodule that is (directly
   or indirectly) included by the main module.</t>
        <t>Definitions for future use <bcp14>SHOULD NOT</bcp14> be specified in a module.  Do
   not specify placeholder objects like the "reserved" example below:</t>
        <sourcecode type="yang"><![CDATA[
    leaf reserved {
      type string;
      description
        "This object has no purpose at this time, but a future
         revision of this module might define a purpose
         for this object.";
      }
    }
]]></sourcecode>
      </section>
      <section anchor="module-header-meta-and-revision-statements">
        <name>Module Header, Meta, and Revision Statements</name>
        <t>For published modules, the namespace <bcp14>MUST</bcp14> be a globally unique URI,
   as defined in <xref target="RFC3986"/>.  This value is usually assigned by the IANA.</t>
        <t>The "organization" statement <bcp14>MUST</bcp14> be present.  If the module is
   contained in a document intended for IETF Standards Track status,
   then the organization <bcp14>SHOULD</bcp14> be the IETF working group (WG) chartered
   to write the document.  For other standards organizations, a similar
   approach is also suggested.</t>
        <t>The "contact" statement <bcp14>MUST</bcp14> be present.  If the module is contained
   in a document intended for Standards Track status, then the WG web
   and mailing information <bcp14>SHOULD</bcp14> be present, and the main document
   author or editor contact information <bcp14>SHOULD</bcp14> be present.  If
   additional authors or editors exist, their contact information <bcp14>MAY</bcp14> be
   present.  There is no need to include the contact information for WG
   Chairs.</t>
        <t>The "description" statement <bcp14>MUST</bcp14> be present.  For modules published
   within IETF documents, the appropriate IETF Trust Copyright text <bcp14>MUST</bcp14>
   be present, as described in Section 3.1 and contain the following statement:</t>
        <ul empty="true">
          <li>
            <t>All revisions of IETF and IANA published modules can be found at the YANG Parameters registry: https://www.iana.org/assignments/yang-parameters.</t>
          </li>
        </ul>
        <t>If the module relies on information contained in other documents,
   which are not the same documents implied by the import statements
   present in the module, then these documents <bcp14>MUST</bcp14> be identified in the
   reference statement.</t>
        <t>A "revision" statement <bcp14>MUST</bcp14> be present for each published version of
   the module.  The "revision" statement <bcp14>MUST</bcp14> have a "reference"
   substatement.  It <bcp14>MUST</bcp14> identify the published document that contains
   the module.  Modules are often extracted from their original
   documents, and it is useful for developers and operators to know how
   to find the original source document in a consistent manner.  The
   "revision" statement <bcp14>MAY</bcp14> have a "description" substatement. For convenience,
   the description text of a new published revision may summarize any changes made
   to a module compared to the previous published revision. Typically, that list
   is a YANG-specific subset of the summary of changes listing any changes made from the RFC
   being updated or obsoleted as per <xref target="ID-Guidelines"/>.</t>
        <t>The following example shows the revision statement for a published
   YANG module:</t>
        <sourcecode type="yang"><![CDATA[
   revision 2010-09-24 {
     description
       "Initial revision.";
   reference
     "RFC 6021: Common YANG Data Types";
   }
]]></sourcecode>
        <t>The following example shows the revision statements for a published
   YANG module that updates a published module. The new revision statement
   summarizes the changes compared to the previous published revision.</t>
        <sourcecode type="yang"><![CDATA[
  revision 2013-07-15 {
    description
      "This revision adds the following new data types:
       - yang:yang-identifier
       - yang:hex-string
       - yang:uuid
       - yang:dotted-quad";
     reference
       "RFC 6991: Common YANG Data Types";
   }

   revision 2010-09-24 {
     description
       "Initial revision.";
   reference
     "RFC 6021: Common YANG Data Types";
   }
]]></sourcecode>
        <t>For an unpublished module, a complete history of each unpublished
   module revision is not required.  That is, within a sequence of draft
   versions, only the most recent revision need be recorded in the
   module.  Do not remove or reuse a revision statement for a published
   module.  A new revision date is not required unless the module
   contents have changed.  If the module contents have changed, then the
   revision date of that new module version <bcp14>MUST</bcp14> be updated to a date
   later than that of the previous version.</t>
        <t>The following example shows the revision statements for an
   unpublished update to a published YANG module. The latest revision statement
   of the unpublished module summarizes the changes compared to the previous revision.</t>
        <sourcecode type="yang"><![CDATA[
  revision 2023-01-23 {
    description
     "This revision adds the following new data types:
      - yang:date-with-zone-offset
      - yang:date-no-zone
      - yang:time-with-zone-offset
      - yang:time-no-zone
      - yang:hours32
      - yang:minutes32
      - yang:seconds32
      - yang:centiseconds32
      - yang:milliseconds32
      - yang:microseconds32
      - yang:microseconds64
      - yang:nanoseconds32
      - yang:nanoseconds64
      - yang:language-tag
       The yang-identifier definition has been aligned with YANG 1.1.
       Several pattern statements have been improved.";
    reference
     "RFC YYYY: Common YANG Data Types";
  }

  revision 2013-07-15 {
    description
      "This revision adds the following new data types:
       - yang:yang-identifier
       - yang:hex-string
       - yang:uuid
       - yang:dotted-quad";
     reference
       "RFC 6991: Common YANG Data Types";
   }

   revision 2010-09-24 {
     description
       "Initial revision.";
   reference
     "RFC 6021: Common YANG Data Types";
   }
]]></sourcecode>
      </section>
      <section anchor="sec-namespace-assignments">
        <name>Namespace Assignments</name>
        <t>It is <bcp14>RECOMMENDED</bcp14> that only valid YANG modules be included in
   documents, whether or not the modules are published yet.  This
   allows:</t>
        <ul spacing="normal">
          <li>
            <t>the module to compile correctly instead of generating disruptive fatal errors.</t>
          </li>
          <li>
            <t>early implementors to use the modules without picking a random value for the XML namespace.</t>
          </li>
          <li>
            <t>early interoperability testing since independent implementations will use the same XML namespace value.</t>
          </li>
        </ul>
        <t>Until a URI is assigned by the IANA, a proposed namespace URI <bcp14>MUST</bcp14> be
   provided for the namespace statement in a YANG module.  A value
   <bcp14>SHOULD</bcp14> be selected that is not likely to collide with other YANG
   namespaces.  Standard module names, prefixes, and URI strings already
   listed in the "YANG Module Names" registry <bcp14>MUST NOT</bcp14> be used.</t>
        <t>A standard namespace statement value <bcp14>SHOULD</bcp14> have the following form:</t>
        <artwork><![CDATA[
    <URN prefix string>:<module-name>
]]></artwork>
        <t>The following URN prefix string <bcp14>SHOULD</bcp14> be used for published and
   unpublished YANG modules:</t>
        <artwork><![CDATA[
    urn:ietf:params:xml:ns:yang:
]]></artwork>
        <t>The following example URNs would be valid namespace statement values
   for Standards Track modules:</t>
        <artwork><![CDATA[
    urn:ietf:params:xml:ns:yang:ietf-netconf-partial-lock

    urn:ietf:params:xml:ns:yang:ietf-netconf-state

    urn:ietf:params:xml:ns:yang:ietf-netconf
]]></artwork>
        <t>Note that a different URN prefix string <bcp14>SHOULD</bcp14> be used for modules
   that are not Standards Track.  The string <bcp14>SHOULD</bcp14> be selected
   according to the guidelines in <xref target="RFC7950"/>.</t>
        <t>The following URIs exemplify what might be used by modules that are
   not Standards Track.  Note that the domain "example.com" <bcp14>SHOULD</bcp14> be
   used by example modules in IETF I-Ds.  These URIs are not intended to
   be dereferenced.  They are used for module namespace identification
   only.</t>
        <t>Example URIs using URLs per <xref target="RFC3986"/>:</t>
        <artwork><![CDATA[
    https://example.com/ns/example-interfaces

    https://example.com/ns/example-system
]]></artwork>
        <t>Example URIs using tags per <xref target="RFC4151"/>:</t>
        <artwork><![CDATA[
    tag:example.com,2017:example-interfaces

    tag:example.com,2017:example-system
]]></artwork>
      </section>
      <section anchor="top-level-data-definitions">
        <name>Top-Level Data Definitions</name>
        <t>The top-level data organization <bcp14>SHOULD</bcp14> be considered carefully, in
   advance.  Data model designers need to consider how the functionality
   for a given protocol or protocol family will grow over time.</t>
        <t>The separation of configuration data and operational state <bcp14>SHOULD</bcp14> be
   considered carefully.  It is sometimes useful to define separate top-
   level containers for configuration and non-configuration data.  For
   some existing top-level data nodes, configuration data was not in
   scope, so only one container representing operational state was
   created.  Refer to NMDA <xref target="RFC8342"/> for details.</t>
        <t>The number of top-level data nodes within a module <bcp14>SHOULD</bcp14> be
   minimized.  It is often useful to retrieve related information within
   a single subtree.  If data is too distributed, it becomes difficult
   to retrieve all at once.</t>
        <t>The names and data organization <bcp14>SHOULD</bcp14> reflect persistent
   information, such as the name of a protocol.  The name of the working
   group <bcp14>SHOULD NOT</bcp14> be used because this may change over time.</t>
        <t>A mandatory database data definition is defined as a node that a
   client must provide for the database to be valid.  The server is not
   required to provide a value.</t>
        <t>Top-level database data definitions <bcp14>MUST NOT</bcp14> be mandatory.  If a
   mandatory node appears at the top level, it will immediately cause
   the database to be invalid.  This can occur when the server boots or
   when a module is loaded dynamically at runtime.</t>
      </section>
      <section anchor="data-types">
        <name>Data Types</name>
        <t>Selection of an appropriate data type (i.e., built-in type, existing
   derived type, or new derived type) is very subjective; therefore, few
   requirements can be specified on that subject.</t>
        <t>Data model designers <bcp14>SHOULD</bcp14> use the most appropriate built-in data
   type for the particular application.</t>
        <t>The signed numeric data types (i.e., "int8", "int16", "int32", and
   "int64") <bcp14>SHOULD NOT</bcp14> be used unless negative values are allowed for
   the desired semantics.</t>
        <section anchor="sec-fve">
          <name>Fixed-Value Extensibility</name>
          <t>If the set of values is fixed and the data type contents are
   controlled by a single naming authority (e.g., IANA), then an enumeration data
   type <bcp14>SHOULD</bcp14> be used.</t>
          <sourcecode type="yang"><![CDATA[
    leaf foo {
      type enumeration {
        enum one;
        enum two;
      }
    }
]]></sourcecode>
          <t>If distributed extensibility or hierarchical organization of enumerated values is required, then the
   "identityref" data type <bcp14>SHOULD</bcp14> be used instead of an enumeration or
   other built-in type.</t>
          <sourcecode type="yang"><![CDATA[
    identity foo-type {
      description "Base for the extensible type";
    }

    identity one {
      base f:foo-type;
    }

    identity two {
      base f:foo-type;
    }

    leaf foo {
      type identityref {
        base f:foo-type;
      }
    }
]]></sourcecode>
          <t>Note that any module can declare an identity with base "foo-type"
   that is valid for the "foo" leaf.  Identityref values are considered
   to be qualified names.</t>
        </section>
        <section anchor="patterns-and-ranges">
          <name>Patterns and Ranges</name>
          <t>For string data types, if a machine-readable pattern can be defined
   for the desired semantics, then one or more pattern statements <bcp14>SHOULD</bcp14>
   be present.  A single-quoted string <bcp14>SHOULD</bcp14> be used to specify the
   pattern, since a double-quoted string can modify the content.  If the
   patterns used in a type definition have known limitations such as
   false negative or false positive matches, then these limitations
   <bcp14>SHOULD</bcp14> be documented within the typedef or data definition.</t>
          <t>The following typedef from <xref target="RFC6991"/> demonstrates the proper use of
   the "pattern" statement:</t>
          <sourcecode type="yang"><![CDATA[
    typedef ipv4-address-no-zone {
      type inet:ipv4-address {
        pattern '[0-9\.]*';
      }
      ...
    }
]]></sourcecode>
          <t>For string data types, if the length of the string is required to be
   bounded in all implementations, then a length statement <bcp14>MUST</bcp14> be
   present.</t>
          <t>The following typedef from <xref target="RFC6991"/> demonstrates the proper use of
   the "length" statement:</t>
          <sourcecode type="yang"><![CDATA[
    typedef yang-identifier {
      type string {
        length "1..max";
        pattern '[a-zA-Z_][a-zA-Z0-9\-_.]*';
        pattern '.|..|[^xX].*|.[^mM].*|..[^lL].*';
      }
      ...
    }
]]></sourcecode>
          <t>For numeric data types, if the values allowed by the intended
   semantics are different than those allowed by the unbounded intrinsic
   data type (e.g., "int32"), then a range statement <bcp14>SHOULD</bcp14> be present.</t>
          <t>The following typedef from <xref target="RFC6991"/> demonstrates the proper use of
   the "range" statement:</t>
          <sourcecode type="yang"><![CDATA[
    typedef dscp {
      type uint8 {
        range "0..63";
      }
      ...
    }
]]></sourcecode>
        </section>
        <section anchor="enumerations-and-bits">
          <name>Enumerations and Bits</name>
          <t>For "enumeration" or "bits" data types, the semantics for each "enum"
   or "bit" <bcp14>SHOULD</bcp14> be documented.  A separate "description" statement
   (within each "enum" or "bit" statement) <bcp14>SHOULD</bcp14> be present.</t>
          <sourcecode type="yang"><![CDATA[
    leaf foo {
      // INCORRECT
      type enumeration {
        enum one;
        enum two;
      }
      description
        "The foo enum...
         one: The first enum
         two: The second enum";
    }
    leaf foo {
      // CORRECT
      type enumeration {
        enum one {
          description "The first enum";
        }
        enum two {
          description "The second enum";
        }
      }
      description
        "The foo enum...  ";
    }
]]></sourcecode>
        </section>
        <section anchor="union-types">
          <name>Union Types</name>
          <t>The YANG "union" type is evaluated by testing a value against each
   member type in the union.  The first type definition that accepts a
   value as valid is the member type used.  In general, member types
   <bcp14>SHOULD</bcp14> be ordered from most restrictive to least restrictive types.</t>
          <t>In the following example, the "enumeration" type will never be
   matched because the preceding "string" type will match everything.</t>
          <t>Incorrect:</t>
          <sourcecode type="yang"><![CDATA[
   type union {
     type string;
     type enumeration {
       enum up;
       enum down;
     }
   }
]]></sourcecode>
          <t>Correct:</t>
          <sourcecode type="yang"><![CDATA[
   type union {
     type enumeration {
       enum up;
       enum down;
     }
     type string;
   }
]]></sourcecode>
          <t>It is possible for different member types to match, depending on the
   input encoding format.  In XML, all values are passed as string
   nodes; but in JSON, there are different value types for numbers,
   booleans, and strings.</t>
          <t>In the following example, a JSON numeric value will always be matched
   by the "int32" type, but in XML the string value representing a
   number will be matched by the "string" type.  The second version will
   match the "int32" member type no matter how the input is encoded.</t>
          <t>Incorrect:</t>
          <sourcecode type="yang"><![CDATA[
   type union {
     type string;
     type int32;
   }
]]></sourcecode>
          <t>Correct:</t>
          <sourcecode type="yang"><![CDATA[
   type union {
     type int32;
     type string;
   }
]]></sourcecode>
        </section>
        <section anchor="empty-and-boolean">
          <name>Empty and Boolean</name>
          <t>YANG provides an "empty" data type, which has one value (i.e.,
   present).  The default is "not present", which is not actually a
   value.  When used within a list key, only one value can (and must)
   exist for this key leaf.  The type "empty" <bcp14>SHOULD NOT</bcp14> be used for a
   key leaf since it is pointless.</t>
          <t>There is really no difference between a leaf of type "empty" and a
   leaf-list of type "empty".  Both are limited to one instance.  The
   type "empty" <bcp14>SHOULD NOT</bcp14> be used for a leaf-list.</t>
          <t>The advantage of using type "empty" instead of type "boolean" is that
   the default (not present) does not take up any bytes in a
   representation.  The disadvantage is that the client may not be sure
   if an empty leaf is missing because it was filtered somehow or not
   implemented.  The client may not have a complete and accurate schema
   for the data returned by the server and may not be aware of the
   missing leaf.</t>
          <t>The YANG "boolean" data type provides two values ("true" and
   "false").  When used within a list key, two entries can exist for
   this key leaf.  Default values are ignored for key leafs, but a
   default statement is often used for plain boolean leafs.  The
   advantage of the "boolean" type is that the leaf or leaf-list has a
   clear representation for both values.  The default value is usually
   not returned unless explicitly requested by the client, so no bytes
   are used in a typical representation.</t>
          <t>In general, the "boolean" data type <bcp14>SHOULD</bcp14> be used instead of the
   "empty" data type, as shown in the example below:</t>
          <t>Incorrect:</t>
          <sourcecode type="yang"><![CDATA[
   leaf flag1 {
     type empty;
   }
]]></sourcecode>
          <t>Correct:</t>
          <sourcecode type="yang"><![CDATA[
   leaf flag2 {
     type boolean;
     default false;
   }
]]></sourcecode>
        </section>
      </section>
      <section anchor="reusable-type-definitions">
        <name>Reusable Type Definitions</name>
        <t>If an appropriate derived type exists in any standard module, such as
   <xref target="RFC6991"/>, then it <bcp14>SHOULD</bcp14> be used instead of defining a new derived
   type.</t>
        <t>If an appropriate units identifier can be associated with the desired
   semantics, then a units statement <bcp14>SHOULD</bcp14> be present.</t>
        <t>If an appropriate default value can be associated with the desired
   semantics, then a default statement <bcp14>SHOULD</bcp14> be present.</t>
        <t>If a significant number of derived types are defined, and it is
   anticipated that these data types will be reused by multiple modules,
   then these derived types <bcp14>SHOULD</bcp14> be contained in a separate module or
   submodule, to allow easier reuse without unnecessary coupling.</t>
        <t>The "description" statement <bcp14>MUST</bcp14> be present.</t>
        <t>If the type definition semantics are defined in an external document
   (other than another YANG module indicated by an import statement),
   then the reference statement <bcp14>MUST</bcp14> be present.</t>
      </section>
      <section anchor="reusable-groupings">
        <name>Reusable Groupings</name>
        <t>A reusable grouping is a YANG grouping that can be imported by
   another module and is intended for use by other modules.  This is not
   the same as a grouping that is used within the module in which it is
   defined, but it happens to be exportable to another module because it
   is defined at the top level of the YANG module.</t>
        <t>The following guidelines apply to reusable groupings, in order to
   make them as robust as possible:</t>
        <ul spacing="normal">
          <li>
            <t>Clearly identify the purpose of the grouping in the "description" statement.</t>
          </li>
          <li>
            <t>There are five different XPath contexts in YANG (rpc/input, rpc/output, notification, "config true" data nodes, and all data
 nodes).  Clearly identify which XPath contexts are applicable or
 excluded for the grouping.</t>
          </li>
          <li>
            <t>Do not reference data outside the grouping in any "path", "must", or "when" statements.</t>
          </li>
          <li>
            <t>Do not include a "default" substatement on a leaf or choice unless the value applies on all possible contexts.</t>
          </li>
          <li>
            <t>Do not include a "config" substatement on a data node unless the value applies on all possible contexts.</t>
          </li>
          <li>
            <t>Clearly identify any external dependencies in the grouping "description" statement, such as nodes referenced by an absolute path from a "path", "must", or "when" statement.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-data-def">
        <name>Data Definitions</name>
        <t>The "description" statement <bcp14>MUST</bcp14> be present in the following YANG
   statements:</t>
        <ul spacing="normal">
          <li>
            <t>anydata</t>
          </li>
          <li>
            <t>anyxml</t>
          </li>
          <li>
            <t>augment</t>
          </li>
          <li>
            <t>choice</t>
          </li>
          <li>
            <t>container</t>
          </li>
          <li>
            <t>extension</t>
          </li>
          <li>
            <t>feature</t>
          </li>
          <li>
            <t>grouping</t>
          </li>
          <li>
            <t>identity</t>
          </li>
          <li>
            <t>leaf</t>
          </li>
          <li>
            <t>leaf-list</t>
          </li>
          <li>
            <t>list</t>
          </li>
          <li>
            <t>notification</t>
          </li>
          <li>
            <t>rpc</t>
          </li>
          <li>
            <t>typedef</t>
          </li>
        </ul>
        <t>If the data definition semantics are defined in an external document,
   (other than another YANG module indicated by an import statement),
   then a reference statement <bcp14>MUST</bcp14> be present.</t>
        <t>The "anyxml" construct may be useful to represent an HTML banner
   containing markup elements, such as <tt>"&lt;b&gt;" and "&lt;/b&gt;"</tt>, and <bcp14>MAY</bcp14> be used
   in such cases.  However, this construct <bcp14>SHOULD NOT</bcp14> be used if other
   YANG data node types can be used instead to represent the desired
   syntax and semantics.</t>
        <t>It has been found that the "anyxml" statement is not implemented
   consistently across all servers.  It is possible that mixed-mode XML
   will not be supported or that configuration anyxml nodes will not
   supported.</t>
        <t>If there are referential integrity constraints associated with the
   desired semantics that can be represented with XPath, then one or
   more "must" statements <bcp14>SHOULD</bcp14> be present.</t>
        <t>For list and leaf-list data definitions, if the number of possible
   instances is required to be bounded for all implementations, then the
   max-elements statements <bcp14>SHOULD</bcp14> be present.</t>
        <t>If any "must" or "when" statements are used within the data
   definition, then the data definition "description" statement <bcp14>SHOULD</bcp14>
   describe the purpose of each one.</t>
        <t>The "choice" statement is allowed to be directly present within a
   "case" statement in YANG 1.1.  This needs to be considered carefully.
   Consider simply including the nested "choice" as additional "case"
   statements within the parent "choice" statement.  Note that the
   "mandatory" and "default" statements within a nested "choice"
   statement only apply if the "case" containing the nested "choice"
   statement is first selected.</t>
        <t>If a list defines any key leafs, then these leafs <bcp14>SHOULD</bcp14> be defined
   in order, as the first child nodes within the list.  The key leafs
   <bcp14>MAY</bcp14> be in a different order in some cases, e.g., they are defined in
   a grouping, and not inline in the list statement.</t>
        <section anchor="non-presence-containers">
          <name>Non-Presence Containers</name>
          <t>A non-presence container is used to organize data into specific
   subtrees.  It is not intended to have semantics within the data model
   beyond this purpose, although YANG allows it (e.g., a "must"
   statement within the non-presence container).</t>
          <t>Example using container wrappers:</t>
          <sourcecode type="yang"><![CDATA[
    container top {
       container foos {
          list foo { ... }
       }
       container bars {
          list bar { ... }
       }
    }
]]></sourcecode>
          <t>Example without container wrappers:</t>
          <artwork><![CDATA[
    container top {
       list foo { ... }
       list bar { ... }
    }
]]></artwork>
          <t>Use of non-presence containers to organize data is a subjective
   matter similar to use of subdirectories in a file system.  Although
   these containers do not have any semantics, they can impact protocol
   operations for the descendant data nodes within a non-presence
   container, so use of these containers <bcp14>SHOULD</bcp14> be considered carefully.</t>
          <t>The NETCONF and RESTCONF protocols do not currently support the
   ability to delete all list (or leaf-list) entries at once.  This
   deficiency is sometimes avoided by use of a parent container (i.e.,
   deleting the container also removes all child entries).</t>
        </section>
        <section anchor="top-level-data-nodes">
          <name>Top-Level Data Nodes</name>
          <t>Use of top-level objects needs to be considered carefully:</t>
          <ul spacing="normal">
            <li>
              <t>top-level siblings are not ordered</t>
            </li>
            <li>
              <t>top-level siblings are not static and depend on the modules that are loaded</t>
            </li>
            <li>
              <t>for subtree filtering, retrieval of a top-level leaf-list will be treated as a content-match node for all top-level-siblings</t>
            </li>
            <li>
              <t>a top-level list with many instances may impact performance</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="operation-definitions">
        <name>Operation Definitions</name>
        <t>If the operation semantics are defined in an external document (other
   than another YANG module indicated by an import statement), then a
   reference statement <bcp14>MUST</bcp14> be present.</t>
        <t>If the operation impacts system behavior in some way, it <bcp14>SHOULD</bcp14> be
   mentioned in the "description" statement.</t>
        <t>If the operation is potentially harmful to system behavior in some
   way, it <bcp14>MUST</bcp14> be mentioned in the Security Considerations section of
   the document.</t>
      </section>
      <section anchor="notification-definitions">
        <name>Notification Definitions</name>
        <t>The "description" statement <bcp14>MUST</bcp14> be present.</t>
        <t>If the notification semantics are defined in an external document
   (other than another YANG module indicated by an import statement),
   then a reference statement <bcp14>MUST</bcp14> be present.</t>
        <t>If the notification refers to a specific resource instance, then this
   instance <bcp14>SHOULD</bcp14> be identified in the notification data.  This is
   usually done by including "leafref" leaf nodes with the key leaf
   values for the resource instance.  For example:</t>
        <sourcecode type="yang"><![CDATA[
  notification interface-up {
    description "Sent when an interface is activated.";
    leaf name {
      type leafref {
        path "/if:interfaces/if:interface/if:name";
      }
    }
  }
]]></sourcecode>
        <t>Note that there are no formal YANG statements to identify any data
   node resources associated with a notification.  The "description"
   statement for the notification <bcp14>SHOULD</bcp14> specify if and how the
   notification identifies any data node resources associated with the
   specific event.</t>
      </section>
      <section anchor="feature-definitions">
        <name>Feature Definitions</name>
        <t>The YANG "feature" statement is used to define a label for a set of
   optional functionality within a module.  The "if-feature" statement
   is used in the YANG statements associated with a feature.  The
   description-stmt within a feature-stmt <bcp14>MUST</bcp14> specify any interactions
   with other features.</t>
        <t>The set of YANG features defined in a module should be considered
   carefully.  Very fine granular features increase interoperability
   complexity and should be avoided.  A likely misuse of the feature
   mechanism is the tagging of individual leafs (e.g., counters) with
   separate features.</t>
        <t>If there is a large set of objects associated with a YANG feature,
   then consider moving those objects to a separate module, instead of
   using a YANG feature.  Note that the set of features within a module
   is easily discovered by the reader, but the set of related modules
   within the entire YANG library is not as easy to identify.  Module
   names with a common prefix can help readers identify the set of
   related modules, but this assumes the reader will have discovered and
   installed all the relevant modules.</t>
        <t>Another consideration for deciding whether to create a new module or
   add a YANG feature is the stability of the module in question.  It
   may be desirable to have a stable base module that is not changed
   frequently.  If new functionality is placed in a separate module,
   then the base module does not need to be republished.  If it is
   designed as a YANG feature, then the module will need to be
   republished.</t>
        <t>If one feature requires implementation of another feature, then an
   "if-feature" statement <bcp14>SHOULD</bcp14> be used in the dependent "feature"
   statement.</t>
        <t>For example, feature2 requires implementation of feature1:</t>
        <sourcecode type="yang"><![CDATA[
   feature feature1 {
     description "Some protocol feature";
   }

   feature feature2 {
     if-feature "feature1";
     description "Another protocol feature";
   }
]]></sourcecode>
      </section>
      <section anchor="yang-data-node-constraints">
        <name>YANG Data Node Constraints</name>
        <section anchor="controlling-quantity">
          <name>Controlling Quantity</name>
          <t>The "min-elements" and "max-elements" statements can be used to
   control how many list or leaf-list instances are required for a
   particular data node.  YANG constraint statements <bcp14>SHOULD</bcp14> be used to
   identify conditions that apply to all implementations of the data
   model.  If platform-specific limitations (e.g., the "max-elements"
   supported for a particular list) are relevant to operations, then a
   data model definition statement (e.g., "max-ports" leaf) <bcp14>SHOULD</bcp14> be
   used to identify the limit.</t>
        </section>
        <section anchor="must-versus-when">
          <name>"must" versus "when"</name>
          <t>"must" and "when" YANG statements are used to provide cross-object
   referential tests.  They have very different behavior.  The "when"
   statement causes data node instances to be silently deleted as soon
   as the condition becomes false.  A false "when" expression is not
   considered to be an error.</t>
          <t>The "when" statement <bcp14>SHOULD</bcp14> be used together with "augment" or "uses"
   statements to achieve conditional model composition.  The condition
   <bcp14>SHOULD</bcp14> be based on static properties of the augmented entry (e.g.,
   list key leafs).</t>
          <t>The "must" statement causes a datastore validation error if the
   condition is false.  This statement <bcp14>SHOULD</bcp14> be used for enforcing
   parameter value restrictions that involve more than one data node
   (e.g., end-time parameter must be after the start-time parameter).</t>
        </section>
      </section>
      <section anchor="augment-statements">
        <name>"augment" Statements</name>
        <t>The YANG "augment" statement is used to define a set of data
   definition statements that will be added as child nodes of a target
   data node.  The module namespace for these data nodes will be the
   augmenting module, not the augmented module.</t>
        <t>A top-level "augment" statement <bcp14>SHOULD NOT</bcp14> be used if the target data
   node is in the same module or submodule as the evaluated "augment"
   statement.  The data definition statements <bcp14>SHOULD</bcp14> be added inline
   instead.</t>
        <section anchor="conditional-augment-statements">
          <name>Conditional Augment Statements</name>
          <t>The "augment" statement is often used together with the "when"
   statement and/or "if-feature" statement to make the augmentation
   conditional on some portion of the data model.</t>
          <t>The following example from <xref target="RFC8343"/> shows how a conditional
   container called "ethernet" is added to the "interface" list only for
   entries of the type "ethernetCsmacd".</t>
          <sourcecode type="yang"><![CDATA[
     augment "/if:interfaces/if:interface" {
         when "if:type = 'ianaift:ethernetCsmacd'";

         container ethernet {
             leaf duplex {
                 ...
             }
         }
     }
]]></sourcecode>
        </section>
        <section anchor="conditionally-mandatory-data-definition-statements">
          <name>Conditionally Mandatory Data Definition Statements</name>
          <t>YANG has very specific rules about how configuration data can be
   updated in new releases of a module.  These rules allow an "old
   client" to continue interoperating with a "new server".</t>
          <t>If data nodes are added to an existing entry, the old client <bcp14>MUST NOT</bcp14>
   be required to provide any mandatory parameters that were not in the
   original module definition.</t>
          <t>It is possible to add conditional "augment" statements such that the
   old client would not know about the new condition and would not
   specify the new condition.  The conditional "augment" statement can
   contain mandatory objects only if the condition is false, unless
   explicitly requested by the client.</t>
          <t>Only a conditional "augment" statement that uses the "when" statement
   form of a condition can be used in this manner.  The YANG features
   enabled on the server cannot be controlled by the client in any way,
   so it is not safe to add mandatory augmenting data nodes based on the
   "if-feature" statement.</t>
          <t>The XPath "when" statement condition <bcp14>MUST NOT</bcp14> reference data outside
   of the target data node because the client does not have any control
   over this external data.</t>
          <t>In the following dummy example, it is okay to augment the "interface"
   entry with "mandatory-leaf" because the augmentation depends on
   support for "some-new-iftype".  The old client does not know about
   this type, so it would never select this type; therefore, it would
   not add a mandatory data node.</t>
          <sourcecode type="yang"><![CDATA[
  module example-module {

    yang-version 1.1;
    namespace "tag:example.com,2017:example-module";
    prefix mymod;

    import iana-if-type { prefix iana; }
    import ietf-interfaces { prefix if; }

    identity some-new-iftype {
      base iana:iana-interface-type;
    }

    augment "/if:interfaces/if:interface" {
      when "if:type = 'mymod:some-new-iftype'";

      leaf mandatory-leaf {
        type string;
        mandatory true;
      }
    }
  }
]]></sourcecode>
          <t>Note that this practice is safe only for creating data resources.  It
   is not safe for replacing or modifying resources if the client does
   not know about the new condition.  The YANG data model <bcp14>MUST</bcp14> be
   packaged in a way that requires the client to be aware of the
   mandatory data nodes if it is aware of the condition for this data.
   In the example above, the "some-new-iftype" identity is defined in
   the same module as the "mandatory-leaf" data definition statement.</t>
          <t>This practice is not safe for identities defined in a common module
   such as "iana-if-type" because the client is not required to know
   about "my-module" just because it knows about the "iana-if-type"
   module.</t>
        </section>
      </section>
      <section anchor="deviation-statements">
        <name>Deviation Statements</name>
        <t>Per <xref section="7.20.3" sectionFormat="of" target="RFC7950"/>, the YANG "deviation" statement is not
   allowed to appear in IETF YANG modules, but it can be useful for
   documenting server capabilities.  Deviation statements are not
   reusable and typically not shared across all platforms.</t>
        <t>There are several reasons that deviations might be needed in an
   implementation, e.g., an object cannot be supported on all platforms,
   or feature delivery is done in multiple development phases.
   Deviation statements can also be used to add annotations to a module,
   which does not affect the conformance requirements for the module.</t>
        <t>It is suggested that deviation statements be defined in separate
   modules from regular YANG definitions.  This allows the deviations to
   be platform specific and/or temporary.</t>
        <t>The order that deviation statements are evaluated can affect the
   result.  Therefore, multiple deviation statements in the same module,
   for the same target object, <bcp14>SHOULD NOT</bcp14> be used.</t>
        <t>The "max-elements" statement is intended to describe an architectural
   limit to the number of list entries.  It is not intended to describe
   platform limitations.  It is better to use a "deviation" statement
   for the platforms that have a hard resource limit.</t>
        <t>Example documenting platform resource limits:</t>
        <sourcecode type="yang"><![CDATA[
  Wrong: (max-elements in the list itself)

     container backups {
       list backup {
         ...
         max-elements 10;
         ...
       }
     }
]]></sourcecode>
        <sourcecode type="yang"><![CDATA[
  Correct: (max-elements in a deviation)

     deviation /bk:backups/bk:backup {
       deviate add {
         max-elements 10;
       }
     }
]]></sourcecode>
      </section>
      <section anchor="extension-statements">
        <name>Extension Statements</name>
        <t>The YANG "extension" statement is used to specify external
   definitions.  This appears in the YANG syntax as an
   "unknown-statement".  Usage of extension statements in a published
   module needs to be considered carefully.</t>
        <t>The following guidelines apply to the usage of YANG extensions:</t>
        <ul spacing="normal">
          <li>
            <t>The semantics of the extension <bcp14>MUST NOT</bcp14> contradict any YANG
 statements.  Extensions can add semantics not covered by the
 normal YANG statements.</t>
          </li>
          <li>
            <t>The module containing the extension statement <bcp14>MUST</bcp14> clearly
 identify the conformance requirements for the extension.  It
 should be clear whether all implementations of the YANG module
 containing the extension need to also implement the extension.  If
 not, identify what conditions apply that would require
 implementation of the extension.</t>
          </li>
          <li>
            <t>The extension <bcp14>MUST</bcp14> clearly identify where it can be used within
 other YANG statements.</t>
          </li>
          <li>
            <t>The extension <bcp14>MUST</bcp14> clearly identify if YANG statements or other
 extensions are allowed or required within the extension as
 substatements.</t>
          </li>
        </ul>
      </section>
      <section anchor="data-correlation">
        <name>Data Correlation</name>
        <t>Data can be correlated in various ways, using common data types,
   common data naming, and common data organization.  There are several
   ways to extend the functionality of a module, based on the degree of
   coupling between the old and new functionality:</t>
        <dl>
          <dt>inline:</dt>
          <dd>
            <t>update the module with new protocol-accessible objects.
 The naming and data organization of the original objects is used.
 The new objects are in the original module namespace.</t>
          </dd>
          <dt>augment:</dt>
          <dd>
            <t>create a new module with new protocol-accessible objects
 that augment the original data structure.  The naming and data
 organization of the original objects is used.  The new objects are
 in the new module namespace.</t>
          </dd>
          <dt>mirror:</dt>
          <dd>
            <t>create new objects in a new module or the original module,
 except use a new naming scheme and data location.  The naming can
 be coupled in different ways.  Tight coupling is achieved with a
 "leafref" data type, with the "require-instance" substatement set
 to "true".  This method <bcp14>SHOULD</bcp14> be used.</t>
          </dd>
        </dl>
        <t>If the new data instances are not limited to the values in use in the
   original data structure, then the "require-instance" substatement
   <bcp14>MUST</bcp14> be set to "false".  Loose coupling is achieved by using key
   leafs with the same data type as the original data structure.  This
   has the same semantics as setting the "require-instance" substatement
   to "false".</t>
        <t>The relationship between configuration and operational state has been
   clarified in NMDA <xref target="RFC8342"/>.</t>
        <section anchor="use-of-leafref-for-key-correlation">
          <name>Use of "leafref" for Key Correlation</name>
          <t>Sometimes it is not practical to augment a data structure.  For
   example, the correlated data could have different keys or contain
   mandatory nodes.</t>
          <t>The following example shows the use of the "leafref" data type for
   data correlation purposes:</t>
          <t>Not preferred:</t>
          <sourcecode type="yang"><![CDATA[
   list foo {
      key name;
      leaf name {
         type string;
      }
      ...
   }

   list foo-addon {
      key name;
      config false;
      leaf name {
         type string;
      }
      ...
   }
]]></sourcecode>
          <t>Preferred:</t>
          <sourcecode type="yang"><![CDATA[
   list foo {
      key name;
      leaf name {
         type string;
      }
      ...
   }

   list foo-addon {
      key name;
      config false;
      leaf name {
         type leafref {
            path "/foo/name";
            require-instance false;
         }
      }
      leaf addon {
         type string;
         mandatory true;
      }
   }
]]></sourcecode>
        </section>
      </section>
      <section anchor="sec-op-state">
        <name>Operational State</name>
        <t>The modeling of operational state with YANG has been refined over
   time.  At first, only data that has a "config" statement value of
   "false" was considered to be operational state.  This data was not
   considered to be part of any datastore, which made the YANG XPath
   definition much more complicated.</t>
        <t>Operational state is now modeled using YANG according to the NMDA
   <xref target="RFC8342"/> and conceptually contained in the operational state
   datastore, which also includes the operational values of
   configuration data.  There is no longer any need to duplicate data
   structures to provide separate configuration and operational state
   sections.</t>
        <t>This section describes some data modeling issues related to
   operational state and guidelines for transitioning YANG data model
   design to be NMDA compatible.</t>
        <section anchor="combining-operational-state-and-configuration-data">
          <name>Combining Operational State and Configuration Data</name>
          <t>If possible, operational state <bcp14>SHOULD</bcp14> be combined with its associated
   configuration data.  This prevents duplication of key leafs and
   ancestor nodes.  It also prevents race conditions for retrieval of
   dynamic entries and allows configuration and operational state to be
   retrieved together with minimal message overhead.</t>
          <sourcecode type="yang"><![CDATA[
   container foo {
     ...
     // contains "config true" and "config false" nodes that have
     // no corresponding "config true" object (e.g., counters)
   }
]]></sourcecode>
        </section>
        <section anchor="sec-4.23.2">
          <name>Representing Operational Values of Configuration Data</name>
          <t>If possible, the same data type <bcp14>SHOULD</bcp14> be used to represent the
   configured value and the operational value, for a given leaf or leaf-
   list object.</t>
          <t>Sometimes the configured value set is different than the operational
   value set for that object, for example, the "admin-status" and
   "oper-status" leafs in <xref target="RFC8343"/>.  In this case, a separate object
   <bcp14>MAY</bcp14> be used to represent the configured and operational values.</t>
          <t>Sometimes the list keys are not identical for configuration data and
   the corresponding operational state.  In this case, separate lists
   <bcp14>MAY</bcp14> be used to represent the configured and operational values.</t>
          <t>If it is not possible to combine configuration and operational state,
   then the keys used to represent list entries <bcp14>SHOULD</bcp14> be the same type.
   The "leafref" data type <bcp14>SHOULD</bcp14> be used in operational state for key
   leafs that have corresponding configuration instances.  The
   "require-instance" statement <bcp14>MAY</bcp14> be set to "false" (in YANG 1.1
   modules only) to indicate instances are allowed in the operational
   state that do not exist in the associated configuration data.</t>
          <t>The need to replicate objects or define different operational state
   objects depends on the data model.  It is not possible to define one
   approach that will be optimal for all data models.</t>
          <t>Designers <bcp14>SHOULD</bcp14> describe and justify any NMDA exceptions in detail,
   such as the use of separate subtrees and/or separate leafs.  The
   "description" statements for both the configuration and the
   operational state <bcp14>SHOULD</bcp14> be used for this purpose.</t>
        </section>
        <section anchor="nmda-transition-guidelines">
          <name>NMDA Transition Guidelines</name>
          <t>YANG modules <bcp14>SHOULD</bcp14> be designed with the assumption that they will be
   used on servers supporting the operational state datastore.  With
   this in mind, YANG modules <bcp14>SHOULD</bcp14> define "config false" nodes
   wherever they make sense to the data model.  "Config false" nodes
   <bcp14>SHOULD NOT</bcp14> be defined to provide the operational value for
   configuration nodes, except when the value space of a configured and
   operational value may differ, in which case a distinct "config false"
   node <bcp14>SHOULD</bcp14> be defined to hold the operational value for the
   configured node.</t>
          <t>The following guidelines are meant to help modelers develop YANG
   modules that will maximize the utility of the model with both current
   and new implementations.</t>
          <t>New modules and modules that are not concerned with the operational
   state of configuration information <bcp14>SHOULD</bcp14> immediately be structured
   to be NMDA compatible, as described in Section 4.23.1.  This
   transition <bcp14>MAY</bcp14> be deferred if the module does not contain any
   configuration datastore objects.</t>
          <t>The remaining are options that <bcp14>MAY</bcp14> be followed during the time that
   NMDA mechanisms are being defined.</t>
          <ol group="bar" spacing="normal" type="(%c)"><li>
              <t>Modules that require immediate support for the NMDA features
   <bcp14>SHOULD</bcp14> be structured for NMDA.  A temporary non-NMDA version of
   this type of module <bcp14>MAY</bcp14> exist, as either an existing model or a
   model created by hand or with suitable tools that mirror the
   current modeling strategies.  Both the NMDA and the non-NMDA
   modules <bcp14>SHOULD</bcp14> be published in the same document, with NMDA
   modules in the document main body and the non-NMDA modules in a
   non-normative appendix.  The use of the non-NMDA module will
   allow temporary bridging of the time period until NMDA
   implementations are available.</t>
            </li>
            <li>
              <t>For published models, the model should be republished with an
   NMDA-compatible structure, deprecating non-NMDA constructs.  For
   example, the "ietf-interfaces" model in <xref target="RFC7223"/> has been
   restructured as an NMDA-compatible model in <xref target="RFC8343"/>.  The
   "/interfaces-state" hierarchy has been marked "status
   deprecated".  Models that mark their "/foo-state" hierarchy with
   "status deprecated" will allow NMDA-capable implementations to
   avoid the cost of duplicating the state nodes, while enabling
   non-NMDA-capable implementations to utilize them for access to
   the operational values.</t>
            </li>
            <li>
              <t>For models that augment models that have not been structured
   with the NMDA, the modeler will have to consider the structure
   of the base model and the guidelines listed above.  Where
   possible, such models should move to new revisions of the base
   model that are NMDA compatible.  When that is not possible,
   augmenting "state" containers <bcp14>SHOULD</bcp14> be avoided, with the
   expectation that the base model will be re-released with the
   state containers marked as deprecated.  It is <bcp14>RECOMMENDED</bcp14> to
   augment only the "/foo" hierarchy of the base model.  Where this
   recommendation cannot be followed, then any new "state" elements
   <bcp14>SHOULD</bcp14> be included in their own module.</t>
            </li>
          </ol>
          <section anchor="temporary-non-nmda-modules">
            <name>Temporary Non-NMDA Modules</name>
            <t>A temporary non-NMDA module allows a non-NMDA-aware client to access
   operational state from an NMDA-compliant server.  It contains the
   top-level "config false" data nodes that would have been defined in a
   legacy YANG module (before NMDA).</t>
            <t>A server that needs to support both NMDA and non-NMDA clients can
   advertise both the new NMDA module and the temporary non-NMDA module.
   A non-NMDA client can use separate "foo" and "foo-state" subtrees,
   except the "foo-state" subtree is located in a different (temporary)
   module.  The NMDA module can be used by a non-NMDA client to access
   the conventional configuration datastores and the deprecated <tt>&lt;get&gt;</tt>
   operation to access nested "config false" data nodes.</t>
            <t>To create the temporary non-NMDA model from an NMDA model, the
   following steps can be taken:</t>
            <ul spacing="normal">
              <li>
                <t>Change the module name by appending "-state" to the original module name</t>
              </li>
              <li>
                <t>Change the namespace by appending "-state" to the original namespace value</t>
              </li>
              <li>
                <t>Change the prefix by appending "-s" to the original prefix value</t>
              </li>
              <li>
                <t>Add an import to the original module (e.g., for typedef definitions)</t>
              </li>
              <li>
                <t>Retain or create only the top-level nodes that have a "config"
 statement value "false".  These subtrees represent "config false"
 data nodes that were combined into the configuration subtree;
 therefore, they are not available to non-NMDA aware clients.  Set
 the "status" statement to "deprecated" for each new node.</t>
              </li>
              <li>
                <t>The module description <bcp14>SHOULD</bcp14> clearly identify the module as a
 temporary non-NMDA module</t>
              </li>
            </ul>
          </section>
          <section anchor="example-create-a-new-nmda-module">
            <name>Example: Create a New NMDA Module</name>
            <t>Create an NMDA-compliant module, using combined configuration and
   state subtrees, whenever possible.</t>
            <sourcecode type="yang"><![CDATA[
  module example-foo {
    namespace "urn:example.com:params:xml:ns:yang:example-foo";
    prefix "foo";

    container foo {
      // configuration data child nodes
      // operational value in operational state datastore only
      // may contain "config false" nodes as needed
    }
 }
]]></sourcecode>
          </section>
          <section anchor="example-convert-an-old-non-nmda-module">
            <name>Example: Convert an Old Non-NMDA Module</name>
            <t>Do not remove non-compliant objects from existing modules.  Instead,
   change the status to "deprecated".  At some point, usually after 1
   year, the status <bcp14>MAY</bcp14> be changed to "obsolete".</t>
            <t>Old Module:</t>
            <sourcecode type="yang"><![CDATA[
  module example-foo {
    namespace "urn:example.com:params:xml:ns:yang:example-foo";
    prefix "foo";

    container foo {
      // configuration data child nodes
    }

    container foo-state {
      config false;
      // operational state child nodes
    }
 }
]]></sourcecode>
            <artwork><![CDATA[
Converted NMDA Module:
]]></artwork>
            <sourcecode type="yang"><![CDATA[
  module example-foo {
    namespace "urn:example.com:params:xml:ns:yang:example-foo";
    prefix "foo";

    container foo {
      // configuration data child nodes
      // operational value in operational state datastore only
      // may contain "config false" nodes as needed
      // will contain any data nodes from old foo-state
    }

    // keep original foo-state but change status to deprecated
    container foo-state {
      config false;
      status deprecated;
      // operational state child nodes
    }
 }
]]></sourcecode>
          </section>
          <section anchor="example-create-a-temporary-nmda-module">
            <name>Example: Create a Temporary NMDA Module</name>
            <t>Create a new module that contains the top-level operational state
   data nodes that would have been available before they were combined
   with configuration data nodes (to be NMDA compliant).</t>
            <sourcecode type="yang"><![CDATA[
  module example-foo-state {
    namespace "urn:example.com:params:xml:ns:yang:example-foo-state";
    prefix "foo-s";

    // import new or converted module; not used in this example
    import example-foo { prefix foo; }

    container foo-state {
      config false;
      status deprecated;
      // operational state child nodes
     }
  }
]]></sourcecode>
          </section>
        </section>
      </section>
      <section anchor="performance-considerations">
        <name>Performance Considerations</name>
        <t>It is generally likely that certain YANG statements require more
   runtime resources than other statements.  Although there are no
   performance requirements for YANG validation, the following
   information <bcp14>MAY</bcp14> be considered when designing YANG data models:</t>
        <ul spacing="normal">
          <li>
            <t>Lists are generally more expensive than containers</t>
          </li>
          <li>
            <t>"when" statement evaluation is generally more expensive than "if-feature" or "choice" statements</t>
          </li>
          <li>
            <t>"must" statements are generally more expensive than "min-elements", "max-elements", "mandatory", or "unique" statements</t>
          </li>
          <li>
            <t>"identityref" leafs are generally more expensive than "enumeration" leafs</t>
          </li>
          <li>
            <t>"leafref" and "instance-identifier" types with "require-instance" set to "true" are generally more expensive than if "require-instance" is set to "false"</t>
          </li>
        </ul>
      </section>
      <section anchor="open-systems-considerations">
        <name>Open Systems Considerations</name>
        <t>Only the modules imported by a particular module can be assumed to be
   present in an implementation.  An open system <bcp14>MAY</bcp14> include any
   combination of YANG modules.</t>
      </section>
      <section anchor="guidelines-for-constructs-specific-to-yang-11">
        <name>Guidelines for Constructs Specific to YANG 1.1</name>
        <t>The set of guidelines for YANG 1.1 will grow as operational
   experience is gained with the new language features.  This section
   contains an initial set of guidelines for new YANG 1.1 language
   features.</t>
        <section anchor="importing-multiple-revisions">
          <name>Importing Multiple Revisions</name>
          <t>Standard modules <bcp14>SHOULD NOT</bcp14> import multiple revisions of the same
   module into a module.  This <bcp14>MAY</bcp14> be done if independent definitions
   (e.g., enumeration typedefs) from specific revisions are needed in
   the importing module.</t>
        </section>
        <section anchor="using-feature-logic">
          <name>Using Feature Logic</name>
          <t>The YANG 1.1 feature logic is much more expressive than YANG 1.0.  A
   "description" statement <bcp14>SHOULD</bcp14> describe the "if-feature" logic in
   text, to help readers understand the module.</t>
          <t>YANG features <bcp14>SHOULD</bcp14> be used instead of the "when" statement, if
   possible.  Features are advertised by the server, and objects
   conditional by the "if-feature" statement are conceptually grouped
   together.  There is no such commonality supported for "when"
   statements.</t>
          <t>Features generally require less server implementation complexity and
   runtime resources than objects that use "when" statements.  Features
   are generally static (i.e., set when a module is loaded and not
   changed at runtime).  However, every client edit might cause a "when"
   statement result to change.</t>
        </section>
        <section anchor="anyxml-versus-anydata">
          <name>"anyxml" versus "anydata"</name>
          <t>The "anyxml" statement <bcp14>MUST NOT</bcp14> be used to represent a conceptual
   subtree of YANG data nodes.  The "anydata" statement <bcp14>MUST</bcp14> be used for
   this purpose.</t>
        </section>
        <section anchor="action-versus-rpc">
          <name>"action" versus "rpc"</name>
          <t>The use of "action" statements or "rpc" statements is a subjective
   design decision.  RPC operations are not associated with any
   particular data node.  Actions are associated with a specific data
   node definition.  An "action" statement <bcp14>SHOULD</bcp14> be used if the
   protocol operation is specific to a subset of all data nodes instead
   of all possible data nodes.</t>
          <t>The same action name <bcp14>MAY</bcp14> be used in different definitions within
   different data node.  For example, a "reset" action defined with a
   data node definition for an interface might have different parameters
   than for a power supply or a VLAN.  The same action name <bcp14>SHOULD</bcp14> be
   used to represent similar semantics.</t>
          <t>The NETCONF Access Control Model (NACM) <xref target="RFC8341"/> does not support
   parameter-based access control for RPC operations.  The user is given
   permission (or not) to invoke the RPC operation with any parameters.
   For example, if each client is only allowed to reset their own
   interface, then NACM cannot be used.</t>
          <t>For example, NACM cannot enforce access control based on the value of
   the "interface" parameter, only the "reset" operation itself:</t>
          <sourcecode type="yang"><![CDATA[
   rpc reset {
     input {
       leaf interface {
         type if:interface-ref;
         mandatory true;
         description "The interface to reset.";
       }
     }
   }
]]></sourcecode>
          <t>However, NACM can enforce access control for individual interface
   instances, using a "reset" action.  If the user does not have read
   access to the specific "interface" instance, then it cannot invoke
   the "reset" action for that interface instance:</t>
          <sourcecode type="yang"><![CDATA[
   container interfaces {
     list interface {
       ...
       action reset { }
     }
   }
]]></sourcecode>
        </section>
      </section>
      <section anchor="updating-yang-modules-published-versus-unpublished">
        <name>Updating YANG Modules (Published versus Unpublished)</name>
        <t>YANG modules can change over time.  Typically, new data model
   definitions are needed to support new features.  YANG update rules
   defined in <xref section="11" sectionFormat="of" target="RFC7950"/> <bcp14>MUST</bcp14> be followed for published
   modules.  They <bcp14>MAY</bcp14> be followed for unpublished modules.</t>
        <t>The YANG update rules only apply to published module revisions.  Each
   organization will have their own way to identify published work that
   is considered to be stable and unpublished work that is considered to
   be unstable.  For example, in the IETF, the RFC document is used for
   published work, and the I-D is used for unpublished work.</t>
      </section>
      <section anchor="sec-tags">
        <name>Defining Standard Tags</name>
        <t><xref target="RFC8819"/> specifies a method for associating tags with YANG modules. Tags may
be defined and associated at module design time, at implementation time, or via
user administrative control. Design-time tags are indicated using the module-tag
extension statement.</t>
        <t>A module <bcp14>MAY</bcp14> indicate, using module-tag extension statements, a set of
tags that are to be automatically associated with it (i.e., not added through configuration).</t>
        <sourcecode type="yang"><![CDATA[
module example-module {
  namespace "https://example.com/yang/example";
  prefix "ex";
  //...
  import module-tags { prefix tags; }

  tags:module-tag "ietf:some-new-tag";
  tags:module-tag "ietf:some-other-tag";
  // ...
}
]]></sourcecode>
        <t>Authors can use existing standard tags or use new tags defined in the model definition,
as appropriate. For IETF modules, new tags <bcp14>MUST</bcp14> be assigned in the IANA "IETF YANG Module Tags"
registry within the "YANG Module Tags" registry <xref target="IANA-TAGS"/>.</t>
      </section>
      <section anchor="modeling-abstract-data-structures">
        <name>Modeling Abstract Data Structures</name>
        <t>For contexts where YANG is used to model abstract data structures (e.g., protocol messages), the use of <xref target="RFC8791"/>
is <bcp14>RECOMMENDED</bcp14> compared to the "yang-data" extension statement <xref target="RFC8040"/>.</t>
        <ul empty="true">
          <li>
            <t>Examples of modules that rely upon <xref target="RFC8791"/> are <xref target="RFC9132"/> or <xref target="RFC9195"/>.</t>
          </li>
        </ul>
        <t>Abstract data structures can be augmented using the "augment-structure" statement <xref target="RFC8791"/>.</t>
        <ul empty="true">
          <li>
            <t>Examples of modules that augment abstract data structures are <xref target="RFC9244"/> and <xref target="RFC9362"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-maintained-modules">
        <name>IANA-Maintained Modules</name>
        <section anchor="context">
          <name>Context</name>
          <t>IANA maintains a set of registries that are key for interoperability.
   The content of these registries are usually available using various
   formats (e.g., plain text, XML).  However, there were some confusion
   in the past about whether the content of some registries is dependent
   on a specific representation format.  For example, Section 5 of
   <xref target="RFC8892"/> was published to clarify that MIB and YANG modules are
   merely additional formats in which the "Interface Types (ifType)" and
   "Tunnel Types (tunnelType)" registries are available.  The MIB
   <xref target="RFC2863"/> and YANG modules <xref target="RFC7224"/><xref target="RFC8675"/> are not separate
   registries, and the same values are always present in all formats of
   the same registry.</t>
          <t>Also, some YANG modules include parameters and values directly in a
   module that is not maintained by IANA while these are populated in an
   IANA registry.  Such a design is suboptimal as it creates another
   source of information that may deviate from the IANA registry as new
   values are assigned or some values are deprecated.</t>
          <t>For the sake of consistency, better flexibility to support new
   values, and maintaining IANA registries as the unique authoritative
   source of information, when such an information is maintained in a
   registry, this document encourages the use of IANA-maintained
   modules.</t>
          <t>The following section provides a set of guidelines for YANG module authors
   related to the design of IANA-maintained modules.  These guidelines
   are meant to leverage existing IANA registries and use YANG as
   another format to present the content of these registries when
   appropriate.</t>
        </section>
        <section anchor="guidelines-for-iana-maintained-modules">
          <name>Guidelines for IANA-Maintained Modules</name>
          <t>When designing a YANG module for a functionality governed by a
   protocol for which IANA maintains a registry, it is <bcp14>RECOMMENDED</bcp14> to
   specify an IANA-maintained module that echoes the content of that
   registry.  This is superior to including that content in an
   IETF-maintained module.</t>
          <t>When one or multiple sub-registries are available under the same
   registry, it is <bcp14>RECOMMENDED</bcp14> to define an IANA-maintained module for
   each sub-registry.  However, module designers <bcp14>MAY</bcp14> consider defining
   one single IANA-maintained module that covers all sub-registries if
   maintaining that single module is manageable (e.g., very few values
   are present or expected to be present for each sub-registry).  An
   example of such a module is documented in <xref section="5.2" sectionFormat="of" target="RFC9132"/>.</t>
          <t>An IANA-maintained module may use the "identityref" data type (e.g., <xref target="RFC8675"/>) or
   an enumeration data type (e.g., <xref target="RFC9108"/>). See <xref target="sec-fve"/> for a guidance on which data type to use. The decision about which type to use
   should be made based upon
   specifics related to the intended use of the IANA-maintained module.
   For example, identities are useful if the registry entries are
   organized hierarchically, possibly including multiple inheritances.
   It is <bcp14>RECOMMENDED</bcp14> that the reasoning for the design choice is
   documented in the companion specification that registers an
   IANA-maintained module. For example, <xref target="RFC9244"/> defines an IANA-maintained
   module that uses enumerations for the following reason:</t>
          <blockquote>
            <t>The DOTS telemetry module (Section 11.1) uses "enumerations" rather
   than "identities" to define units, samples, and intervals because
   otherwise the namespace identifier "ietf-dots-telemetry" must be
   included when a telemetry attribute is included (e.g., in a
   mitigation efficacy update).  The use of "identities" is thus
   suboptimal from the standpoint of message compactness, as message
   compactness is one of the key requirements for DOTS signal channel
   messages.</t>
          </blockquote>
          <t>Designers of IANA-maintained modules <bcp14>MAY</bcp14> supply the full initial
   version of the module in a specification document that registers the
   module or only a script to be used (including by IANA) for generating
   the module (e.g., an XSLT stylesheet as in Appendix A of <xref target="RFC9108"/>).
   For both cases, the document that defines an IANA-maintained module
   <bcp14>MUST</bcp14> include a note indicating that the document is only documenting
   the initial version of the module and that the authoritative version
   is to be retrieved from the IANA registry. Also, the IANA-maintained
   module <bcp14>MUST</bcp14> include the following note indicating the RFC that
   registered the initial version of the IANA-maintained module:</t>
          <ul empty="true">
            <li>
              <t>The initial version of this YANG module is part of RFC IIII;
     see the RFC itself for full legal notices.</t>
            </li>
          </ul>
          <t>It is <bcp14>RECOMMENDED</bcp14> to
   include the URL from where to retrieve the recent version of the
   module.  When a script is used, the Internet-Draft that defines an
   IANA-maintained module <bcp14>SHOULD</bcp14> include an appendix with the initial
   full version of the module.  Including such an appendix in pre-RFC
   versions is meant to assess the correctness of the outcome of the
   supplied script.  The authors <bcp14>MUST</bcp14> include a note to the RFC Editor
   requesting that the appendix be removed before publication as RFC and
   that RFC IIII is replaced with the RFC number that is assigned to the document.
   Initial versions of IANA-maintained modules that are published in
   RFCs may be misused despite the appropriate language to refer to the
   IANA registry to retrieve the up-to-date module.  This is problematic
   for interoperability, e.g., when values are deprecated or are
   associated with a new meaning.</t>
          <artwork><![CDATA[
  Note: [Style] provides XSLT 1.0 stylesheets and other tools for
  translating IANA registries to YANG modules.  The tools can be
  used to generate up-to-date revisions of an IANA-maintained module
  based upon the XML representation of an IANA registry.
]]></artwork>
          <t>If an IANA-maintained module is imported by another module, a
   normative reference with the IANA URL from where to retrieve the
   IANA-maintained module <bcp14>SHOULD</bcp14> be included.  Although not encouraged,
   referencing the RFC that defines the initial version of the IANA
   module is acceptable in specific cases (e.g., the imported version is
   specifically the initial version, the RFC includes useful description
   about the usage of the module).</t>
          <t>Examples of IANA URLs from where to retrieve the latest version of an
   IANA-maintained module are: <xref target="IANA_BGP-L2_URL"/>, <xref target="IANA_PW-Types_URL"/>,
   and <xref target="IANA_BFD_URL"/>. "IANA_FOO_URL" is used in the following to refer
   to such URLs.  These URLs are expected to be sufficiently permanent
   and stable. Whenever referencing a specific version of an
   IANA-maintained module is needed, then URLs such as <xref target="IANA_BGP-L2_URL-Revision"/>
   are used. "IANA_FOO_URL_With_REV" is used in the following to refer
   to such URLs.</t>
          <t>A template for IANA-maintained modules is provided in <xref target="tem-iana"/>.</t>
        </section>
        <section anchor="sec-iana-mm">
          <name>Guidance for Writing the IANA Considerations for RFCs Defining IANA-Maintained Modules</name>
          <t>In addition to the IANA considerations in <xref target="sec-iana-cons"/>,
   the IANA Considerations Section of an RFC that includes an
   IANA-maintained module <bcp14>MUST</bcp14> provide the required instructions for IANA to
   automatically perform the maintenance of that IANA module.  These
   instructions describe how to proceed with updates to the
   IANA-maintained module that are triggered by a change to the authoritative
   registry.  Concretely, the IANA Considerations Section <bcp14>SHALL</bcp14> at least
   provide the following information:</t>
          <ul spacing="normal">
            <li>
              <t>An IANA request to add a note to the page displaying the
information about the IANA-maintained module that new values must
not be directly added to the module, but to an authoritative IANA
registry.</t>
            </li>
            <li>
              <t>An IANA request to add a note to the authoritative IANA registry
to indicate that any change to the registry must be reflected into
the corresponding IANA-maintained module.</t>
            </li>
            <li>
              <t>Details about the required actions (e.g., add a new "identity" or
"enum" statement) to update the IANA-maintained module to reflect
changes to an authoritative IANA registry.  Typically, these
details have to include the procedure to create a new "identity"
statement name and substatements ("base", "status",
"description", and "reference") or a new "enum" statement and
sub-statements ("value", "status", "description", and "reference").  </t>
              <ul spacing="normal">
                <li>
                  <t>When creating a new "identity" statement name or a new "enum" statement,
it is <bcp14>RECOMMENDED</bcp14> to mirror the name (if present) as recorded in the IANA registry.</t>
                </li>
                <li>
                  <t>If the name in the IANA registry does not comply with the naming conventions
listed in <xref target="sec-id-naming"/>, the procedure <bcp14>MUST</bcp14> detail how IANA
can generate legal identifiers from such a name. Specifically, if the name
begins with a number, it is <bcp14>RECOMMENDED</bcp14> to spell out the number when used as an identifier. IANA should be provided with instructions to perform such task. For example, authors of a module with such identifiers have to indicate whether:      </t>
                  <ul spacing="normal">
                    <li>
                      <t>"3des-cbc" should be "three-des-cbc" or rather "triple-des-cbc" to be consistent with <xref section="6.3" sectionFormat="of" target="RFC4253"/>.</t>
                    </li>
                    <li>
                      <t>"6to4" should be "sixToFour" as in <xref target="RFC7224"/> or "sixtofour" as in <xref target="RFC8675"/>.</t>
                    </li>
                  </ul>
                </li>
                <li>
                  <t>If a new registration uses an identifier that does not comply with the naming conventions
listed in <xref target="sec-id-naming"/>, IANA should check if a guidance to generate legal identifiers was supplied in the RFC that specified the initial version of the module. If no such guidance is available, IANA should check the latest revision of the IANA-maintained module for similar patterns. If failed, IANA should seek advice from relevant registry experts (e.g., designated experts for a registry with Expert Review policy (<xref section="4.5" sectionFormat="of" target="RFC8126"/>) or responsible Area Director).</t>
                </li>
              </ul>
            </li>
            <li>
              <t>A note that unassigned or reserved values must not be present in
the IANA-maintained module.</t>
            </li>
            <li>
              <t>An indication whether experimental values are included in the
IANA-maintained module.  Absent such an indication, experimental
values <bcp14>MUST NOT</bcp14> be listed in the IANA-maintained module.</t>
            </li>
            <li>
              <t>An instruction about how to generate the "revision" statement.</t>
            </li>
          </ul>
          <t>A template for the IANA Considerations is provided in <xref target="sec-temp-id"/> for
   IANA-maintained modules with identities and <xref target="sec-temp-enum"/> for
   IANA-maintained modules with enumerations.  Authors may modify the
   template to reflect specifics of their modules (e.g., multiple
   registries can be listed for a single IANA-maintained module, no
   explicit description (or name) field is listed under the
   authoritative IANA registry, or the name does not comply with YANG naming conventions (<xref target="sec-id-naming"/>)).</t>
          <t>An example of "revision" statements that are generated following the guidance in <xref target="sec-temp-id"/>
   is provided below:</t>
          <sourcecode type="yang"><![CDATA[
  revision 2023-11-27 {
    description
      "Registered RR Type RESINFO 261.";
    reference
      "https://www.iana.org/assignments/yang-parameters/"
    + "iana-dns-class-rr-type@2023-11-27.yang";
  }

  revision 2023-11-08 {
    description
      "Updated description and replaced draft string reference to
       64 and 65 with RFC 9460: Service Binding and Parameter
       Specification via the DNS (SVCB and HTTPS Resource Records).";
    reference
      "RFC 9460: Service Binding and Parameter Specification via the
                 DNS (SVCB and HTTPS Resource Records)
       https://www.iana.org/assignments/yang-parameters/"
    + "iana-dns-class-rr-type@2023-11-08.yang";
  }

  revision 2023-04-25 {
    description
      "Updated reference for 64 and 65.";
    reference
      "https://www.iana.org/assignments/yang-parameters/"
    + "iana-dns-class-rr-type@2023-04-25.yang";
  }

  revision 2022-05-30 {
    description
      "Updated description, reference for 64 and 65.";
    reference
      "https://www.iana.org/assignments/yang-parameters/"
    + "iana-dns-class-rr-type@2022-05-30.yang";
  }

  revision 2021-08-31 {
    description
      "Initial revision.";
    reference
      "RFC 9108: YANG Types for DNS Classes and Resource Record
                 Types";
  }
]]></sourcecode>
          <t>Duplicating the same reference at the high level and at the level of a new addition might be redundant. For example, the following does not provide access to a specific (OLD) revision of the module when future revisions are made <xref target="IANA_Tunnel_Type_URL"/>:</t>
          <sourcecode type="yang"><![CDATA[
revision 2021-04-23 {
  description
    "Registered tunnelType 19.";
  reference
    "RFC 4301: Security Architecture for the Internet Protocol";
}

revision 2019-11-16 {
  description
    "Initial revision.";
  reference
    "RFC 8675: A YANG Data Model for Tunnel Interface Types";
}

...

identity ipsectunnelmode {
  base ift:tunnel;
  description
    "IpSec tunnel mode encapsulation.";
  reference
    "RFC 4301: Security Architecture for the Internet Protocol";
}
]]></sourcecode>
          <t>The following example shows how to generate the "revision" statements following the guidance in <xref target="sec-temp-id"/>:</t>
          <sourcecode type="yang"><![CDATA[
revision 2021-04-23 {
  description
    "Registered tunnelType 19.";
  reference
    "https://www.iana.org/assignments/yang-parameters/"
  + "iana-tunnel-type@2021-04-23.yang
     RFC 4301: Security Architecture for the Internet Protocol";
}

revision 2019-11-16 {
  description
    "Initial revision.";
  reference
    "RFC 8675: A YANG Data Model for Tunnel Interface Types";
}
...
identity ipsectunnelmode {
  base ift:tunnel;
  description
    "IpSec tunnel mode encapsulation.";
  reference
    "RFC 4301: Security Architecture for the Internet Protocol";
}
]]></sourcecode>
          <t>The following templates are to be considered in addition to the
   required information that is provided in <xref target="sec-iana-cons"/>.</t>
          <section anchor="sec-temp-id">
            <name>Template for IANA-Maintained Modules with Identities</name>
            <sourcecode markers="true"><![CDATA[


This document defines the initial version of the IANA-maintained
"iana-foo" YANG module.  The most recent version of the YANG module
is available from the "YANG Parameters" registry
[IANA-YANG-PARAMETERS].

IANA is requested to add this note to the registry:

   New values must not be directly added to the "iana-foo" YANG
   module.  They must instead be added to the "foo" registry.

When a value is added to the "foo" registry, a new "identity"
statement must be added to the "iana-foo" YANG module.  The name of
the "identity" MUST be the name as provided in the
registry.  The "identity" statement should have the following sub-
statements defined:

 "base":        Contains 'name-base-identity-defined-in-foo'.

 "status":      Include only if a registration has been deprecated or
                obsoleted.  IANA "deprecated" maps to YANG status
                "deprecated", and IANA "obsolete" maps to YANG status
                "obsolete".

 "description":  Replicates the description from the registry.

 "reference":   Replicates the reference(s) from the registry with
                the title of the document(s) added.

Unassigned or reserved values are not present in the module.

When the "iana-foo" YANG module is updated, a new "revision"
statement with a unique revision date must be added in front of the
existing revision statements. The "revision" statement MUST contain 
both "description" and "reference" substatements as follows.

The "description" substatement captures what changed in the
revised version. Typically, the description enumerates the changes
such as udpates to existing entries (e.g., update a description or
a reference) or notes which identities were added or had their status
changed (e.g., deprecated, discouraged, or obsoleted).

  -- When such a description is not feasible, the description varies
  -- on how the update is triggered.

  -- If the update is triggered by an RFC, insert this text:

 The "description" substatement should include this text:
 "Applied updates as specified by RFC XXXX.".

  -- If the update is triggered following other IANA registration
  -- policy (Section 4 of [RFC8126]) but not all the values in the
  -- registry are covered by the same policy, insert this text:

 The "description" substatement should include this text: 
 "Applied updates as specified by the registration policy 
  <Some_IANA_policy>".

The "reference" substatement points specifically to the published
module (i.e., IANA_FOO_URL_With_REV). It may also point to an 
authoritative event triggering the update to the YANG module. In all
cases, this event is cited from the underlying IANA registry. If the
update is triggered by an RFC, that RFC must also be included in
the "reference" substatement.

  -- If a name in the IANA registry does not comply with the
  -- YANG naming conventions, add details how IANA can generate 
  -- legal identifiers. For example, if the name begins with
  -- a number, indicate a preference to spell out the number when
  -- used as an identifier.

IANA is requested to add this note to [reference-to-the-iana-foo-
registry]:

   When this registry is modified, the YANG module "iana-foo"
   [IANA_FOO_URL] must be updated as defined in RFC IIII.


]]></sourcecode>
          </section>
          <section anchor="sec-temp-enum">
            <name>Template for IANA-Maintained Modules with Enumerations</name>
            <sourcecode markers="true"><![CDATA[


This document defines the initial version of the IANA-maintained
"iana-foo" YANG module.  The most recent version of the YANG module
is available from the "YANG Parameters" registry
[IANA-YANG-PARAMETERS].

IANA is requested to add this note to the registry:

    New values must not be directly added to the "iana-foo" YANG
    module.  They must instead be added to the "foo" registry.

When a value is added to the "foo" registry, a new "enum" statement
must be added to the "iana-foo" YANG module.  The "enum" statement,
and sub-statements thereof, should be defined:

 "enum":        Replicates a name from the registry.

 "value":       Contains the decimal value of the IANA-assigned
                value.

 "status":      Is included only if a registration has been 
                deprecated or obsoleted.  IANA "deprecated" maps 
                to YANG status "deprecated", and IANA "obsolete" 
                maps to YANG status "obsolete".

 "description":  Replicates the description from the registry.

 "reference":   Replicates the reference(s) from the registry with
                the title of the document(s) added.

Unassigned or reserved values are not present in the module.

When the "iana-foo" YANG module is updated, a new "revision"
statement with a unique revision date must be added in front of the
existing revision statements. The "revision" statement MUST contain 
both "description" and "reference" substatements as follows.

The "description" substatement captures what changed in the
revised version. Typically, the description enumerates the changes
such as udpates to existing entries (e.g., update a description or
a reference) or notes which "enums" were added or had their status
changed (e.g., deprecated, discouraged, or obsoleted).

  -- When such a description is not feasible, the description varies
  -- on how the update is triggered.

  -- If the update is triggered by an RFC, insert this text:

 The "description" substatement should include this text:
 "Applied updates as specified by RFC XXXX.".

  -- If the update is triggered following other IANA registration
  -- policy (Section 4 of [RFC8126]) but not all the values in the
  -- registry are covered by the same policy, insert this text:

 The "description" substatement should include this text: 
 "Applied updates as specified by the registration policy 
  <Some_IANA_policy>".

The "reference" substatement points specifically to the published
module (i.e., IANA_FOO_URL_With_REV). It may also point to an 
authoritative event triggering the update to the YANG module. In all
cases, this event is cited from the underlying IANA registry. If the
update is triggered by an RFC, that RFC must also be included in
the "reference" substatement.

  -- If a name in the IANA registry does not comply with the
  -- YANG naming conventions, add details how IANA can generate 
  -- legal identifiers. For example, if the name begins with
  -- a number, indicate a preference to spell out the number when
  -- used as an identifier.

IANA is requested to add this note to [reference-to-the-iana-foo-
registry]:

    When this registry is modified, the YANG module "iana-foo"
    [IANA_FOO_URL] must be updated as defined in RFC IIII.

]]></sourcecode>
          </section>
        </section>
      </section>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <section anchor="yang-modules">
        <name>YANG Modules</name>
        <t>The following registration in the "ns" subregistry of the "IETF XML
Registry" <xref target="RFC3688"/> was detailed in <xref target="RFC8407"/>. This document requests IANA
to update this registration to reference this document.</t>
        <artwork><![CDATA[
     URI: urn:ietf:params:xml:ns:yang:ietf-template
     Registrant Contact: The IESG.
     XML: N/A, the requested URI is an XML namespace.
]]></artwork>
        <t>IANA is requested to register the following URI in the "ns" subregistry within
   the "IETF XML Registry" <xref target="RFC3688"/>:</t>
        <artwork><![CDATA[
   URI:  urn:ietf:params:xml:ns:yang:iana-template
   Registrant Contact:  The IESG.
   XML:  N/A; the requested URI is an XML namespace.
]]></artwork>
        <t>This document requests IANA to register the following YANG modules in the "YANG Module
Names" registry <xref target="RFC6020"/> within the "YANG Parameters" registry group.</t>
        <artwork><![CDATA[
   Name:  ietf-template
   Maintained by IANA?  N
   Namespace:  urn:ietf:params:xml:ns:yang:ietf-template
   Prefix:  temp
   Reference:  RFC AAAA

   Name:  iana-template
   Maintained by IANA?  N
   Namespace:  urn:ietf:params:xml:ns:yang:iana-template
   Prefix:  iana-foo
   Reference:  RFC AAAA
]]></artwork>
      </section>
      <section anchor="update-yang-parameters-registry">
        <name>Update YANG Parameters Registry</name>
        <t>Also, this document requests IANA to update the reference for
the "YANG Module Names" registry under the "YANG Parameters" registry group
to point to the RFC number that will be assigned to this document as it contains the template necessary
for registration in Appendix B.</t>
      </section>
      <section anchor="revisions-of-published-modules">
        <name>Revisions of Published Modules</name>
        <t>IANA considerations to register YANG module and submodule names are specified in <xref section="14" sectionFormat="of" target="RFC6020"/>. This document amends the guidance on names unicity as follows:</t>
        <dl newline="true">
          <dt>OLD:</dt>
          <dd>
            <t>All module and submodule names in the registry <bcp14>MUST</bcp14> be unique.</t>
          </dd>
          <dt/>
          <dd>
            <t>All XML namespaces in the registry <bcp14>MUST</bcp14> be unique.</t>
          </dd>
          <dt>NEW:</dt>
          <dd>
            <t>Modules and their revisions are maintained in the registry.</t>
          </dd>
          <dt/>
          <dd>
            <t>A module and all its revisions <bcp14>MUST</bcp14> have the same name and namespace.</t>
          </dd>
          <dt/>
          <dd>
            <t>All initial version module and submodule names in the registry <bcp14>MUST</bcp14> be unique.</t>
          </dd>
          <dt/>
          <dd>
            <t>All XML namespaces of initial version modules in the registry <bcp14>MUST</bcp14> be unique.</t>
          </dd>
        </dl>
      </section>
      <section anchor="iana-maintained-modules-1">
        <name>IANA-Maintained Modules</name>
        <t>IANA should refer to <xref target="sec-iana-mm"/> for information necessary to populate "revision" statements and "identity" and "enum" substatements in IANA-maintained modules. These considerations cover both the creation and maintenance of an IANA-mainatined module. In particular, the following should be noted:</t>
        <ul spacing="normal">
          <li>
            <t>When an underlying registration is deprecated or obsoleted, a corresponding "status" substatement should be added to the identity or enumeration statement.</t>
          </li>
          <li>
            <t>The "reference" substatement should point specifically to the published module (i.e., IANA_FOO_URL_With_REV). When the
registration is triggered by an RFC, that RFC must also be included in the "reference" substatement. It may also point to an
authoritative event triggering the update to the YANG module. In all cases, the event is cited from the underlying IANA registry.</t>
          </li>
        </ul>
        <t>In addition, when the module is published, IANA must add the following notes to:</t>
        <dl newline="true">
          <dt>The YANG Module Names registry:</dt>
          <dd>
            <t>New values must not be directly added to the "iana-foo" YANG module. They must instead be added to the "foo" registry.</t>
          </dd>
          <dt>The underlying registry:</dt>
          <dd>
            <t>When this registry is modified, the YANG module "iana-foo" [IANA_FOO_URL] must be updated as defined in RFC IIII.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document defines documentation guidelines for NETCONF or
RESTCONF content defined with the YANG data modeling language;
therefore, it does not introduce any new or increased security risks
into the management system.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="ID-Guidelines" target="https://authors.ietf.org/en/content-guidelines-overview">
          <front>
            <title>Guidelines to Authors of Internet-Drafts</title>
            <author>
              <organization>IETF</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="W3C.REC-xpath" target="http://www.w3.org/TR/1999/REC-xpath-19991116">
          <front>
            <title>XML Path Language (XPath) Version 1.0</title>
            <author initials="J." surname="Clark" fullname="James Clark">
              <organization/>
            </author>
            <author initials="S." surname="DeRose" fullname="Steve DeRose">
              <organization/>
            </author>
            <date year="1999" month="November"/>
          </front>
          <seriesInfo name="W3C" value="Recommendation REC-xpath-19991116"/>
        </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="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="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </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="RFC8791">
          <front>
            <title>YANG Data Structure Extensions</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Björklund" initials="M." surname="Björklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>This document describes YANG mechanisms for defining abstract data structures with YANG.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8791"/>
          <seriesInfo name="DOI" value="10.17487/RFC8791"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC7952">
          <front>
            <title>Defining and Using Metadata with YANG</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>This document defines a YANG extension that allows for defining metadata annotations in YANG modules. The document also specifies XML and JSON encoding of annotations and other rules for annotating instances of YANG data nodes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7952"/>
          <seriesInfo name="DOI" value="10.17487/RFC7952"/>
        </reference>
        <reference anchor="RFC8792">
          <front>
            <title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="E. Auerswald" initials="E." surname="Auerswald"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>This document defines two strategies for handling long lines in width-bounded text content. One strategy, called the "single backslash" strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line. The second strategy, called the "double backslash" strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy. Both strategies use a self-describing header enabling automated reconstitution of the original content.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8792"/>
          <seriesInfo name="DOI" value="10.17487/RFC8792"/>
        </reference>
        <reference anchor="RFC8819">
          <front>
            <title>YANG Module Tags</title>
            <author fullname="C. Hopps" initials="C." surname="Hopps"/>
            <author fullname="L. Berger" initials="L." surname="Berger"/>
            <author fullname="D. Bogdanovic" initials="D." surname="Bogdanovic"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>This document provides for the association of tags with YANG modules. The expectation is for such tags to be used to help classify and organize modules. A method for defining, reading, and writing modules tags is provided. Tags may be registered and assigned during module definition, assigned by implementations, or dynamically defined and set by users. This document also provides guidance to future model writers; as such, this document updates RFC 8407.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8819"/>
          <seriesInfo name="DOI" value="10.17487/RFC8819"/>
        </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="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <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="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="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC5378">
          <front>
            <title>Rights Contributors Provide to the IETF Trust</title>
            <author fullname="S. Bradner" initials="S." role="editor" surname="Bradner"/>
            <author fullname="J. Contreras" initials="J." role="editor" surname="Contreras"/>
            <date month="November" year="2008"/>
            <abstract>
              <t>The IETF policies about rights in Contributions to the IETF are designed to ensure that such Contributions can be made available to the IETF and Internet communities while permitting the authors to retain as many rights as possible. This memo details the IETF policies on rights in Contributions to the IETF. It also describes the objectives that the policies are designed to meet. This memo obsoletes RFCs 3978 and 4748 and, with BCP 79 and RFC 5377, replaces Section 10 of RFC 2026. 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="78"/>
          <seriesInfo name="RFC" value="5378"/>
          <seriesInfo name="DOI" value="10.17487/RFC5378"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="IANA-MOD-NAMES" target="https://www.iana.org/assignments/yang-parameters/">
          <front>
            <title>YANG Module Names</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA-XML" target="https://www.iana.org/assignments/xml-registry/">
          <front>
            <title>IETF XML Registry</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC-STYLE" target="http://www.rfc-editor.org/styleguide/">
          <front>
            <title>Style Guide</title>
            <author>
              <organization>RFC Editor</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA_BFD_URL" target="https://www.iana.org/assignments/iana-bfd-types/iana-bfd-types.xhtml">
          <front>
            <title>iana-bfd-types YANG Module</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA_BGP-L2_URL" target="https://www.iana.org/assignments/iana-bgp-l2-encaps/iana-bgp-l2-encaps.xhtml">
          <front>
            <title>iana-bgp-l2-encaps YANG Module</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA_BGP-L2_URL-Revision" target="https://www.iana.org/assignments/yang-parameters/iana-bfd-types@2021-10-21.yang">
          <front>
            <title>iana-bfd-types@2021-10-21.yang</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA_PW-Types_URL" target="https://www.iana.org/assignments/iana-pseudowire-types/iana-pseudowire-types.xhtml">
          <front>
            <title>iana-pseudowire-types YANG Module</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Style" target="https://github.com/llhotka/iana-yang">
          <front>
            <title>IANA YANG</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-YANG-PARAMETERS" target="https://www.iana.org/assignments/yang-parameters">
          <front>
            <title>YANG Parameters</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-TAGS" target="https://www.iana.org/assignments/yang-module-tags/">
          <front>
            <title>YANG Module Tags</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA_Tunnel_Type_URL" target="https://www.iana.org/assignments/iana-tunnel-type/iana-tunnel-type.xhtml">
          <front>
            <title>iana-tunnel-type YANG Module</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC8407">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>This memo provides guidelines for authors and reviewers of specifications containing YANG modules. Recommendations and procedures are defined, which are intended to increase interoperability and usability of Network Configuration Protocol (NETCONF) and RESTCONF protocol implementations that utilize YANG modules. This document obsoletes RFC 6087.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="216"/>
          <seriesInfo name="RFC" value="8407"/>
          <seriesInfo name="DOI" value="10.17487/RFC8407"/>
        </reference>
        <reference anchor="RFC8675">
          <front>
            <title>A YANG Data Model for Tunnel Interface Types</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="I. Farrer" initials="I." surname="Farrer"/>
            <author fullname="R. Asati" initials="R." surname="Asati"/>
            <date month="November" year="2019"/>
            <abstract>
              <t>This document specifies the initial version of a YANG module "iana-tunnel-type", which contains a collection of IANA-maintained YANG identities used as interface types for tunnel interfaces. The module reflects the "tunnelType" registry maintained by IANA. The latest revision of this YANG module can be obtained from the IANA website.</t>
              <t>Tunnel type values are not directly added to the Tunnel Interface Types YANG module; they must instead be added to the "tunnelType" IANA registry. Once a new tunnel type registration is made by IANA for a new tunneling scheme or even an existing one that is not already listed in the current registry (e.g., LISP, NSH), IANA will update the Tunnel Interface Types YANG module accordingly.</t>
              <t>Some of the IETF-defined tunneling techniques are not listed in the current IANA registry. It is not the intent of this document to update the existing IANA registry with a comprehensive list of tunnel technologies. Registrants must follow the IETF registration procedure for interface types whenever a new tunnel type is needed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8675"/>
          <seriesInfo name="DOI" value="10.17487/RFC8675"/>
        </reference>
        <reference anchor="RFC9291">
          <front>
            <title>A YANG Network Data Model for Layer 2 VPNs</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios"/>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="L. Munoz" initials="L." surname="Munoz"/>
            <date month="September" year="2022"/>
            <abstract>
              <t>This document defines an L2VPN Network Model (L2NM) that can be used to manage the provisioning of Layer 2 Virtual Private Network (L2VPN) services within a network (e.g., a service provider network). The L2NM complements the L2VPN Service Model (L2SM) by providing a network-centric view of the service that is internal to a service provider. The L2NM is particularly meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices.</t>
              <t>Also, this document defines a YANG module to manage Ethernet segments and the initial versions of two IANA-maintained modules that include a set of identities of BGP Layer 2 encapsulation types and pseudowire types.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9291"/>
          <seriesInfo name="DOI" value="10.17487/RFC9291"/>
        </reference>
        <reference anchor="RFC2026">
          <front>
            <title>The Internet Standards Process -- Revision 3</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="October" year="1996"/>
            <abstract>
              <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. 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="9"/>
          <seriesInfo name="RFC" value="2026"/>
          <seriesInfo name="DOI" value="10.17487/RFC2026"/>
        </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>
        <reference anchor="RFC7322">
          <front>
            <title>RFC Style Guide</title>
            <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
            <author fullname="S. Ginoza" initials="S." surname="Ginoza"/>
            <date month="September" year="2014"/>
            <abstract>
              <t>This document describes the fundamental and unique style conventions and editorial policies currently in use for the RFC Series. It captures the RFC Editor's basic requirements and offers guidance regarding the style and structure of an RFC. Additional guidance is captured on a website that reflects the experimental nature of that guidance and prepares it for future inclusion in the RFC Style Guide. This document obsoletes RFC 2223, "Instructions to RFC Authors".</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7322"/>
          <seriesInfo name="DOI" value="10.17487/RFC7322"/>
        </reference>
        <reference anchor="RFC7841">
          <front>
            <title>RFC Streams, Headers, and Boilerplates</title>
            <author fullname="J. Halpern" initials="J." role="editor" surname="Halpern"/>
            <author fullname="L. Daigle" initials="L." role="editor" surname="Daigle"/>
            <author fullname="O. Kolkman" initials="O." role="editor" surname="Kolkman"/>
            <date month="May" year="2016"/>
            <abstract>
              <t>RFC documents contain a number of fixed elements such as the title page header, standard boilerplates, and copyright/IPR statements. This document describes them and introduces some updates to reflect current usage and requirements of RFC publication. In particular, this updated structure is intended to communicate clearly the source of RFC creation and review. This document obsoletes RFC 5741, moving detailed content to an IAB web page and preparing for more flexible output formats.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7841"/>
          <seriesInfo name="DOI" value="10.17487/RFC7841"/>
        </reference>
        <reference anchor="RFC8349">
          <front>
            <title>A YANG Data Model for Routing Management (NMDA Version)</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <author fullname="A. Lindem" initials="A." surname="Lindem"/>
            <author fullname="Y. Qu" initials="Y." surname="Qu"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document specifies three YANG modules and one submodule. Together, they form the core routing data model that serves as a framework for configuring and managing a routing subsystem. It is expected that these modules will be augmented by additional YANG modules defining data models for control-plane protocols, route filters, and other functions. The core routing data model provides common building blocks for such extensions -- routes, Routing Information Bases (RIBs), and control-plane protocols.</t>
              <t>The YANG modules in this document conform to the Network Management Datastore Architecture (NMDA). This document obsoletes RFC 8022.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8349"/>
          <seriesInfo name="DOI" value="10.17487/RFC8349"/>
        </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="RFC8309">
          <front>
            <title>Service Models Explained</title>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="W. Liu" initials="W." surname="Liu"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>The IETF has produced many modules in the YANG modeling language. The majority of these modules are used to construct data models to model devices or monolithic functions.</t>
              <t>A small number of YANG modules have been defined to model services (for example, the Layer 3 Virtual Private Network Service Model (L3SM) produced by the L3SM working group and documented in RFC 8049).</t>
              <t>This document describes service models as used within the IETF and also shows where a service model might fit into a software-defined networking architecture. Note that service models do not make any assumption of how a service is actually engineered and delivered for a customer; details of how network protocols and devices are engineered to deliver a service are captured in other modules that are not exposed through the interface between the customer and the provider.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8309"/>
          <seriesInfo name="DOI" value="10.17487/RFC8309"/>
        </reference>
        <reference anchor="RFC8969">
          <front>
            <title>A Framework for Automating Service and Network Management with YANG</title>
            <author fullname="Q. Wu" initials="Q." role="editor" surname="Wu"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="D. Lopez" initials="D." surname="Lopez"/>
            <author fullname="C. Xie" initials="C." surname="Xie"/>
            <author fullname="L. Geng" initials="L." surname="Geng"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>Data models provide a programmatic approach to represent services and networks. Concretely, they can be used to derive configuration information for network and service components, and state information that will be monitored and tracked. Data models can be used during the service and network management life cycle (e.g., service instantiation, service provisioning, service optimization, service monitoring, service diagnosing, and service assurance). Data models are also instrumental in the automation of network management, and they can provide closed-loop control for adaptive and deterministic service creation, delivery, and maintenance.</t>
              <t>This document describes a framework for service and network management automation that takes advantage of YANG modeling technologies. This framework is drawn from a network operator perspective irrespective of the origin of a data model; thus, it can accommodate YANG modules that are developed outside the IETF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8969"/>
          <seriesInfo name="DOI" value="10.17487/RFC8969"/>
        </reference>
        <reference anchor="RFC8299">
          <front>
            <title>YANG Data Model for L3VPN Service Delivery</title>
            <author fullname="Q. Wu" initials="Q." role="editor" surname="Wu"/>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
            <author fullname="L. Tomotaki" initials="L." surname="Tomotaki"/>
            <author fullname="K. Ogaki" initials="K." surname="Ogaki"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model that can be used for communication between customers and network operators and to deliver a Layer 3 provider-provisioned VPN service. This document is limited to BGP PE-based VPNs as described in RFCs 4026, 4110, and 4364. This model is intended to be instantiated at the management system to deliver the overall service. It is not a configuration model to be used directly on network elements. This model provides an abstracted view of the Layer 3 IP VPN service configuration components. It will be up to the management system to take this model as input and use specific configuration models to configure the different network elements to deliver the service. How the configuration of network elements is done is out of scope for this document.</t>
              <t>This document obsoletes RFC 8049; it replaces the unimplementable module in that RFC with a new module with the same name that is not backward compatible. The changes are a series of small fixes to the YANG module and some clarifications to the text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8299"/>
          <seriesInfo name="DOI" value="10.17487/RFC8299"/>
        </reference>
        <reference anchor="RFC8466">
          <front>
            <title>A YANG Data Model for Layer 2 Virtual Private Network (L2VPN) Service Delivery</title>
            <author fullname="B. Wen" initials="B." surname="Wen"/>
            <author fullname="G. Fioccola" initials="G." role="editor" surname="Fioccola"/>
            <author fullname="C. Xie" initials="C." surname="Xie"/>
            <author fullname="L. Jalil" initials="L." surname="Jalil"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model that can be used to configure a Layer 2 provider-provisioned VPN service. It is up to a management system to take this as an input and generate specific configuration models to configure the different network elements to deliver the service. How this configuration of network elements is done is out of scope for this document.</t>
              <t>The YANG data model defined in this document includes support for point-to-point Virtual Private Wire Services (VPWSs) and multipoint Virtual Private LAN Services (VPLSs) that use Pseudowires signaled using the Label Distribution Protocol (LDP) and the Border Gateway Protocol (BGP) as described in RFCs 4761 and 6624.</t>
              <t>The YANG data model defined in this document conforms to the Network Management Datastore Architecture defined in RFC 8342.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8466"/>
          <seriesInfo name="DOI" value="10.17487/RFC8466"/>
        </reference>
        <reference anchor="RFC9182">
          <front>
            <title>A YANG Network Data Model for Layer 3 VPNs</title>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="L. Munoz" initials="L." surname="Munoz"/>
            <author fullname="A. Aguado" initials="A." surname="Aguado"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>As a complement to the Layer 3 Virtual Private Network Service Model (L3SM), which is used for communication between customers and service providers, this document defines an L3VPN Network Model (L3NM) that can be used for the provisioning of Layer 3 Virtual Private Network (L3VPN) services within a service provider network. The model provides a network-centric view of L3VPN services.</t>
              <t>The L3NM is meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices. The model can also facilitate communication between a service orchestrator and a network controller/orchestrator.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9182"/>
          <seriesInfo name="DOI" value="10.17487/RFC9182"/>
        </reference>
        <reference anchor="RFC8199">
          <front>
            <title>YANG Module Classification</title>
            <author fullname="D. Bogdanovic" initials="D." surname="Bogdanovic"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="C. Moberg" initials="C." surname="Moberg"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>The YANG data modeling language is currently being considered for a wide variety of applications throughout the networking industry at large. Many standards development organizations (SDOs), open-source software projects, vendors, and users are using YANG to develop and publish YANG modules for a wide variety of applications. At the same time, there is currently no well-known terminology to categorize various types of YANG modules.</t>
              <t>A consistent terminology would help with the categorization of YANG modules, assist in the analysis of the YANG data modeling efforts in the IETF and other organizations, and bring clarity to the YANG- related discussions between the different groups.</t>
              <t>This document describes a set of concepts and associated terms to support consistent classification of YANG modules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8199"/>
          <seriesInfo name="DOI" value="10.17487/RFC8199"/>
        </reference>
        <reference anchor="RFC8519">
          <front>
            <title>YANG Data Model for Network Access Control Lists (ACLs)</title>
            <author fullname="M. Jethanandani" initials="M." surname="Jethanandani"/>
            <author fullname="S. Agarwal" initials="S." surname="Agarwal"/>
            <author fullname="L. Huang" initials="L." surname="Huang"/>
            <author fullname="D. Blair" initials="D." surname="Blair"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This document defines a data model for Access Control Lists (ACLs). An ACL is a user-ordered set of rules used to configure the forwarding behavior in a device. Each rule is used to find a match on a packet and define actions that will be performed on the packet.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8519"/>
          <seriesInfo name="DOI" value="10.17487/RFC8519"/>
        </reference>
        <reference anchor="RFC4252">
          <front>
            <title>The Secure Shell (SSH) Authentication Protocol</title>
            <author fullname="T. Ylonen" initials="T." surname="Ylonen"/>
            <author fullname="C. Lonvick" initials="C." role="editor" surname="Lonvick"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>The Secure Shell Protocol (SSH) is a protocol for secure remote login and other secure network services over an insecure network. This document describes the SSH authentication protocol framework and public key, password, and host-based client authentication methods. Additional authentication methods are described in separate documents. The SSH authentication protocol runs on top of the SSH transport layer protocol and provides a single authenticated tunnel for the SSH connection protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4252"/>
          <seriesInfo name="DOI" value="10.17487/RFC4252"/>
        </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>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="RFC7951">
          <front>
            <title>JSON Encoding of Data Modeled with YANG</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>This document defines encoding rules for representing configuration data, state data, parameters of Remote Procedure Call (RPC) operations or actions, and notifications defined using YANG as JavaScript Object Notation (JSON) text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7951"/>
          <seriesInfo name="DOI" value="10.17487/RFC7951"/>
        </reference>
        <reference anchor="RFC5737">
          <front>
            <title>IPv4 Address Blocks Reserved for Documentation</title>
            <author fullname="J. Arkko" initials="J." surname="Arkko"/>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="L. Vegoda" initials="L." surname="Vegoda"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>Three IPv4 unicast address blocks are reserved for use in examples in specifications and other documents. This document describes the use of these blocks. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5737"/>
          <seriesInfo name="DOI" value="10.17487/RFC5737"/>
        </reference>
        <reference anchor="RFC3849">
          <front>
            <title>IPv6 Address Prefix Reserved for Documentation</title>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <author fullname="A. Lord" initials="A." surname="Lord"/>
            <author fullname="P. Smith" initials="P." surname="Smith"/>
            <date month="July" year="2004"/>
            <abstract>
              <t>To reduce the likelihood of conflict and confusion when relating documented examples to deployed systems, an IPv6 unicast address prefix is reserved for use in examples in RFCs, books, documentation, and the like. Since site-local and link-local unicast addresses have special meaning in IPv6, these addresses cannot be used in many example situations. The document describes the use of the IPv6 address prefix 2001:DB8::/32 as a reserved prefix for use in documentation. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3849"/>
          <seriesInfo name="DOI" value="10.17487/RFC3849"/>
        </reference>
        <reference anchor="RFC5612">
          <front>
            <title>Enterprise Number for Documentation Use</title>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="D. Harrington" initials="D." surname="Harrington"/>
            <date month="August" year="2009"/>
            <abstract>
              <t>This document describes an Enterprise Number (also known as SMI Network Management Private Enterprise Code) for use in documentation. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5612"/>
          <seriesInfo name="DOI" value="10.17487/RFC5612"/>
        </reference>
        <reference anchor="RFC5398">
          <front>
            <title>Autonomous System (AS) Number Reservation for Documentation Use</title>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <date month="December" year="2008"/>
            <abstract>
              <t>To reduce the likelihood of conflict and confusion when relating documented examples to deployed systems, two blocks of Autonomous System numbers (ASNs) are reserved for use in examples in RFCs, books, documentation, and the like. This document describes the reservation of two blocks of ASNs as reserved numbers for use in documentation. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5398"/>
          <seriesInfo name="DOI" value="10.17487/RFC5398"/>
        </reference>
        <reference anchor="RFC2606">
          <front>
            <title>Reserved Top Level DNS Names</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="A. Panitz" initials="A." surname="Panitz"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>To reduce the likelihood of conflict and confusion, a few top level domain names are reserved for use in private testing, as examples in documentation, and the like. In addition, a few second level domain names reserved for use as examples are documented. 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="32"/>
          <seriesInfo name="RFC" value="2606"/>
          <seriesInfo name="DOI" value="10.17487/RFC2606"/>
        </reference>
        <reference anchor="RFC4151">
          <front>
            <title>The 'tag' URI Scheme</title>
            <author fullname="T. Kindberg" initials="T." surname="Kindberg"/>
            <author fullname="S. Hawke" initials="S." surname="Hawke"/>
            <date month="October" year="2005"/>
            <abstract>
              <t>This document describes the "tag" Uniform Resource Identifier (URI) scheme. Tag URIs (also known as "tags") are designed to be unique across space and time while being tractable to humans. They are distinct from most other URIs in that they have no authoritative resolution mechanism. A tag may be used purely as an entity identifier. Furthermore, using tags has some advantages over the common practice of using "http" URIs as identifiers for non-HTTP-accessible resources. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4151"/>
          <seriesInfo name="DOI" value="10.17487/RFC4151"/>
        </reference>
        <reference anchor="RFC8343">
          <front>
            <title>A YANG Data Model for Interface Management</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model for the management of network interfaces. It is expected that interface-type-specific data models augment the generic interfaces data model defined in this document. The data model includes definitions for configuration and system state (status information and counters for the collection of statistics).</t>
              <t>The YANG data model in this document conforms to the Network Management Datastore Architecture (NMDA) defined in RFC 8342.</t>
              <t>This document obsoletes RFC 7223.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8343"/>
          <seriesInfo name="DOI" value="10.17487/RFC8343"/>
        </reference>
        <reference anchor="RFC7223">
          <front>
            <title>A YANG Data Model for Interface Management</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>This document defines a YANG data model for the management of network interfaces. It is expected that interface-type-specific data models augment the generic interfaces data model defined in this document. The data model includes configuration data and state data (status information and counters for the collection of statistics).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7223"/>
          <seriesInfo name="DOI" value="10.17487/RFC7223"/>
        </reference>
        <reference anchor="RFC9132">
          <front>
            <title>Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Specification</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <date month="September" year="2021"/>
            <abstract>
              <t>This document specifies the Distributed Denial-of-Service Open Threat Signaling (DOTS) signal channel, a protocol for signaling the need for protection against Distributed Denial-of-Service (DDoS) attacks to a server capable of enabling network traffic mitigation on behalf of the requesting client.</t>
              <t>A companion document defines the DOTS data channel, a separate reliable communication layer for DOTS management and configuration purposes.</t>
              <t>This document obsoletes RFC 8782.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9132"/>
          <seriesInfo name="DOI" value="10.17487/RFC9132"/>
        </reference>
        <reference anchor="RFC9195">
          <front>
            <title>A File Format for YANG Instance Data</title>
            <author fullname="B. Lengyel" initials="B." surname="Lengyel"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>There is a need to document data defined in YANG models at design time, implementation time, or when a live server is unavailable. This document specifies a standard file format for YANG instance data, which follows the syntax and semantics of existing YANG models and annotates it with metadata.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9195"/>
          <seriesInfo name="DOI" value="10.17487/RFC9195"/>
        </reference>
        <reference anchor="RFC9244">
          <front>
            <title>Distributed Denial-of-Service Open Threat Signaling (DOTS) Telemetry</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="T. Reddy.K" initials="T." role="editor" surname="Reddy.K"/>
            <author fullname="E. Doron" initials="E." surname="Doron"/>
            <author fullname="M. Chen" initials="M." surname="Chen"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document aims to enrich the Distributed Denial-of-Service Open Threat Signaling (DOTS) signal channel protocol with various telemetry attributes, allowing for optimal Distributed Denial-of-Service (DDoS) attack mitigation. It specifies the normal traffic baseline and attack traffic telemetry attributes a DOTS client can convey to its DOTS server in the mitigation request, the mitigation status telemetry attributes a DOTS server can communicate to a DOTS client, and the mitigation efficacy telemetry attributes a DOTS client can communicate to a DOTS server. The telemetry attributes can assist the mitigator in choosing the DDoS mitigation techniques and performing optimal DDoS attack mitigation.</t>
              <t>This document specifies two YANG modules: one for representing DOTS telemetry message types and one for sharing the attack mapping details over the DOTS data channel.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9244"/>
          <seriesInfo name="DOI" value="10.17487/RFC9244"/>
        </reference>
        <reference anchor="RFC9362">
          <front>
            <title>Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Configuration Attributes for Robust Block Transmission</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>This document specifies new DDoS Open Threat Signaling (DOTS) signal channel configuration parameters that can be negotiated between DOTS peers to enable the use of Q-Block1 and Q-Block2 Constrained Application Protocol (CoAP) options. These options enable robust and faster transmission rates for large amounts of data with less packet interchanges as well as support for faster recovery should any of the blocks get lost in transmission (especially during DDoS attacks).</t>
              <t>Also, this document defines a YANG data model for representing these new DOTS signal channel configuration parameters. This model augments the DOTS signal YANG module ("ietf-dots-signal-channel") defined in RFC 9132.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9362"/>
          <seriesInfo name="DOI" value="10.17487/RFC9362"/>
        </reference>
        <reference anchor="RFC8892">
          <front>
            <title>Guidelines and Registration Procedures for Interface Types and Tunnel Types</title>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
            <date month="August" year="2020"/>
            <abstract>
              <t>This document provides guidelines and procedures for those who are
defining, registering, or evaluating definitions of new interface
types ("ifType" values) and tunnel types. The original definition of
the IANA interface type registry predated the use of IANA
Considerations sections and YANG modules, so some confusion arose
over time. Tunnel types were added later, with the same requirements
and allocation policy as interface types. This document updates RFC
2863 and provides updated guidance for these registries.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8892"/>
          <seriesInfo name="DOI" value="10.17487/RFC8892"/>
        </reference>
        <reference anchor="RFC2863">
          <front>
            <title>The Interfaces Group MIB</title>
            <author fullname="K. McCloghrie" initials="K." surname="McCloghrie"/>
            <author fullname="F. Kastenholz" initials="F." surname="Kastenholz"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This memo discusses the 'interfaces' group of MIB-II, especially the experience gained from the definition of numerous media-specific MIB modules for use in conjunction with the 'interfaces' group for managing various sub-layers beneath the internetwork-layer. It specifies clarifications to, and extensions of, the architectural issues within the MIB-II model of the 'interfaces' group. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2863"/>
          <seriesInfo name="DOI" value="10.17487/RFC2863"/>
        </reference>
        <reference anchor="RFC7224">
          <front>
            <title>IANA Interface Type YANG Module</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>This document defines the initial version of the iana-if-type YANG module.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7224"/>
          <seriesInfo name="DOI" value="10.17487/RFC7224"/>
        </reference>
        <reference anchor="RFC9108">
          <front>
            <title>YANG Types for DNS Classes and Resource Record Types</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <author fullname="P. Špaček" initials="P." surname="Špaček"/>
            <date month="September" year="2021"/>
            <abstract>
              <t>This document introduces the YANG module "iana-dns-class-rr-type", which contains derived types reflecting two IANA registries: DNS CLASSes and Resource Record (RR) TYPEs. These YANG types are intended as the minimum basis for future data modeling work.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9108"/>
          <seriesInfo name="DOI" value="10.17487/RFC9108"/>
        </reference>
        <reference anchor="RFC4253">
          <front>
            <title>The Secure Shell (SSH) Transport Layer Protocol</title>
            <author fullname="T. Ylonen" initials="T." surname="Ylonen"/>
            <author fullname="C. Lonvick" initials="C." role="editor" surname="Lonvick"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>The Secure Shell (SSH) is a protocol for secure remote login and other secure network services over an insecure network.</t>
              <t>This document describes the SSH transport layer protocol, which typically runs on top of TCP/IP. The protocol can be used as a basis for a number of secure network services. It provides strong encryption, server authentication, and integrity protection. It may also provide compression.</t>
              <t>Key exchange method, public key algorithm, symmetric encryption algorithm, message authentication algorithm, and hash algorithm are all negotiated.</t>
              <t>This document also describes the Diffie-Hellman key exchange method and the minimal set of algorithms that are needed to implement the SSH transport layer protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4253"/>
          <seriesInfo name="DOI" value="10.17487/RFC4253"/>
        </reference>
        <reference anchor="RFC4181">
          <front>
            <title>Guidelines for Authors and Reviewers of MIB Documents</title>
            <author fullname="C. Heard" initials="C." role="editor" surname="Heard"/>
            <date month="September" year="2005"/>
            <abstract>
              <t>This memo provides guidelines for authors and reviewers of IETF standards-track specifications containing MIB modules. Applicable portions may be used as a basis for reviews of other MIB 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="111"/>
          <seriesInfo name="RFC" value="4181"/>
          <seriesInfo name="DOI" value="10.17487/RFC4181"/>
        </reference>
      </references>
    </references>
    <?line 3474?>

<section anchor="module-review-checklist">
      <name>Module Review Checklist</name>
      <t>This section is adapted from <xref target="RFC4181"/>.</t>
      <t>The purpose of a YANG module review is to review the YANG module for
   both technical correctness and adherence to IETF documentation
   requirements.  The following checklist may be helpful when reviewing
   an I-D:</t>
      <ul spacing="normal">
        <li>
          <t>I-D Boilerplate -- verify that the document contains the required
I-D boilerplate (see <tt>&lt;https://www.ietf.org/id-info/guidelines.html&gt;</tt>), including the appropriate statement to permit
publication as an RFC, and that the I-D boilerplate does not
contain references or section numbers.</t>
        </li>
        <li>
          <t>Abstract -- verify that the abstract does not contain references,
that it does not have a section number, and that its content
follows the guidelines in <tt>&lt;https://www.ietf.org/id-info/guidelines.html&gt;</tt>.</t>
        </li>
        <li>
          <t>Copyright Notice -- verify that the document has the appropriate
text regarding the rights that document contributors provide to
the IETF Trust <xref target="RFC5378"/>.  Verify that it contains the full IETF
Trust copyright notice at the beginning of the document.  The IETF
Trust Legal Provisions (TLP) can be found at:  </t>
          <t><tt>&lt;https://trustee.ietf.org/license-info/&gt;</tt></t>
        </li>
        <li>
          <t>Security Considerations section -- If none of the modules in the document falls under the exceptions in <xref target="sec-sec-cons-sec"/> (e.g., use YANG data structure), verify that the section is modeled after
the latest approved template from the Operations and Management
(OPS) area website (see <tt>&lt;https://wiki.ietf.org/group/ops/yang-security-guidelines&gt;</tt>) and that the guidelines therein have
been followed.</t>
        </li>
        <li>
          <t>IANA Considerations section -- this section must always be
present.  For each module within the document, ensure that the
IANA Considerations section contains entries for the following
IANA registries:  </t>
          <dl>
            <dt>XML Namespace Registry:</dt>
            <dd>
              <t>Register the YANG module namespace.</t>
            </dd>
            <dt>YANG Module Registry:</dt>
            <dd>
              <t>Register the YANG module name, prefix, namespace, and RFC
number, according to the rules specified in <xref target="RFC6020"/>.</t>
            </dd>
          </dl>
        </li>
        <li>
          <t>References -- verify that the references are properly divided
between normative and informative references, that RFCs 2119 and
8174 are included as normative references if the terminology
defined therein is used in the document, that all references
required by the boilerplate are present, that all YANG modules
containing imported items are cited as normative references, and
that all citations point to the most current RFCs, unless there is
a valid reason to do otherwise (for example, it is okay to include
an informative reference to a previous version of a specification
to help explain a feature included for backward compatibility).
Be sure citations for all imported modules are present somewhere
in the document text (outside the YANG module).  If a YANG module
contains reference or "description" statements that refer to an
I-D, then the I-D is included as an informative reference.</t>
        </li>
        <li>
          <t>License -- verify that the document contains the Revised BSD
License in each YANG module or submodule.  Some guidelines related
to this requirement are described in Section 3.1.  Make sure that
the correct year is used in all copyright dates.  Use the approved
text from the latest TLP document, which can be found at:  </t>
          <t><tt>&lt;https://trustee.ietf.org/license-info/&gt;</tt></t>
        </li>
        <li>
          <t>Other Issues -- check for any issues mentioned in <tt>&lt;https://www.ietf.org/id-info/checklist.html&gt;</tt> that are not covered elsewhere.</t>
        </li>
        <li>
          <t>Technical Content -- review the actual technical content for
compliance with the guidelines in this document.  The use of a
YANG module compiler is recommended when checking for syntax
errors.  A list of freely available tools and other information,
including formatting advice, can be found at:  </t>
          <t><tt>&lt;https://wiki.ietf.org/group/netconf&gt;</tt>  </t>
          <t>
and  </t>
          <t><tt>&lt;https://wiki.ietf.org/group/netmod&gt;</tt>  </t>
          <t>
Checking for correct syntax, however, is only part of the job.
It is just as important to actually read the YANG module document
from the point of view of a potential implementor.  It is
particularly important to check that "description" statements are
sufficiently clear and unambiguous to allow interoperable
implementations to be created.</t>
        </li>
      </ul>
    </section>
    <section anchor="tem-ietf">
      <name>Template for IETF Modules</name>
      <sourcecode markers="true" name="ietf-template@2023-07-26.yang"><![CDATA[

module ietf-template {
  yang-version 1.1;

  // replace this string with a unique namespace URN value

  namespace "urn:ietf:params:xml:ns:yang:ietf-template";

  // replace this string, and try to pick a unique prefix

  prefix temp;

  // import statements here: e.g.,
  // import ietf-yang-types { prefix yang; }
  // import ietf-inet-types { prefix inet; }
  // identify the IETF working group if applicable

  organization
    "IETF your-wg-name (Expanded WG Name) Working Group";

  // update this contact statement with your info

  contact
    "WG Web:   <http://datatracker.ietf.org/wg/your-wg-name/>
     WG List:  <mailto:your-wg-name@ietf.org>

     Editor:   your-name
               <mailto:your-email@example.com>";

  // replace the first sentence in this description statement.
  // replace the copyright notice with the most recent
  // version, if it has been updated since the publication
  // of this document

  description
    "This module defines a template for other YANG modules.

     Copyright (c) <insert year> 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).

     All revisions of IETF and IANA published modules can be found
     at the YANG Parameters registry
     (https://www.iana.org/assignments/yang-parameters).

     This version of this YANG module is part of RFC XXXX; see
     the RFC itself for full legal notices.";

  // RFC Ed.: replace XXXX with actual RFC number and remove
  // this note

  // replace '2023-07-26' with the module publication date
  // the format is (YYYY-MM-DD)

  revision 2023-07-26 {
    description
      "what changed in this revision";
    reference "RFC XXXX: <Replace With Document Title>";
  }

  // extension statements
  // feature statements
  // identity statements
  // typedef statements
  // grouping statements
  // data definition statements
  // augment statements
  // rpc statements
  // notification statements
  // DO NOT put deviation statements in a published module
}

]]></sourcecode>
    </section>
    <section anchor="tem-iana">
      <name>Template for IANA-Maintained Modules</name>
      <sourcecode markers="true" name="iana-template@2023-12-08.yang"><![CDATA[

module iana-template {
  yang-version 1.1;

  // replace this string with a unique namespace URN value

  namespace "urn:ietf:params:xml:ns:yang:iana-template";

  // replace with the assigned prefix

  prefix iana-foo;

  organization
    "Internet Assigned Numbers Authority (IANA)";

  contact
    "Internet Assigned Numbers Authority

     ICANN
     12025 Waterfront Drive, Suite 300
     Los Angeles, CA 90094

     Tel: +1 424 254 5300

     <mailto:iana@iana.org>";

  description
    "This module defines a template for IANA-maintained modules.

     Copyright (c) <insert year> 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).

     All revisions of IETF and IANA published modules can be found
     at the YANG Parameters registry
     (https://www.iana.org/assignments/yang-parameters).

     The initial version of this YANG module is part of RFC IIII; 
     see the RFC itself for full legal notices.

  // RFC Ed.: replace IIII with actual RFC number and remove
  // this note

  // If a script is used, complete with the script information

     This version of this YANG module was generated from the
     corresponding IANA registry using a <script-info>.

  // RFC Ed.: replace the IANA_FOO_URL and remove this note

     The latest version of this YANG module is available at
     <IANA_FOO_URL>.";

  // replace with the registry name and the URL of the IANA registry

  reference
    "Registry Name (URL)";


  // replace 'date-revision' with the module publication date
  // the format is (YYYY-MM-DD)

  revision date-revision {
    description
      "Indicates the list of changes per Section 4.30.3 of RFCAAAA.";
    reference
      "URL of the latest version of the module
       (if any) list the authoritative event (e.g., RFC) that 
       triggered the update to the YANG module";
  }

  // replace 'date-initial' with the module publication date
  // the format is (YYYY-MM-DD)

  revision date-initial {
    description
      "Initial version";
    reference
      "URL of the published initial version of the module
       RFC IIII: RFC Title";

  // RFC Ed.: Update with the RFC number and title 
  // of the RFC that defined the initial version of
  // the module and remove this note
  }

  // identity statements
  // typedef statements
} 

]]></sourcecode>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Jürgen Schönwälder and Ladislav Lhotka for the
   discussion and valuable comments.  Special thanks to Ladislav Lhotka
   for sharing more context that led to the design documented in
   <xref target="RFC9108"/>.</t>
      <t>Thanks to Italo Busi, Benoît Claise, Tom Petch,
   Randy Presuhn, Martin Björklund, Acee Lindem, Dale R. Worley, Kent Watsen, Jan Lindblad, Qiufang Ma, Mahesh Jethanandani, and Robert Wilton for the comments.</t>
      <t>Lou Berger suggested to include more details about IANA considerations.</t>
      <t><xref target="sec-tags"/> is inspired from <xref target="RFC8819"/>.</t>
      <t>Michal Vaško reported an inconsistency in Sections <xref target="RFC8407" section="4.6.2" sectionFormat="bare"/> and <xref target="RFC8407" section="4.6.4" sectionFormat="bare"/> of <xref target="RFC8407"/>.</t>
      <t>Thanks to Xufeng Liu for reviewing the document, including providing a YANGDOCTORS review.</t>
      <t>Italo Busi provided the examples of "case + when" construct.</t>
      <t>Thanks to Rach Salz and Michael Richardson for the SAAG review.</t>
      <t>Kent Watsen contributed text to the security and IANA-maintained module templates.</t>
      <t>Special thanks to Amanda Baber for the thoughtful and careful review of the document.</t>
      <t>Thanks to Qiufang Ma for the careful shepherd review.</t>
      <dl>
        <dt>The author of RFC 8407:</dt>
        <dd>
          <t>Andy Bierman</t>
        </dd>
        <dt/>
        <dd>
          <t>YumaWorks</t>
        </dd>
        <dt/>
        <dd>
          <t>email: andy@yumaworks.com</t>
        </dd>
        <dt>Acknowledgments from RFC 8407:</dt>
        <dd>
          <t>The structure and contents of this document are adapted from
"Guidelines for Authors and Reviewers of MIB Documents" <xref target="RFC4181"/>, by
 C. M. Heard.</t>
        </dd>
        <dt/>
        <dd>
          <t>The working group thanks Martin Bjorklund, Juergen Schoenwaelder,
Ladislav Lhotka, Jernej Tuljak, Lou Berger, Robert Wilton, Kent
Watsen, and William Lupton for their extensive reviews and
contributions to this document.</t>
        </dd>
      </dl>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y9+3obx7Un+n8/RQ/ynSPSAUCRkmWLvuzQFG1rj0RpS3Sc
jLcnagANsiOgG+lukEIc5VnOs5wnO7Wutaq6AVJKMttzvtH3JSaA7rquWrWu
vzUajZK2aBf5cTr4bl3M8kVR5k06r+r0ZN1eVXWTZuUsfZVfF/lN7j5V8/RJ
NV0v87Jt0tOqbLOiLMrL9I8n59+lT7I2S59XrpVmkGSTSZ1fd9ulJ6WNQTLN
2vyyqjfH6WS6Stz/jtOjw0dJNWmqRd7mzXH6+cP7nyXr1SzDT4/uH90fpp8f
Hj1Kklk1LbOlG/yszubtqMjb+ajM22U1G9XzKbw3KZrR0WHSrCfLomkKN+DN
yj3/9Ozi26RcLyd5fZxAw8fJtCqbvGzWrou2XueJG/qDJKvzzE3hxSqvs9a9
TcvxPCuzyxzGP0huqvrtZV2t3bAH53kLH2kJ3KoMkrf5xn0zO07SUXp+dnH6
4vxb+PPV2Wv9261ztcTGk6RpXfN/yhZV6ca4yZtkVRynP7XVdJg2Vd3W+bxx
f22W/EdbF9N2mE6rJa7lMHXrscxWK9f1z0mS4QZC10nq/s3XiwUt1kk526Tf
FHm9zEr8qaovs7L4Kw7iOP3jepn96KbR4G/Tal22sDs/vD7BL/JlViyOYR02
v9u4R2HGzdiNIen29Ly6cv+dpd9U62k2y4q6p7sXdVZe5vhDXQEh5rOireqw
82/dQ9Pc9r+kpscTafp3FTa0ZST/UZTpj+ue7r9fZzd5EfZ2elWUme1sUiwW
45v1767wYeqirGrYtmtHOvDo0ycjT+jH+LL/13PE2kpPmDtTT8s2rx3ljp4A
IbtTEb6vWxn9c1NhWo5/QZpO59miyeOxZPVl3h6nV227ao4PDqjtZgyHZ+wa
PMjLA3cWWkdRo0sd76i6zmtgAjjZHx+cjl+dnY7erbL2qjNZ04Fr/+bmZnzz
AFu+eHVw+Pjx4wN9dQQfDw/dce9frz88f5a+dM+lz9zWrt2ZS/f+AJ/30987
ZuT2Lz0c37/rYo1SIoV/d//veNciq99ufeZ1m1/n6ZP8VdVZP1rZc7cewD1S
mEH0RJPXRd4U5bzqDmLglm5w7BgqHdoZUmHasyAJvB9S2Mn5yej5iyej85Pn
Z6+3kRiyV8eA1os8PYeZfhgtuT5653sXSoKdLhxrxL3OHLe9LJEvHWzc7o1W
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
+Lj9KcUdg4qNBzj4r9J7k3um8KK1VJsveapUudM+/T6J/3pvRzXdPqrp7lFN
e0ZlHRHb1+sjR4zG97/H9l0hKceUq2s2x/dT0PGvi1y2kcCu7e/Z+p5FfL+9
m+n2bqZRN+FebtvHHd3/XZEXfKgnS5AhcwLFrAWG6n4Fky4DMzcpaTFk18Hg
pnpDQu2CjRPEhVpb/JuN7CDpcfyPN2wGGV7/67lHwCcawPacjYL++hcZ1yrc
9MAzGJw4UkjB6/bjFdmwG0zMkJTzhiZl/Y6WsEZZ6/bS3RH5P4W79PO8mEt0
SDG7B2LRdg54x0laF6dO0n35T55kPwudZH/9GP75162D+xdwUm8f/3x8GBrI
fZgwnhoCt5wLEH10/BKx5ZBcix4HAxCCUpZ/XBG40G6AEjMG7NomwLExTr6v
bkAPHgZ1qx/IQKngX9pUc7AnpZxdzZjckw0ZPSh8jaxIieUYnAtEOHozsoJT
vO20qJ1yQbpPo9VgZzlCpqINrVpmgMEAVQAX2Ts0GPlMJNtJuC62WBeD/c3U
Bi1h0dWEQzx1KtfN2Lu3POj4HA1igMk8S8nVR2DH1YqU+8SRwyXUj+WweQwB
4jg+xDs1gM5SAOxbyr3P0DKPNgD31jAh49mrs9MXz5+fnT85e4LSNcieveQQ
TZtSI5A/X0FdiTohW5dA0PYPBic4wRihhc666Zu2uKoo5QUjVCOUbS3gGtdB
9hFVEMeO7z9z18EamtjD9qD0z48PTsdu8qN34MV1FGdSaUxY0G/8GM7AgEfU
AGm4+bu2iYIG5lQehPPnpvwQ1Wb2L7vJYoPGMExZv4dsxhjU6xJWnxy5WFPz
GAxSC0H3nftqK4HBQBiDhe8kw4jkANRVxfiA1lJlGBxpCdKQmpMlcdcgFQ88
cN1+iK4sqp6jfW4Hg26qFdc3227qF7xb6Vfej2EuQNhAWGdKFj6CsGBPmr+l
sX7AKqKVn/v6qHUbfvycaQoPXI/nxmxyjHl31+h2DCxJQT2icIDSM48zeI9N
otTZQ8i5eHnqNNfVuj2+00wHBTxLOLxKHv2bjjOH5vEVX/7PRoDROD7lcbxY
t3cfSIUPf9hI6J2tQwmk2UbS7PT8+ji8JXj6OxappKPt4/UXrD83Jm35rNmu
xW8cBaQF7VjJEIWLZbs2IsXBAarS1Vs0RiMiMsooo6ZdtjoIXCcyKfqqlKFI
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
cub/AoNiTsRiOAIA

-->

</rfc>
