<?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.30 (Ruby 3.4.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-netmod-immutable-flag-08" category="std" consensus="true" submissionType="IETF" updates="8040, 8526" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="immutable flag">YANG Metadata Annotation for Immutable Flag</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-immutable-flag-08"/>
    <author fullname="Qiufang Ma" role="editor">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>
          <city>Nanjing, Jiangsu</city>
          <code>210012</code>
          <country>China</country>
        </postal>
        <email>maqiufang1@huawei.com</email>
      </address>
    </author>
    <author fullname="Qin Wu">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>
          <city>Nanjing, Jiangsu</city>
          <code>210012</code>
          <country>China</country>
        </postal>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>
    <author fullname="Balazs Lengyel" role="editor">
      <organization>Ericsson</organization>
      <address>
        <email>balazs.lengyel@ericsson.com</email>
      </address>
    </author>
    <author fullname="Hongwei Li">
      <organization>HPE</organization>
      <address>
        <email>flycoolman@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="February" day="26"/>
    <area>Operations and Management</area>
    <workgroup>netmod</workgroup>
    <keyword>immutable flag</keyword>
    <keyword>system configuration</keyword>
    <abstract>
      <?line 75?>

<t>This document defines a way to formally document an existing behavior,
   implemented by servers in production, on the immutability of some
   system-provided nodes, using a YANG metadata annotation called
   "immutable" to flag which nodes are immutable.</t>
      <t>Clients may use "immutable" annotations provided by the server, to
   know beforehand why certain otherwise valid configuration requests
   will cause the server to return an error.</t>
      <t>The immutable flag is descriptive, documenting an existing behavior, not
   proscriptive, dictating server behaviors.</t>
      <t>This document updates RFC 8040 and RFC 8526.</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/netmod-wg/immutable-flag"/>.</t>
    </note>
  </front>
  <middle>
    <?line 91?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines a YANG metadata annotation <xref target="RFC7952"/> to formally document
   an existing model handling behavior that has been used by
   multiple standard organizations and vendors.  It is the aim to create
   one single standard solution for documenting non-modifiable system
   data declared as configuration, instead of the multiple existing
   vendor and organization specific solutions.</t>
      <t>YANG <xref target="RFC7950"/> is a data modeling language used to model both state
   and configuration data, based on the "config" statement.  However,
   there exists some system configuration data that cannot be modified
   by the client (it is immutable), but still needs to be declared as
   "config true" to:</t>
      <ul spacing="normal">
        <li>
          <t>allow configuration of data nodes under immutable lists or containers;</t>
        </li>
        <li>
          <t>place "when", "must" and "leafref" constraints between configuration
   and immutable nodes;</t>
        </li>
        <li>
          <t>ensure the existence of specific list entries that are provided and
   needed by the system, while additional list entries can be created,
   modified or deleted.</t>
        </li>
      </ul>
      <t>If the server always rejects a client's attempt to override some
   system-provided data because it internally thinks the data is immutable, it should document
   it towards the clients in a machine-readable way rather than writing as
   plain text in the "description" statement.</t>
      <t>This document defines a way to formally document the existing behavior,
   implemented by servers in production, on the immutability of some
   system-provided nodes, using a YANG metadata annotation <xref target="RFC7952"/>
   called "immutable" to flag which nodes are immutable. This document does not
   regulate server behaviors. That said, it is expected that a server will return
   an error with an error-tag containing "invalid-value" when immutability
   is attempted to be violated.</t>
      <t>The following is a list of already implemented and potential use
   cases:</t>
      <ul spacing="normal">
        <li>
          <t>UC1  Modeling of server capabilities</t>
        </li>
        <li>
          <t>UC2  Hardware based auto-configuration</t>
        </li>
        <li>
          <t>UC3  Predefined administrator roles</t>
        </li>
        <li>
          <t>UC4  Declaring immutable system configuration from the perspective of a logical network element (LNE)</t>
        </li>
      </ul>
      <t><xref target="use-cases"/> describes the use cases in detail.</t>
      <section anchor="updates-to-rfc-8040">
        <name>Updates to RFC 8040</name>
        <t>This document updates Sections <xref target="RFC8040" section="4.8" sectionFormat="bare"/> and <xref target="RFC8040" section="9.1.1" sectionFormat="bare"/> of <xref target="RFC8040"/> to add an
  additional query parameter named "with-immutability", as specified in <xref target="RESTCONF-ext"/>.</t>
      </section>
      <section anchor="updates-to-rfc-8526">
        <name>Updates to RFC 8526</name>
        <t>This document updates <xref section="3.1.1" sectionFormat="of" target="RFC8526"/> to add an additional input parameter
   named "with-immutability" for the &lt;get-data&gt; operation, as specified in <xref target="NETCONF-ext"/>.</t>
      </section>
      <section anchor="editorial-note-to-be-removed-by-rfc-editor">
        <name>Editorial Note (To be removed by RFC Editor)</name>
        <t>Note to the RFC Editor: This section is to be removed prior to publication.</t>
        <t>This document contains placeholder values that need to be replaced with finalized
  values at the time of publication.  This note summarizes all of the
  substitutions that are needed.  No other RFC Editor instructions are specified
  elsewhere in this document.</t>
        <t>Please apply the following replacements:</t>
        <ul spacing="normal">
          <li>
            <t>XXXX --&gt; the assigned RFC number for this draft</t>
          </li>
          <li>
            <t>2026-02-26 --&gt; the actual date of the publication of this document</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</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?>

<t>The document uses the following definition in <xref target="RFC6241"/>:</t>
      <ul spacing="normal">
        <li>
          <t>configuration data</t>
        </li>
      </ul>
      <t>The document uses the following definition in <xref target="RFC7950"/>:</t>
      <ul spacing="normal">
        <li>
          <t>data node</t>
        </li>
        <li>
          <t>leaf</t>
        </li>
        <li>
          <t>leaf-list</t>
        </li>
        <li>
          <t>container</t>
        </li>
        <li>
          <t>list</t>
        </li>
        <li>
          <t>anydata</t>
        </li>
        <li>
          <t>anyxml</t>
        </li>
        <li>
          <t>interior node</t>
        </li>
        <li>
          <t>data tree</t>
        </li>
      </ul>
      <t>The document uses the following definition in <xref target="RFC8341"/>:</t>
      <ul spacing="normal">
        <li>
          <t>access operation</t>
        </li>
      </ul>
      <t>The document uses the following definition in <xref target="I-D.ietf-netmod-system-config"/>:</t>
      <ul spacing="normal">
        <li>
          <t>system configuration</t>
        </li>
      </ul>
      <t>This document defines the following term:</t>
      <dl>
        <dt>immutable flag:</dt>
        <dd>
          <t>A read-only state value the server provides to describe
   immutability of the configuration, which is conveyed via a YANG metadata annotation
   called "immutable" with a boolean value.</t>
        </dd>
      </dl>
    </section>
    <section anchor="applicability">
      <name>Applicability</name>
      <t>While the immutable flag applies to all configuration nodes, its value true can
   only be used for system configuration.</t>
      <t>The immutable flag is only visible in read-only datastores (i.e., &lt;system&gt;
   <xref target="I-D.ietf-netmod-system-config"/>, &lt;intended&gt;, and &lt;operational&gt;)
   when a "with-immutability" parameter is carried (<xref target="with-immutability"/>),
   however this only serves as descriptive information about the
   instance node itself, but has no effect on the handling of the read-only
   datastore. If the immutable flag is requested to be returned for an invalid
   datastore, then the server <bcp14>MUST</bcp14> return an &lt;rpc-error&gt; element with an &lt;error-tag&gt;
   value of "invalid-value".</t>
      <t>Configuration data has the same immutability if it appears in different datastores.
   The immutability of configuration data is protocol and
   user independent. The immutability of any configuration data, and the value
   of any immutable configured data node, <bcp14>MUST</bcp14> only change via software
   upgrade, hardware resources change, or license change.</t>
    </section>
    <section anchor="immutable-metadata-annotation">
      <name>"Immutable" Metadata Annotation</name>
      <section anchor="immutable-def">
        <name>Definition</name>
        <t>The immutable flag which is defined as the metadata annotation takes a boolean
   value, and it is returned as requested by the client using a "with-immutability"
   parameter (<xref target="with-immutability"/>). If the "immutable" metadata annotation for
   a configuration node is not specified, the default "immutable" value is the
   same as the value of its parent node in the data tree (<xref target="interior"/>).
   The immutable metadata annotation value for a top-level instance
   node is "false" if not specified.</t>
        <t>A node that is annotated as immutable cannot be changed via configuring
   a different value in read-write configuration datastores (e.g., &lt;running&gt;),
   nor is there any way to delete the node from the combined configuration in the intended datastore (as described in <xref section="4" sectionFormat="of" target="I-D.ietf-netmod-system-config"/>). The node <bcp14>MAY</bcp14> be explicitly configured by a client in &lt;running&gt; with the
   same value and that configuration in &lt;running&gt; may subsequently be removed,
   but neither of these edits will change the configuration in &lt;intended&gt; (if implemented) on the device.</t>
        <t>Note that "immutable" metadata annotations are used to annotate data node
   instances.  A list may have multiple instances in the data tree,
   servers may annotate some of the instances as immutable, while others as
   mutable.</t>
        <t>Servers <bcp14>MUST</bcp14> ignore any immutable annotations sent from the client.</t>
      </section>
      <section anchor="with-immutability">
        <name>"with-immutability" Parameter</name>
        <t>This section specifies the NETCONF <xref target="RFC6241"/> <xref target="RFC8526"/> and RESTCONF <xref target="RFC8040"/>
   protocol extensions to support the "with-immutability" parameter.
   The "immutable" metadata annotations are not returned in a response unless
   explicitly requested by the client using this parameter.</t>
        <section anchor="NETCONF-ext">
          <name>NETCONF Extensions to Support "with-immutability"</name>
          <t>This document updates <xref target="RFC8526"/> to augment the &lt;get-data&gt;
   operation with an additional parameter named "with-immutability" when interacting with read-only datastores.
   If present, this parameter requests that the server includes
   the "immutable" metadata annotations in its response.</t>
          <t><xref target="tree"/> provides the tree structure <xref target="RFC8340"/> of augmentations to NETCONF
   operations, as defined in the "ietf-immutable-annotation" module (<xref target="module"/>).</t>
          <figure anchor="tree">
            <name>Augmentations to NETCONF Operations</name>
            <artwork><![CDATA[
module: ietf-immutable-annotation
  augment /ncds:get-data/ncds:input:
    +---w with-immutability?   empty
]]></artwork>
          </figure>
          <t>Refer to <xref target="NETCONF-example"/> for an example of NETCONF operation with "with-immutability" input parameter.</t>
        </section>
        <section anchor="RESTCONF-ext">
          <name>RESTCONF Extensions to Support "with-immutability"</name>
          <t>This document extends Sections <xref target="RFC8040" section="4.8" sectionFormat="bare"/> and <xref target="RFC8040" section="9.1.1" sectionFormat="bare"/> of <xref target="RFC8040"/> to add a query
   parameter named "with-immutability" to the GET operation. If present, this parameter
   requests that the server includes the "immutable" metadata annotations in its
   response. This parameter is only allowed with no values carried when interacting with read-only datastores.
   If it has any unexpected value, then a "400 Bad Request" status-line is returned.
   RESTCONF protocol operations for the datastore resources are defined in <xref target="RFC8527"/>.</t>
          <t>To enable a RESTCONF client to discover if the "with-immutability" query parameter
   is supported by the server, the following capability URI is defined:</t>
          <artwork><![CDATA[
    urn:ietf:params:restconf:capability:with-immutability:1.0
]]></artwork>
          <t>Refer to <xref target="RESTCONF-example"/> for an example of RESTCONF operation with "with-immutability" query parameter.</t>
        </section>
      </section>
    </section>
    <section anchor="use-of-immutable-flag-for-different-statements">
      <name>Use of Immutable Flag for Different Statements</name>
      <t>This section defines what the immutable flag means to the client for
   each instance of YANG data node statement.</t>
      <section anchor="the-leaf-statement">
        <name>The "leaf" Statement</name>
        <t>When a leaf node instance is immutable, it cannot be configured with a
   different value in read-write configuration datastores (e.g., &lt;running&gt;) or
   removed from &lt;intended&gt; (if implemented). Though it can be created/deleted
   in read-write configuration datastores (see Sections <xref format="counter" target="immutable-def"/> and <xref format="counter" target="system-interact"/>).</t>
      </section>
      <section anchor="the-leaf-list-statement">
        <name>The "leaf-list" Statement</name>
        <t>When a leaf-list entry is immutable, it cannot be configured with a
  different value in read-write configuration datastore (e.g., &lt;running&gt;) or
  removed from &lt;intended&gt; (if implemented). Though it can be created/deleted
  in read-write configuration datastores (see Sections <xref format="counter" target="immutable-def"/> and <xref format="counter" target="system-interact"/>).</t>
        <t>The immutable annotation attached to the individual leaf-list entry
   provides immutability with respect to the entry itself. As per the restrictions in <xref target="RFC7952"/>,
   annotations cannot be attached to an entire leaf-list instance and only
   to individual leaf-list entries, which implies a leaf-list as a whole
   can only inherit immutability from a parent node (e.g., container).</t>
        <t>If a leaf-list as a whole is immutable, any leaf-list entries cannot be added,
   modified, or reordered (if it is ordered-by user).</t>
        <t>Refer to <xref target="imm-leaf-list"/> for an example of immutability of leaf-lists.</t>
      </section>
      <section anchor="the-container-statement">
        <name>The "container" Statement</name>
        <t>When a container node instance is immutable, it cannot be removed from &lt;intended&gt; (if implemented).
   Though it can be created/deleted in read-write configuration datastores
   (see Sections <xref format="counter" target="immutable-def"/> and <xref format="counter" target="system-interact"/>).</t>
        <t>Descendant nodes of the container recursively inherit the immutability of the container, unless
   the immutability is overridden by an "immutable" annotation on a descendant node.</t>
        <t>By default, as with all interior nodes, immutability is recursively
   applied to descendants (<xref target="interior"/>).</t>
      </section>
      <section anchor="the-list-statement">
        <name>The "list" Statement</name>
        <t>When a list entry is immutable, it cannot be removed from &lt;intended&gt; (if implemented).
  Though it can be created/deleted in read-write configuration datastores
  (see Sections <xref format="counter" target="immutable-def"/> and <xref format="counter" target="system-interact"/>).</t>
        <t>Descendant nodes of the list entry recursively inherit the immutability of the list entry, unless
  the immutability is overridden by an "immutable" annotation on a descendant node.</t>
        <t>By default, as with all interior nodes, immutability is recursively
   applied to descendants (<xref target="interior"/>).</t>
        <t>The immutable annotation attached to the individual list entry provides
   immutability with respect to the entry itself. As per the restrictions in <xref target="RFC7952"/>,
   annotations cannot be attached to an entire list instance and only
   to individual list entries, which implies a list as a whole
   can only inherit immutability from a parent node (e.g., container).</t>
        <t>If a list as a whole is immutable, any list entries cannot be added, removed, or reordered (if it is ordered-by user).
   Each list entry inherits the immutability of the list by default, unless the immutability is
   overridden by an "immutable" annotation on a list entry.</t>
        <t>Refer to <xref target="imm-list"/> for an example of immutability of lists.</t>
      </section>
      <section anchor="the-anydata-statement">
        <name>The "anydata" Statement</name>
        <t>When an "anydata" node instance is immutable, it cannot be removed from &lt;intended&gt; (if implemented).
   Though it can be created/deleted in read-write configuration datastores
   (see Sections <xref format="counter" target="immutable-def"/> and <xref format="counter" target="system-interact"/>).</t>
        <t>Additionally, as with all interior nodes, immutability is recursively applied to
   descendants (<xref target="interior"/>).</t>
      </section>
      <section anchor="the-anyxml-statement">
        <name>The "anyxml" Statement</name>
        <t>When an "anyxml" node instance is immutable, it cannot be removed from &lt;intended&gt; (if implemented).
   Though it can be created/deleted in read-write configuration datastores
   (see Sections <xref format="counter" target="immutable-def"/> and <xref format="counter" target="system-interact"/>).</t>
        <t>Additionally, as with all interior nodes, immutability is recursively applied to
   descendants (<xref target="interior"/>).</t>
      </section>
    </section>
    <section anchor="interior">
      <name>Immutability of Interior Nodes</name>
      <t>Immutability is a conceptual operational state value that is
   recursively applied to descendants, which may reset the immutability
   state as needed, thereby affecting their descendants.  There is no limit
   to the number of times the immutability state may change in a data tree.</t>
      <t>If the "immutable" metadata annotation for a returned child node is omitted,
   it has the same immutability as its parent node. The immutability of top
   hierarchy of returned nodes is false by default. Servers may suppress the
   annotation if it is inherited from its parent node or uses the default value
   as the top-level node, but are not precluded from returning the annotation
   on every single element.</t>
      <t>Refer to <xref target="inherit"/> for an example of how immutability is recursively
   inherited or explicitly reset by descendants.</t>
    </section>
    <section anchor="system-interact">
      <name>System Configuration Datastore Interactions</name>
      <t>Immutable configuration can only be created, updated and deleted by the server,
   and it is present in &lt;system&gt;, if implemented. That said, the existence of
   immutable configuration is independent of whether &lt;system&gt; is implemented or
   not. Not all system configuration data is immutable. Immutable configuration
   does not appear in &lt;running&gt; unless it is explicitly configured.</t>
      <t>As specified in <xref target="immutable-def"/>, a client <bcp14>MAY</bcp14> create/delete immutable nodes
   with same values as defined by server in read-write configuration datastore (e.g.,
   &lt;candidate&gt;, &lt;running&gt;), which merely makes immutable nodes
   visible/invisible in the datastore.</t>
    </section>
    <section anchor="nacm-interactions">
      <name>NACM Interactions</name>
      <t>The server rejects an operation request due to immutability when it
   tries to perform the operation on the request data.  It happens after
   any access control processing, if the Network Configuration Access
   Control Model (NACM) <xref target="RFC8341"/> is implemented on a server.  For
   example, if an operation requests to override an immutable
   configuration data, but the server checks the user is not authorized
   to perform the requested access operation on the request data, the
   request is rejected with an "access-denied" error.</t>
    </section>
    <section anchor="module">
      <name>YANG Module</name>
      <t>This module imports definitions from <xref target="RFC7952"/>, <xref target="RFC8342"/>, <xref target="RFC8526"/>, and <xref target="I-D.ietf-netmod-system-config"/>.</t>
      <sourcecode markers="true" name="ietf-immutable-annotation@2026-02-26.yang"><![CDATA[
module ietf-immutable-annotation {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-immutable-annotation";
  prefix imma;

  import ietf-yang-metadata {
    prefix md;
    reference
      "RFC 7952: Defining and Using Metadata with YANG";
  }
  import ietf-netconf-nmda {
    prefix ncds;
    reference
      "RFC 8526: NETCONF Extensions to Support the Network
       Management Datastore Architecture";
  }
  import ietf-system-datastore {
    prefix sysds;
    reference
      "RFC YYYY: System-defined Configuration";
  }
  import ietf-datastores {
    prefix ds;
    reference
      "RFC 8342: Network Management Datastore Architecture
                 (NMDA)";
  }

  organization
    "IETF Network Modeling (NETMOD) Working Group";
  contact
    "WG Web: <https://datatracker.ietf.org/wg/netmod/>
     WG List: <mailto:netmod@ietf.org>
     Author: Qiufang Ma
             <mailto:maqiufang1@huawei.com>
     Author: Qin Wu
             <mailto:bill.wu@huawei.com>
     Author: Balazs Lengyel
             <mailto:balazs.lengyel@ericsson.com>
     Author: Hongwei Li
             <mailto:flycoolman@gmail.com>";
  description
    "This module defines a metadata annotation called 'immutable'
     to allow the server to formally document existing behavior on
     the mutability of some system configuration. Clients may use
     'immutable' metadata annotation provided by the server to know
     beforehand why certain otherwise valid configuration requests
     will cause the server to return an error.

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

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

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

  revision 2026-02-26 {
    description
      "Initial revision.";
    // RFC Ed.: replace XXXX and remove this comment
    reference
      "RFC XXXX: YANG Metadata Annotation for Immutable Flag";
  }
  md:annotation immutable {
    type boolean;
    description
      "The 'immutable' metadata annotation indicates the
       immutability of an instantiated data node. It takes as a
       value 'true' or 'false'. An immutable node cannot be changed
       via configuring a different value in read-write configuration
       datastores (e.g., <running>), though it can be created/deleted
       in read-write configuration datastores. If not specified for
       a given configuration data node, the immutability is the
       same as the value of its parent node in the data tree. The
       default value of 'immutable' annotation for a top-level
       instance node is false if not specified.";
  }

  augment "/ncds:get-data/ncds:input" {
    description
      "Allows the server to include 'immutable' metadata
       annotations in its response to get-data operation.";
    leaf with-immutability {
      when
        "derived-from-or-self(../ncds:datastore,'sysds:system') "
      + "or derived-from-or-self(../ncds:datastore,'ds:intended') "
      + "or derived-from-or-self(../ncds:datastore,'ds:operational')";
      type empty;
      description
        "If this parameter is present, the server returns the
         'immutable' annotation for configuration that it
         internally thinks immutable.";
    }
  }
}
]]></sourcecode>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This section is modeled after the template described in <xref section="3.7" sectionFormat="of" target="I-D.ietf-netmod-rfc8407bis"/>.</t>
      <t>The "ietf-immutable-annotation" YANG module defines a data model that is
   designed to be accessed via YANG-based management protocols, such
   as NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>. These protocols have to
   use a secure transport layer (e.g., SSH <xref target="RFC4252"/>, TLS <xref target="RFC8446"/>, and
   QUIC <xref target="RFC9000"/>) and have to use mutual authentication.</t>
      <t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/>
   provides the means to restrict access for particular NETCONF or
   RESTCONF users to a preconfigured subset of all available NETCONF or
   RESTCONF protocol operations and content.</t>
      <t>The YANG module specified in this document defines a metadata annotation,
   it also extends the RPC operations of the NETCONF protocol in <xref target="RFC6241"/>
   and <xref target="RFC8526"/>.</t>
      <t>The immutable metadata annotation exposes the immutability of configuration data,
   which may provide hints for attackers to find vulnerabilities in the network,
   e.g., to leverage the immutability of some configuration to better craft an attack.
   Since immutable annotations are attached to the instances of configuration data nodes,
   it is only accessible to clients that have the permissions to read the annotated configuration nodes.</t>
      <t>The security considerations for the NETCONF protocol operations (see
   <xref section="9" sectionFormat="of" target="RFC6241"/> and <xref section="6" sectionFormat="of" target="RFC8526"/>) also apply to
   the operations extended in this document.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="the-ietf-xml-registry">
        <name>The "IETF XML" Registry</name>
        <t>This document registers one XML namespace URN in the 'IETF XML registry',
   following the format defined in <xref target="RFC3688"/>.</t>
        <artwork><![CDATA[
URI: urn:ietf:params:xml:ns:yang:ietf-immutable-annotation
Registrant Contact: The IESG.
XML: N/A, the requested URIs are XML namespaces.
]]></artwork>
      </section>
      <section anchor="the-yang-module-names-registry">
        <name>The "YANG Module Names" Registry</name>
        <t>This document registers one module name in the 'YANG Module Names'
registry, defined in <xref target="RFC6020"/>.</t>
        <artwork><![CDATA[
name: ietf-immutable-annotation
prefix: imma
namespace: urn:ietf:params:xml:ns:yang:ietf-immutable-annotation
RFC: XXXX
]]></artwork>
      </section>
      <section anchor="restconf-capability-urn-registry">
        <name>RESTCONF Capability URN Registry</name>
        <t>This document defines the following capability identifier URNs in the
"RESTCONF Capability URNs" registry defined in <xref target="RFC8040"/>:</t>
        <artwork><![CDATA[
Index
Capability Identifier
---------------------

:with-immutability
urn:ietf:params:restconf:capability:with-immutability:1.0
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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="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="RFC8526">
          <front>
            <title>NETCONF Extensions to Support the Network Management Datastore Architecture</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="2019"/>
            <abstract>
              <t>This document extends the Network Configuration Protocol (NETCONF) defined in RFC 6241 in order to support the Network Management Datastore Architecture (NMDA) defined in RFC 8342.</t>
              <t>This document updates RFCs 6241 and 7950. The update to RFC 6241 adds new and operations and augments existing,, and operations. The update to RFC 7950 requires the usage of the YANG library (described in RFC 8525) by NETCONF servers implementing the NMDA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8526"/>
          <seriesInfo name="DOI" value="10.17487/RFC8526"/>
        </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="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="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="I-D.ietf-netmod-system-config">
          <front>
            <title>System-defined Configuration</title>
            <author fullname="Qiufang Ma" initials="Q." surname="Ma">
              <organization>Huawei</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Chong Feng" initials="C." surname="Feng">
         </author>
            <date day="28" month="January" year="2026"/>
            <abstract>
              <t>   The Network Management Datastore Architecture (NMDA) in RFC 8342
   defines several configuration datastores holding configuration.  The
   contents of these configuration datastores are controlled by clients.
   This document introduces the concept of system configuration
   datastore holding configuration controlled by the system on which a
   server is running.  The system configuration can be referenced (e.g.,
   leafref) by configuration explicitly created by clients.

   This document updates RFC 8342.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-system-config-20"/>
        </reference>
        <reference anchor="RFC8527">
          <front>
            <title>RESTCONF Extensions to Support the Network Management Datastore Architecture</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="2019"/>
            <abstract>
              <t>This document extends the RESTCONF protocol defined in RFC 8040 in order to support the Network Management Datastore Architecture (NMDA) defined in RFC 8342.</t>
              <t>This document updates RFC 8040 by introducing new datastore resources, adding a new query parameter, and requiring the usage of the YANG library (described in RFC 8525) by RESTCONF servers implementing the NMDA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8527"/>
          <seriesInfo name="DOI" value="10.17487/RFC8527"/>
        </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="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="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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="TR-531" target="https://wiki.opennetworking.org/download/attachments/376340494/Draft_TR-531_UML-YANG_Mapping_Gdls_v1.1.03.docx?version=5&amp;modificationDate=1675432243513&amp;api=v2">
          <front>
            <title>UML to YANG Mapping Guidelines</title>
            <author>
              <organization>ONF</organization>
            </author>
            <date year="2023" month="February"/>
          </front>
        </reference>
        <reference anchor="TS28.623" target="https://www.3gpp.org/ftp/Specs/archive/28_series/28.623/28623-i02.zip">
          <front>
            <title>Telecommunication management; Generic Network Resource Model (NRM) Integration Reference Point (IRP); Solution Set (SS) definitions</title>
            <author>
              <organization>3GPP</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="TS32.156" target="https://www.3gpp.org/ftp/Specs/archive/32_series/32.156/32156-h10.zip">
          <front>
            <title>Telecommunication management; Fixed Mobile Convergence (FMC) Model repertoire</title>
            <author>
              <organization>3GPP</organization>
            </author>
            <date/>
          </front>
        </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="I-D.ietf-netmod-rfc8407bis">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="Andy Bierman" initials="A." surname="Bierman">
              <organization>YumaWorks</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <date day="5" month="June" year="2025"/>
            <abstract>
              <t>   This document provides guidelines for authors and reviewers of
   specifications containing YANG data models, 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.

   Also, this document updates RFC 8126 by providing additional
   guidelines for writing the IANA considerations for RFCs that specify
   IANA-maintained modules.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-28"/>
        </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="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="RFC8530">
          <front>
            <title>YANG Model for Logical Network Elements</title>
            <author fullname="L. Berger" initials="L." surname="Berger"/>
            <author fullname="C. Hopps" initials="C." surname="Hopps"/>
            <author fullname="A. Lindem" initials="A." surname="Lindem"/>
            <author fullname="D. Bogdanovic" initials="D." surname="Bogdanovic"/>
            <author fullname="X. Liu" initials="X." surname="Liu"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This document defines a logical network element (LNE) YANG module that is compliant with the Network Management Datastore Architecture (NMDA). This module can be used to manage the logical resource partitioning that may be present on a network device. Examples of common industry terms for logical resource partitioning are logical systems or logical routers. The YANG model in this document conforms with NMDA as defined in RFC 8342.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8530"/>
          <seriesInfo name="DOI" value="10.17487/RFC8530"/>
        </reference>
      </references>
    </references>
    <?line 613?>

<section anchor="use-cases">
      <name>Detailed Use Cases</name>
      <section anchor="uc1-modeling-of-server-capabilities">
        <name>UC1 - Modeling of server capabilities</name>
        <t>System capabilities might be represented as immutable configuration.
   Configurable data nodes might need constraints specified as
   "when", "must" or "path" statements to ensure that configuration is set
   according to the system's capabilities. For example,</t>
        <ul spacing="normal">
          <li>
            <t>A timer can support the values 1,5,8 seconds. This is defined in the
   leaf-list 'supported-timer-values'.</t>
          </li>
          <li>
            <t>When the configurable 'interface-timer' leaf is set, it should be ensured
   that one of the supported values is used.  The natural solution would be to
   make the 'interface-timer' a leaf-ref pointing at the 'supported-timer-values'.</t>
          </li>
        </ul>
        <t>However, this is not possible as 'supported-timer-values' must be
   read-only thus "config false" while 'interface-timer' must be writable
   thus "config true".  According to the rules of YANG it is not allowed
   to put a constraint between "config true" and "config false" data nodes.</t>
        <t>The solution is that the supported-timer-values data node in the YANG
   Model shall be defined as "config true" and shall also be marked with
   the "immutable" annotation making it unchangeable. After this the
   'interface-timer' shall be defined as a leaf-ref pointing at the
   'supported-timer-values'.</t>
      </section>
      <section anchor="uc2-hardware-based-auto-configuration-interface-example">
        <name>UC2 - Hardware based auto-configuration - Interface Example</name>
        <t><xref target="RFC8343"/> defines a YANG data model for the management of network
   interfaces.  When a system-controlled interface is physically present,
   the system creates an interface entry with valid name and type
   values in &lt;system&gt; (if exists, see <xref target="I-D.ietf-netmod-system-config"/>).</t>
        <t>The system-generated type value is dependent on and represents the hardware
   present, and as a consequence cannot be changed by the client.  If a
   client tries to set the type of an interface to a value that can
   never be used by the system, the request will be rejected by the
   server.  The data is modeled as "config true" and thus should be annotated
   as immutable.</t>
        <t>Seemingly an alternative would be to model the list and these leafs
   as "config false", but that does not work because:</t>
        <ul spacing="normal">
          <li>
            <t>The list cannot be marked as "config false", because it needs to contain
  configurable child nodes, e.g., IP address or enabled;</t>
          </li>
          <li>
            <t>The key leaf (name) cannot be marked as "config false" as the list
  itself is "config true";</t>
          </li>
          <li>
            <t>The type cannot be marked "config false", because we <bcp14>MAY</bcp14> need to
  reference the type to make different configuration nodes
  conditionally available.</t>
          </li>
        </ul>
      </section>
      <section anchor="uc3-predefined-administrator-roles">
        <name>UC3 - Predefined Administrator Roles</name>
        <t>User and group management is fundamental for setting up access
   control rules (see <xref section="2.5" sectionFormat="of" target="RFC8341"/>).</t>
        <t>A device may provide a predefined user account (e.g., a system
   administrator that is always available and has full privileges) for
   initial system set up and management of other users/groups.  It is
   possible that a new user/group can be defined granted particular privileges,
   but the predefined administrator account and its granted access are immutable.</t>
      </section>
      <section anchor="uc4-declaring-immutable-system-configuration-from-the-perspective-of-a-logical-network-element-lne">
        <name>UC4 - Declaring immutable system configuration from the perspective of a logical network element (LNE)</name>
        <t>A logical network element (LNE), as described in <xref target="RFC8530"/>, is an independently managed virtual
   network device made up of resources allocated to it from its host or
   parent network device.  The host device may allocate some
   resources to an LNE, which from an LNE's perspective is provided by
   the system and may not be modifiable.</t>
        <t>For example, a host may allocate an interface to an LNE with a valid
   MTU value as its management interface, so that the allocated
   interface should then be accessible as the LNE-specific instance of
   the interface model.  The assigned MTU value is system-created and
   immutable from the context of the LNE.</t>
      </section>
    </section>
    <section anchor="examples-of-servers-immutable-behavior">
      <name>Examples of Server's Immutable Behavior</name>
      <t>This section provides some examples to illustrate the server's behavior with
  immutable flag. These examples are not intended as recommendations for
  real-world deployments. The following fictional module is used throughout this section:</t>
      <artwork><![CDATA[
module example-user-group {
  yang-version 1.1;
  namespace "urn:example:user-group";
  prefix ex-urp;

  import iana-crypt-hash {
    prefix ianach;
  }
 
  organization
    "Example, Inc.";

  contact
    "Support at example.com";

  description
    "An example module for basic user and group management.";

  revision "2026-02-26" {
    description
      "Initial version.";
    reference
      "RFC XXXX: YANG Metadata Annotation for Immutable Flag";
  }

  container user-groups {
    description
      "A container for user and group management";
    list group {
      key "name";
      description
        "The list of access user-groups";
      leaf name {
        type string;
        description
          "Unique name identifier for the user-group";
      }
      leaf description {
        type string;
        description
          "Human-readable description of the group";
      }
      leaf access-level {
        type enumeration {
          enum admin;
          enum power;
          enum normal;
          enum guest;
        }
        description
          "Permission level assigned to the group";
      }
      list user {
        key "name";
        description
          "List of users belonging to the group";
        leaf name {
          type string;
          description
            "Unique name identifier for the user";
        }
        leaf password {
          type ianach:crypt-hash;
          description
            "Cryptographically hashed user password";
        }
        leaf full-name {
          type string;
          description
            "Human-readable full name of the user";
        }
      }
      leaf-list tag {
        type string;
        ordered-by user;
        description
          "User-ordered tags for categorizing the user-group";
      }
    }
  }
}
]]></artwork>
      <section anchor="NETCONF-example">
        <name>NETCONF Example to Retrieve Immutable Configuration</name>
        <t><xref target="NETCONF-with-immutability"/> illustrates a NETCONF request example to retrieve "user-groups"
   configuration in &lt;system&gt; with "with-immutability" parameter and the response a server might return.</t>
        <figure anchor="NETCONF-with-immutability">
          <name>A NETCONF Example to Retrieve Immutable Configuration</name>
          <artwork><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

<rpc message-id="101"
     xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
  <get-data xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-nmda"
            xmlns:sysds="urn:ietf:params:xml:ns:yang:ietf-system-\
                                                          datastore">
    <datastore>sysds:system</datastore>
    <subtree-filter>
      <user-groups xmlns="urn:example:user-group"/>
    </subtree-filter>
    <with-immutability/>
  </get-data>
</rpc>

<rpc-reply message-id="101"
       xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
  <data xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-nmda">
    <user-groups xmlns="urn:example:user-group"
      xmlns:imma="urn:ietf:params:xml:ns:yang:ietf-immutable-\
                                                          annotation"
      imma:immutable="false">
      <group imma:immutable="true">
        <name>administrator</name>
        <description imma:immutable="false">administrator group</\
                                                         description>
        <access-level>admin</access-level>
        <user>
          <name>ex-username-1</name>
          <password>$5$rounds=10000$mysalt123456789$l4BjA1p/8q.qCYJ.\
                               2pLqjR5mCJf2bP7cLpYWmnC7Hq8</password>
        </user>
        <user imma:immutable="false">
          <name>ex-username-2</name>
          <password>$1$/h1234q$abcdef1234567890abcdef</password>
        </user>
        <tag>system</tag>
        <tag>non-editable</tag>
      </group>
      <group imma:immutable="false">
        <name>power-users</name>
        <description>Power user group</description>
        <access-level>power</access-level>
        <user>
          <name>ex-username-3</name>
          <password>$1$/h4567q$abcdef2345678901abcdef</password>
        </user>
        <tag>system</tag>
        <tag>editable</tag>
      </group>
    </user-groups>
  </data>
</rpc-reply>
]]></artwork>
        </figure>
      </section>
      <section anchor="RESTCONF-example">
        <name>RESTCONF Example to Retrieve Immutable Configuration</name>
        <t><xref target="RESTCONF-with-immutability"/> illustrates a RESTCONF request example to retrieve "user-groups"
  configuration in &lt;system&gt; with "with-immutability" query parameter and the response a server might return.</t>
        <figure anchor="RESTCONF-with-immutability">
          <name>A RESTCONF Example to Retrieve Immutable Configuration</name>
          <artwork><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

GET /restconf/ds/ietf-system-datastore:system/example-user-group:\
                               user-groups?with-immutability HTTP/1.1
Host: example.com
Accept: application/yang-data+json


HTTP/1.1 200 OK
Date: Fri, 9 Jan 2026 15:56:30 GMT
Server: example-server
Content-Type: application/yang-data+json
Cache-Control: no-cache
ETag: "a74eefc993a2b"
Last-Modified: Mon, 5 Jan 2026 14:02:14 GMT

{
  "example-user-group:user-groups": {
    "@": {
      "ietf-immutable-annotation:immutable": false
    },
    "group": [
      {
        "@": {
          "ietf-immutable-annotation:immutable": true
        },
        "name": "administrator",
        "description": "administrator group",
        "@description": {
          "ietf-immutable-annotation:immutable": false
        },
        "access-level": "admin",
        "user": [
          {
            "name": "ex-username-1",
            "password": "$5$rounds=10000$mysalt123456789$l4BjA1p/8q.\
                                    qCYJ.2pLqjR5mCJf2bP7cLpYWmnC7Hq8"
          },
          {
            "@": {
              "ietf-immutable-annotation:immutable": false
            },
            "name": "ex-username-2",
            "password": "$1$/h1234q$abcdef1234567890abcdef"
          }
        ],
        "tag": ["system", "non-editable"]
      },
      {
        "@": {
          "ietf-immutable-annotation:immutable": false
        },
        "name": "power-users",
        "description": "Power user group",
        "access-level": "power",
        "user": [
          {
            "name": "ex-username-3",
            "password": "$1$/h4567q$abcdef2345678901abcdef"
          }
        ],
        "tag": ["system", "editable"]
      }
    ]
  }
}
]]></artwork>
        </figure>
      </section>
      <section anchor="inherit">
        <name>The Inheritance of Immutability</name>
        <t>In the example in <xref target="NETCONF-with-immutability"/> and <xref target="RESTCONF-with-immutability"/>, there are two "group" list entries inside "user-groups"
