<?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.43 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-netconf-trace-ctx-extension-09" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="NETCONF Trace Context Extension">NETCONF Extension to support Trace Context propagation</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-trace-ctx-extension-09"/>
    <author fullname="Roque Gagliano">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>Avenue des Uttins 5</street>
          <city>Rolle</city>
          <code>1180</code>
          <country>Switzerland</country>
        </postal>
        <email>rogaglia@cisco.com</email>
      </address>
    </author>
    <author fullname="Christian Rennerskog">
      <organization>Cisco Systems</organization>
      <address>
        <email>crenners@cisco.com</email>
      </address>
    </author>
    <author fullname="Kristian Larsson">
      <organization>Deutsche Telekom AG</organization>
      <address>
        <email>kll@dev.terastrm.net</email>
      </address>
    </author>
    <author fullname="Jan Lindblad">
      <organization>All For Eco</organization>
      <address>
        <email>jan.lindblad+ietf@for.eco</email>
      </address>
    </author>
    <date year="2026" month="September" day="17"/>
    <area>Operations and Management</area>
    <workgroup>Network Configuration</workgroup>
    <keyword>telemetry</keyword>
    <keyword>distributed systems</keyword>
    <keyword>opentelemetry</keyword>
    <abstract>
      <?line 93?>

<t>This document defines how to propagate trace context information across the Network Configuration Protocol (NETCONF), enabling distributed tracing scenarios. It is an adaptation of the HTTP-based W3C specification and defines three YANG modules.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-netconf-trace-ctx-extension/"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-netconf-trace-ctx-extension/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Network Configuration Working Group mailing list (<eref target="mailto:netconf@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/netconf/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/netconf/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/netconf-wg/trace-ctx-extension"/>.</t>
    </note>
  </front>
  <middle>
    <?line 97?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Network automation and management systems commonly consist of multiple subsystems, and together with the network devices they manage, they effectively form a distributed system. Distributed tracing is a methodology implemented by tracing tools to follow, analyze, and debug operations such as configuration transactions across multiple distributed systems. An operation is uniquely identified by a trace-id, and through a trace context carries metadata about the operation. Propagating this "trace context" between systems enables a coherent view of the entire operation as carried out by all involved systems.</t>
      <t>The W3C has defined two HTTP headers for context propagation that are useful in use case scenarios for distributed systems such as those described in <xref target="RFC8309"/>. This document defines an extension to the NETCONF protocol to add the same concepts and enable trace context propagation over NETCONF.</t>
      <t>It is worth noting that the trace context is not meant to be related to the data carried with a given operation, including configurations, service identifiers, or state information.</t>
      <t>A trace context also differs from <xref target="I-D.ietf-netconf-transaction-id"/> in several ways: the trace operation may involve any operation (including, for example, validate, lock, unlock, etc.). Additionally, a trace context scope may include the full application stack (orchestrator, controller, devices, etc.) rather than a single NETCONF server, which is the scope for the transaction-id. The trace context is also complementary to <xref target="I-D.ietf-netconf-transaction-id"/> because a given trace-id can be associated with different transaction-ids as part of the information exported to the collector.</t>
      <t>The following enhancement of the reference SDN Architecture from <xref target="RFC8309"/> shows the impact of distributed traces for a network operator.</t>
      <figure anchor="rfc8309-sample-arch">
        <name>A Sample SDN Architecture from RFC8309 augmented to include the export of metrics, events, logs and traces from the different components to a common collector.</name>
        <sourcecode type="art"><![CDATA[
                +------------------+                   +-----------+
                |   Orchestrator   |                   |           |
                |                  |     ------------> |           |
                .------------------.                   |           |
               .          :         .                  |           |
              .           :          .                 | Collector |
  +------------+   +------------+   +------------+     | (Metrics, |
  |            |   |            |   |            |     |  Events,  |
  | Controller |   | Controller |   | Controller | --> |  Logs,    |
  |            |   |            |   |            |     |  Traces)  |
  +------------+   +------------+   +------------+     |           |
      :              .       .               :         |           |
      :             .         .              :         |           |
      :            .           .             :         |           |
 +---------+  +---------+  +---------+  +---------+    |           |
 | Network |  | Network |  | Network |  | Network |    |           |
 | Element |  | Element |  | Element |  | Element | -> |           |
 +---------+  +---------+  +---------+  +---------+    +-----------+
]]></sourcecode>
      </figure>
      <t>The network automation, management and control architectures are distributed in nature.  In order to "manage the managers", operators would like to use the same techniques as any other distributed systems in their IT environment.  Solutions for analysing Metrics, Events, Logs and Traces (M.E.L.T) are key for the successful monitoring and troubleshooting of such applications.  Initiatives such as the OpenTelemetry <xref target="OpenTelemetry"/> enable rich ecosystems of tools that NETCONF-based applications would want to participate in.</t>
      <t>With the implementation of this trace context propagation extension to NETCONF, backend systems behind the M.E.L.T collector will be able to correlate information from different systems but related to a common context.</t>
      <t>This document does not cover the somewhat related functionality specified in <xref target="W3C-Baggage"/>.  Mapping of the Baggage functionality into YANG may be specified in a future document.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
        <t>Additionally, this document uses the following abbreviations:</t>
        <dl>
          <dt>OTLP:</dt>
          <dd>
            <t>OpenTelemetry protocol as defined by <xref target="OpenTelemetry"/></t>
          </dd>
          <dt>M.E.L.T.:</dt>
          <dd>
            <t>Metrics, Events, Logs and Traces</t>
          </dd>
          <dt>gNMI:</dt>
          <dd>
            <t>gRPC Network Management Interface, as defined by <xref target="gNMI"/></t>
          </dd>
        </dl>
        <t>The XML prefixes used in this document are mapped as follows:</t>
        <ul spacing="normal">
          <li>
            <t>xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0",</t>
          </li>
          <li>
            <t>xmlns:w3ctc="urn:ietf:params:xml:ns:netconf:w3ctc:1.0" and</t>
          </li>
          <li>
            <t>xmlns:ietf-trace-context=
  "urn:ietf:params:xml:ns:yang:ietf-trace-context"</t>
          </li>
        </ul>
      </section>
      <section anchor="implementation-example-1-opentelemetry">
        <name>Implementation example 1: OpenTelemetry</name>
        <t>The following example illustrates the value of trace context propagation in the NETCONF protocol. In the OTLP Sample Architecture <xref target="otlp-sample-arch"/> below, we show a deployment based on the RFC8309 sample architecture <xref target="rfc8309-sample-arch"/> above, with a single controller and two network elements. In this example, the NETCONF protocol is running between the Orchestrator and the Controller. NETCONF is also used between the Controller and the Network Elements.</t>
        <t>Assume an edit-config operation between the orchestrator and the controller that results (either synchronously or asynchronously) in corresponding edit-config operations from the Controller toward the two network elements. All trace operations are related and will create M.E.L.T. data.</t>
        <figure anchor="otlp-sample-arch">
          <name>An implementation example where the NETCONF protocol is used between the Orchestrator and the Controller and also between the Controller and the Network Elements.  Every component exports M.E.L.T information to the collector using the OTLP protocol.</name>
          <sourcecode type="art"><![CDATA[
            +------------------+                        +-----------+
            |   Orchestrator   |    OTLP protocol       |           |
            |                  |  ------------------->  |           |
            .------------------+                        |           |
           .  NETCONF                                   |           |
          .   edit-config (trace-id "1", parent-id "A") | Collector |
+------------+                                          | (Metrics, |
|            |                                          |  Events,  |
| Controller |   ------------------------------------>  |  Logs,    |
|            |                 OTLP protocol            |  Traces)  |
+------------+                                          |           |
   :      .  NETCONF                                    |           |
   :        . edit-config (trace-id "1", parent-id "B") |           |
   :          .                                         |           |
+---------+   +---------+                               |           |
| Network |   | Network |       OTLP protocol           |           |
| Element |   | Element |  -------------------------->  |           |
+---------+   +---------+                               +-----------+
]]></sourcecode>
        </figure>
        <t>Each of the components in this example (Orchestrator, Controller and Network Elements) is exporting M.E.L.T information to the collector using the OpenTelemetry Protocol (OTLP).</t>
        <t>For every edit-config operation, the trace context is included.  In particular, the same trace-id "1" (simplified encoding for documentation) is included in all related NETCONF messages, which enables the collector and any backend application to correlate all M.E.L.T messages related to this transaction in this distributed stack.</t>
        <t>Another interesting attribute is the parent-id.  We can see in this example that the parent-id between the orchestrator and the controller ("A") is different from the one between the controller and the network elements ("B").  This attribute will help the collector and the backend applications to build a connectivity graph to understand how M.E.L.T information exported from one component relates to the information exported from a different component.</t>
        <t>With this additional metadata exchanged between the components and exposed to the M.E.L.T collector, there are important improvements to the monitoring and troubleshooting operations for the full application stack.</t>
      </section>
      <section anchor="implementation-example-2-yang-datastore">
        <name>Implementation example 2: YANG Datastore</name>
        <t>OpenTelemetry implements the "push" model for data streaming where information is sent to the back-end as soon as produced and is not required to be stored in the system. In certain cases, a "pull" model may be envisioned, for example for performing forensic analysis while not all OTLP traces are available in the back-end systems.</t>
        <t>An implementation of a "pull" mechanism for M.E.L.T. information in general and for traces in particular, could consist of storing traces in a YANG datastore (particularly the operational datastore.) Implementations should consider the use of circular buffers to avoid resource exhaustion. External systems could access traces (and particularly past traces) via NETCONF, RESTCONF, gNMI or other polling mechanisms. Finally, storing traces in a YANG datastore enables the use of YANG-Push <xref target="RFC8641"/> or gNMI Telemetry as additional "push" mechanisms.</t>
        <t>This document does not specify the YANG module in which traces could be stored inside the different components. That said, storing the context information described in this document as part of the recorded traces would allow back-end systems to correlate the information from different components as in the OpenTelemetry implementation.</t>
        <figure anchor="melt-example">
          <name>An implementation example where the NETCONF protocol is used between the Orchestrator and the Controller and also between the Controller and the Network Elements.  M.E.L.T. information is stored in local YANG Datastores and accessed by the collector using "pull" mechanisms using the NETCONF (NC), RESTCONF (RC) or gNMI protocols. A "push" strategy is also possible via YANG-Push or gNMI.</name>
          <sourcecode type="art"><![CDATA[
            +------------------+                        +-----------+
            | Orchestrator     |                        |           |
            |                  |    NC/RC/gNMI or YP    |           |
            |   YANG Datastore | <------------------->  |           |
            .------------------+     pull or push       |           |
           .  NETCONF                                   |           |
          .   edit-config (trace-id "1", parent-id "A") | Collector |
+----------------+                                      | (Metrics, |
|                |           NC/RC/gNMI or YP           |  Events,  |
| Controller     |   <------------------------------->  |  Logs,    |
|  YANG Datastore|             pull or push             |  Traces)  |
+----------------+                                      |           |
   :      .  NETCONF                                    |           |
   :        . edit-config (trace-id "1", parent-id "B") |           |
   :          .                                         |           |
+---------+   +---------+                               |           |
| Network |   | Network |        NC/RC/gNMI or YP       |           |
| Element |   | Element |  <------------------------->  |           |
| YANG DS |   | YANG DS |         pull or push          |           |
+---------+   +---------+                               +-----------+
]]></sourcecode>
        </figure>
      </section>
      <section anchor="use-cases">
        <name>Use Cases</name>
        <section anchor="provisioning-root-cause-analysis">
          <name>Provisioning root cause analysis</name>
          <t>When a provisioning activity fails, errors are typically propagated northbound, however this information may be difficult to troubleshoot and typically, operators are required to navigate logs across all the different components.</t>
          <t>With the support for trace context propagation as described in this document for NETCONF, the collector will be able to search every trace, event, metric, or log in connection to that trace-id and facilitate the performance of a root cause analysis due to a network changes. The trace information could also be included as an optional resource with the different NETCONF transaction ids described in <xref target="I-D.ietf-netconf-transaction-id"/>.</t>
        </section>
        <section anchor="system-performance-profiling">
          <name>System performance profiling</name>
          <t>When operating a distributed system such as the one shown in <xref target="otlp-sample-arch"/>, operators are expected to benchmark Key Performance Indicators (KPIs) for the most common tasks.  For example, what is the typical delay when provisioning a VPN service across different controllers and devices.</t>
          <t>Thanks to Application Performance Management (APM) systems, from these KPIs, an operator can detect a normal and abnormal behaviour of the distributed system. Also, an operator can better plan any upgrades or enhancements in the platform.</t>
          <t>With the support for context propagation as described in this document for NETCONF, much richer system-wide KPIs can be defined and used for troubleshooting as the metrics and traces propagated by the different components share a common context.  Troubleshooting for abnormal behaviours can also be troubleshot from the system view down to the individual element.</t>
        </section>
        <section anchor="billing-and-auditing">
          <name>Billing and auditing</name>
          <t>In certain circumstances, we could envision tracing information used as additional inputs to billing systems. In particular, trace context information could be used to validate that a certain northbound order was carried out in southbound systems.</t>
        </section>
      </section>
    </section>
    <section anchor="netconf-extension">
      <name>NETCONF Extension</name>
      <t>When performing NETCONF operations by sending NETCONF RPCs, a NETCONF client MAY include trace context information in the form of XML attributes.  The <xref target="W3C-Trace-Context"/> defines two HTTP headers; traceparent and tracestate for this purpose.  NETCONF clients that are taking advantage of this feature MUST add one w3ctc:traceparent attribute and MAY add one w3ctc:tracestate attribute to the nc:rpc tag.</t>
      <t>A NETCONF server that receives a trace context attribute in the form of a w3ctc:traceparent attribute SHOULD apply the mutation rules described in <xref target="W3C-Trace-Context"/>. A NETCONF server MAY add one w3ctc:traceparent attribute in the nc:rpc-reply response to the nc:rpc tag above.  NETCONF servers MAY also add one w3ctc:traceparent attribute in notification and update message envelopes: notif:notification, yp:push-update and yp:push-change-update.</t>
      <t>For example, a NETCONF client might send:</t>
      <sourcecode type="xml"><![CDATA[
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"
     xmlns:w3ctc="urn:ietf:params:xml:ns:netconf:w3ctc:1.0"
     w3ctc:traceparent=
       "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01">
  <get-config/>
</rpc>
]]></sourcecode>
      <t>In all cases above where a client or server adds a w3ctc:traceparent attribute to a tag, that client or server MAY also add one w3ctc:tracestate attribute to the same tag.</t>
      <t>The proper encoding and interpretation of the contents of the w3ctc:traceparent attribute is described in <xref target="W3C-Trace-Context"/> section 3.2 except 3.2.1.  The proper encoding and interpretation of the contents in the w3ctc:tracestate attribute is described in <xref target="W3C-Trace-Context"/> section 3.3 except 3.3.1 and 3.3.1.1.  A NETCONF XML tag can only have zero or one w3ctc:tracestate attributes, so its content MUST always be encoded as a single string.  The tracestate field value is a list of list-members separated by commas (,).  A list-member is a key/value pair separated by an equals sign (=). All whitespace surrounding list members is ignored. There is no limit to the number of list members in a list.</t>
      <t>For example, a NETCONF client might send:</t>
      <sourcecode type="xml"><![CDATA[
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"
     xmlns:w3ctc="urn:ietf:params:xml:ns:netconf:w3ctc:1.0"
     w3ctc:tracestate="rojo=00f067aa0ba902b7,congo=t61rcWkgMzE"
     w3ctc:traceparent=
       "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01">
  <get-config/>
</rpc>
]]></sourcecode>
      <t>As in all XML documents, the order between the attributes in an XML tag has no significance.  Clients and servers MUST be prepared to handle the attributes no matter in which order they appear.  The tracestate value MAY contain double quotes, commas (,), or equals (=) signs in its payload.  If so, they MUST be encoded according to XML rules to avoid injection attacks, for example:</t>
      <sourcecode type="xml"><![CDATA[
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"
     xmlns:w3ctc="urn:ietf:params:xml:ns:netconf:w3ctc:1.0"
     w3ctc:traceparent=
       "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01"
     w3ctc:tracestate=
       "value-with-quotes=&quot;Quoted string&quot;,other-value=123">
  <get-config/>
</rpc>
]]></sourcecode>
      <section anchor="error-handling">
        <name>Error handling</name>
        <t>When interacting with these extensions, the NETCONF server follow the specifications of section 2.3 in <xref target="W3C-Trace-Context"/>. A detailed processing model example is also provided in the document.  Based on this processing model, it is NOT RECOMMENDED to reject an RPC because of the trace context attribute values.</t>
        <t>If the server still decides to reject the RPC because of the trace context attribute values, ietf-trace-context.yang SHOULD be included in the YANG library and the server MUST return a NETCONF rpc-error with the following values:</t>
        <artwork><![CDATA[
  error-tag:      operation-failed
  error-type:     protocol
  error-severity: error
]]></artwork>
        <t>Additionally, the error-info tag MUST contain a trace-context-error-info structure with relevant details about the error.  This structure is defined in the module ietf-trace-context.yang.  Example of a badly formatted trace context extension:</t>
        <sourcecode type="xml"><![CDATA[
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"
     xmlns:w3ctc="urn:ietf:params:xml:ns:netconf:w3ctc:1.0"
     w3ctc:traceparent=
       "Bad Format"
     w3ctc:tracestate=
       "value-with-quotes=&quot;Quoted string&quot;,other-value=123">
  <get-config/>
</rpc>
]]></sourcecode>
        <t>This might give the following error response:</t>
        <sourcecode type="xml"><![CDATA[
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
            xmlns:w3ctc="urn:ietf:params:xml:ns:netconf:w3ctc:1.0"
            xmlns:ietf-trace-context=
            "urn:ietf:params:xml:ns:yang:ietf-trace-context"
            message-id="1">
  <rpc-error>
    <error-type>protocol</error-type>
    <error-tag>operation-failed</error-tag>
    <error-severity>error</error-severity>
    <error-message>
      Context traceparent attribute incorrectly formatted
    </error-message>
    <error-info>
      <ietf-trace-context:trace-context-error-info>
        <ietf-trace-context:meta-name>
          w3ctc:traceparent
        </ietf-trace-context:meta-name>
        <ietf-trace-context:meta-value>
          Bad Format
        </ietf-trace-context:meta-value>
        <ietf-trace-context:error-type>
          ietf-trace-context:bad-format
        </ietf-trace-context:error-type>
      </ietf-trace-context:trace-context-error-info>
    </error-info>
  </rpc-error>
</rpc-reply>
]]></sourcecode>
      </section>
      <section anchor="trace-context-extension-versioning">
        <name>Trace Context extension versioning</name>
        <t>This extension refers to the <xref target="W3C-Trace-Context"/> trace context capability. The W3C traceparent and tracestate headers include the notion of versions. It would be desirable for a NETCONF client to be able to discover the one or multiple versions of these headers supported by a server.</t>
        <t>To achieve this goal, and to avoid having to define a new NETCONF extension for each headers version, we define a pair of YANG modules (ietf-trace-ctx-traceparent-1.0.yang and ietf-trace-ctx-tracestate-1.0.yang) that MUST be included in the YANG library per <xref target="RFC8525"/> of the NETCONF server supporting the NETCONF Trace Context extension. These YANG module capabilities will refer to the headers' supported versions. Future updates of this document could include additional YANG modules for new headers' versions.</t>
      </section>
    </section>
    <section anchor="yang-modules">
      <name>YANG Modules</name>
      <t>This document defines three YANG modules:</t>
      <artwork><![CDATA[
- YANG module for ietf-trace-context structure as mentioned in section 2.1
- YANG module for traceparent header version as mentioned in section 2.2
- YANG module for tracestate header version as mentioned in section 2.2
]]></artwork>
      <section anchor="yang-module-for-ietf-trace-context-structure">
        <name>YANG module for ietf-trace-context structure</name>
        <t>This YANG module has normative references to [RFC8791].</t>
        <sourcecode type="yang" markers="true" name="ietf-trace-context@2026-08-28.yang"><![CDATA[
module ietf-trace-context {
  yang-version 1.1;
  namespace 
    "urn:ietf:params:xml:ns:yang:ietf-trace-context";
  prefix ietf-trace-context;

  import ietf-yang-structure-ext {
    prefix sx;
    reference
      "RFC8791: YANG Data Structure Extensions";
  }

  organization
    "IETF NETCONF (Network Configuration) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/netconf/>
     WG List:  <mailto:netconf@ietf.org>

     Authors:  Roque Gagliano
               <mailto:rogaglia@cisco.com>

               Christian Rennerskog
               <mailto:crenners@cisco.com>

               Jan Lindblad
               <mailto:jan.lindblad+ietf@for.eco>

               Kristian Larsson
               <mailto:kll@dev.terastrm.net>
    ";
  description
    "When propagating tracing information across applications,
     client and servers need to share some specific contextual
     information. This extension aligns the NETCONF and RESTCONF
     protocols to the W3C trace-context document:
     https://www.w3.org/TR/2021/REC-trace-context-1-20211123

     This document has a normative reference to RFC 8791.

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

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.
    ";

  revision 2026-09-17 {
    description
      "Initial revision";
    reference
      "RFC XXXX:
       NETCONF Extension to support Trace Context propagation";
  }

  identity meta-error {
    description
      "Base identity for trace context attribute errors.";
  }

  identity missing {
    base meta-error;
    description
      "Indicates an attribute or header that is required
       (in the current situation) is missing.";
  }

  identity bad-format {
    base meta-error;
    description
      "Indicates an attribute or header value where the
       value is incorrectly formatted.";
  }

  identity processing-error {
    base meta-error;
    description
      "Indicates that the server encountered a processing
       error while processing the attribute or header value.";
  }

  typedef meta-error-type {
    type identityref {
      base meta-error;
    }
    description
      "Error type";
  }

  sx:structure trace-context-error-info {
    description
      "This error is returned by a NETCONF or RESTCONF server
        when a client sends a NETCONF RPC with additonal
        attributes or RESTCONF RPC with additional headers
        for trace context processing, and there is an error
        related to them.  The server has aborted the RPC.";
    leaf meta-name {
      type string;
      mandatory true;
      description
        "The name of the problematic or missing meta information.
          In NETCONF, the qualified XML attribute name.
          In RESTCONF, the HTTP header name.
          If a client sent a NETCONF RPC with the attribute
          w3ctc:traceparent='incorrect-format'
          this leaf would have the value 'w3ctc:traceparent'";
    }
    leaf meta-value {
      type string;
      mandatory true;
      description
        "The value of the problematic meta information received
          by the server.
          If a client sent a NETCONF RPC with the attribute
          w3ctc:traceparent='incorrect-format'
          this leaf would have the value 'incorrect-format'.";
    }
    leaf error-type {
      type meta-error-type;
      mandatory true;
      description
        "Indicates the type of meta information problem
          detected by the server.
          If a client sent an RPC annotated with the attribute
          w3ctc:traceparent='incorrect-format'
          this leaf might have the value
          'ietf-trace-context:bad-format'.";
    }
  }
}
]]></sourcecode>
        <sourcecode type="text" markers="true" name="ietf-trace-context.tree"><![CDATA[
module: ietf-trace-context

  structure trace-context-error-info:
    +-- meta-name     string
    +-- meta-value    string
    +-- error-type    meta-error-type
]]></sourcecode>
      </section>
      <section anchor="yang-module-for-traceparent-header-version-10">
        <name>YANG module for traceparent header version 1.0</name>
        <sourcecode type="yang" markers="true" name="ietf-trace-ctx-traceparent-1.0@2026-08-28.yang"><![CDATA[
module ietf-trace-ctx-traceparent-1.0 {
  namespace
    "urn:ietf:params:xml:ns:yang:ietf-trace-ctx-traceparent-1.0";
  prefix ietf-trace-ctx-traceparent-1.0;

  organization
    "IETF NETCONF (Network Configuration) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/netconf/>
     WG List:  <mailto:netconf@ietf.org>

     Authors:  Roque Gagliano
               <mailto:rogaglia@cisco.com>

               Christian Rennerskog
               <mailto:crenners@cisco.com>

               Jan Lindblad
               <mailto:jan.lindblad+ietf@for.eco>

               Kristian Larsson
               <mailto:kll@dev.terastrm.net>
    ";
  description
    "This module documents the support for trace context traceparent
     version 1.0 in alignment with W3C versions:
     https://www.w3.org/TR/2021/REC-trace-context-1-20211123

     This module is used for capability advertisement only, without
     any YANG data nodes. 

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

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.
    ";

  revision 2026-09-17 {
    description
      "Initial revision";
    reference
      "RFC XXXX:
       NETCONF Extension to support Trace Context propagation";
  }
}
]]></sourcecode>
      </section>
      <section anchor="yang-module-for-tracestate-header-version-10">
        <name>YANG module for tracestate header version 1.0</name>
        <sourcecode type="yang" markers="true" name="ietf-trace-ctx-tracestate-1.0@2026-08-28.yang"><![CDATA[
module ietf-trace-ctx-tracestate-1.0 {
  namespace 
    "urn:ietf:params:xml:ns:yang:ietf-trace-ctx-tracestate-1.0";
  prefix ietf-trace-ctx-tracestate-1.0;

  organization
    "IETF NETCONF (Network Configuration) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/netconf/>
     WG List:  <mailto:netconf@ietf.org>

     Authors:  Roque Gagliano
               <mailto:rogaglia@cisco.com>

               Christian Rennerskog
               <mailto:crenners@cisco.com>

               Jan Lindblad
               <mailto:jan.lindblad+ietf@for.eco>

               Kristian Larsson
               <mailto:kll@dev.terastrm.net>
    ";
  description
    "This module documents the support for trace context tracestate
     version 1.0 in alignment with W3C versions:
     https://www.w3.org/TR/2021/REC-trace-context-1-20211123

     This module is used for capability advertisement only, without
     any YANG data nodes. 

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

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.
    ";

  revision 2026-09-17 {
    description
      "Initial revision";
    reference
      "RFC XXXX:
       NETCONF Extension to support Trace Context propagation";
  }
}
]]></sourcecode>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This section is modeled after the template described in Section 3.7 of <xref target="RFC9907"/>.</t>
      <t>The ietf-trace-context, ietf-trace-ctx-tracestate-1.0 and ietf-trace-ctx-traceparent-1.0  YANG modules define data models that are designed to be accessed via YANG-based management protocols, such as NETCONF <xref target="RFC6241"/> and RESTCONF <xref target="RFC8040"/>. These YANG-based management protocols (1) have to use a secure transport layer (e.g., SSH <xref target="RFC4252"/>, TLS <xref target="RFC8446"/>, and QUIC <xref target="RFC9000"/>) and (2) 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 modules specified in this document are used to flag capabilities support and to define an error information structure. As such, these YANG modules do not contain any configuration data, state data or RPC definitions, which makes their security implications very limited.  The additional attributes specified in this document (but not in YANG modules, since YANG cannot be used to specify attributes) are worth mentioning, however.</t>
      <t>The traceparent and tracestate attributes make it easier to track the flow of requests and their downstream effect on other systems.  This is indeed the whole point with these attributes.  This knowledge could also be of use to bad actors that are working to build a map of the managed network.</t>
      <t>The meta-name and meta-value attributes in the ietf-trace-context.yang should not echo any information received from an erroneous request or the system, in order to avoid bad actors receiving additional contextual information.  When bad values are encountered, further processing of them should stop immediately.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document registers the following capability identifier URN in the 'Network Configuration Protocol (NETCONF) Capability URNs' registry:</t>
      <artwork><![CDATA[
  urn:ietf:params:netconf:capability:w3ctc:1.0
]]></artwork>
      <t>This document registers one XML namespace URN in the 'IETF XML registry', following the format defined in <xref target="RFC3688"/> (https://www.rfc-editor.org/rfc/rfc3688.html).</t>
      <artwork><![CDATA[
  URI: urn:ietf:params:xml:ns:netconf:w3ctc:1.0

  Registrant Contact: The IETF IESG.

  XML: N/A, the requested URI is an XML namespace.
]]></artwork>
      <t>This document registers three module names in the 'YANG Module Names' registry, defined in RFC 6020:</t>
      <artwork><![CDATA[
  name: ietf-trace-ctx-traceparent-1.0

  prefix: ietf-trace-ctx-traceparent-1.0

  namespace:
    urn:ietf:params:xml:ns:yang:ietf-trace-ctx-traceparent-1.0

  RFC: XXXX
]]></artwork>
      <t>and</t>
      <artwork><![CDATA[
  name: ietf-trace-ctx-tracestate-1.0

  prefix: ietf-trace-ctx-tracestate-1.0

  namespace:
    urn:ietf:params:xml:ns:yang:ietf-trace-ctx-tracestate-1.0

  RFC: XXXX
]]></artwork>
      <t>and</t>
      <artwork><![CDATA[
  name: ietf-trace-context

  prefix: ietf-trace-context

  namespace: urn:ietf:params:xml:ns:yang:ietf-trace-context

  RFC: XXXX
]]></artwork>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to acknowledge the valuable feedback from Per Andersson.  Many thanks to Raul Rivas Felix, Alexander Stoklasa, Luca Relandini and Erwin Vrolijk for their help with the demos regarding integrations.  The help and support from Jean Quilbeuf and Benoit Claise has also been invaluable to this work.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="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="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="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="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="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
              <t>This document obsoletes RFC 6536.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="91"/>
          <seriesInfo name="RFC" value="8341"/>
          <seriesInfo name="DOI" value="10.17487/RFC8341"/>
        </reference>
        <reference anchor="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="RFC8525">
          <front>
            <title>YANG Library</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <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 describes a YANG library that provides information about the YANG modules, datastores, and datastore schemas used by a network management server. Simple caching mechanisms are provided to allow clients to minimize retrieval of this information. This version of the YANG library supports the Network Management Datastore Architecture (NMDA) by listing all datastores supported by a network management server and the schema that is used by each of these datastores.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8525"/>
          <seriesInfo name="DOI" value="10.17487/RFC8525"/>
        </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="RFC9907">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <date month="March" year="2026"/>
            <abstract>
              <t>This document provides guidelines for authors and reviewers of specifications containing YANG data models, including IANA-maintained YANG modules. Recommendations and procedures are defined, which are intended to increase interoperability and usability of Network Configuration Protocol (NETCONF) and RESTCONF protocol implementations that utilize YANG modules.</t>
              <t>This document obsoletes RFC 8407; it also updates RFC 8126 by providing additional guidelines for writing the IANA considerations for RFCs that specify IANA-maintained YANG modules.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="216"/>
          <seriesInfo name="RFC" value="9907"/>
          <seriesInfo name="DOI" value="10.17487/RFC9907"/>
        </reference>
        <reference anchor="W3C-Trace-Context" target="https://www.w3.org/TR/2021/REC-trace-context-1-20211123/">
          <front>
            <title>W3C Recommendation on Trace Context</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="November" day="23"/>
          </front>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="OpenTelemetry" target="https://opentelemetry.io">
          <front>
            <title>OpenTelemetry Cloud Native Computing Foundation project</title>
            <author>
              <organization/>
            </author>
            <date year="2024" month="November" day="04"/>
          </front>
        </reference>
        <reference anchor="gNMI" target="https://github.com/openconfig/gnmi">
          <front>
            <title>gNMI - gRPC Network Management Interface</title>
            <author>
              <organization/>
            </author>
            <date year="2024" month="November" day="04"/>
          </front>
        </reference>
        <reference anchor="I-D.ietf-netconf-transaction-id">
          <front>
            <title>Transaction ID Mechanism for NETCONF</title>
            <author fullname="Jan Lindblad" initials="J." surname="Lindblad">
              <organization>All For Eco</organization>
            </author>
            <date day="7" month="October" year="2025"/>
            <abstract>
              <t>   NETCONF clients and servers often need to have a synchronized view of
   the server's configuration datastores.  The volume of configuration
   data in a server may be very large, while datastore changes typically
   are small when observed at typical client resynchronization
   intervals.

   Rereading the entire datastore and analyzing the response for changes
   is inefficient for synchronization.  This document specifies a
   NETCONF extension that allows clients and servers to keep
   synchronized with a much smaller data exchange and without any need
   for servers to store information about the clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-transaction-id-11"/>
        </reference>
        <reference anchor="RFC8641">
          <front>
            <title>Subscription to YANG Notifications for Datastore Updates</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document describes a mechanism that allows subscriber applications to request a continuous and customized stream of updates from a YANG datastore. Providing such visibility into updates enables new capabilities based on the remote mirroring and monitoring of configuration and operational state.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8641"/>
          <seriesInfo name="DOI" value="10.17487/RFC8641"/>
        </reference>
        <reference anchor="W3C-Baggage" target="https://www.w3.org/TR/baggage/#examples-of-http-headers">
          <front>
            <title>W3C Propagation format for distributed context Baggage</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="November" day="23"/>
          </front>
        </reference>
        <reference anchor="RFC8309">
          <front>
            <title>Service Models Explained</title>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="W. Liu" initials="W." surname="Liu"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>The IETF has produced many modules in the YANG modeling language. The majority of these modules are used to construct data models to model devices or monolithic functions.</t>
              <t>A small number of YANG modules have been defined to model services (for example, the Layer 3 Virtual Private Network Service Model (L3SM) produced by the L3SM working group and documented in RFC 8049).</t>
              <t>This document describes service models as used within the IETF and also shows where a service model might fit into a software-defined networking architecture. Note that service models do not make any assumption of how a service is actually engineered and delivered for a customer; details of how network protocols and devices are engineered to deliver a service are captured in other modules that are not exposed through the interface between the customer and the provider.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8309"/>
          <seriesInfo name="DOI" value="10.17487/RFC8309"/>
        </reference>
      </references>
    </references>
    <?line 733?>

<section anchor="appendix-a-example-of-yang-library-for-trace-context">
      <name>Appendix A: Example of yang-library for trace context</name>
      <t>This document includes three YANG modules, two of which are used only for
publishing the traceparent and tracestate header versions. This is an example
of a YANG library response for the modules in this document.</t>
      <sourcecode type="xml"><![CDATA[
<yang-library xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library">
  <module-set>
    <name>common</name>
        <module>
          <name>ietf-netconf-otlp-context</name>
          <revision>2023-07-01</revision>
          <namespace>urn:ietf:params:xml:ns:yang:otlp-context</namespace>
        </module>
    <module>
      <name>ietf-netconf-otlp-context-traceparent-version-1.0</name>
      <revision>2024-11-07</revision>
      <namespace>urn:ietf:params:xml:ns:yang:traceparent:1.0</namespace>
    </module>
    <module>
      <name>ietf-netconf-otlp-context-tracestate-version-1.0</name>
      <revision>2024-11-07</revision>
      <namespace>urn:ietf:params:xml:ns:yang:tracestate:1.0</namespace>
    </module>
  </module-set>
</yang-library>
]]></sourcecode>
    </section>
    <section anchor="changes-to-be-deleted-by-rfc-editor">
      <name>Changes (to be deleted by RFC Editor)</name>
      <section anchor="from-version-08-to-version-09">
        <name>From version 08 to version 09</name>
        <ul spacing="normal">
          <li>
            <t>updated dates on YANG</t>
          </li>
          <li>
            <t>typos</t>
          </li>
          <li>
            <t>Grammar cleanups</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-07-to-version-08">
        <name>From version 07 to version 08</name>
        <ul spacing="normal">
          <li>
            <t>Added comments from YANG DOCTOR review, includding adding mandatory leafs, adding a tree file, adding an appendix with the yang-library example</t>
          </li>
          <li>
            <t>Added  Christian Rennerskog as co-author</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-06-to-version-07">
        <name>From version 06 to version 07</name>
        <ul spacing="normal">
          <li>
            <t>All Shepperd comments.</t>
          </li>
          <li>
            <t>Corrected missing period in YANG modules to avoid pyang warning.</t>
          </li>
          <li>
            <t>Clarifies that all whitespaces are ignored.</t>
          </li>
          <li>
            <t>Enhanced tracestate encoding guidance to explicitly mention commas (,) and equals (=) signs must be encoded per XML rules to avoid injection attacks.</t>
          </li>
          <li>
            <t>Enhanced Security Considerations to clarify that meta-name and meta-value should not echo erroneous requests and that further processing should stop immediately when bad values are encountered.</t>
          </li>
          <li>
            <t>Added clarification that Clients and servers MUST be prepared to handle special characters in tracestate values.</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-05-to-version-06">
        <name>From version 05 to version 06</name>
        <ul spacing="normal">
          <li>
            <t>We introduced a bug in the YANG model in version 03 as container was not needed per RFC 8791.</t>
          </li>
          <li>
            <t>Serveral edits based on OpsDir comments</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-04-to-version-05">
        <name>From version 04 to version 05</name>
        <ul spacing="normal">
          <li>
            <t>More WGLC and sheepard comments</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-03-to-version-04">
        <name>From version 03 to version 04</name>
        <ul spacing="normal">
          <li>
            <t>WGLC data change.</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-02-to-03">
        <name>From version 02 to 03</name>
        <ul spacing="normal">
          <li>
            <t>Changed document Abbreviation</t>
          </li>
          <li>
            <t>trace-context-error-info is a container in example</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-01-to-02">
        <name>From version 01 to 02</name>
        <ul spacing="normal">
          <li>
            <t>Enhanced Terminology and moved it up in the document.</t>
          </li>
          <li>
            <t>Changed namespaces and module names to map WGLC comments
and IETF requirements</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-00-to-01">
        <name>From version 00 to 01</name>
        <ul spacing="normal">
          <li>
            <t>Added Security considerations</t>
          </li>
          <li>
            <t>Added Acknowledgements</t>
          </li>
          <li>
            <t>Added several Normative references</t>
          </li>
          <li>
            <t>Updated link to latest document on github</t>
          </li>
          <li>
            <t>Firmed up error handling and YANG-library to MUST-requirements</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-03-to-draft-ietf-netconf-trace-ctx-extension-00">
        <name>From version 03 to draft-ietf-netconf-trace-ctx-extension-00</name>
        <ul spacing="normal">
          <li>
            <t>Adopted by NETCONF WG</t>
          </li>
          <li>
            <t>Moved repository to NETCONF WG</t>
          </li>
          <li>
            <t>Changed build system to use martinthomson's excellent framework</t>
          </li>
          <li>
            <t>Ran make fix-lint to remove white space at EOL etc.</t>
          </li>
          <li>
            <t>Added this change note. No other content changes.</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-02-to-03-1">
        <name>From version 02 to 03</name>
        <ul spacing="normal">
          <li>
            <t>Changed IANA section to IESG per IANA email</t>
          </li>
          <li>
            <t>Created sx:structure and improved error example</t>
          </li>
          <li>
            <t>Added ietf-netconf-otlp-context.yang for the sx:structure</t>
          </li>
          <li>
            <t>Created a dedicated section for the YANG modules</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-01-to-02-1">
        <name>From version 01 to 02</name>
        <ul spacing="normal">
          <li>
            <t>Added Error Handling intial section</t>
          </li>
          <li>
            <t>Added how to manage versioning by defining YANG modules for each traceparent and trastate versions as defined by W3C.</t>
          </li>
          <li>
            <t>Added 'YANG Module Names'  to IANA Considerations</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-00-to-01-1">
        <name>From version 00 to 01</name>
        <ul spacing="normal">
          <li>
            <t>Added new section: Implementation example 2: YANG Datastore</t>
          </li>
          <li>
            <t>Added new use case: Billing and auditing</t>
          </li>
          <li>
            <t>Added in introduction and in "Provisioning root cause analysis" the idea that the different transaction-ids defined in <xref target="I-D.ietf-netconf-transaction-id"/> could be added as part of the tracing information to be exported to the collectors, showing how the two documents are complementary.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="xml-attributes-vs-rpcs-input-augmentations-discussion-to-be-deleted-by-rfc-editor">
      <name>XML Attributes vs RPCs input augmentations discussion (to be deleted by RFC Editor)</name>
      <t>There are arguments that can be raised regarding using XML Attribute or to augment NETCONF RPCs.</t>
      <t>We studied Pros/Cons of each option and decided to propose XML attributes:</t>
      <t>XML Attributes Pro:</t>
      <ul spacing="normal">
        <li>
          <t>Literal alignment with W3C specification</t>
        </li>
        <li>
          <t>Same encoding for RESTCONF and NETCONF enabling code reuse</t>
        </li>
        <li>
          <t>One specification for all current and future RPCss</t>
        </li>
      </ul>
      <t>XML Attributes Cons:</t>
      <ul spacing="normal">
        <li>
          <t>No YANG modeling, multiple values represented as a single string</t>
        </li>
        <li>
          <t>Dependency on W3C for any extension or changes in the future as encoding will be dictated by string encoding</t>
        </li>
      </ul>
      <t>RPCs Input Augmentations Pro:</t>
      <ul spacing="normal">
        <li>
          <t>YANG model of every leaf</t>
        </li>
        <li>
          <t>Re-use of YANG toolkits</t>
        </li>
        <li>
          <t>Simple updates by augmentations on existing YANG module</t>
        </li>
        <li>
          <t>Possibility to express deviations in case of partial support</t>
        </li>
      </ul>
      <t>RPCs Input Augmentations Cons:</t>
      <ul spacing="normal">
        <li>
          <t>Need to augment every RPC, including future RPCs would need to consider these augmentations, which is harder to maintain</t>
        </li>
        <li>
          <t>There is no literal alignment with W3C standard. However, as mentioned before most of the time there will be modifications to the content</t>
        </li>
        <li>
          <t>Would need updated RFP for each change at W3C, which will make adoption of new features slower</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
UCFIWXqjTAZIl4P/AssaxUn+nQAA

-->

</rfc>
