<?xmlversion="1.0"?>version="1.0" encoding="UTF-8"?> <!DOCTYPE rfcSYSTEM "rfc2629.dtd" []> <?rfc comments="yes"?> <?rfc compact="no"?> <?rfc inline="yes"?> <?rfc sortrefs="yes"?> <?rfc subcompact="no"?> <?rfc symrefs="yes"?> <?rfc toc="yes"?> <?rfc tocdepth="5"?> <?rfc tocindent="yes"?> <?rfc tocompact="yes"?>[ <!ENTITY nbsp " "> <!ENTITY zwsp "​"> <!ENTITY nbhy "‑"> <!ENTITY wj "⁠"> ]> <rfccategory="std"xmlns:xi="http://www.w3.org/2001/XInclude" docName="draft-ietf-netmod-nmda-diff-12"ipr="trust200902">number="9144" ipr="trust200902" obsoletes="" updates="" submissionType="IETF" category="std" consensus="true" xml:lang="en" sortRefs="true" symRefs="true" tocInclude="true" tocDepth="5" version="3"> <front> <titleabbrev="">Comparisonabbrev="NMDA Datastores">Comparison ofNMDA datastores</title>Network Management Datastore Architecture (NMDA) Datastores</title> <seriesInfo name="RFC" value="9144"/> <author fullname="Alexander Clemm" initials="A." surname="Clemm"> <organization>Futurewei</organization> <address> <postal> <street>2330 Central Expressway</street> <city>SantaClara,</city> <country>USA</country> <code>CA 95050</code>Clara</city> <region>CA</region> <country>United States of America</country> <code>95050</code> </postal><phone></phone><phone/> <email>ludwig@clemm.org</email> </address> </author> <author fullname="Yingzhen Qu" initials="Y." surname="Qu"> <organization>Futurewei</organization> <address> <postal> <street>2330 Central Expressway</street> <city>SantaClara,</city> <country>USA</country> <code>CA 95050</code>Clara</city> <region>CA</region> <country>United States of America</country> <code>95050</code> </postal><phone></phone><phone/> <email>yqu@futurewei.com</email> </address> </author> <author fullname="Jeff Tantsura" initials="J." surname="Tantsura"> <organization>Microsoft</organization> <address> <email>jefftant.ietf@gmail.com</email> </address> </author> <author fullname="Andy Bierman" initials="A." surname="Bierman"> <organization>YumaWorks</organization> <address> <email>andy@yumaworks.com</email> </address> </author> <date year="2021" month="December" /> <keyword>Troubleshooting</keyword> <keyword>YANG RPC</keyword> <keyword>YANG Data Model</keyword> <abstract> <t> This document definesan RPCa Remote Procedure Call (RPC) operation to compare management datastores that comply with theNMDA architecture.Network Management Datastore Architecture (NMDA). </t> </abstract> </front> <middle> <section anchor="intro"title="Introduction">numbered="true" toc="default"> <name>Introduction</name> <t> The revisedNetwork Management Datastore Architecture (NMDA)NMDA <xreftarget="RFC8342"/>target="RFC8342" format="default"/> introduces a set of new datastores that each hold YANG-defined data <xreftarget="RFC7950"/>target="RFC7950" format="default"/> and represent a different“viewpoint”"viewpoint" on the data that is maintained by a server. New YANG datastores that are introduced include <intended>, which contains validated configuration data that a client application intends to be in effect, and <operational>, which contains operational state data (such as statistics) as well as configuration data that is actually in effect. </t> <t> NMDAintroducesintroduces, ineffecteffect, a concept of“lifecycle”"lifecycle" for management data, distinguishing between data that is part of a configuration that was supplied by a user, configuration data that has actually been successfully applied and that is part of the operational state, and the overall operational state that includes applied configuration data as well as status and statistics. </t> <t> As a result, data from the same management model can be reflected in multiple datastores. Clients need to specify the target datastore to be specific about which viewpoint of the data they want to access. For example, a client application can differentiate whether they are interested in the configuration that is supplied to a server andthatis supposed to be ineffect,effect or the configuration that has been applied and is actually in effect on the server. </t> <t>Due to the fact that data can propagate from one datastore to another, it is possible for differences between datastores to occur. Some of this is entirely expected, as there may be a time lag between when a configuration is given to the device and reflected in<intended>,<intended> until when it actually takes effect and is reflected in <operational>. However, there may be cases when a configuration item that was to be applied may not actually take effect at all or needs an unusually long time to do so. This can be the case due to certain conditions not being met, certain parts of the configuration not propagating because they are considered inactive, resource dependencies not being resolved, or even implementation errors in corner conditions. </t> <t>When the configuration that is in effect is different from the configuration that was applied, many issues can result. It becomes more difficult to operate the network properly due to limited visibility of the actual operationalstatusstatus, which makes it more difficult to analyze and understand what is going on in the network. Services may be negatively affected (for example, degrading or breaking a customerservice)service), and network resources may be misallocated. </t> <t> Applications can potentially analyze any differences between two datastores by retrieving the contents from both datastores and comparing them. However, in manycasescases, this will beat the same timeboth costly and extremely wasteful. </t> <t> This document introduces a YANG data modelwhichthat definesRPCs,RPCs intended to be used in conjunction with NETCONF <xreftarget="RFC6241"/>target="RFC6241" format="default"/> or RESTCONF <xreftarget="RFC8040"/>, thattarget="RFC8040" format="default"/>. These RPCs allow a client to request a server to compare two NMDA datastores and report any differences. </t> </section> <sectiontitle="Key Words"> <t>Thenumbered="true" toc="default"> <name>Key Words</name> <t> The key words"MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY","<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"OPTIONAL""<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as described inBCP 14BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here. </t> </section> <sectiontitle="Definitions and Acronyms"> <t> <list style="empty"> <t>NMDA: Network Management Datastore Architecture</t> <t>RPC: Remote Procedure Call</t> </list> </t> </section> <section title="Dataanchor="Overview" numbered="true" toc="default"> <name>Data ModelOverview" anchor="Overview">Overview</name> <t> The core of the solution is a new management operation, <compare>, that compares the data tree contents of two datastores. The operation checks whether there are any differences in values or in data nodes that are contained in eitherdatastore,datastore and returns any differences as output. The output is returned in the format specified inYANG-PatchYANG Patch <xreftarget="RFC8072"/>.target="RFC8072" format="default"/>. </t> <t> The YANG data model defines the <compare> operation as a new RPC. The operation takes the following input parameters:<list style="symbols"> <t>source:</t> <dl spacing="normal"> <dt>source:</dt><dd> The source identifies the datastorethat willto serve as the reference for thecomparison,comparison -- forexample <intended>.</t> <t>target:example, <intended>.</dd> <dt>target:</dt><dd> The target identifies the datastore to compare against thesource,source -- forexample <operational>.</t> <t>filter-spec:example, <operational>.</dd> <dt>filter-spec:</dt><dd> This is a choice between different filter constructs to identify the parts of the datastore to be retrieved. It acts as a node selector that specifies which data nodes are within the scope of the comparison and which nodes are outside the scope. This allows a comparison operation to be applied only to a specific part of the datastore that is of interest, such as a particular subtree.Note,Note that the filter does not allow expressions that match against data node values, since this may incur implementation difficulties and is not required for normal use cases.</t> <t>all:</dd> <dt>all:</dt><dd> When set, this parameter indicates that all differences should be included, including differences pertaining to schema nodes that exist in only one of the datastores. When this parameter is not included, a prefiltering step is automatically applied to exclude data from the comparison that does not pertain to both datastores: if the same schema node is not present in both datastores, then all instances of that schema node and all its descendants are excluded from the comparison. This allows client applications to focus on the differences that constitute true mismatches of instance data without needing to specify more complex filterconstructs.</t> <t>report-origin:constructs.</dd> <dt>report-origin:</dt><dd> When set, this parameter indicates that origin metadata should be included as part of RPC output. When this parameter is omitted, origin metadata in comparisons that involve <operational> is by default omitted. Note that origin metadata only applies to<operational><operational>; it is therefore also omitted in comparisons that do not involve <operational> regardless of whether or not the parameter is set.</t> </list> </t></dd> </dl> <t> The operation provides the following output parameter:<list style="symbols"> <t>differences:</t> <dl spacing="normal"> <dt>differences:</dt><dd> This parameter contains the list of differences. Those differences are encoded per theYANG-PatchYANG Patch data model defined inRFC8072.<xref target="RFC8072"/>. When a datastore node in the source of the comparison is not present in the target of the comparison, this can be indicated either as a "delete" or as a "remove" in the patch as there is no differentiation between those operations for the purposes of the comparison. TheYANG-PatchYANG Patch data model is augmented to indicate the value of source datastore nodes in addition to the patch itself that would need to be applied to the source to produce the target. When the target datastore is <operational> and the input parameter "report-origin" is set,"origin"origin metadata is included as part of the patch. Including origin metadata can helpin some casesexplain the cause of adifference,difference in some cases -- forexampleexample, when a data node is part of <intended> but the origin of the same data node in <operational> is reported as"system".</t> </list> </t>"system".</dd> </dl> <t>The data model is defined in the ietf-nmda-compare YANG module. Its structure is shown in the following figure. The notation syntax follows <xreftarget="RFC8340"/>.</t> <t> <figure align="center" title="Structure of ietf-nmda-compare"> <artwork align="left">target="RFC8340" format="default"/>.</t> <figure> <name>Structure of ietf-nmda-compare</name> <sourcecode name="" type="yangtree" ><![CDATA[ module: ietf-nmda-compare rpcs: +---x compare +---w input | +---w source identityref | +---w target identityref | +---w all? empty | +---w report-origin? empty | +---w (filter-spec)? | +--:(subtree-filter) | | +---w subtree-filter? | +--:(xpath-filter) | +---w xpath-filter? yang:xpath1.0 {nc:xpath}? +--ro output +--ro (compare-response)? +--:(no-matches) | +--ro no-matches? empty +--:(differences) +--ro differences +--ro yang-patch +--ro patch-id string +--ro comment? string +--ro edit* [edit-id] +--ro edit-id string +--ro operation enumeration +--ro target target-resource-offset +--ro point? target-resource-offset +--ro where? enumeration +--ro value? +--ro source-value?</artwork> </figure></t>]]></sourcecode> </figure> </section> <sectiontitle="YANGnumbered="true" toc="default"> <name>YANG DataModel">Model</name> <t><figure> <artwork><![CDATA[ <CODE BEGINS> file "ietf-nmda-compare@2021-08-06.yang"This YANG module includes references to <xref target="RFC6991"/>, <xref target="RFC8342"/>, <xref target="RFC8072"/>, and <xref target="RFC6241"/>. </t> <sourcecode name="ietf-nmda-compare@2021-11-17.yang" type="yang" markers="true"><![CDATA[ module ietf-nmda-compare { yang-version 1.1; namespace "urn:ietf:params:xml:ns:yang:ietf-nmda-compare"; prefix cmp; import ietf-yang-types { prefix yang; reference "RFC 6991: Common YANG Data Types"; } import ietf-datastores { prefix ds; reference "RFC 8342: Network Management Datastore Architecture (NMDA)"; } import ietf-yang-patch { prefix ypatch; reference "RFC 8072: YANG Patch Media Type"; } import ietf-netconf { prefix nc; reference"RFC6241:"RFC 6241: Network Configuration Protocol (NETCONF)"; } organization"IETF";"IETF NETMOD (Network Modeling) Working Group"; contact "WG Web:<https://datatracker.ietf.org/wg/netconf/><https://datatracker.ietf.org/wg/netmod/> WG List:<mailto:netconf@ietf.org><mailto:netmod@ietf.org> Author: Alexander Clemm <mailto:ludwig@clemm.org> Author: Yingzhen Qu <mailto:yqu@futurewei.com> Author: Jeff Tantsura <mailto:jefftant.ietf@gmail.com> Author: Andy Bierman <mailto:andy@yumaworks.com>"; description "The YANG data model defines a new operation, <compare>, that can be used to compare NMDA datastores. Copyright (c) 2021 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, theSimplifiedRevised 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 ofdraft-ietf-netmod-nmda-diff-12;RFC 9144; see the RFC itself for full legalnotices. NOTE TO RFC EDITOR: Please replace above reference to draft-ietf-netmod-nmda-diff-12 with RFC number when published (i.e. RFC xxxx).";notices."; revision2021-08-062021-11-17 { description "Initialrevision. NOTE TO RFC EDITOR: (1)Please replace the above revision date to the date of RFC publication when published. (2) Please replace the date in the file name (ietf-nmda-compare@2021-08-06.yang) to the date of RFC publication. (3) Please replace the following reference to draft-ietf-netmod-nmda-diff-12 with RFC number when published (i.e. RFC xxxx).";revision."; reference"draft-ietf-netmod-nmda-diff-12:"RFC 9144: Comparison ofNMDA datastores";Network Management Datastore Architecture (NMDA) Datastores"; } /* RPC */ rpc compare { description "NMDA datastore compare operation."; input { leaf source { type identityref { base ds:datastore; } mandatory true; description "The source datastore to be compared."; } leaf target { type identityref { base ds:datastore; } mandatory true; description "The target datastore to be compared."; } leaf all { type empty; description "When this leaf is provided, all data nodes are compared, whether their schema node pertains to both datastores or not. When this leaf is omitted, a prefiltering step is automatically applied that excludes data nodes from the comparison that can occur in only one datastore but not the other. Specifically, if one of the datastores (source or target) contains only configuration data and the other datastore is <operational>, data nodes forwhichthe config that is false are excluded from the comparison."; } leaf report-origin { type empty; description "When this leaf is provided, origin metadata is included as part of RPC output. When this leaf is omitted, origin metadata in comparisons that involve <operational> is by default omitted."; } choice filter-spec { description "Identifies the portions of the datastores to be compared."; anydata subtree-filter { description "This parameter identifies the portions of the target datastore to retrieve."; reference "RFC 6241, Section 6."; } leaf xpath-filter { if-featurenc:xpath;"nc:xpath"; type yang:xpath1.0; description "This parameter contains an XPath expression identifying the portions of the target datastore to retrieve."; reference "RFC 6991: Common YANG Data Types"; } } } output { choice compare-response { description "Comparison results."; leaf no-matches { type empty; description "This leaf indicates that the filter did not match anything and nothing was compared."; } container differences { description "The list of differences, encoded perRFC8072RFC 8072 with an augmentation to include source values where applicable. When a datastore node in the source is not present in the target, this can be indicated either as a 'delete' or as a 'remove' as there is no difference between them for the purposes of the comparison."; uses ypatch:yang-patch { augment "yang-patch/edit" { description"Provide"Provides the value of the source of the patch, respectively of the source of the comparison, in addition to the target value, where applicable."; anydata source-value { when "../operation = 'delete'" + "or ../operation = 'merge'" + "or ../operation = 'move'" + "or ../operation = 'replace'" + "or ../operation = 'remove'"; description "The anydata 'value' is only used for 'delete', 'move', 'merge', 'replace', and 'remove' operations."; } reference "RFC 8072: YANG Patch Media Type"; } } } } } } }<CODE ENDS> ]]></artwork></figure> </t>]]></sourcecode> </section> <sectiontitle="Example">numbered="true" toc="default"> <name>Example</name> <t> The following example compares the difference between <operational> and <intended> for a subtree under "interfaces". The subtree contains a subset of objects that are defined in a YANG data model for the management of interfaces defined in <xreftarget="RFC8343"/>.target="RFC8343" format="default"/>. For the purposes of understanding the subsequent example, the following excerpt of the data model whose instantiation is the basis of the comparison is provided:<figure> <artwork align="left"><![CDATA[</t> <sourcecode name="" type="yang"><![CDATA[ container interfaces { description "Interface parameters."; list interface { key "name"; leaf name { type string; description "The name of theinterface".interface."; } leaf description { type string; description "A textual description of the interface."; } leaf enabled { type boolean; default "true"; description "This leaf contains the configured, desired state of theinterface.";"interface."; } } }]]></artwork> </figure> </t>]]></sourcecode> <t> The contents of <intended> and <operational>datastores: <figure> <artwork align="left"><![CDATA[ //INTENDEDdatastores in XML <xref target="W3C.REC-xml-20081126"/>: </t> <sourcecode name="" type="xml"><![CDATA[ <!--INTENDED--> <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> <interface> <name>eth0</name> <enabled>false</enabled> <description>ip interface</description> </interface> </interfaces>//OPERATIONAL]]></sourcecode> <sourcecode name="" type="xml"><![CDATA[ <!--OPERATIONAL--> <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces" xmlns:or="urn:ietf:params:xml:ns:yang:ietf-origin"> <interface or:origin="or:learned"> <name>eth0</name> <enabled>true</enabled> </interface> </interfaces>]]></artwork> </figure> </t>]]></sourcecode> <t> <operational> does not contain an instance for leaf "description" that is contained in <intended>. Another leaf, "enabled", has different values in the two datastores, being "true" in <operational> and "false" in <intended>. A third leaf, "name", is the same in both cases. The origin of the leaf instances in <operational> is "learned", which may help explain the discrepancies. </t> <t> RPC request to compare <operational> (source of the comparison) with<intended>(target<intended> (target of the comparison):<figure> <artwork align="left"><![CDATA[</t> <sourcecode name="" type="xml"><![CDATA[ <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <compare xmlns="urn:ietf:params:xml:ns:yang:ietf-nmda-compare" xmlns:ds="urn:ietf:params:xml:ns:yang:ietf-datastores"> <source>ds:operational</source> <target>ds:intended</target> <report-origin/> <xpath-filter xmlns:if="urn:ietf:params:xml:ns:yang:ietf-interfaces"> /if:interfaces </xpath-filter> </compare> </rpc>]]></artwork> </figure> </t>]]></sourcecode> <t> RPCreply,reply when a difference is detected:<figure> <artwork align="left"><![CDATA[</t> <sourcecode name="" type="xml"><![CDATA[ <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101"> <differences xmlns="urn:ietf:params:xml:ns:yang:ietf-nmda-compare" xmlns:or="urn:ietf:params:xml:ns:yang:ietf-origin"> <yang-patch> <patch-id>interface status</patch-id> <comment> diff between operational (source) and intended (target) </comment> <edit> <edit-id>1</edit-id> <operation>replace</operation> <target>/ietf-interfaces:interface=eth0/enabled</target> <value><if:enabled>false<if:enabled><if:enabled>false</if:enabled> </value> <source-value> <if:enabled or:origin="or:learned">true</if:enabled> </source-value> </edit> <edit> <edit-id>2</edit-id> <operation>create</operation> <target>/ietf-interfaces:interface=eth0/description</target> <value> <if:description>ipinterface<description>interface</if:description> </value> </edit> </yang-patch> </differences> </rpc-reply>]]></artwork> </figure> </t>]]></sourcecode> <t> The same request in RESTCONF (using JSONformat): <figure> <artwork align="left"><![CDATA[format <xref target="RFC7951"/>): </t> <sourcecode name="" type="json"><![CDATA[ POST /restconf/operations/ietf-nmda-compare:compare HTTP/1.1 Host: example.com Content-Type: application/yang-data+json Accept: application/yang-data+json { "ietf-nmda-compare:input" : { "source" : "ietf-datastores:operational", "target" : "ietf-datastores:intended", "report-origin" : null, "xpath-filter" : "/ietf-interfaces:interfaces" } }]]></artwork> </figure> </t>]]></sourcecode> <t> The same response in RESTCONF (using JSON format):<figure> <artwork align="left"><![CDATA[</t> <sourcecode name="" type="json"><![CDATA[ HTTP/1.1 200 OK Date: Thu, 24 Jan 2019 20:56:30 GMT Server: example-server Content-Type: application/yang-data+json { "ietf-nmda-compare:output" : { "differences" : { "ietf-yang-patch:yang-patch" : { "patch-id" : "interface status", "comment" : "diff between intended (source) and operational", "edit" : [ { "edit-id" : "1", "operation" : "replace", "target" : "/ietf-interfaces:interface=eth0/enabled", "value" : { "ietf-interfaces:interface/enabled" : "false" }, "source-value" : { "ietf-interfaces:interface/enabled" : "true", "@ietf-interfaces:interface/enabled" : { "ietf-origin:origin" : "ietf-origin:learned" } } }, { "edit-id" : "2", "operation" : "create", "target" : "/ietf-interfaces:interface=eth0/description", "value" : { "ietf-interface:interface/description" : "ip interface" } } ] } } } }]]></artwork> </figure> </t>]]></sourcecode> </section> <sectiontitle="Performance Considerations">numbered="true" toc="default"> <name>Performance Considerations</name> <t> Thecompare<compare> operation can be computationally expensive. While responsible client applications are expected to use the operation responsibly and sparingly only when warranted, implementations need to be aware of the fact that excessive invocation of this operation will burden system resources and need to ensure that system performance will not be adversely impacted. One possibility for an implementation to mitigate against this is to limit the number of requests that are served to a client, or to any number of clients, in any one time interval, by rejecting requests made at a higher frequency than the implementation can reasonably sustain.</t> <t> While useful, tools such as YANGData Modelsdata models that allow for the monitoring of server resources, system performance, and statistics about RPCs and RPC rates are outside the scope of this document. When defined, any such model should be general in nature and not limited to the RPC operation defined in this document. </t> </section> <sectiontitle="IANA Considerations">numbered="true" toc="default"> <name>IANA Considerations</name> <sectiontitle="Updatesnumbered="true" toc="default"> <name>Update to the IETF XMLRegistry"> <t>This document registers oneRegistry</name> <t>IANA has registered the following URI in theIETF"IETF XMLregistry <xref target="RFC3688"/>. Following the format inRegistry" <xreftarget="RFC3688"/>, the following registration is requested: <list> <t>URI: urn:ietf:params:xml:ns:yang:ietf-nmda-compare</t> <t>Registrant Contact: The IESG.</t> <t>XML: N/A,target="RFC3688" format="default"/>: </t> <dl spacing="compact"> <dt>URI:</dt><dd>urn:ietf:params:xml:ns:yang:ietf-nmda-compare</dd> <dt>Registrant Contact:</dt><dd>The IESG.</dd> <dt>XML:</dt><dd>N/A; the requested URI is an XMLnamespace.</t> </list> </t>namespace.</dd> </dl> </section> <sectiontitle="Updatesnumbered="true" toc="default"> <name>Update to the YANG Module NamesRegistry">Registry</name> <t>This document registers aIANA has registered the following YANG module in theYANG"YANG ModuleNamesNames" registry <xreftarget="RFC6020"/>. Following the format in <xref target="RFC6020"/>, the following registration is requested: <list> <t>name: ietf-nmda-compare</t> <t>namespace: urn:ietf:params:xml:ns:yang:ietf-nmda-compare</t> <t>prefix: cmp</t> <t>reference: draft-ietf-netmod-nmda-diff-12 (RFC form)</t> </list>target="RFC6020" format="default"/>: </t> <dl spacing="compact"> <dt>name:</dt><dd>ietf-nmda-compare</dd> <dt>namespace:</dt><dd>urn:ietf:params:xml:ns:yang:ietf-nmda-compare</dd> <dt>prefix:</dt><dd>cmp</dd> <dt>reference:</dt><dd>RFC 9144</dd> </dl> </section> </section> <sectiontitle="Security Considerations">numbered="true" toc="default"> <name>Security Considerations</name> <t> The YANG module specified in this document defines a schema for data that is designed to be accessed via network management protocols such as NETCONF <xreftarget="RFC6241"/>target="RFC6241" format="default"/> or RESTCONF <xreftarget="RFC8040"/>.target="RFC8040" format="default"/>. The lowest NETCONF layer is the secure transport layer, and the mandatory-to-implement secure transport is Secure Shell (SSH) <xreftarget="RFC6242"/>.target="RFC6242" format="default"/>. The lowest RESTCONF layer is HTTPS, and the mandatory-to-implement secure transport is TLS <xreftarget="RFC8446"/>.target="RFC8446" format="default"/>. </t> <t> TheNETCONF access control modelNetwork Configuration Access Control Model (NACM) <xreftarget="RFC8341"/>target="RFC8341" format="default"/> 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>NACM specifies access for the server in itsentiretyentirety, and the same access rules apply to all datastores. Any subtrees to which a requestor does not have read access are silently skipped and not included in the comparison.</t> <t> The RPC operation defined in this YANG module,"compare",<compare>, may be considered sensitive or vulnerable in some network environments. It is thus important to control access to this operation. This is the sensitivity/vulnerability of RPC operation"compare":<compare>: </t> <t> Comparing datastores for differences requires a certain amount of processing resources at the server. An attacker could attempt to attack a server by making a high volume of comparison requests. Server implementations can guard against such scenarios in several ways. For one, they can implement theNETCONF access control modelNACM in order to require proper authorization for requests to be made. Second, server implementations can limit the number of requests that they serve to a client in any one time interval, rejecting requests made at a higher frequency than the implementation can reasonably sustain. </t> </section><section title="Acknowledgments"> <t>We thank Rob Wilton, Martin Bjorklund, Mahesh Jethanandani, Lou Berger, Kent Watsen, Phil Shafer, Ladislav Lhotka, Tim Carey, and Reshad Rahman for valuable feedback and suggestions. </t> </section></middle> <back><references title="Normative References"> <?rfc include="reference.RFC.2119"?> <?rfc include="reference.RFC.3688"?> <?rfc include="reference.RFC.6020"?> <?rfc include="reference.RFC.6241"?> <?rfc include="reference.RFC.6242"?> <?rfc include="reference.RFC.6991"?> <?rfc include="reference.RFC.7950"?> <?rfc include="reference.RFC.8040"?> <?rfc include="reference.RFC.8072"?> <?rfc include="reference.RFC.8174"?> <?rfc include="reference.RFC.8340"?> <?rfc include="reference.RFC.8341"?> <?rfc include="reference.RFC.8342"?> <?rfc include="reference.RFC.8446"?><references> <name>References</name> <references> <name>Normative References</name> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.3688.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6020.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6241.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6242.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6991.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7950.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7951.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8040.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8072.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8340.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8341.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8342.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8446.xml"/> <reference anchor="W3C.REC-xml-20081126" target="https://www.w3.org/TR/2008/REC-xml-20081126" quoteTitle="true" derivedAnchor="W3C.REC-xml-20081126"> <front> <title>Extensible Markup Language (XML) 1.0 (Fifth Edition)</title> <author initials="T." surname="Bray" fullname="Tim Bray"> <organization showOnFrontPage="true"/> </author> <author initials="J." surname="Paoli" fullname="Jean Paoli"> <organization showOnFrontPage="true"/> </author> <author initials="M." surname="Sperberg-McQueen" fullname="Michael Sperberg-McQueen"> <organization showOnFrontPage="true"/> </author> <author initials="E." surname="Maler" fullname="Eve Maler"> <organization showOnFrontPage="true"/> </author> <author initials="F." surname="Yergeau" fullname="Francois Yergeau"> <organization showOnFrontPage="true"/> </author> <date month="November" year="2008"/> </front> <refcontent>World Wide Web Consortium Recommendation REC-xml-20081126</refcontent> </reference> </references> <references> <name>Informative References</name> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8343.xml"/> </references><references title="Informative References"> <?rfc include="reference.RFC.8343"?></references> <sectiontitle="Possiblenumbered="true" toc="default"> <name>Possible FutureExtensions">Extensions</name> <t>It is conceivable to extend thecompare<compare> operation with a number of possible additional features in the future. </t> <t> Specifically, it is possible to define an extension with an optional feature for dampening. This will allow clients to specify a minimum time period for which a difference must persist for it to be reported. This will enable clients to distinguish between differences that are only fleeting from ones that are not and that may represent a real operational issue and inconsistency within the device. </t> <t>For this purpose, an additional input parameter can be added to specify the dampening period. Only differences that pertain for at least the dampening time are reported. A value of 0 or omission of the parameter indicates no dampening. Reporting of differencesMAY<bcp14>MAY</bcp14> correspondingly be delayed by the dampening period from the time the request is received. </t> <t> To implement this feature, a server implementation might run a comparison when the RPC is first invoked and temporarily store the result. Subsequently, it could wait until after the end of the dampening period to check whether the same differences are still observed. The differences that still persist are then returned. </t> </section> <section numbered="false" toc="default"> <name>Acknowledgments</name> <t>We thank <contact fullname="Rob Wilton"/>, <contact fullname="Martin Bjorklund"/>, <contact fullname="Mahesh Jethanandani"/>, <contact fullname="Lou Berger"/>, <contact fullname="Kent Watsen"/>, <contact fullname="Phil Shafer"/>, <contact fullname="Ladislav Lhotka"/>, <contact fullname="Tim Carey"/>, and <contact fullname="Reshad Rahman"/> for their valuable feedback and suggestions. </t> </section> </back> </rfc>