container node. The "immutable" metadata attribute for "user-groups" container
instance is "false", which is also its default value as the top-level element,
and thus can be omitted. The "administrator" list entry is immutable
with the immutability of its descendant nodes "description" and "user" list entry of "ex-username-2" being explicitly toggled.
Other descendant nodes inside "administrator" list entry inherit the immutability of the list entry thus are also immutable.</t>
        <t>The "immutable" metadata attribute
for "power-users" list entry is "false", which is also the same
value as its parent node (i.e., the "user-groups" container), and thus can be omitted.
Other descendant nodes inside "power-users" group inherit the immutability of the list entry thus are also mutable.</t>
      </section>
      <section anchor="imm-list">
        <name>Immutability of the list</name>
        <t>In the example in <xref target="NETCONF-with-immutability"/> and <xref target="RESTCONF-with-immutability"/>, the "group" list as a whole inherits immutability from the
 container "user-groups", which is mutable. One of the list entry named "administrator" is immutable,
 and the other entry named "power-user" is mutable. The client is able to copy the entire "user-groups"
 container in &lt;running&gt;, add new "group" entries, modify the values of descendant nodes of "power-users" list entry,
 but the values of descendant nodes of "administrator" list entry cannot be overridden with different values except
 for the "description" and "ex-username-2" user list entry nodes, which is explicitly reset to be mutable.
 The client may also subsequently delete any copied "group" entries or the entire
 "user-groups" container, which will not prevent the deleted data being present in &lt;intended&gt; (if implemented) assuming it
 is still contained in &lt;system&gt;.</t>
        <t>The "user" list inside the "administrator" group list entry as a whole inherits immutability from the
 list entry, which is immutable. Thus the client cannot add new user entries inside "administrator" group.
 As one of the user entry named "ex-username-1" is immutable through inheritance,
 and the other "ex-username-2" user entry is explicitly set to be mutable. The client cannot
 modify the "password" parameter, or add a "full-name" value for user "ex-username-1".
 but is allowed to update (e.g., modify the "password" value, or add a "full-name" value)
 the list entry for user "ex-username-2". The client may copy or subsequently delete any of the two list entries in &lt;running&gt;,
 but there is no way to delete the nodes from &lt;intended&gt; (if implemented).</t>
      </section>
      <section anchor="imm-leaf-list">
        <name>Immutability of the leaf-list</name>
        <t>In the example in <xref target="NETCONF-with-immutability"/> and <xref target="RESTCONF-with-immutability"/>, the user-ordered "tag" leaf-list node inside the "administrator" group entry as a whole inherits immutability from the list entry, which is immutable. Thus the client cannot add, modify, or reorder
entries, the client may copy or subsequently delete any of the two leaf-list entries in &lt;running&gt;,
but there is no way to delete the nodes from &lt;intended&gt; if those entries appear in &lt;system&gt;.</t>
        <t>The leaf-list node instance inside the "power-users" group entry as a whole inherits
immutability from the list entry, which is mutable. Thus the client can add or reorder
entries, the client may copy or subsequently delete any of the two leaf-list entries in &lt;running&gt;,
but there is no way to delete the nodes from &lt;intended&gt; if those entries appear in &lt;system&gt;.</t>
      </section>
      <section anchor="error-response-to-clients-overriding-immutable-configuration">
        <name>Error Response to Clients Overriding Immutable Configuration</name>
        <t><xref target="NETCONF-error"/> provides examples of an attempt to override immutable configuration and the error response that the server might return.</t>
        <figure anchor="NETCONF-error">
          <name>An Example to Override Immutable Configuration with Error Response</name>
          <artwork><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

<rpc message-id="102"
     xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
  <edit-config>
    <target>
      <running/>
    </target>
    <config>
      <user-groups xmlns="urn:example:user-group">
        <group>
          <name>administrator</name>
          <access-level>guest</access-level>
        </group>
      </user-groups>
    </config>
  </edit-config>
</rpc>

<rpc-reply message-id="102" 
       xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
  <rpc-error>
    <error-type>application</error-type>
    <error-tag>invalid-value</error-tag>
    <error-severity>error</error-severity>
    <error-path xmlns="urn:example:user-group">
      /user-groups/group[name="administrator"]/access-level
    </error-path>
    <error-message xml:lang="en">
      Invalid access-level value due to the target node is marked \
                                                         as immutable
    </error-message>
  </rpc-error>
</rpc-reply>
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="implementations">
      <name>Existing Implementations</name>
      <t>Note to the RFC Editor: Please remove this section prior to publication.</t>
      <t>There are already a number of full or partial implementations of
   immutability:</t>
      <ul spacing="normal">
        <li>
          <t>3GPP TS 32.156 <xref target="TS32.156"/> and 28.623 <xref target="TS28.623"/>: Requirements
   and a partial solution</t>
        </li>
        <li>
          <t>ITU-T using ONF TR-531 <xref target="TR-531"/> concept on information model level but
   no YANG representation.</t>
        </li>
        <li>
          <t>Ericsson: requirements and solution</t>
        </li>
        <li>
          <t>YumaPro: requirements and solution</t>
        </li>
        <li>
          <t>Nokia: partial requirements and solution</t>
        </li>
        <li>
          <t>Huawei: partial requirements and solution</t>
        </li>
        <li>
          <t>Cisco using the concept at least in some YANG modules</t>
        </li>
        <li>
          <t>Junos OS provides a hidden and immutable configuration group
   called junos-defaults</t>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Kent Watsen, Jan Lindblad, Jason Sterne, Robert Wilton, Andy Bierman,
   Juergen Schoenwaelder, Reshad Rahman, Anthony Somerset, Lou Berger, Joe Clarke,
   and Scott Mansfield for reviewing, and providing important inputs to this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
ZwgvwjhNJk5Qxl+znpxWnOeqJW9HVM06zNHqc8ALNpuvQsDCbmBl4a2AOcDX
U7D/5lMJDeBQbUDr1VbDg4Zx+5tRUiJzsrZpUiHyFThxqZ1jofjFlBs4rXSr
+GYZgEyuLyfD/JxUky+6Rn/ovNFKWaDLI0xmwhaMs67Ar2uEGFYA284KYj91
7vb540ZMEkzSj2sazDq2BUY99LI6xBDa5TO9fNMVouKdlftsmgDPyh5PtkZF
V5OaCiDzARyO2XOxis4ZvfD/Ybv+o4Ha+LShqMvXVSZf7ZzLRyiePnnWV6VB
LxoNbAitwKjIQdm0o9GLZm+rJ0U7X2Zxkr9YdX9BLgIMMKaHiZEmlkCb3og3
DLYZKvc+QdOjc5phQDVJt5hHjNVP3hR3+2cKkJpczb1rHuy5lVG7Xfuc38sX
F1jA1h5HGACSUnC161oBDjpqjDYpmt/t1s20WyEaen23q3G919jtwinu8WG2
sQZ0ueJI73eo9z9Q2cHtMdFwzx7TnbdY0SY5v+X0nQInmQWXH5jJX0i3ZXO8
bIqVX6KY1Z6BYxcF854XT9jt0jP7imunrFjTD0jQyrvdb9its6QDiGsC8ZK7
Xe+ZfRWPbM9Zn/eJHkeOIdBZ2O6V9wkvaQ25992j72APCXB2bwv+fTdb5kFc
9PrbO48eP3n67Lt45+Vv+7159+nvnd8Pfv6xc+NW+/O3v//24dHs4Mdx/+L0
yfDt/OefZsnBkze/P93tmmUt/F1/A7t8qW7tgddvs792m73vulPc1e/fBRfD
UTg2O9zi328FG6jRPS168Gf/L/j1SixLR5C9v+9yQOwGei3vkXdI1ittMl9H
rnun+B5bP0KUt6AsmvwbKGv7RpQjjjXKDcZ7fxrKb0Y3Tygij6W1I6lZRO/Z
9rEr7RLTU/Y+dlDza8Mv7ribDVXpZolGlNPk8mYjyix8FyvqXkZU+WNu/xJT
ClvRdnUhSXeUd2uvIooV0a1GfQY3SjkHVd9XaeXN+flpt9fpNd6kePHOCcE0
sJh0Ds8C/vYMorZL8SUE66+/4cfqGw09XvW3ttT7/2gc8hfQs6ilnqkfA76l
onqPBo8eD7a31Ot35w0O65m12ozkxgHXeLbPwaVYu+gB1gu2pcZ1AO5xe4hP
GkfnwWSgmsGTnTAcD5892w76F83GW8Bg+5006huod3iz6ZED2c5gqz/o7RBk
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
K8h/Ay9Cs8uBnwAA

-->

</rfc>
