<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.30 (Ruby 3.4.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-nmop-rfc3535-20years-later-02" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="RFC 3535, 20 Years Later">An Update of Operators Requirements on Network Management Protocols and Modelling</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-nmop-rfc3535-20years-later-02"/>
    <author fullname="Mohamed Boucadair">
      <organization>Orange</organization>
      <address>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <author fullname="Luis M. Contreras">
      <organization>Telefonica</organization>
      <address>
        <email>luismiguel.contrerasmurillo@telefonica.com</email>
      </address>
    </author>
    <author fullname="Oscar Gonzalez de Dios">
      <organization>Telefonica</organization>
      <address>
        <email>oscar.gonzalezdedios@telefonica.com</email>
      </address>
    </author>
    <author fullname="Thomas Graf">
      <organization>Swisscom</organization>
      <address>
        <email>thomas.graf@swisscom.com</email>
      </address>
    </author>
    <author fullname="Reshad Rahman">
      <organization>Equinix</organization>
      <address>
        <email>rrahman@equinix.com</email>
      </address>
    </author>
    <date year="2026" month="March" day="14"/>
    <keyword>network management</keyword>
    <keyword>future networks</keyword>
    <abstract>
      <?line 82?>

<t>This document identifies a list of operators requirements for network management operations.
These requirements reflect advances in this field since the publication of "IAB Network Management Workshop" (RFC 3535), which
was instrumental for developing many key technologies that are widely deployed.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/boucadair/rfc3535-20years-later"/>.</t>
    </note>
  </front>
  <middle>
    <?line 88?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The IAB organized a workshop (June 4-June 6, 2002)
to establish a dialog between network operators and
protocol developers, and to guide the IETF to focus on work
regarding network management.  The outcome of that workshop
was documented in the "IAB Network Management Workshop" <xref target="RFC3535"/>
which was instrumental for developing NETCONF <xref target="RFC6241"/> and YANG <xref target="RFC6020"/><xref target="RFC7950"/>, in particular.</t>
      <t>Since the publication of <xref target="RFC3535"/> major advances were achieved in the network managment area, such as (but not limited to):</t>
      <ul spacing="normal">
        <li>
          <t>NETCONF <xref target="RFC6241"/></t>
        </li>
        <li>
          <t>YANG <xref target="RFC7950"/></t>
        </li>
        <li>
          <t>RESTCONF  <xref target="RFC8040"/></t>
        </li>
        <li>
          <t>SDN and Programmable Networks <xref target="RFC7149"/><xref target="RFC7426"/></t>
        </li>
        <li>
          <t>Automation <xref target="RFC8969"/></t>
        </li>
        <li>
          <t>Virtualization <xref target="RFC8568"/></t>
        </li>
        <li>
          <t>Containerization <xref target="I-D.ietf-bmwg-containerized-infra"/></t>
        </li>
        <li>
          <t>Intent-based <xref target="RFC9315"/></t>
        </li>
        <li>
          <t>Network APIs (e.g., <xref target="CAMARA"/>)</t>
        </li>
        <li>
          <t>Models for management of services, networks, and devices <xref target="RFC8199"/><xref target="RFC8309"/></t>
        </li>
        <li>
          <t>Telemetry <xref target="RFC9232"/></t>
        </li>
        <li>
          <t>JSON Encoding of Data Modeled with YANG <xref target="RFC7951"/></t>
        </li>
        <li>
          <t>CoAP Management Interface (CORECONF) <xref target="I-D.ietf-core-comi"/></t>
        </li>
        <li>
          <t>YANG to CBOR mapping <xref target="RFC9254"/></t>
        </li>
        <li>
          <t>YANG Schema Item iDentifier (YANG SID) <xref target="I-D.ietf-core-sid"/></t>
        </li>
      </ul>
      <t>See also "An Overview of the IETF Network Management Standards" <xref target="RFC6632"/>.</t>
      <t>More than 20 years later after the publication of <xref target="RFC3535"/>, new requirements on network management operations are emerging from the operators. This document captures these requirements that reflect the progress in this area.</t>
      <t>For completness, the document also provides an assessment of the <xref target="RFC3535"/> recommendations (<xref target="sec-assessment"/>) and to what extent that roadmap was driving network management efforts within the IETF, in particular (<xref target="sec-reca"/>). Readers may also refer to <xref target="I-D.iab-nemops-workshop-report"/>.</t>
    </section>
    <section anchor="sec-obs">
      <name>Observations and Operators Requirements</name>
      <section anchor="sec-dm">
        <name>On the Importance of Data Models</name>
        <t>An appealing aspect about network automation techniques is that they almost apply to any kind of network. From that perspective, the functional component of a network automation framework that probably matters the most, and independent of the underlying interfaces and protocols, are the data models. Concretely, data models are instrumental in the automation of networks, service delivery, and infrastructures in general, especially that they can provide closed-loop control for adaptive and deterministic service creation, delivery, and maintenance.</t>
        <t>Data models can be used to derive required configuration information for both network and service components, and state information that will be monitored and tracked. Likewise, they can be used during the service/network management life cycle (e.g., service instantiation, provisioning, optimization, monitoring, diagnostic, and assurance).</t>
        <t>More than three decades of "Internet standardization" have shown that the specification of data models is not that straightforward. This is because of at least two major reasons:</t>
        <ul spacing="normal">
          <li>
            <t>For more than 30 years, legacy network equipment manufacturers have considered their technology as a competitive advantage, thereby leading to proprietary, vendor-specific, data models and the burden of vendor lock-ins. For example, there are more YANG proprietary modules than standarized ones. At the time of writing, <xref target="YC"/> lists 13661 unique proprietary YANG modules vs. 991 Standards modules.</t>
          </li>
          <li>
            <t>Over the same period, operators have also developed their savoir-faire as a key competitive advantage. Such savoir-faire had to rely upon these proprietary data models (and their own ones). Operators were reluctant in the past to share their design and management practices.</t>
          </li>
        </ul>
        <t>The situation has changed since network "softwarization" strategies have been disclosed by vendors and operators. From a business standpoint, network "softwarization" is seen as a major transformation effort by operators, because of the flexibility and the "a la carte" approach that is promoted by "X-as-a-service" (XaaS) designs, "X" being network, platform, Network Slice <xref target="RFC9543"/>, etc.</t>
        <t>XaaS designs assume the availability of data models that are dynamically instantiated (along with a set of relevant policies) as a function of the "X" (and its design, for that matter). <strong>XaaS services cannot be designed, delivered, and operated without data models.</strong> Standard data models are thus key as they allow to:</t>
        <ul spacing="normal">
          <li>
            <t>Ease mapping among many (network/service) layers.</t>
          </li>
          <li>
            <t>Ease data correlation from distinct sources.</t>
          </li>
          <li>
            <t>Soften dependency on CLI specifics to vendors.</t>
          </li>
          <li>
            <t>Support both top-down and bottom-up approaches for operating services:</t>
          </li>
          <li>
            <t>Accurate control loops for adaptive and deterministic service creation, delivery, and maintenance.</t>
          </li>
          <li>
            <t>Feed an intelligence that will drive appropriate actions to adjust the current status to align with the intended status.</t>
          </li>
        </ul>
        <dl>
          <dt>OPS-REQ-STRENGTHEN-DM:</dt>
          <dd>
            <t>Network softwarization can only happen with a strong, committed standardization effort, complemented by active involvement in open-source projects that facilitate access to code.</t>
          </dd>
          <dt/>
          <dd>
            <t>Particularly, <strong>without data models, a Network API is essentially useless</strong> (see also <xref target="sec-api"/>).</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-frag">
        <name>Fragmented Ecosystem</name>
        <t>The current YANG device models ecosystem is <strong>fragmented</strong>: some standards data models are defined through the IETF, while similar ones are defined in other fora such as Openconfig <xref target="OC"/>.
Unlike service and network models, IETF-defined device models are not widely implemented.</t>
        <dl>
          <dt>OPS-REQ-DM-RATIONALIZE:</dt>
          <dd>
            <t>There is a need to rationalize this space and avoid redundant efforts.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-cons">
        <name>The Network Becomes Consumable</name>
        <t>Network connectivity can support tailored services in terms of Service Level Obejctives (SLOs), for instance, by means of Network Slice Services <xref target="RFC9543"/>. This approach of "consuming the network" flexibly and dynamically is made possible by enabling means of exposing network capabilities to either internal or external applications. Then, network management is no longer limited to collect network status information, but it should be extended to permit the exposure of resources, capabilities, functionality, and associated information (e.g., inventory-based data).</t>
        <dl>
          <dt>OPS-REQ-EASE-EXPOSURE:</dt>
          <dd>
            <t>Focus on protocols and data models to expose network/service capabilities, network-wide services, and related operations.</t>
          </dd>
          <dt>OPS-REQ-NW-API-DISCOVERY:</dt>
          <dd>
            <t>Define a reference approach for service exposure discovery (APIs discovery).</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-api">
        <name>Network APIfication</name>
        <t>APIs are getting momentum as means of interworking between parties, also at the time of providing network services. As an example, <xref target="I-D.ietf-grow-peering-api"/> defines an API for dynamically establishing BGP interconnection sessions between Autonomous Systems of different administrative domains. That same objective is also covered by the YANG data model defined in <xref target="RFC9834"/> as exemplified in its Appendix A.10. Tools such as YANG/OpenAPI transforms are key to leverage existing data models and allow for better integration and mapping to actual realization models.</t>
        <dl>
          <dt>OPS-REQ-DM2API:</dt>
          <dd>
            <t>Readily available API specifications should be generalized from YANG modules for fast development, prototyping, and validation.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-pro">
        <name>Lack of Profiling</name>
        <t>Many NETCONF-related features are (being) specified by the IETF, but these features are not widely supported (e.g., YANG-Push <xref target="RFC8639"/>). Some of these are not implemented because of the unbalance between actual operational need vs. complexity.</t>
        <dl>
          <dt>OPS-REQ-GUIDE-AND-PROFILE:</dt>
          <dd>
            <t>The target application/applicability of a network management approach should be documented (e.g., edit profile documents that outline a set of recommendations for core/key features, along with appropriate justifications, will help foster more implementations that meet operators’ needs). This also covers security management aspects of network management. Additionaly, consider independent compliance suites to validate functions/features/etc.</t>
          </dd>
          <dt>OPS-REQ-ARCH:</dt>
          <dd>
            <t>Need to promote more architecture and framework documents to exemplify the intended use.</t>
          </dd>
        </dl>
        <ul empty="true">
          <li>
            <t>Examples of such profile documents are the various RFCs that were published by the Behavior Engineering for Hindrance Avoidance (behave) WG <xref target="BCP127"/>.
Another approach is to consider a model similar to the "Roadmap for Transmission Control Protocol (TCP) Specification Documents" <xref target="RFC7414"/>.
Such a document would serve as a guide and reference for implementers and others seeking information on 'NETCONF/RESTCONF/YANG'-related RFCs.</t>
          </li>
        </ul>
        <dl>
          <dt>OPS-REQ-REASSESS:</dt>
          <dd>
            <t>Additionally, reassessing the value of some IETF proposals compared to competing or emerging solutions (e.g., gRPC vs. YANG-Push) would be beneficial.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-agile">
        <name>Lack of Agile Process for (The Maintenance of) YANG Modules</name>
        <t>RFCs might not be suited for documenting YANG modules (it takes much too long, especiallly for updates). In the meantime, there is a need for reference data models and "sufficiently stable data models".</t>
        <t>An hybrid approach might be investigated for documenting IETF-endorsed YANG modules, such as considering an RFC to describe the initial module sketch and objectives and an official IETF repository for maintaining intermediate YANG versions.</t>
        <t>By drawing a parallel between YANG data models and the concept of ontology used in the field of Semantic Web, the topic of YANG module maintenance could greatly benefit from proven methodologies in knowledge engineering such as <xref target="LOT2019"/> and automatic documentation tools like <xref target="Widoco2017"/>.</t>
        <dl>
          <dt>OPS-REQ-QUICK-BUT-WELL:</dt>
          <dd>
            <t>Develop a more agile process for the development and maintenance of YANG modules in the IETF. RFCs might not be suited for documenting YANG modules.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-int">
        <name>Integration Complexity</name>
        <t>One of the requirements listed in <xref section="3" sectionFormat="of" target="RFC3535"/> is the ease of use which, according to <xref section="3.2" sectionFormat="of" target="RFC6244"/>, is claimed to be addressed by NETCONF and YANG. For configuration this holds true, for network observability it is unfortunately not yet. This has been confirmed with a set of network operators asking how long it takes from subscribing YANG data to make it accessible to the operator. Minutes, Hours, Days, or Weeks. None of them answered Minutes or Hours. All of them responded Days or Weeks. Hinting manual post processing of YANG data.</t>
        <t>Collecting YANG metrics from networks is already a struggle due to late arrival of <xref target="RFC8639"/>, <xref target="RFC8640"/>, <xref target="RFC8641"/>, <xref target="I-D.ietf-netconf-https-notif"/>, and <xref target="I-D.ietf-netconf-udp-notif"/> for configured subscription transport protocols which defined YANG-Push in the industry. This caused network vendors to implement alternative solutions to collect real-time streaming data in the meanwhile, such as gNMI which was proposed in 2018 in <xref target="I-D.openconfig-rtgwg-gnmi-spec"/> to the IETF but not followed up on. Unfortunately, these implementations differ between network Operating Systems (OSes) due to the lack of standardization, specifically for the metadata which would ensure machine readability.</t>
        <t>When a set of network operators where asked to where operational YANG data needs to be integrated to, the answer homogeneously was Apache Kafka Message Broker and Time Series Databases. There is a need to specify how YANG-Push can be integrated into Apache Kafka and references needed YANG-Push extensions and YANG schema registry development. The YANG-Push extensions addressing needs to make YANG-Push messages machine readable and against semantic validate able to ensure a consistent data processing.</t>
        <t>Another challenge is that the subscribed YANG data referenced with 'datastore-subtree-filter' or 'datastore-xpath-filter' breaks semantic integrity which needs to be addressed by either updating <xref section="4" sectionFormat="of" target="RFC8641"/> or proposing a new YANG module being used at the YANG-Push receiver.</t>
        <dl>
          <dt>OPS-REQ-INTEGRATION:</dt>
          <dd>
            <t>Consider approaches to ease integration by-design (e.g., protocols and data models).</t>
          </dd>
          <dt>OPS-REQ-ITERATE:</dt>
          <dd>
            <t>Need a velocity and approach to standardization that allows for business goals to be incrementally realized.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-dama">
        <name>YANG-formatted Data Manipulation</name>
        <t>The use of a flat tree hierarchy in YANG data models may induce some performance issues compared to other graph models.
This can be the case, for example, during a path calculation on a network topology.
Different approaches using graph theory and compatible with YANG are currently available, but require further experimentation to generalize their adoption.
For instance, OpenDaylight <xref target="ODL"/> implements an in-memory connected graph version of YANG-based data to enable fast breadth-first search (BFS).</t>
        <dl>
          <dt>OPS-REQ-Y2KG:</dt>
          <dd>
            <t>Need for a reference specification to translate YANG-based data into the knowledge graph (KG).</t>
          </dd>
        </dl>
        <t>For example, <xref target="I-D.marcas-nmop-knowledge-graph-yang"/> and <xref target="I-D.tailhardat-nmop-incident-management-noria"/> discuss YANG-2-KG proposals to leverage automated reasoning and graph traversal techniques.</t>
        <dl>
          <dt>OPS-REQ-SCALE:</dt>
          <dd>
            <t>Consider approaches for YANG data models to scale.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-map">
        <name>Translation and Mapping Between Service/Network and Device Models</name>
        <t>Navigating among multiple levels of the hierarchy (service, network, device) relies
currently on proprietary solutions to graft and translate between two layers. There
is no programmatic approach to ensure lossless mappings.</t>
        <dl>
          <dt>OPS-REQ-LOSSLESS:</dt>
          <dd>
            <t>Consider programmatic approaches to ensure lossless mappings between service/network/device data models. Means to detect, characterize, and expose loss may be considered. Note that lossless mapping is an enabler for support of deterministic verification, auditing, and tracing back along layers/models.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-con">
        <name>(In)Consistent Data Structures in Network Protocols for Data Export</name>
        <t>Network Telemetry, as described in <xref target="RFC9232"/>, involve a set of protocols. Due to the different requirements, one Network Telemetry protocol doesn't address all needs. This is mainly due to the nature of the subscribed data. BGP Monitoring Protocol (BMP) <xref target="RFC7854"/> adds monitoring and tracing capabilities natively to the BGP process to minimize the processing overhead. While IPFIX <xref target="RFC7011"/><xref target="RFC7012"/> can be applied according to <xref target="RFC5472"/> to gain visibility into the data and forwarding planes, due to the amount of data, sampling as defined in <xref target="RFC5476"/> and applied to IPFIX in <xref target="RFC5477"/> and aggregation as defined in <xref target="RFC7015"/> for IPFIX is needed to reduce the amount of exposed data. While YANG-Push focuses on exposing already YANG modelled data, which eases the correlation among network configuration and operational data.</t>
        <t><xref target="RFC9232"/> is an informational document and does not specify what these Network Telemetry protocols should have in common to ensure consistent data structures for data export. While data types are fairly good aligned, a lack of metadata standardization among the Network Telemetry protocols is observed. In particular describing from where the metrics has been exported from and timestamping. In <xref section="4.2" sectionFormat="of" target="RFC7854"/> timestamps are optional and sysName <xref target="RFC1213"/> is only carried in the BMP initiation message (<xref section="4.3" sectionFormat="of" target="RFC7854"/>), while the message header of IPFIX defined in <xref section="4.3" sectionFormat="of" target="RFC7011"/> lacks the 'sysName' definition.</t>
        <t>The lack of information from where the data is being pushed from is only known to the Network Telemetry data collection due to the transport session being established from the network node exporting the information. When Network Telemetry messages are being transformed and forwarded, this information is being lost. Therefore, it is common among network operators to augment 'sysName' and other metadata at the data collection.</t>
        <t>The same common principle applies to when observation timestamping is missing in the Network Telemetry message. Since the data collection is the closest element to the network, a time stamp is added to give the network operator at least the information when the Network Telemetry message was collected. However, since Network Telemetry addresses real-time streaming needs, this is often not accurate enough for data correlation.</t>
        <dl>
          <dt>OPS-REQ-REUSABILITY:</dt>
          <dd>
            <t>Consider approach to ensure reuse/consistent data structure.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-limit">
        <name>Proprietary YANG Modules, CLI, and Limited Abstraction</name>
        <t>Leveraging on pluggins, propietary YANG data models or even CLI is still the rule in many operations, sometimes forced by the need of operating legacy infrastructures.</t>
        <t>The complexity of developing and maintaining these means of operation is huge, as it is required to to cover many OSes and vendors along the lifetime of the network device.</t>
        <t>Network models for the realization of services provide some "level" of abstraction and then allows for for more automation.</t>
      </section>
      <section anchor="sec-distinct">
        <name>Distinct Networks, Distinct Management Requirements</name>
        <t>From the time <xref target="RFC3535"/> was released up to now, new kind of services and applications have been developed and deployed over the time, with very diverse, and some times contradicting, requirements. Those services have been engineered on top of multi-service networks for the sake of efficiency and simplicity, accommodating such a variety of needs. As a result, services requiring mobility, data replication, large capacity, adaptability, multi-path support, determinism, etc., coexist on the same shared network, needing from it mechanisms for graceful operation.</t>
        <t>Likewise, such diversity of services also require different management capabilities. For example, session continuity, distribution trees, traffic engineering, congestion status notification, reordering, or on-time delivery impose very different management needs to be satisfied.</t>
        <t>This reality is different from the one existing at the time of <xref target="RFC3535"/>, and as such, the new identified needs can require from novel approaches to guarantee the aforementioned co-existence of services. Some networks have specific network management requirements such as the need for asynchronous operations or constraints on data compactness. An example of such networks is Delay-Tolerant Networking (DTN) <xref target="RFC838"/> or DetNet <xref target="RFC8557"/>.</t>
        <dl>
          <dt>OPS-REQ-NEW-NEED:</dt>
          <dd>
            <t>Profiling main network management technologies (e.g., recommend customized transport parameters such as timeouts and transport services) is recommended than defining network management technologies that are applicable to a single deployment context.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-dep">
        <name>Implications of External Dependency</name>
        <t>Networks are being updated to abandon the silo approach from the past towards an increasing convergence. Specifically, there are trends towards a tighter interaction and integration of different technologies previously considered as totally separated from an operational perspective. Examples of that trends are the IP and Optical integration (e.g., the introduction of colored interfaces on routers), or the extension of deterministic-behavior features to Layer 3 networks. This kind of convergence in most cases creates dependencies on the conventional network management features, which require to incorporate or integrate functionality from other technological domains.</t>
        <t>Such convergence is also reflected on the need of interacting and interworking with distinct network parts participating in the end-to-end service delivery. Mobile access, fixed access, data center, enterprise, radio functional split (i.e., fronthaul and midhaul), neutral exchanges, intensive data networks (e.g., scientific academic networks), content distribution, etc., represent network parts constituent of end-to-end services that can impose dependencies of the management of an intermediate network.</t>
        <dl>
          <dt>OPS-REQ-UNSILO:</dt>
          <dd>
            <t>The convergence observed in recent years also implies the need for an up-to-date refresh of management capabilities and tools for conventional networks.</t>
          </dd>
          <dt/>
          <dd>
            <t>It highlights the necessity to handle the heterogeneity of data, configuration, and network management/requirements.</t>
          </dd>
          <dt/>
          <dd>
            <t>From a YANG perspective, this involves easily mapping and relating the data models used to manage each specific segment.</t>
          </dd>
          <dt/>
          <dd>
            <t>Resolving such issue could draw on insights from parallel technical fields such as knowledge engineering practices and concepts associated with Linked Data in the Semantic Web, areas where it is common to manage problems of heterogeneity and data reconciliation across various application domains.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-pub">
        <name>Too Much Time Between Publication of New Networking Functionality and the Associated YANG</name>
        <t>For example, <xref target="RFC8667"/> (IS-IS extensions for SR) was published in December 2019, while <xref target="I-D.ietf-isis-sr-yang"/> will be published ~5 years after. There are cases where modules are not published after more than a decade of WG adoption (e.g., <xref target="I-D.ietf-idr-bgp-model"/>).</t>
        <dl>
          <dt>OPS-REQ-TIMELY-DM:</dt>
          <dd>
            <t>Consider having YANG as part of the protocol specification/change where possible, or have the YANG document progress in parallel.
That may slow down the protocol specification, though.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-impl">
        <name>Lack of Implementation of Proposed Solutions</name>
        <t>New solutions proposed by WGs such as NETMOD and NETCONF very often lack an implementation or only have a partial implementation. The situation has improved with the last hackathons (e.g., for YANG-Push), but these solutions became RFCs without a known implementation:</t>
        <ul spacing="normal">
          <li>
            <t>YANG-Push <xref target="RFC8641"/></t>
          </li>
          <li>
            <t>Schema-mount <xref target="RFC8528"/></t>
          </li>
          <li>
            <t>NMDA <xref target="RFC8342"/></t>
          </li>
        </ul>
        <t>Schema-mount allegedly has only one known implementation because of the complexity of the solution. That means the IETF most likely spent lots of cycles for something which won't be deployed ever.</t>
        <t>While hackathons have improved the situation, the availablability of implementations is concerning. For open-source, 'sysrepo'/'libyang' are decent choices.</t>
        <dl>
          <dt>OPS-REQ-READILY-IMPLEM:</dt>
          <dd>
            <t>The availablability of implementations is concerning. Consider catalyst approaches to trigger more (open) implementations, especially during the development of protocols/extensions.</t>
          </dd>
        </dl>
      </section>
      <section anchor="tooling-skills">
        <name>Tooling &amp; Skills</name>
        <section anchor="sec-it">
          <name>Integration with "native" IT Tooling</name>
          <dl>
            <dt>OPS-REQ-IT-INTEGRATION:</dt>
            <dd>
              <t>There is a need to ease the integration of low-level/network-oriented solution with native "IT tooling" (e.g., "https://opentelemetry.io/").</t>
            </dd>
          </dl>
        </section>
        <section anchor="sec-ietf-in">
          <name>IETF Support for Better YANG Integration</name>
          <dl>
            <dt>OPS-REQ-IETF-TOOLS</dt>
            <dd>
              <t>Ease exposure of libraries and host tools (e.g., <tt>yangkit</tt>) to ease integration.</t>
            </dd>
          </dl>
        </section>
        <section anchor="sec-client">
          <name>Open-source Tools</name>
          <t>While there are open-source implementations for NETCONF (e.g., NETOPEER), the gRPC/gNMI suite seems to have more support for tools on the client side.
For example, "ygot" generates structures from YANG models and these can easily be used by a client to configure a device with gNMI. NETCONF is not supported though (the XML tags are needed).</t>
          <dl>
            <dt>OPS-REQ-CLIENT-TOOLS:</dt>
            <dd>
              <t>Focus on tooling is needed, especially on the client side.</t>
            </dd>
          </dl>
        </section>
        <section anchor="sec-skills">
          <name>Skills</name>
          <t>The IETF is not the expert community in data engineering. The experts are in the data industry. Without them, integration in data processing chains like Data Mesh is going to be a challenge.</t>
          <dl>
            <dt>OPS-REQ-BRIDGE:</dt>
            <dd>
              <t>Create an eco-system where data and networking engineers can collaborate.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="sec-new">
        <name>New Service Approaches</name>
        <t>The virtualization trend have made posible to dynamically instantiate Service Functions (SFs) in distributed compute facilities in the form of virtual machines or containers, as micro-services. The instantiation of the SFs is governed by cloud management systems, as it is the connectivity among the different instances or micro-services. That connectivity is typically realized by using overlay mechanisms, without any further interaction with the network. However, this appraoch seems to be insuficient for future services demanding stringent requirements in terms of SLOs.</t>
        <dl>
          <dt>OPS-REQ-GLUE:</dt>
          <dd>
            <t>The distinct approaches followed in both the compute and the network environments makes necessary to define suitable mechanisms for enabling an efficient interplay, while highly automating the overall service delivery procedure.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-guid">
        <name>Many Solutions for the Same Problem, but Lack of Clear Applicably Guidance</name>
        <t>There are several solutions that were standardized for network management purposes. For example, management of ACLs by means to BGP FlowSpec <xref target="RFC8955"/><xref target="RFC8956"/> or  by means of NETCONF/YANG <xref target="RFC8519"/>. There is no cross referencing between the two standards or delimits its applicability scope vs the other approach.</t>
        <t>Likewise, BGP FlowSpec did not reuse the IPFIX Information Elements.</t>
        <dl>
          <dt>OPS-REQ-GUIDANCE:</dt>
          <dd>
            <t>The target application/applicability of a network management approach should be integrated in the specification itself.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="updated-operators-requirements">
      <name>Updated Operators' Requirements</name>
      <section anchor="sec-reqs">
        <name>Summary</name>
        <dl>
          <dt>OPS-REQ-STRENGTHEN-DM:</dt>
          <dd>
            <t>Network softwarization can only happen with a strong, committed standardization effort, complemented by active involvement in open-source
projects that facilitate access to code.</t>
          </dd>
          <dt>OPS-REQ-DM-RATIONALIZE:</dt>
          <dd>
            <t>Rationalize this space and avoid redundant efforts (in almost all layers (IP, optic, etc.)). Unlike service and network models, Standard-based device models are not widely implemented.</t>
          </dd>
          <dt>OPS-REQ-EASE-EXPOSURE:</dt>
          <dd>
            <t>Focus on protocols and data models to expose network/service capabilities, network-wide services, and related operations.</t>
          </dd>
          <dt>OPS-REQ-NW-API-DISCOVERY:</dt>
          <dd>
            <t>Define a reference approach/process for service exposure discovery (APIs discovery).</t>
          </dd>
          <dt>OPS-REQ-DM2API:</dt>
          <dd>
            <t>Readily available API specifications should be generalized from YANG modules for fast development, prototyping, and validation.</t>
          </dd>
          <dt>OPS-REQ-GUIDE-AND-PROFILE:</dt>
          <dd>
            <t>The target application/applicability of a network management approach should be documented (e.g., edit profile documents that outline a set of recommendations for core/key features, along with appropriate justifications, will help foster more implementations that meet operators’ needs). This also covers security management aspects of network management. Additionaly, consider independent compliance suites to validate functions/features/etc.</t>
          </dd>
          <dt>OPS-REQ-ARCH:</dt>
          <dd>
            <t>Need to promote more arch and framework documents to exemplify the intended use.</t>
          </dd>
          <dt>OPS-REQ-REASSESS:</dt>
          <dd>
            <t>Reassess the value of some IETF proposals, including compared to competing or emerging solutions (e.g., gNMI).</t>
          </dd>
          <dt>OPS-REQ-QUICK-BUT-WELL:</dt>
          <dd>
            <t>Develop a more agile process for the development and maintenance of YANG modules in the IETF. RFCs might not be suited for documenting YANG modules.</t>
          </dd>
          <dt>OPS-REQ-INTEGRATION:</dt>
          <dd>
            <t>Consider approaches to ease integration by-design (e.g., protocols and data models). The integration covers both horizontal and vertical realms. For example, there is a lack of enablement of this integration across standard bodies that operators are left to solve.</t>
          </dd>
          <dt>OPS-REQ-ITERATE:</dt>
          <dd>
            <t>Need a velocity and approach to standardization that allows for business goals to be incrementally realized.</t>
          </dd>
          <dt>OPS-REQ-Y2KG:</dt>
          <dd>
            <t>Need for reference specifications to translate YANG-based data into the knowledge graph. Sample use cases to illustrate the intended use should be considered as well.</t>
          </dd>
          <dt>OPS-REQ-SCALE:</dt>
          <dd>
            <t>Consider approaches for YANG models to scale, including protocol considerations (transactions, touches, etc.). Specifically, address Telemetry scalability enhancements.</t>
          </dd>
          <dt>OPS-REQ-LOSSLESS:</dt>
          <dd>
            <t>Consider programmatic approaches to ensure lossless mappings between service/network/device data models. Means to detect, characterize, and expose loss may be considered. Note that lossless mapping is a enabler for support of deterministic verification, auditing, and tracing back along layers/models.</t>
          </dd>
          <dt>OPS-REQ-REUSABILITY:</dt>
          <dd>
            <t>Consider approaches to ensure reuse/consistent data structure across various NM segments. This will ease correlating data learned from different means (IPFIX, BMP, SYSLOG, etc.).</t>
          </dd>
          <dt>OPS-REQ-NEW-NEED:</dt>
          <dd>
            <t>Profiling main network management technologies (e.g., recommend customized transport parameters such as timeouts and transport services) is recommended than defining network management technologies that are applicable to a single deployment context.</t>
          </dd>
          <dt>OPS-REQ-UNSILO:</dt>
          <dd>
            <t>Necessity to handle the heterogeneity of data, configuration, and network management/requirements. Resolving such issue could draw on insights from parallel technical fields such as knowledge engineering practices and concepts associated with Linked Data in the Semantic Web, areas where it is common to manage problems of heterogeneity and data reconciliation across various application domains.</t>
          </dd>
          <dt>OPS-REQ-TIMELY-DM:</dt>
          <dd>
            <t>Consider having YANG as part of the protocol specification/change where possible, or have the YANG document progress in parallel.</t>
          </dd>
          <dt>OPS-REQ-READILY-IMPLEM:</dt>
          <dd>
            <t>The availability of implementation is concerning. Consider catalyst approaches to trigger more (open) implementations, especially during the development of protocols/extensions.</t>
          </dd>
          <dt>OPS-REQ-IT-INTEGRATION:</dt>
          <dd>
            <t>There is a need to ease the integration of low-level/network-oriented solution with native "IT tooling" (e.g., https://opentelemetry.io/).</t>
          </dd>
          <dt>OPS-REQ-IETF-TOOLS:</dt>
          <dd>
            <t>Ease exposure of libraries and host tools (e.g., yangkit) to ease integration.</t>
          </dd>
          <dt>OPS-REQ-CLIENT-TOOLS:</dt>
          <dd>
            <t>Focus on tooling is needed, especially on the client side. There is a need for tools that are easy to use. Likewise, there is need for support for multiple friendly, stable, and feature-rich libraries for programming languages.</t>
          </dd>
          <dt>OPS-REQ-BRIDGE:</dt>
          <dd>
            <t>Create an eco-system where data and networking engineers can collaborate.</t>
          </dd>
          <dt>OPS-REQ-GLUE:</dt>
          <dd>
            <t>Distinct approaches followed in both the compute and the network environments make necessary to define suitable mechanisms for enabling an efficient interplay, while highly automating the overall service delivery procedure.</t>
          </dd>
          <dt>OPS-REQ-GUIDANCE:</dt>
          <dd>
            <t>The target application/applicability of a network management approach should be integrated in the specification itself.</t>
          </dd>
        </dl>
      </section>
      <section anchor="categorization">
        <name>Categorization</name>
        <t><xref target="_table-req-cat"/> provides a classification of the requirements listed in <xref target="sec-reqs"/>.It specifically tag whether a requirement:</t>
        <ul spacing="normal">
          <li>
            <t>Belongs to data modeling (DM)</t>
          </li>
          <li>
            <t>Requires protocol work (Protocol)</t>
          </li>
          <li>
            <t>Impacts deployability of standardized approaches (Deployability)</t>
          </li>
          <li>
            <t>Has implications on integration effort by operators (Integration)</t>
          </li>
          <li>
            <t>Requires some adaptations to an SDO process (SDO Process)</t>
          </li>
          <li>
            <t>Allows better coordination (Collaboration &amp; Cooperation)</t>
          </li>
          <li>
            <t>Is relevant to skills transformations (Skills)</t>
          </li>
        </ul>
        <table anchor="_table-req-cat">
          <name>Requirements Classification</name>
          <thead>
            <tr>
              <th align="left">Ops Requirement Label</th>
              <th align="center">DM</th>
              <th align="center">Protocol</th>
              <th align="center">Deployability</th>
              <th align="center">Integration</th>
              <th align="center">SDO Process</th>
              <th align="center">Collaboration &amp; Cooperation</th>
              <th align="center">Skills</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">OPS-REQ-STRENGTHEN-DM</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-DM-RATIONALIZE</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-EASE-EXPOSURE</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-NW-API-DISCOVERY</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-DM2API</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-GUIDE-PROFILE</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-ARCH</td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-REASSESS</td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-QUICK-BUT-WELL</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-INTEGRATION</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-ITERATE</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-Y2KG</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-SCALE</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-LOSSLESS</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-REUSABILITY</td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-NEW-NEED</td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-UNSILO</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-TIMELY-DM</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-READILY-IMPLEM</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-IT-INTEGRATION</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-IETF-TOOLS</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center">X</td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-CLIENT-TOOLS</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-BRIDGE</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center">X</td>
            </tr>
            <tr>
              <td align="left">OPS-REQ-GLUE</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
            </tr>
            <tr>
              <td align="left">OPS-REQ- GUIDANCE</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center">X</td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
              <td align="center"> </td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="overall-new-requirements-levels-operators-view">
        <name>Overall New Requirements Levels: Operators View</name>
        <t><xref target="_table-ops-view"/> provides the requirement level of <xref target="sec-reqs"/> from an operator perspective.</t>
        <table anchor="_table-ops-view">
          <name>Operators Requirements Levels</name>
          <thead>
            <tr>
              <th align="right">Ops Requirement Label</th>
              <th align="center">Overall Level</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">OPS-REQ-STRENGTHEN-DM</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-DM-RATIONALIZE</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-EASE-EXPOSURE</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-NW-API-DISCOVERY</td>
              <td align="center">Nice to have</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-DM2API</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-GUIDE-AND-PROFILE</td>
              <td align="center">Nice to have</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-ARCH</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-REASSESS</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-QUICK-BUT-WELL</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-INTEGRATION</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-ITERATE</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-Y2KG</td>
              <td align="center">Nice to have</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-SCALE</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-LOSSLESS</td>
              <td align="center">Nice to have</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-REUSABILITY</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-NEW-NEED</td>
              <td align="center">Nice to have</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-UNSILO</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-TIMELY-DM</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-READILY-IMPLEM</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-IT-INTEGRATION</td>
              <td align="center">Nice to have</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-IETF-TOOLS</td>
              <td align="center">Nice to have</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-CLIENT-TOOLS</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-BRIDGE</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-GLUE</td>
              <td align="center">Nice to have</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-GUIDANCE</td>
              <td align="center">Nice to have</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="consolidated-requirements">
        <name>Consolidated Requirements</name>
        <t>This section provides a consolidated view of main requirements that takes into account inputs from actors beyond operators:</t>
        <ul spacing="normal">
          <li>
            <t>Put more focus on service and network data models (OPS-REQ-STRENGTHEN-DM) while ensuring that the realization of these abstractions
can be easily correlated with underlying functionalities (OPS-REQ-INTEGRATION)</t>
          </li>
          <li>
            <t>Progress much faster (OPS-REQ-QUICK-BUT-WELL, OPS-REQ-TIMELY-DM)</t>
          </li>
          <li>
            <t>Implement minimal functionality, not bells and whistles (OPS-REQ-ITERATE)</t>
          </li>
          <li>
            <t>Have running code while a specification is under development (OPS-REQ-READILY-IMPLEM, OPS-REQ-TOOLS)</t>
          </li>
          <li>
            <t>Have vendors and operators on board at the time of developing the solution</t>
          </li>
          <li>
            <t>Provide independent compliance suites to validate features (OPS-REQ-GUIDE-AND-PROFILE)</t>
          </li>
          <li>
            <t>Need for means to correlate data learned from different means (OPS-REQ-REUSABILITY)</t>
          </li>
          <li>
            <t>Investigate approaches to ease adoption and integration into an operator’s environments (OPS-REQ-EASE-EXPOSURE, OPS-REQ-DM2API, OPS-REQ-INTEGRATION)</t>
          </li>
          <li>
            <t>Network-centric approaches have limits, need to better integrate and learn from techniques in other domains (OPS-REQ-BRIDGE).</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document does not define any protocol or architecture.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC3535">
          <front>
            <title>Overview of the 2002 IAB Network Management Workshop</title>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <date month="May" year="2003"/>
            <abstract>
              <t>This document provides an overview of a workshop held by the Internet Architecture Board (IAB) on Network Management. The workshop was hosted by CNRI in Reston, VA, USA on June 4 thru June 6, 2002. The goal of the workshop was to continue the important dialog started between network operators and protocol developers, and to guide the IETFs focus on future work regarding network management. This report summarizes the discussions and lists the conclusions and recommendations to the Internet Engineering Task Force (IETF) community. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3535"/>
          <seriesInfo name="DOI" value="10.17487/RFC3535"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="ODL" target="https://docs.opendaylight.org/projects/bgpcep/en/latest/graph/graph-user-guide-graph-model.html#">
          <front>
            <title>Graph Model Overview</title>
            <author>
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="OC" target="https://www.openconfig.net/">
          <front>
            <title>Openconfig</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="CAMARA" target="https://camaraproject.org/">
          <front>
            <title>CAMARA</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="YC" target="https://www.yangcatalog.org/private-page">
          <front>
            <title>YANG Catalog, YANG Modules Stats</title>
            <author>
              <organization/>
            </author>
            <date year="2026"/>
          </front>
        </reference>
        <reference anchor="Widoco2017" target="http://dgarijo.com/papers/widoco-iswc2017.pdf">
          <front>
            <title>WIDOCO: a wizard for documenting ontologies</title>
            <author initials="D." surname="Garijo" fullname="Daniel Garijo">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
        </reference>
        <reference anchor="LOT2019" target="https://doi.org/10.1016/j.engappai.2022.104755">
          <front>
            <title>LOT: An industrial oriented ontology engineering framework</title>
            <author initials="M." surname="Poveda-Villalon" fullname="Maria Poveda-Villalon">
              <organization/>
            </author>
            <author initials="A." surname="Fernandez-Izquierdo" fullname="Alba Fernandez-Izquierdo">
              <organization/>
            </author>
            <author initials="M." surname="Fernandez-Lopez" fullname="Mariano Fernandez-Lopez">
              <organization/>
            </author>
            <author initials="R." surname="Garcia-Castro" fullname="Raul Garcia-Castro">
              <organization/>
            </author>
            <date year="2022"/>
          </front>
        </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="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
        <reference anchor="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </reference>
        <reference anchor="RFC7149">
          <front>
            <title>Software-Defined Networking: A Perspective from within a Service Provider Environment</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="C. Jacquenet" initials="C." surname="Jacquenet"/>
            <date month="March" year="2014"/>
            <abstract>
              <t>Software-Defined Networking (SDN) has been one of the major buzz words of the networking industry for the past couple of years. And yet, no clear definition of what SDN actually covers has been broadly admitted so far. This document aims to clarify the SDN landscape by providing a perspective on requirements, issues, and other considerations about SDN, as seen from within a service provider environment.</t>
              <t>It is not meant to endlessly discuss what SDN truly means but rather to suggest a functional taxonomy of the techniques that can be used under an SDN umbrella and to elaborate on the various pending issues the combined activation of such techniques inevitably raises. As such, a definition of SDN is only mentioned for the sake of clarification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7149"/>
          <seriesInfo name="DOI" value="10.17487/RFC7149"/>
        </reference>
        <reference anchor="RFC7426">
          <front>
            <title>Software-Defined Networking (SDN): Layers and Architecture Terminology</title>
            <author fullname="E. Haleplidis" initials="E." role="editor" surname="Haleplidis"/>
            <author fullname="K. Pentikousis" initials="K." role="editor" surname="Pentikousis"/>
            <author fullname="S. Denazis" initials="S." surname="Denazis"/>
            <author fullname="J. Hadi Salim" initials="J." surname="Hadi Salim"/>
            <author fullname="D. Meyer" initials="D." surname="Meyer"/>
            <author fullname="O. Koufopavlou" initials="O." surname="Koufopavlou"/>
            <date month="January" year="2015"/>
            <abstract>
              <t>Software-Defined Networking (SDN) refers to a new approach for network programmability, that is, the capacity to initialize, control, change, and manage network behavior dynamically via open interfaces. SDN emphasizes the role of software in running networks through the introduction of an abstraction for the data forwarding plane and, by doing so, separates it from the control plane. This separation allows faster innovation cycles at both planes as experience has already shown. However, there is increasing confusion as to what exactly SDN is, what the layer structure is in an SDN architecture, and how layers interface with each other. This document, a product of the IRTF Software-Defined Networking Research Group (SDNRG), addresses these questions and provides a concise reference for the SDN research community based on relevant peer-reviewed literature, the RFC series, and relevant documents by other standards organizations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7426"/>
          <seriesInfo name="DOI" value="10.17487/RFC7426"/>
        </reference>
        <reference anchor="RFC8969">
          <front>
            <title>A Framework for Automating Service and Network Management with YANG</title>
            <author fullname="Q. Wu" initials="Q." role="editor" surname="Wu"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="D. Lopez" initials="D." surname="Lopez"/>
            <author fullname="C. Xie" initials="C." surname="Xie"/>
            <author fullname="L. Geng" initials="L." surname="Geng"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>Data models provide a programmatic approach to represent services and networks. Concretely, they can be used to derive configuration information for network and service components, and state information that will be monitored and tracked. Data models can be used during the service and network management life cycle (e.g., service instantiation, service provisioning, service optimization, service monitoring, service diagnosing, and service assurance). Data models are also instrumental in the automation of network management, and they can provide closed-loop control for adaptive and deterministic service creation, delivery, and maintenance.</t>
              <t>This document describes a framework for service and network management automation that takes advantage of YANG modeling technologies. This framework is drawn from a network operator perspective irrespective of the origin of a data model; thus, it can accommodate YANG modules that are developed outside the IETF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8969"/>
          <seriesInfo name="DOI" value="10.17487/RFC8969"/>
        </reference>
        <reference anchor="RFC8568">
          <front>
            <title>Network Virtualization Research Challenges</title>
            <author fullname="CJ. Bernardos" initials="CJ." surname="Bernardos"/>
            <author fullname="A. Rahman" initials="A." surname="Rahman"/>
            <author fullname="JC. Zuniga" initials="JC." surname="Zuniga"/>
            <author fullname="LM. Contreras" initials="LM." surname="Contreras"/>
            <author fullname="P. Aranda" initials="P." surname="Aranda"/>
            <author fullname="P. Lynch" initials="P." surname="Lynch"/>
            <date month="April" year="2019"/>
            <abstract>
              <t>This document describes open research challenges for network virtualization. Network virtualization is following a similar path as previously taken by cloud computing. Specifically, cloud computing popularized migration of computing functions (e.g., applications) and storage from local, dedicated, physical resources to remote virtual functions accessible through the Internet. In a similar manner, network virtualization is encouraging migration of networking functions from dedicated physical hardware nodes to a virtualized pool of resources. However, network virtualization can be considered to be a more complex problem than cloud computing as it not only involves virtualization of computing and storage functions but also involves abstraction of the network itself. This document describes current research and engineering challenges in network virtualization including the guarantee of quality of service, performance improvement, support for multiple domains, network slicing, service composition, device virtualization, privacy and security, separation of control concerns, network function placement, and testing. In addition, some proposals are made for new activities in the IETF and IRTF that could address some of these challenges. This document is a product of the Network Function Virtualization Research Group (NFVRG).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8568"/>
          <seriesInfo name="DOI" value="10.17487/RFC8568"/>
        </reference>
        <reference anchor="I-D.ietf-bmwg-containerized-infra">
          <front>
            <title>Considerations for Benchmarking Network Performance in Containerized Infrastructures</title>
            <author fullname="Trần Minh Ngọc" initials="T. M." surname="Ngọc">
              <organization>Electronics and Telecommunications Research Institute</organization>
            </author>
            <author fullname="Namseok Ko" initials="7. 9. 1. 1. 1. 1. 1. 3. 7." surname="Ko">
              <organization>Electronics and Telecommunications Research Institute</organization>
            </author>
            <author fullname="Sridhar Rao" initials="S." surname="Rao">
              <organization>The Linux Foundation</organization>
            </author>
            <author fullname="Jangwon Lee" initials="J." surname="Lee">
              <organization>Soongsil University</organization>
            </author>
            <author fullname="Younghan Kim" initials="Y." surname="Kim">
              <organization>Soongsil University</organization>
            </author>
            <date day="20" month="October" year="2025"/>
            <abstract>
              <t>   Recently, the Benchmarking Methodology Working Group extended the
   laboratory characterization from physical network functions (PNFs) to
   virtual network functions (VNFs).  With the ongoing shift in network
   function implementation from virtual machine-based to container-based
   approaches, system configurations and deployment scenarios for
   benchmarking will be partially influenced by how resource allocation
   and network technologies are specified for containerized network
   functions.  This draft outlines additional considerations for
   benchmarking network performance when network functions are
   containerized and executed on general-purpose hardware.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-bmwg-containerized-infra-08"/>
        </reference>
        <reference anchor="RFC9315">
          <front>
            <title>Intent-Based Networking - Concepts and Definitions</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="L. Ciavaglia" initials="L." surname="Ciavaglia"/>
            <author fullname="L. Z. Granville" initials="L. Z." surname="Granville"/>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <date month="October" year="2022"/>
            <abstract>
              <t>Intent and Intent-Based Networking are taking the industry by storm. At the same time, terms related to Intent-Based Networking are often used loosely and inconsistently, in many cases overlapping and confused with other concepts such as "policy." This document clarifies the concept of "intent" and provides an overview of the functionality that is associated with it. The goal is to contribute towards a common and shared understanding of terms, concepts, and functionality that can be used as the foundation to guide further definition of associated research and engineering problems and their solutions.</t>
              <t>This document is a product of the IRTF Network Management Research Group (NMRG). It reflects the consensus of the research group, having received many detailed and positive reviews by research group participants. It is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9315"/>
          <seriesInfo name="DOI" value="10.17487/RFC9315"/>
        </reference>
        <reference anchor="RFC8199">
          <front>
            <title>YANG Module Classification</title>
            <author fullname="D. Bogdanovic" initials="D." surname="Bogdanovic"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="C. Moberg" initials="C." surname="Moberg"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>The YANG data modeling language is currently being considered for a wide variety of applications throughout the networking industry at large. Many standards development organizations (SDOs), open-source software projects, vendors, and users are using YANG to develop and publish YANG modules for a wide variety of applications. At the same time, there is currently no well-known terminology to categorize various types of YANG modules.</t>
              <t>A consistent terminology would help with the categorization of YANG modules, assist in the analysis of the YANG data modeling efforts in the IETF and other organizations, and bring clarity to the YANG- related discussions between the different groups.</t>
              <t>This document describes a set of concepts and associated terms to support consistent classification of YANG modules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8199"/>
          <seriesInfo name="DOI" value="10.17487/RFC8199"/>
        </reference>
        <reference anchor="RFC8309">
          <front>
            <title>Service Models Explained</title>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="W. Liu" initials="W." surname="Liu"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>The IETF has produced many modules in the YANG modeling language. The majority of these modules are used to construct data models to model devices or monolithic functions.</t>
              <t>A small number of YANG modules have been defined to model services (for example, the Layer 3 Virtual Private Network Service Model (L3SM) produced by the L3SM working group and documented in RFC 8049).</t>
              <t>This document describes service models as used within the IETF and also shows where a service model might fit into a software-defined networking architecture. Note that service models do not make any assumption of how a service is actually engineered and delivered for a customer; details of how network protocols and devices are engineered to deliver a service are captured in other modules that are not exposed through the interface between the customer and the provider.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8309"/>
          <seriesInfo name="DOI" value="10.17487/RFC8309"/>
        </reference>
        <reference anchor="RFC9232">
          <front>
            <title>Network Telemetry Framework</title>
            <author fullname="H. Song" initials="H." surname="Song"/>
            <author fullname="F. Qin" initials="F." surname="Qin"/>
            <author fullname="P. Martinez-Julia" initials="P." surname="Martinez-Julia"/>
            <author fullname="L. Ciavaglia" initials="L." surname="Ciavaglia"/>
            <author fullname="A. Wang" initials="A." surname="Wang"/>
            <date month="May" year="2022"/>
            <abstract>
              <t>Network telemetry is a technology for gaining network insight and facilitating efficient and automated network management. It encompasses various techniques for remote data generation, collection, correlation, and consumption. This document describes an architectural framework for network telemetry, motivated by challenges that are encountered as part of the operation of networks and by the requirements that ensue. This document clarifies the terminology and classifies the modules and components of a network telemetry system from different perspectives. The framework and taxonomy help to set a common ground for the collection of related work and provide guidance for related technique and standard developments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9232"/>
          <seriesInfo name="DOI" value="10.17487/RFC9232"/>
        </reference>
        <reference anchor="RFC7951">
          <front>
            <title>JSON Encoding of Data Modeled with YANG</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>This document defines encoding rules for representing configuration data, state data, parameters of Remote Procedure Call (RPC) operations or actions, and notifications defined using YANG as JavaScript Object Notation (JSON) text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7951"/>
          <seriesInfo name="DOI" value="10.17487/RFC7951"/>
        </reference>
        <reference anchor="I-D.ietf-core-comi">
          <front>
            <title>CoAP Management Interface (CORECONF)</title>
            <author fullname="Michel Veillette" initials="M." surname="Veillette">
              <organization>Trilliant Networks Inc.</organization>
            </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>consultant</organization>
            </author>
            <author fullname="Alexander Pelov" initials="A." surname="Pelov">
              <organization>IMT Atlantique</organization>
            </author>
            <author fullname="Andy Bierman" initials="A." surname="Bierman">
              <organization>YumaWorks</organization>
            </author>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="2" month="March" year="2026"/>
            <abstract>
              <t>   This document describes a network management interface for
   constrained devices and networks, called CoAP Management Interface
   (CORECONF).  The Constrained Application Protocol (CoAP) is used to
   access datastore and data node resources specified in YANG, or SMIv2
   converted to YANG.  CORECONF uses the YANG to CBOR mapping and
   converts YANG identifier strings to numeric identifiers for payload
   size reduction.  CORECONF extends the set of YANG based protocols,
   NETCONF and RESTCONF, with the capability to manage constrained
   devices and networks.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-comi-21"/>
        </reference>
        <reference anchor="RFC9254">
          <front>
            <title>Encoding of Data Modeled with YANG in the Concise Binary Object Representation (CBOR)</title>
            <author fullname="M. Veillette" initials="M." role="editor" surname="Veillette"/>
            <author fullname="I. Petrov" initials="I." role="editor" surname="Petrov"/>
            <author fullname="A. Pelov" initials="A." surname="Pelov"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>YANG (RFC 7950) is a data modeling language used to model configuration data, state data, parameters and results of Remote Procedure Call (RPC) operations or actions, and notifications.</t>
              <t>This document defines encoding rules for YANG in the Concise Binary Object Representation (CBOR) (RFC 8949).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9254"/>
          <seriesInfo name="DOI" value="10.17487/RFC9254"/>
        </reference>
        <reference anchor="I-D.ietf-core-sid">
          <front>
            <title>YANG Schema Item iDentifier (YANG SID)</title>
            <author fullname="Michel Veillette" initials="M." surname="Veillette">
              <organization>Trilliant Networks Inc.</organization>
            </author>
            <author fullname="Alexander Pelov" initials="A." surname="Pelov">
              <organization>IMT Atlantique</organization>
            </author>
            <author fullname="Ivaylo Petrov" initials="I." surname="Petrov">
              <organization>Google Switzerland GmbH</organization>
            </author>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="22" month="December" year="2023"/>
            <abstract>
              <t>   YANG Schema Item iDentifiers (YANG SID) are globally unique 63-bit
   unsigned integers used to identify YANG items, as a more compact
   method to identify YANG items that can be used for efficiency and in
   constrained environments (RFC 7228).  This document defines the
   semantics, the registration, and assignment processes of YANG SIDs
   for IETF managed YANG modules.  To enable the implementation of these
   processes, this document also defines a file format used to persist
   and publish assigned YANG SIDs.


   // The present version (–24) is intended to address the remaining
   // IESG comments.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-sid-24"/>
        </reference>
        <reference anchor="RFC6632">
          <front>
            <title>An Overview of the IETF Network Management Standards</title>
            <author fullname="M. Ersue" initials="M." role="editor" surname="Ersue"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="June" year="2012"/>
            <abstract>
              <t>This document gives an overview of the IETF network management standards and summarizes existing and ongoing development of IETF Standards Track network management protocols and data models. The document refers to other overview documents, where they exist and classifies the standards for easy orientation. The purpose of this document is, on the one hand, to help system developers and users to select appropriate standard management protocols and data models to address relevant management needs. On the other hand, the document can be used as an overview and guideline by other Standard Development Organizations or bodies planning to use IETF management technologies and data models. This document does not cover Operations, Administration, and Maintenance (OAM) technologies on the data-path, e.g., OAM of tunnels, MPLS Transport Profile (MPLS-TP) OAM, and pseudowire as well as the corresponding management models. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6632"/>
          <seriesInfo name="DOI" value="10.17487/RFC6632"/>
        </reference>
        <reference anchor="I-D.iab-nemops-workshop-report">
          <front>
            <title>Report from the IAB Workshop on the Next Era of Network Management Operations (NEMOPS)</title>
            <author fullname="Wes Hardaker" initials="W." surname="Hardaker">
         </author>
            <author fullname="Dhruv Dhody" initials="D." surname="Dhody">
         </author>
            <date day="29" month="August" year="2025"/>
            <abstract>
              <t>   The "Next Era of Network Management Operations (NEMOPS)" workshop was
   convened by the Internet Architecture Board (IAB) from December 3-5,
   2024, as a three-day online meeting.  It builds on a previous 2002
   workshop, the outcome of which was documented in RFC 3535,
   identifying 14 operator requirements for consideration in future
   network management protocol design and related data models, along
   with some recommendations for the IETF.  Much has changed in the
   Internet’s operation and technological foundations since then.  The
   NEMOPS workshop reviewed the past outcomes and discussed any
   operational barriers that prevented these technologies from being
   widely implemented.  With the industry, network operators and
   protocol engineers working in collaboration, the workshop developed a
   suggested plan of action and network management recommendations for
   the IETF and IRTF.  Building on RFC 3535, this document provides the
   report of the follow-up IAB workshop on Network Management.

   Note that this document is a report on the proceedings of the
   workshop.  The views and positions documented in this report are
   those of the workshop participants and do not necessarily reflect IAB
   views and positions.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-iab-nemops-workshop-report-04"/>
        </reference>
        <reference anchor="RFC9543">
          <front>
            <title>A Framework for Network Slices in Networks Built from IETF Technologies</title>
            <author fullname="A. Farrel" initials="A." role="editor" surname="Farrel"/>
            <author fullname="J. Drake" initials="J." role="editor" surname="Drake"/>
            <author fullname="R. Rokui" initials="R." surname="Rokui"/>
            <author fullname="S. Homma" initials="S." surname="Homma"/>
            <author fullname="K. Makhijani" initials="K." surname="Makhijani"/>
            <author fullname="L. Contreras" initials="L." surname="Contreras"/>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>This document describes network slicing in the context of networks built from IETF technologies. It defines the term "IETF Network Slice" to describe this type of network slice and establishes the general principles of network slicing in the IETF context.</t>
              <t>The document discusses the general framework for requesting and operating IETF Network Slices, the characteristics of an IETF Network Slice, the necessary system components and interfaces, and the mapping of abstract requests to more specific technologies. The document also discusses related considerations with monitoring and security.</t>
              <t>This document also provides definitions of related terms to enable consistent usage in other IETF documents that describe or use aspects of IETF Network Slices.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9543"/>
          <seriesInfo name="DOI" value="10.17487/RFC9543"/>
        </reference>
        <reference anchor="I-D.ietf-grow-peering-api">
          <front>
            <title>Peering API</title>
            <author fullname="Carlos Aguado" initials="C." surname="Aguado">
              <organization>Amazon</organization>
            </author>
            <author fullname="Matt Griswold" initials="M." surname="Griswold">
              <organization>FullCtl</organization>
            </author>
            <author fullname="Jenny Ramseyer" initials="J." surname="Ramseyer">
              <organization>Meta</organization>
            </author>
            <author fullname="Arturo L. Servin" initials="A." surname="Servin">
              <organization>Google</organization>
            </author>
            <author fullname="Tom Strickx" initials="T." surname="Strickx">
              <organization>Cloudflare</organization>
            </author>
            <author fullname="Q Misell" initials="Q." surname="Misell">
              <organization>AS207960 Cyfyngedig</organization>
            </author>
            <date day="4" month="July" year="2025"/>
            <abstract>
              <t>   We propose an API standard for BGP Peering, also known as interdomain
   interconnection through global Internet Routing.  This API offers a
   standard way to request public (settlement-free) peering, verify the
   status of a request or BGP session, and list potential connection
   locations.  The API is backed by PeeringDB OIDC, the industry
   standard for peering authentication.  We also propose future work to
   cover private peering, and alternative authentication methods.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-grow-peering-api-01"/>
        </reference>
        <reference anchor="RFC9834">
          <front>
            <title>YANG Data Models for Bearers and Attachment Circuits as a Service (ACaaS)</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="R. Roberts" initials="R." role="editor" surname="Roberts"/>
            <author fullname="O. Gonzalez de Dios" initials="O." surname="Gonzalez de Dios"/>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="B. Wu" initials="B." surname="Wu"/>
            <date month="September" year="2025"/>
            <abstract>
              <t>Delivery of network services assumes that appropriate setup is
provisioned over the links that connect customer termination points
and a provider network. The required setup to allow successful data
exchange over these links is referred to as an attachment circuit
(AC), while the underlying link is referred to as a "bearer".</t>
              <t>This document specifies a YANG service data model for ACs. This model
can be used for the provisioning of ACs before or during service
provisioning (e.g., RFC 9543 Network Slice Service).</t>
              <t>The document also specifies a YANG service data model for managing
bearers over which ACs are established.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9834"/>
          <seriesInfo name="DOI" value="10.17487/RFC9834"/>
        </reference>
        <reference anchor="RFC8639">
          <front>
            <title>Subscription to YANG Notifications</title>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="A. Gonzalez Prieto" initials="A." surname="Gonzalez Prieto"/>
            <author fullname="E. Nilsen-Nygaard" initials="E." surname="Nilsen-Nygaard"/>
            <author fullname="A. Tripathy" initials="A." surname="Tripathy"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document defines a YANG data model and associated mechanisms enabling subscriber-specific subscriptions to a publisher's event streams. Applying these elements allows a subscriber to request and receive a continuous, customized feed of publisher-generated information.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8639"/>
          <seriesInfo name="DOI" value="10.17487/RFC8639"/>
        </reference>
        <referencegroup anchor="BCP127" target="https://www.rfc-editor.org/info/bcp127">
          <reference anchor="RFC4787" target="https://www.rfc-editor.org/info/rfc4787">
            <front>
              <title>Network Address Translation (NAT) Behavioral Requirements for Unicast UDP</title>
              <author fullname="F. Audet" initials="F." role="editor" surname="Audet"/>
              <author fullname="C. Jennings" initials="C." surname="Jennings"/>
              <date month="January" year="2007"/>
              <abstract>
                <t>This document defines basic terminology for describing different types of Network Address Translation (NAT) behavior when handling Unicast UDP and also defines a set of requirements that would allow many applications, such as multimedia communications or online gaming, to work consistently. Developing NATs that meet this set of requirements will greatly increase the likelihood that these applications will function properly. 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="127"/>
            <seriesInfo name="RFC" value="4787"/>
            <seriesInfo name="DOI" value="10.17487/RFC4787"/>
          </reference>
          <reference anchor="RFC6888" target="https://www.rfc-editor.org/info/rfc6888">
            <front>
              <title>Common Requirements for Carrier-Grade NATs (CGNs)</title>
              <author fullname="S. Perreault" initials="S." role="editor" surname="Perreault"/>
              <author fullname="I. Yamagata" initials="I." surname="Yamagata"/>
              <author fullname="S. Miyakawa" initials="S." surname="Miyakawa"/>
              <author fullname="A. Nakagawa" initials="A." surname="Nakagawa"/>
              <author fullname="H. Ashida" initials="H." surname="Ashida"/>
              <date month="April" year="2013"/>
              <abstract>
                <t>This document defines common requirements for Carrier-Grade NATs (CGNs). It updates RFC 4787.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="127"/>
            <seriesInfo name="RFC" value="6888"/>
            <seriesInfo name="DOI" value="10.17487/RFC6888"/>
          </reference>
          <reference anchor="RFC7857" target="https://www.rfc-editor.org/info/rfc7857">
            <front>
              <title>Updates to Network Address Translation (NAT) Behavioral Requirements</title>
              <author fullname="R. Penno" initials="R." surname="Penno"/>
              <author fullname="S. Perreault" initials="S." surname="Perreault"/>
              <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
              <author fullname="S. Sivakumar" initials="S." surname="Sivakumar"/>
              <author fullname="K. Naito" initials="K." surname="Naito"/>
              <date month="April" year="2016"/>
              <abstract>
                <t>This document clarifies and updates several requirements of RFCs 4787, 5382, and 5508 based on operational and development experience. The focus of this document is Network Address Translation from IPv4 to IPv4 (NAT44).</t>
                <t>This document updates RFCs 4787, 5382, and 5508.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="127"/>
            <seriesInfo name="RFC" value="7857"/>
            <seriesInfo name="DOI" value="10.17487/RFC7857"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC7414">
          <front>
            <title>A Roadmap for Transmission Control Protocol (TCP) Specification Documents</title>
            <author fullname="M. Duke" initials="M." surname="Duke"/>
            <author fullname="R. Braden" initials="R." surname="Braden"/>
            <author fullname="W. Eddy" initials="W." surname="Eddy"/>
            <author fullname="E. Blanton" initials="E." surname="Blanton"/>
            <author fullname="A. Zimmermann" initials="A." surname="Zimmermann"/>
            <date month="February" year="2015"/>
            <abstract>
              <t>This document contains a roadmap to the Request for Comments (RFC) documents relating to the Internet's Transmission Control Protocol (TCP). This roadmap provides a brief summary of the documents defining TCP and various TCP extensions that have accumulated in the RFC series. This serves as a guide and quick reference for both TCP implementers and other parties who desire information contained in the TCP-related RFCs.</t>
              <t>This document obsoletes RFC 4614.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7414"/>
          <seriesInfo name="DOI" value="10.17487/RFC7414"/>
        </reference>
        <reference anchor="RFC6244">
          <front>
            <title>An Architecture for Network Management Using NETCONF and YANG</title>
            <author fullname="P. Shafer" initials="P." surname="Shafer"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) gives access to native capabilities of the devices within a network, defining methods for manipulating configuration databases, retrieving operational data, and invoking specific operations. YANG provides the means to define the content carried via NETCONF, both data and operations. Using both technologies, standard modules can be defined to give interoperability and commonality to devices, while still allowing devices to express their unique capabilities.</t>
              <t>This document describes how NETCONF and YANG help build network management applications that meet the needs of network operators. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6244"/>
          <seriesInfo name="DOI" value="10.17487/RFC6244"/>
        </reference>
        <reference anchor="RFC8640">
          <front>
            <title>Dynamic Subscription to YANG Events and Datastores over NETCONF</title>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="A. Gonzalez Prieto" initials="A." surname="Gonzalez Prieto"/>
            <author fullname="E. Nilsen-Nygaard" initials="E." surname="Nilsen-Nygaard"/>
            <author fullname="A. Tripathy" initials="A." surname="Tripathy"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document provides a Network Configuration Protocol (NETCONF) binding to the dynamic subscription capability of both subscribed notifications and YANG-Push.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8640"/>
          <seriesInfo name="DOI" value="10.17487/RFC8640"/>
        </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="I-D.ietf-netconf-https-notif">
          <front>
            <title>An HTTPS-based Transport for YANG Notifications</title>
            <author fullname="Mahesh Jethanandani" initials="M." surname="Jethanandani">
              <organization>Kloud Services</organization>
            </author>
            <author fullname="Kent Watsen" initials="K." surname="Watsen">
              <organization>Watsen Networks</organization>
            </author>
            <date day="1" month="February" year="2024"/>
            <abstract>
              <t>   This document defines a protocol for sending asynchronous event
   notifications similar to notifications defined in RFC 5277, but over
   HTTPS.  YANG modules for configuring publishers are also defined.
   Examples are provided illustrating how to configure various
   publishers.

   This document requires that the publisher is a "server" (e.g., a
   NETCONF or RESTCONF server), but does not assume that the receiver is
   a server.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-https-notif-15"/>
        </reference>
        <reference anchor="I-D.ietf-netconf-udp-notif">
          <front>
            <title>UDP-based Transport for Configured Subscriptions</title>
            <author fullname="Alex Huang Feng" initials="A. H." surname="Feng">
              <organization>INSA-Lyon</organization>
            </author>
            <author fullname="Pierre Francois" initials="P." surname="Francois">
              <organization>INSA-Lyon</organization>
            </author>
            <author fullname="Tianran Zhou" initials="T." surname="Zhou">
              <organization>Huawei</organization>
            </author>
            <author fullname="Thomas Graf" initials="T." surname="Graf">
              <organization>Swisscom</organization>
            </author>
            <author fullname="Paolo Lucente" initials="P." surname="Lucente">
              <organization>NTT</organization>
            </author>
            <date day="28" month="January" year="2026"/>
            <abstract>
              <t>   This document describes a UDP-based transport for YANG notifications
   to collect data from network nodes within a controlled environment.
   A shim header is defined to facilitate the data streaming directly
   from a publishing process on a network device to telemetry receivers.
   Such a design enables higher frequency updates and less performance
   overhead on publisher and receiver processes compared to already
   established notification mechanisms.  A YANG data model is also
   defined for management of the described UDP-based transport.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-udp-notif-25"/>
        </reference>
        <reference anchor="I-D.openconfig-rtgwg-gnmi-spec">
          <front>
            <title>gRPC Network Management Interface (gNMI)</title>
            <author fullname="Rob Shakir" initials="R." surname="Shakir">
              <organization>Google</organization>
            </author>
            <author fullname="Anees Shaikh" initials="A." surname="Shaikh">
              <organization>Google</organization>
            </author>
            <author fullname="Paul Borman" initials="P." surname="Borman">
              <organization>Google</organization>
            </author>
            <author fullname="Marcus Hines" initials="M." surname="Hines">
              <organization>Google</organization>
            </author>
            <author fullname="Carl Lebsack" initials="C." surname="Lebsack">
              <organization>Google</organization>
            </author>
            <author fullname="Chris Morrow" initials="C." surname="Morrow">
              <organization>Google</organization>
            </author>
            <date day="5" month="March" year="2018"/>
            <abstract>
              <t>   This document describes the gRPC Network Management Interface (gNMI),
   a network management protocol based on the gRPC framework.  gNMI
   supports retrieval and manipulation of state from network elements
   where the data is represented by a tree structure, and addressable by
   paths.  The gNMI service defines operations for configuration
   management, operational state retrieval, and bulk data collection via
   streaming telemetry.  The authoritative gNMI specification is
   maintained at [GNMI-SPEC].

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-openconfig-rtgwg-gnmi-spec-01"/>
        </reference>
        <reference anchor="I-D.marcas-nmop-knowledge-graph-yang">
          <front>
            <title>Knowledge Graphs for YANG-based Network Management</title>
            <author fullname="Ignacio Dominguez Martinez-Casanueva" initials="I. D." surname="Martinez-Casanueva">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Lucia Cabanillas" initials="L." surname="Cabanillas">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Pedro Martinez-Julia" initials="P." surname="Martinez-Julia">
              <organization>NICT</organization>
            </author>
            <date day="21" month="October" year="2024"/>
            <abstract>
              <t>   The success of the YANG language and YANG-based protocols for
   managing the network has unlocked new opportunities in network
   analytics.  However, the wide heterogeneity of YANG models hinders
   the consumption and analysis of network data.  Besides, data encoding
   formats and transport protocols will differ depending on the network
   management protocol supported by the network device.  These
   challenges call for new data management paradigms that facilitate the
   discovery, understanding, integration and access to silos of
   heterogenous YANG data, abstracting from the complexities of the
   network devices.

   This document introduces the knowledge graph paradigm as a solution
   to this data management problem, with focus on YANG-based network
   management.  The document provides background on related topics such
   as ontologies and graph standards, and shares guidelines for
   implementing knowledge graphs from YANG data.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-marcas-nmop-knowledge-graph-yang-05"/>
        </reference>
        <reference anchor="I-D.tailhardat-nmop-incident-management-noria">
          <front>
            <title>Knowledge Graphs for Enhanced Cross-Operator Incident Management and Network Design</title>
            <author fullname="Lionel Tailhardat" initials="L." surname="Tailhardat">
              <organization>Orange Research</organization>
            </author>
            <author fullname="Raphaël Troncy" initials="R." surname="Troncy">
              <organization>EURECOM</organization>
            </author>
            <author fullname="Yoan Chabot" initials="Y." surname="Chabot">
              <organization>Orange Research</organization>
            </author>
            <author fullname="Fano Ramparany" initials="F." surname="Ramparany">
              <organization>Orange Research</organization>
            </author>
            <author fullname="Pauline Folz" initials="P." surname="Folz">
              <organization>Orange Research</organization>
            </author>
            <author fullname="Bernard Kavanagh" initials="B." surname="Kavanagh">
              <organization>TiDB</organization>
            </author>
            <date day="9" month="February" year="2026"/>
            <abstract>
              <t>   Operational efficiency in incident management in networking requires
   correlating and interpreting large volumes of heterogeneous technical
   information.  Knowledge Graphs (KG) can provide a unified view of
   complex systems through shared vocabularies.  YANG data models enable
   describing network configurations and automating their deployment.
   However, both approaches face challenges in vocabulary alignment and
   adoption, hindering knowledge capitalization and sharing on network
   designs and best practices.  To address this, the concept of a IT
   Service Management Knowledge Graph (ITSM-KG) is introduced to
   leverage existing network infrastructure descriptions in YANG format
   and enable abstract reasoning on network behaviors.  The key
   principle to achieve the construction of such ITSM-KG is to transform
   YANG representations of network infrastructures into an equivalent
   knowledge graph representation, and then embed it into a more
   extensive data model for Anomaly Detection (AD) and Risk Management
   applications.

   In addition to use case analysis and design pattern analysis, an
   experiment is proposed to assess the potential of the ITSM-KG in
   improving network quality and designs.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tailhardat-nmop-incident-management-noria-04"/>
        </reference>
        <reference anchor="RFC7854">
          <front>
            <title>BGP Monitoring Protocol (BMP)</title>
            <author fullname="J. Scudder" initials="J." role="editor" surname="Scudder"/>
            <author fullname="R. Fernando" initials="R." surname="Fernando"/>
            <author fullname="S. Stuart" initials="S." surname="Stuart"/>
            <date month="June" year="2016"/>
            <abstract>
              <t>This document defines the BGP Monitoring Protocol (BMP), which can be used to monitor BGP sessions. BMP is intended to provide a convenient interface for obtaining route views. Prior to the introduction of BMP, screen scraping was the most commonly used approach to obtaining such views. The design goals are to keep BMP simple, useful, easily implemented, and minimally service affecting. BMP is not suitable for use as a routing protocol.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7854"/>
          <seriesInfo name="DOI" value="10.17487/RFC7854"/>
        </reference>
        <reference anchor="RFC7011">
          <front>
            <title>Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information</title>
            <author fullname="B. Claise" initials="B." role="editor" surname="Claise"/>
            <author fullname="B. Trammell" initials="B." role="editor" surname="Trammell"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <date month="September" year="2013"/>
            <abstract>
              <t>This document specifies the IP Flow Information Export (IPFIX) protocol, which serves as a means for transmitting Traffic Flow information over the network. In order to transmit Traffic Flow information from an Exporting Process to a Collecting Process, a common representation of flow data and a standard means of communicating them are required. This document describes how the IPFIX Data and Template Records are carried over a number of transport protocols from an IPFIX Exporting Process to an IPFIX Collecting Process. This document obsoletes RFC 5101.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="77"/>
          <seriesInfo name="RFC" value="7011"/>
          <seriesInfo name="DOI" value="10.17487/RFC7011"/>
        </reference>
        <reference anchor="RFC7012">
          <front>
            <title>Information Model for IP Flow Information Export (IPFIX)</title>
            <author fullname="B. Claise" initials="B." role="editor" surname="Claise"/>
            <author fullname="B. Trammell" initials="B." role="editor" surname="Trammell"/>
            <date month="September" year="2013"/>
            <abstract>
              <t>This document defines the data types and management policy for the information model for the IP Flow Information Export (IPFIX) protocol. This information model is maintained as the IANA "IPFIX Information Elements" registry, the initial contents of which were defined by RFC 5102. This information model is used by the IPFIX protocol for encoding measured traffic information and information related to the traffic Observation Point, the traffic Metering Process, and the Exporting Process. Although this model was developed for the IPFIX protocol, it is defined in an open way that allows it to be easily used in other protocols, interfaces, and applications. This document obsoletes RFC 5102.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7012"/>
          <seriesInfo name="DOI" value="10.17487/RFC7012"/>
        </reference>
        <reference anchor="RFC5472">
          <front>
            <title>IP Flow Information Export (IPFIX) Applicability</title>
            <author fullname="T. Zseby" initials="T." surname="Zseby"/>
            <author fullname="E. Boschi" initials="E." surname="Boschi"/>
            <author fullname="N. Brownlee" initials="N." surname="Brownlee"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>In this document, we describe the applicability of the IP Flow Information eXport (IPFIX) protocol for a variety of applications. We show how applications can use IPFIX, describe the relevant Information Elements (IEs) for those applications, and present opportunities and limitations of the protocol. Furthermore, we describe relations of the IPFIX framework to other architectures and frameworks. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5472"/>
          <seriesInfo name="DOI" value="10.17487/RFC5472"/>
        </reference>
        <reference anchor="RFC5476">
          <front>
            <title>Packet Sampling (PSAMP) Protocol Specifications</title>
            <author fullname="B. Claise" initials="B." role="editor" surname="Claise"/>
            <author fullname="A. Johnson" initials="A." surname="Johnson"/>
            <author fullname="J. Quittek" initials="J." surname="Quittek"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document specifies the export of packet information from a Packet SAMPling (PSAMP) Exporting Process to a PSAMP Collecting Process. For export of packet information, the IP Flow Information eXport (IPFIX) protocol is used, as both the IPFIX and PSAMP architecture match very well, and the means provided by the IPFIX protocol are sufficient. The document specifies in detail how the IPFIX protocol is used for PSAMP export of packet information. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5476"/>
          <seriesInfo name="DOI" value="10.17487/RFC5476"/>
        </reference>
        <reference anchor="RFC5477">
          <front>
            <title>Information Model for Packet Sampling Exports</title>
            <author fullname="T. Dietz" initials="T." surname="Dietz"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <author fullname="F. Dressler" initials="F." surname="Dressler"/>
            <author fullname="G. Carle" initials="G." surname="Carle"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This memo defines an information model for the Packet SAMPling (PSAMP) protocol. It is used by the PSAMP protocol for encoding sampled packet data and information related to the Sampling process. As the PSAMP protocol is based on the IP Flow Information eXport (IPFIX) protocol, this information model is an extension to the IPFIX information model. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5477"/>
          <seriesInfo name="DOI" value="10.17487/RFC5477"/>
        </reference>
        <reference anchor="RFC7015">
          <front>
            <title>Flow Aggregation for the IP Flow Information Export (IPFIX) Protocol</title>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <author fullname="A. Wagner" initials="A." surname="Wagner"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="September" year="2013"/>
            <abstract>
              <t>This document provides a common implementation-independent basis for the interoperable application of the IP Flow Information Export (IPFIX) protocol to the handling of Aggregated Flows, which are IPFIX Flows representing packets from multiple Original Flows sharing some set of common properties. It does this through a detailed terminology and a descriptive Intermediate Aggregation Process architecture, including a specification of methods for Original Flow counting and counter distribution across intervals.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7015"/>
          <seriesInfo name="DOI" value="10.17487/RFC7015"/>
        </reference>
        <reference anchor="RFC1213">
          <front>
            <title>Management Information Base for Network Management of TCP/IP-based internets: MIB-II</title>
            <author fullname="K. McCloghrie" initials="K." surname="McCloghrie"/>
            <author fullname="M. Rose" initials="M." surname="Rose"/>
            <date month="March" year="1991"/>
            <abstract>
              <t>This memo defines the second version of the Management Information Base (MIB-II) for use with network management protocols in TCP/IP-based internets. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="17"/>
          <seriesInfo name="RFC" value="1213"/>
          <seriesInfo name="DOI" value="10.17487/RFC1213"/>
        </reference>
        <reference anchor="RFC838">
          <front>
            <title>Who talks TCP?</title>
            <author fullname="D. Smallberg" initials="D." surname="Smallberg"/>
            <date month="January" year="1983"/>
            <abstract>
              <t>This RFC is a survey of hosts to identify the implementation status of Telnet, FTP, and Mail on TCP. The list of hosts was taken from the NIC hostname table of 31-Dec-82. The tests were run on 18-Jan-83.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="838"/>
          <seriesInfo name="DOI" value="10.17487/RFC0838"/>
        </reference>
        <reference anchor="RFC8557">
          <front>
            <title>Deterministic Networking Problem Statement</title>
            <author fullname="N. Finn" initials="N." surname="Finn"/>
            <author fullname="P. Thubert" initials="P." surname="Thubert"/>
            <date month="May" year="2019"/>
            <abstract>
              <t>This paper documents the needs in various industries to establish multi-hop paths for characterized flows with deterministic properties.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8557"/>
          <seriesInfo name="DOI" value="10.17487/RFC8557"/>
        </reference>
        <reference anchor="RFC8667">
          <front>
            <title>IS-IS Extensions for Segment Routing</title>
            <author fullname="S. Previdi" initials="S." role="editor" surname="Previdi"/>
            <author fullname="L. Ginsberg" initials="L." role="editor" surname="Ginsberg"/>
            <author fullname="C. Filsfils" initials="C." surname="Filsfils"/>
            <author fullname="A. Bashandy" initials="A." surname="Bashandy"/>
            <author fullname="H. Gredler" initials="H." surname="Gredler"/>
            <author fullname="B. Decraene" initials="B." surname="Decraene"/>
            <date month="December" year="2019"/>
            <abstract>
              <t>Segment Routing (SR) allows for a flexible definition of end-to-end paths within IGP topologies by encoding paths as sequences of topological sub-paths, called "segments". These segments are advertised by the link-state routing protocols (IS-IS and OSPF).</t>
              <t>This document describes the IS-IS extensions that need to be introduced for Segment Routing operating on an MPLS data plane.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8667"/>
          <seriesInfo name="DOI" value="10.17487/RFC8667"/>
        </reference>
        <reference anchor="I-D.ietf-isis-sr-yang">
          <front>
            <title>A YANG Data Model for IS-IS Segment Routing over the MPLS Data Plane</title>
            <author fullname="Stephane Litkowski" initials="S." surname="Litkowski">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Yingzhen Qu" initials="Y." surname="Qu">
              <organization>Futurewei Technologies</organization>
            </author>
            <author fullname="Acee Lindem" initials="A." surname="Lindem">
              <organization>LabN Consulting, L.L.C.</organization>
            </author>
            <author fullname="Ing-Wher (Helen) Chen" initials="H." surname="Chen">
              <organization>The MITRE Corporation</organization>
            </author>
            <author fullname="Jeff Tantsura" initials="J." surname="Tantsura">
              <organization>Nvidia</organization>
            </author>
            <date day="6" month="May" year="2025"/>
            <abstract>
              <t>   This document defines a YANG data model that can be used to manage
   IS-IS Extensions for Segment Routing over the MPLS data plane.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-isis-sr-yang-31"/>
        </reference>
        <reference anchor="I-D.ietf-idr-bgp-model">
          <front>
            <title>YANG Model for Border Gateway Protocol (BGP-4)</title>
            <author fullname="Mahesh Jethanandani" initials="M." surname="Jethanandani">
              <organization>Kloud Services</organization>
            </author>
            <author fullname="Keyur Patel" initials="K." surname="Patel">
              <organization>Arrcus</organization>
            </author>
            <author fullname="Susan Hares" initials="S." surname="Hares">
              <organization>Huawei</organization>
            </author>
            <author fullname="Jeff Haas" initials="J." surname="Haas">
              <organization>HPE</organization>
            </author>
            <date day="2" month="March" year="2026"/>
            <abstract>
              <t>   This document defines a YANG data model for configuring and managing
   BGP, including protocol, policy, and operational aspects, such as
   RIB, based on data center, carrier, and content provider operational
   requirements.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-idr-bgp-model-19"/>
        </reference>
        <reference anchor="RFC8528">
          <front>
            <title>YANG Schema Mount</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This document defines a mechanism that adds the schema trees defined by a set of YANG modules onto a mount point defined in the schema tree in another YANG module.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8528"/>
          <seriesInfo name="DOI" value="10.17487/RFC8528"/>
        </reference>
        <reference anchor="RFC8342">
          <front>
            <title>Network Management Datastore Architecture (NMDA)</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <author fullname="P. Shafer" initials="P." surname="Shafer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="R. Wilton" initials="R." surname="Wilton"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>Datastores are a fundamental concept binding the data models written in the YANG data modeling language to network management protocols such as the Network Configuration Protocol (NETCONF) and RESTCONF. This document defines an architectural framework for datastores based on the experience gained with the initial simpler model, addressing requirements that were not well supported in the initial model. This document updates RFC 7950.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8342"/>
          <seriesInfo name="DOI" value="10.17487/RFC8342"/>
        </reference>
        <reference anchor="RFC8955">
          <front>
            <title>Dissemination of Flow Specification Rules</title>
            <author fullname="C. Loibl" initials="C." surname="Loibl"/>
            <author fullname="S. Hares" initials="S." surname="Hares"/>
            <author fullname="R. Raszuk" initials="R." surname="Raszuk"/>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <author fullname="M. Bacher" initials="M." surname="Bacher"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>This document defines a Border Gateway Protocol Network Layer Reachability Information (BGP NLRI) encoding format that can be used to distribute (intra-domain and inter-domain) traffic Flow Specifications for IPv4 unicast and IPv4 BGP/MPLS VPN services. This allows the routing system to propagate information regarding more specific components of the traffic aggregate defined by an IP destination prefix.</t>
              <t>It also specifies BGP Extended Community encoding formats, which can be used to propagate Traffic Filtering Actions along with the Flow Specification NLRI. Those Traffic Filtering Actions encode actions a routing system can take if the packet matches the Flow Specification.</t>
              <t>This document obsoletes both RFC 5575 and RFC 7674.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8955"/>
          <seriesInfo name="DOI" value="10.17487/RFC8955"/>
        </reference>
        <reference anchor="RFC8956">
          <front>
            <title>Dissemination of Flow Specification Rules for IPv6</title>
            <author fullname="C. Loibl" initials="C." role="editor" surname="Loibl"/>
            <author fullname="R. Raszuk" initials="R." role="editor" surname="Raszuk"/>
            <author fullname="S. Hares" initials="S." role="editor" surname="Hares"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>"Dissemination of Flow Specification Rules" (RFC 8955) provides a Border Gateway Protocol (BGP) extension for the propagation of traffic flow information for the purpose of rate limiting or filtering IPv4 protocol data packets.</t>
              <t>This document extends RFC 8955 with IPv6 functionality. It also updates RFC 8955 by changing the IANA Flow Spec Component Types registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8956"/>
          <seriesInfo name="DOI" value="10.17487/RFC8956"/>
        </reference>
        <reference anchor="RFC8519">
          <front>
            <title>YANG Data Model for Network Access Control Lists (ACLs)</title>
            <author fullname="M. Jethanandani" initials="M." surname="Jethanandani"/>
            <author fullname="S. Agarwal" initials="S." surname="Agarwal"/>
            <author fullname="L. Huang" initials="L." surname="Huang"/>
            <author fullname="D. Blair" initials="D." surname="Blair"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This document defines a data model for Access Control Lists (ACLs). An ACL is a user-ordered set of rules used to configure the forwarding behavior in a device. Each rule is used to find a match on a packet and define actions that will be performed on the packet.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8519"/>
          <seriesInfo name="DOI" value="10.17487/RFC8519"/>
        </reference>
        <reference anchor="RFC8466">
          <front>
            <title>A YANG Data Model for Layer 2 Virtual Private Network (L2VPN) Service Delivery</title>
            <author fullname="B. Wen" initials="B." surname="Wen"/>
            <author fullname="G. Fioccola" initials="G." role="editor" surname="Fioccola"/>
            <author fullname="C. Xie" initials="C." surname="Xie"/>
            <author fullname="L. Jalil" initials="L." surname="Jalil"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model that can be used to configure a Layer 2 provider-provisioned VPN service. It is up to a management system to take this as an input and generate specific configuration models to configure the different network elements to deliver the service. How this configuration of network elements is done is out of scope for this document.</t>
              <t>The YANG data model defined in this document includes support for point-to-point Virtual Private Wire Services (VPWSs) and multipoint Virtual Private LAN Services (VPLSs) that use Pseudowires signaled using the Label Distribution Protocol (LDP) and the Border Gateway Protocol (BGP) as described in RFCs 4761 and 6624.</t>
              <t>The YANG data model defined in this document conforms to the Network Management Datastore Architecture defined in RFC 8342.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8466"/>
          <seriesInfo name="DOI" value="10.17487/RFC8466"/>
        </reference>
        <reference anchor="RFC8299">
          <front>
            <title>YANG Data Model for L3VPN Service Delivery</title>
            <author fullname="Q. Wu" initials="Q." role="editor" surname="Wu"/>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
            <author fullname="L. Tomotaki" initials="L." surname="Tomotaki"/>
            <author fullname="K. Ogaki" initials="K." surname="Ogaki"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model that can be used for communication between customers and network operators and to deliver a Layer 3 provider-provisioned VPN service. This document is limited to BGP PE-based VPNs as described in RFCs 4026, 4110, and 4364. This model is intended to be instantiated at the management system to deliver the overall service. It is not a configuration model to be used directly on network elements. This model provides an abstracted view of the Layer 3 IP VPN service configuration components. It will be up to the management system to take this model as input and use specific configuration models to configure the different network elements to deliver the service. How the configuration of network elements is done is out of scope for this document.</t>
              <t>This document obsoletes RFC 8049; it replaces the unimplementable module in that RFC with a new module with the same name that is not backward compatible. The changes are a series of small fixes to the YANG module and some clarifications to the text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8299"/>
          <seriesInfo name="DOI" value="10.17487/RFC8299"/>
        </reference>
        <reference anchor="RFC9291">
          <front>
            <title>A YANG Network Data Model for Layer 2 VPNs</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios"/>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="L. Munoz" initials="L." surname="Munoz"/>
            <date month="September" year="2022"/>
            <abstract>
              <t>This document defines an L2VPN Network Model (L2NM) that can be used to manage the provisioning of Layer 2 Virtual Private Network (L2VPN) services within a network (e.g., a service provider network). The L2NM complements the L2VPN Service Model (L2SM) by providing a network-centric view of the service that is internal to a service provider. The L2NM is particularly meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices.</t>
              <t>Also, this document defines a YANG module to manage Ethernet segments and the initial versions of two IANA-maintained modules that include a set of identities of BGP Layer 2 encapsulation types and pseudowire types.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9291"/>
          <seriesInfo name="DOI" value="10.17487/RFC9291"/>
        </reference>
        <reference anchor="RFC9182">
          <front>
            <title>A YANG Network Data Model for Layer 3 VPNs</title>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="L. Munoz" initials="L." surname="Munoz"/>
            <author fullname="A. Aguado" initials="A." surname="Aguado"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>As a complement to the Layer 3 Virtual Private Network Service Model (L3SM), which is used for communication between customers and service providers, this document defines an L3VPN Network Model (L3NM) that can be used for the provisioning of Layer 3 Virtual Private Network (L3VPN) services within a service provider network. The model provides a network-centric view of L3VPN services.</t>
              <t>The L3NM is meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices. The model can also facilitate communication between a service orchestrator and a network controller/orchestrator.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9182"/>
          <seriesInfo name="DOI" value="10.17487/RFC9182"/>
        </reference>
        <reference anchor="I-D.ietf-opsawg-teas-attachment-circuit">
          <front>
            <title>YANG Data Models for Bearers and 'Attachment Circuits'-as-a-Service (ACaaS)</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Richard Roberts" initials="R." surname="Roberts">
              <organization>Juniper</organization>
            </author>
            <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Samier Barguil" initials="S." surname="Barguil">
              <organization>Nokia</organization>
            </author>
            <author fullname="Bo Wu" initials="B." surname="Wu">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="23" month="January" year="2025"/>
            <abstract>
              <t>   Delivery of network services assumes that appropriate setup is
   provisioned over the links that connect customer termination points
   and a provider network.  The required setup to allow successful data
   exchange over these links is referred to as an attachment circuit
   (AC), while the underlying link is referred to as "bearer".

   This document specifies a YANG service data model for ACs.  This
   model can be used for the provisioning of ACs before or during
   service provisioning (e.g., Network Slice Service).

   The document also specifies a YANG service model for managing bearers
   over which ACs are established.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-teas-attachment-circuit-20"/>
        </reference>
        <reference anchor="I-D.ietf-opsawg-ntw-attachment-circuit">
          <front>
            <title>A Network YANG Data Model for Attachment Circuits</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Richard Roberts" initials="R." surname="Roberts">
              <organization>Juniper</organization>
            </author>
            <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Samier Barguil" initials="S." surname="Barguil">
              <organization>Nokia</organization>
            </author>
            <author fullname="Bo Wu" initials="B." surname="Wu">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="23" month="January" year="2025"/>
            <abstract>
              <t>   This document specifies a network model for attachment circuits.  The
   model can be used for the provisioning of attachment circuits prior
   or during service provisioning (e.g., VPN, Network Slice Service).  A
   companion service model is specified in the YANG Data Models for
   Bearers and 'Attachment Circuits'-as-a-Service (ACaaS) (I-D.ietf-
   opsawg-teas-attachment-circuit).

   The module augments the base network ('ietf-network') and the Service
   Attachment Point (SAP) models with the detailed information for the
   provisioning of attachment circuits in Provider Edges (PEs).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-ntw-attachment-circuit-16"/>
        </reference>
        <reference anchor="RFC9144">
          <front>
            <title>Comparison of Network Management Datastore Architecture (NMDA) Datastores</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="Y. Qu" initials="Y." surname="Qu"/>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>This document defines a Remote Procedure Call (RPC) operation to compare management datastores that comply with the Network Management Datastore Architecture (NMDA).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9144"/>
          <seriesInfo name="DOI" value="10.17487/RFC9144"/>
        </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="RFC8791">
          <front>
            <title>YANG Data Structure Extensions</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Björklund" initials="M." surname="Björklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>This document describes YANG mechanisms for defining abstract data structures with YANG.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8791"/>
          <seriesInfo name="DOI" value="10.17487/RFC8791"/>
        </reference>
        <reference anchor="RFC9132">
          <front>
            <title>Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Specification</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <date month="September" year="2021"/>
            <abstract>
              <t>This document specifies the Distributed Denial-of-Service Open Threat Signaling (DOTS) signal channel, a protocol for signaling the need for protection against Distributed Denial-of-Service (DDoS) attacks to a server capable of enabling network traffic mitigation on behalf of the requesting client.</t>
              <t>A companion document defines the DOTS data channel, a separate reliable communication layer for DOTS management and configuration purposes.</t>
              <t>This document obsoletes RFC 8782.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9132"/>
          <seriesInfo name="DOI" value="10.17487/RFC9132"/>
        </reference>
        <reference anchor="RFC5706">
          <front>
            <title>Guidelines for Considering Operations and Management of New Protocols and Protocol Extensions</title>
            <author fullname="D. Harrington" initials="D." surname="Harrington"/>
            <date month="November" year="2009"/>
            <abstract>
              <t>New protocols or protocol extensions are best designed with due consideration of the functionality needed to operate and manage the protocols. Retrofitting operations and management is sub-optimal. The purpose of this document is to provide guidance to authors and reviewers of documents that define new protocols or protocol extensions regarding aspects of operations and management that should be considered. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5706"/>
          <seriesInfo name="DOI" value="10.17487/RFC5706"/>
        </reference>
        <reference anchor="RFC6353">
          <front>
            <title>Transport Layer Security (TLS) Transport Model for the Simple Network Management Protocol (SNMP)</title>
            <author fullname="W. Hardaker" initials="W." surname="Hardaker"/>
            <date month="July" year="2011"/>
            <abstract>
              <t>This document describes a Transport Model for the Simple Network Management Protocol (SNMP), that uses either the Transport Layer Security protocol or the Datagram Transport Layer Security (DTLS) protocol. The TLS and DTLS protocols provide authentication and privacy services for SNMP applications. This document describes how the TLS Transport Model (TLSTM) implements the needed features of an SNMP Transport Subsystem to make this protection possible in an interoperable way.</t>
              <t>This Transport Model is designed to meet the security and operational needs of network administrators. It supports the sending of SNMP messages over TLS/TCP and DTLS/UDP. The TLS mode can make use of TCP's improved support for larger packet sizes and the DTLS mode provides potentially superior operation in environments where a connectionless (e.g., UDP) transport is preferred. Both TLS and DTLS integrate well into existing public keying infrastructures.</t>
              <t>This document also defines a portion of the Management Information Base (MIB) for use with network management protocols. In particular, it defines objects for managing the TLS Transport Model for SNMP. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="78"/>
          <seriesInfo name="RFC" value="6353"/>
          <seriesInfo name="DOI" value="10.17487/RFC6353"/>
        </reference>
        <reference anchor="RFC9456">
          <front>
            <title>Updates to the TLS Transport Model for SNMP</title>
            <author fullname="K. Vaughn" initials="K." role="editor" surname="Vaughn"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document updates RFC 6353 ("Transport Layer Security (TLS) Transport Model for the Simple Network Management Protocol (SNMP)") to reflect changes necessary to support Transport Layer Security version 1.3 (TLS 1.3) and Datagram Transport Layer Security version 1.3 (DTLS 1.3), which are jointly known as "(D)TLS 1.3". This document is compatible with (D)TLS 1.2 and is intended to be compatible with future versions of SNMP and (D)TLS.</t>
              <t>This document updates the SNMP-TLS-TM-MIB as defined in RFC 6353.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9456"/>
          <seriesInfo name="DOI" value="10.17487/RFC9456"/>
        </reference>
        <reference anchor="RFC7860">
          <front>
            <title>HMAC-SHA-2 Authentication Protocols in User-Based Security Model (USM) for SNMPv3</title>
            <author fullname="J. Merkle" initials="J." role="editor" surname="Merkle"/>
            <author fullname="M. Lochter" initials="M." surname="Lochter"/>
            <date month="April" year="2016"/>
            <abstract>
              <t>This document specifies several authentication protocols based on the SHA-2 hash functions for the User-based Security Model (USM) for SNMPv3 defined in RFC 3414. It obsoletes RFC 7630, in which the MIB MODULE-IDENTITY value was incorrectly specified.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7860"/>
          <seriesInfo name="DOI" value="10.17487/RFC7860"/>
        </reference>
        <reference anchor="RFC3084">
          <front>
            <title>COPS Usage for Policy Provisioning (COPS-PR)</title>
            <author fullname="K. Chan" initials="K." surname="Chan"/>
            <author fullname="J. Seligson" initials="J." surname="Seligson"/>
            <author fullname="D. Durham" initials="D." surname="Durham"/>
            <author fullname="S. Gai" initials="S." surname="Gai"/>
            <author fullname="K. McCloghrie" initials="K." surname="McCloghrie"/>
            <author fullname="S. Herzog" initials="S." surname="Herzog"/>
            <author fullname="F. Reichmeyer" initials="F." surname="Reichmeyer"/>
            <author fullname="R. Yavatkar" initials="R." surname="Yavatkar"/>
            <author fullname="A. Smith" initials="A." surname="Smith"/>
            <date month="March" year="2001"/>
            <abstract>
              <t>This document describes the use of the Common Open Policy Service (COPS) protocol for support of policy provisioning (COPS-PR). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3084"/>
          <seriesInfo name="DOI" value="10.17487/RFC3084"/>
        </reference>
        <reference anchor="RFC3159">
          <front>
            <title>Structure of Policy Provisioning Information (SPPI)</title>
            <author fullname="K. McCloghrie" initials="K." surname="McCloghrie"/>
            <author fullname="M. Fine" initials="M." surname="Fine"/>
            <author fullname="J. Seligson" initials="J." surname="Seligson"/>
            <author fullname="K. Chan" initials="K." surname="Chan"/>
            <author fullname="S. Hahn" initials="S." surname="Hahn"/>
            <author fullname="R. Sahita" initials="R." surname="Sahita"/>
            <author fullname="A. Smith" initials="A." surname="Smith"/>
            <author fullname="F. Reichmeyer" initials="F." surname="Reichmeyer"/>
            <date month="August" year="2001"/>
            <abstract>
              <t>This document, the Structure of Policy Provisioning Information (SPPI), defines the adapted subset of SNMP's Structure of Management Information (SMI) used to write Policy Information Base (PIB) modules. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3159"/>
          <seriesInfo name="DOI" value="10.17487/RFC3159"/>
        </reference>
        <reference anchor="RFC3317">
          <front>
            <title>Differentiated Services Quality of Service Policy Information Base</title>
            <author fullname="K. Chan" initials="K." surname="Chan"/>
            <author fullname="R. Sahita" initials="R." surname="Sahita"/>
            <author fullname="S. Hahn" initials="S." surname="Hahn"/>
            <author fullname="K. McCloghrie" initials="K." surname="McCloghrie"/>
            <date month="March" year="2003"/>
          </front>
          <seriesInfo name="RFC" value="3317"/>
          <seriesInfo name="DOI" value="10.17487/RFC3317"/>
        </reference>
        <reference anchor="RFC3318">
          <front>
            <title>Framework Policy Information Base</title>
            <author fullname="R. Sahita" initials="R." role="editor" surname="Sahita"/>
            <author fullname="S. Hahn" initials="S." surname="Hahn"/>
            <author fullname="K. Chan" initials="K." surname="Chan"/>
            <author fullname="K. McCloghrie" initials="K." surname="McCloghrie"/>
            <date month="March" year="2003"/>
            <abstract>
              <t>This document defines a set of PRovisioning Classes (PRCs) and textual conventions that are common to all clients that provision policy using Common Open Policy Service (COPS) protocol for Provisioning.</t>
              <t>Structure of Policy Provisioning Information (SPPI) describes a structure for specifying policy information that can then be transmitted to a network device for the purpose of configuring policy at that device. The model underlying this structure is one of well-defined (PRCs) and instances of these classes (PRIs) residing in a virtual information store called the Policy Information Base (PIB).</t>
              <t>One way to provision policy is by means of the (COPS) protocol with the extensions for provisioning. This protocol supports multiple clients, each of which may provision policy for a specific policy domain such as QoS, virtual private networks, or security.</t>
              <t>As described in COPS usage for Policy Provisioning (COPS-PR), each client supports a non-overlapping and independent set of PIB modules. However, some PRovisioning Classes are common to all subject-categories (client-types) and need to be present in each.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3318"/>
          <seriesInfo name="DOI" value="10.17487/RFC3318"/>
        </reference>
        <reference anchor="RFC3571">
          <front>
            <title>Framework Policy Information Base for Usage Feedback</title>
            <author fullname="D. Rawlins" initials="D." surname="Rawlins"/>
            <author fullname="A. Kulkarni" initials="A." surname="Kulkarni"/>
            <author fullname="K. Ho Chan" initials="K." surname="Ho Chan"/>
            <author fullname="M. Bokaemper" initials="M." surname="Bokaemper"/>
            <author fullname="D. Dutt" initials="D." surname="Dutt"/>
            <date month="August" year="2003"/>
            <abstract>
              <t>This document describes a portion of the Policy Information Base (PIB) to control policy usage collection and reporting in a device. The provisioning classes specified here allow a Policy Decision Point (PDP) to select which policy objects should collect usage information, what information should be collected and when it should be reported. This PIB requires the presence of other PIBs (defined elsewhere) that provide the policy objects from which usage information is collected. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3571"/>
          <seriesInfo name="DOI" value="10.17487/RFC3571"/>
        </reference>
      </references>
    </references>
    <?line 535?>

<section anchor="sec-assessment">
      <name>Assessment of RFC 3535 Operator Requirements</name>
      <section anchor="detailed-analysis">
        <name>Detailed Analysis</name>
        <t><xref section="3" sectionFormat="of" target="RFC3535"/> includes the following recommendations:</t>
        <t>3535-OPS-REQ-EASE-USE:</t>
        <blockquote>
          <artwork><![CDATA[
 Ease of use is a key requirement for any network management
   technology from the operators point of view.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This is still a valid requirement. It is
     even exacerbated with the amount of techniques and extensions
     that were specified since then.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-CONFIG-OPS-SEPARATE:</t>
        <blockquote>
          <artwork><![CDATA[
 It is necessary to make a clear distinction between configuration
   data, data that describes operational state and statistics.  Some
   devices make it very hard to determine which parameters were
   administratively configured and which were obtained via other
   mechanisms such as routing protocols.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This requirement was taken into account when
     designing IETF solutions. Specifically, datastores are a fundamental
     concept in NETCONF/YANG (e.g., <xref target="RFC8342"/>).</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-CONFIG-OPS-FETCH-SEPARATE:</t>
        <blockquote>
          <artwork><![CDATA[
 It is required to be able to fetch separately configuration data,
   operational state data, and statistics from devices, and to be
   able to compare these between devices.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This is supported by NETCONF and RESTCONF.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-NETWORK-NOT-DEVICE:</t>
        <blockquote>
          <artwork><![CDATA[
 It is necessary to enable operators to concentrate on the
   configuration of the network as a whole rather than individual
   devices.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>Protocols such as NETCONF supports means to
     handle transactions at the level of a network. For example, a
     controller can establish parallel sessions with a set of devices
     and make use of confirmed commit.</t>
          </dd>
          <dt/>
          <dd>
            <t>Also, <xref target="RFC8969"/> describes
     how YANG/RESTONF/YANG can be used to manage a network and map it
     to involves underlying functions/nodes. Several service and network
     data models are required for this aim.</t>
          </dd>
          <dt/>
          <dd>
            <t>The IETF defined in the past
     models to manage few servcies such as VPN at both service and network
     levels (e.g.,  the Layer 2 Service Model (L2SM) <xref target="RFC8466"/>,
     the Layer 3 Service Model (L3SM) <xref target="RFC8299"/>, the Layer 2 Network Model (L2NM) <xref target="RFC9291"/>,
     and the Layer 3 Network Model (L3NM) <xref target="RFC9182"/>).</t>
          </dd>
          <dt/>
          <dd>
            <t>A similar effort is currently
     ongoing for handling attachement circuits at both service and network layers (e.g.,
     <xref target="I-D.ietf-opsawg-teas-attachment-circuit"/>, <xref target="I-D.ietf-opsawg-ntw-attachment-circuit"/>).</t>
          </dd>
          <dt/>
          <dd>
            <t>More effort is still needed in this area.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-NETWORK-WIDE-TRANSACTIONS:</t>
        <blockquote>
          <artwork><![CDATA[
 Support for configuration transactions across a number of devices
   would significantly simplify network configuration management.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This feature is supported by NETCONF.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-CONFIG-DIFF:</t>
        <blockquote>
          <artwork><![CDATA[
 Given configuration A and configuration B, it should be possible
   to generate the operations necessary to get from A to B with
   minimal state changes and effects on network and systems.  It is
   important to minimize the impact caused by configuration changes.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This feature is supported by NETCONF.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-CONFIG-DUMP-RESTORE:</t>
        <blockquote>
          <artwork><![CDATA[
 A mechanism to dump and restore configurations is a primitive
   operation needed by operators.  Standards for pulling and pushing
   configurations from/to devices are desirable.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This feature is supported by NETCONF.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-CONFIG-CONSISTENCY-CHECK:</t>
        <blockquote>
          <artwork><![CDATA[
 It must be easy to do consistency checks of configurations over
   time and between the ends of a link in order to determine the
   changes between two configurations and whether those
   configurations are consistent.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>A mechanism is specified in <xref target="RFC9144"/>.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-CONFIG-NETWORK-WIDE-SCHEMA:</t>
        <blockquote>
          <artwork><![CDATA[
 Network wide configurations are typically stored in central
   master databases and transformed into formats that can be pushed
   to devices, either by generating sequences of CLI commands or
   complete configuration files that are pushed to devices.  There
   is no common database schema for network configuration, although
   the models used by various operators are probably very similar.
   It is desirable to extract, document, and standardize the common
   parts of these network wide configuration database schemas.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>Covered by current implementations.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-TXT-PROCESSING-TOOLS:</t>
        <blockquote>
          <artwork><![CDATA[
 It is highly desirable that text processing tools such as diff,
   and version management tools such as RCS or CVS, can be used to
   process configurations, which implies that devices should not
   arbitrarily reorder data such as access control lists.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This is deployment-specific.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-ACCESS-CONTROL-OPS-CENTRIC:</t>
        <blockquote>
          <artwork><![CDATA[
 The granularity of access control needed on management interfaces
   needs to match operational needs.  Typical requirements are a
   role-based access control model and the principle of least
   privilege, where a user can be given only the minimum access
   necessary to perform a required task.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>Role-based Access Control (RBAC) is supported by existing implementation. Also,
     the IETF defined <xref target="RFC8341"/> for this purpose.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-ACCESS-CONTROL-CHECKS:</t>
        <blockquote>
          <artwork><![CDATA[
 It must be possible to do consistency checks of access control
   lists across devices.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This is implementation-specific.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-CONFIG-SEPARATE-DISTRIB-ACTIV:</t>
        <blockquote>
          <artwork><![CDATA[
 It is important to distinguish between the distribution of
   configurations and the activation of a certain configuration.
   Devices should be able to hold multiple configurations.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This is supported by existing NETCONF methods.</t>
          </dd>
        </dl>
        <t>3535-OPS-REQ-ACCESS-CONTROL-BOTH-DATA-TASK:</t>
        <blockquote>
          <artwork><![CDATA[
 SNMP access control is data-oriented, while CLI access control is
   usually command (task) oriented.  Depending on the management
   function, sometimes data-oriented or task-oriented access control
   makes more sense.  As such, it is a requirement to support both
   data-oriented and task-oriented access control.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This is supported by <xref target="RFC8341"/>.</t>
          </dd>
        </dl>
      </section>
      <section anchor="summary">
        <name>Summary</name>
        <table>
          <thead>
            <tr>
              <th align="right">RFC3535 Ops Requirement Label</th>
              <th align="left">Status</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">3535-OPS-REQ-EASE-USE</td>
              <td align="left">Still Applicable</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-CONFIG-OPS-SEPARATE</td>
              <td align="left">A solution was standarized</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-CONFIG-OPS-FETCH-SEPARATE</td>
              <td align="left">A solution was standarized</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-NETWORK-NOT-DEVICE</td>
              <td align="left">Protocol (OK), DM (Still Applicable)</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-NETWORK-WIDE-TRANSACTIONS</td>
              <td align="left">A solution was standarized</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-CONFIG-DIFF</td>
              <td align="left">A solution was standarized</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-CONFIG-DUMP-RESTORE</td>
              <td align="left">A solution was standarized</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-CONFIG-CONSISTENCY-CHECK</td>
              <td align="left">Implementation-specific</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-CONFIG-NETWORK-WIDE-SCHEMA</td>
              <td align="left">Still Applicable</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-TXT-PROCESSING-TOOLS</td>
              <td align="left">Deployment-specific</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-ACCESS-CONTROL-OPS-CENTRIC</td>
              <td align="left">Implementation-specific</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-ACCESS-CONTROL-CHECKS</td>
              <td align="left">Implementation-specific</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-CONFIG-SEPARATE-DISTRIB-ACTIV</td>
              <td align="left">A solution was standarized</td>
            </tr>
            <tr>
              <td align="right">3535-OPS-REQ-ACCESS-CONTROL-BOTH-DATA-TASK</td>
              <td align="left">A solution was standarized</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="sec-reca">
      <name>Assessment of RFC 3535 Recommendations</name>
      <section anchor="detailed-analysis-1">
        <name>Detailed Analysis</name>
        <t><xref section="6" sectionFormat="of" target="RFC3535"/> includes the following recommendations:</t>
        <t>3535-RECO-STOP-MANDATE-MIB:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop recommended that the IETF stop forcing working groups
   to provide writable MIB modules.  It should be the decision of
   the working group whether they want to provide writable objects
   or not.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>In 2014, the IESG published a statement Writable MIB Module, which states that:
</t>
            <ul empty="true">
              <li>
                <t>SNMP MIB modules creating and modifying configuration state should only be produced by working groups in cases of clear utility and consensus to use SNMP
 write operations for configuration, and in consultation with the OPS ADs/MIB doctors.</t>
              </li>
            </ul>
          </dd>
        </dl>
        <t>3535-RECO-MIB-INVESTIGATE:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop recommended that a group be formed to investigate why
   current MIB modules do not contain all the objects needed by
   operators to monitor their networks.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>No such a group was formed in the IETF.</t>
          </dd>
        </dl>
        <t>3535-RECO-SNMP-WG4MONITORING:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop recommended that a group be formed to investigate why
   the current SNMP protocol does not satisfy all the monitoring
   requirements of operators.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>No such a group was formed in the IETF.</t>
          </dd>
        </dl>
        <t>3535-RECO-FOCUS-IETF-CONFIG-MECHANISMS:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop recommended, with strong consensus from both protocol
   developers and operators, that the IETF focus resources on the
   standardization of configuration management mechanisms.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>The IETF specified NETCONF <xref target="RFC6241"/>, RESTCONF <xref target="RFC8040"/>, CORECONF <xref target="I-D.ietf-core-comi"/>, and YANG.</t>
          </dd>
          <dt/>
          <dd>
            <t>YANG is a transport-independent data modeling language. It can be used independently of NETCONF/RESTCONF. For example, YANG can be used to define abstract data structures <xref target="RFC8791"/> that can be manipulated by other protocols (e.g., <xref target="RFC9132"/>).</t>
          </dd>
        </dl>
        <t>3535-RECO-FOCUS-XML:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop recommended, with strong consensus from the operators
   and rough consensus from the protocol developers, that the
   IETF/IRTF should spend resources on the development and
   standardization of XML-based device configuration and management
   technologies (such as common XML configuration schemas, exchange
   protocols and so on).
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>This recommendation was followed in base specifications. This recommendation was also mirrored in other documents such as <xref target="RFC5706"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>However, the IETF integrated support for other encoding such as JSON.</t>
          </dd>
        </dl>
        <t>3535-RECO-NO-HTTP:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop recommended, with strong consensus from the operators
   and rough consensus from the protocol developers, that the
   IETF/IRTF should not spend resources on developing HTML-based or
   HTTP-based methods for configuration management.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>The IETF deviated from this recommendation, e.g., RESTCONF <xref target="RFC8040"/> or CoAP Management Interface (CORECONF) <xref target="I-D.ietf-core-comi"/>.</t>
          </dd>
        </dl>
        <t>3535-RECO-MAINTAIN-SMI-SPPI:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop recommended, with rough consensus from the operators
   and strong consensus from the protocol developers, that the IETF
   should continue to spend resources on the evolution of the
   SMI/SPPI data definition languages as being done in the SMIng
   working group.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>SMIng WG was concluded in 2003-04-04.</t>
          </dd>
        </dl>
        <t>3535-RECO-IETF2FIX-MIB:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop recommended, with split consensus from the operators
   and rough consensus from the protocol developers, that the IETF
   should spend resources on fixing the MIB development and
   standardization processs.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>The IETF dedicated some resources to fix some SNMP shortcomings with a focus on security (e.g., Transport Layer Security (TLS) Transport Model for the SNMP <xref target="RFC6353"/> or <xref target="RFC9456"/>, HMAC-SHA-2 Authentication Protocols in User-Based Security Model (USM) for SNMPv3 <xref target="RFC7860"/>).</t>
          </dd>
        </dl>
        <t><xref section="6" sectionFormat="of" target="RFC3535"/> also includes the following but without tagging them as recommendations:</t>
        <t>3535-MISC-NO-CIM:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop had split consensus from the operators and rough
   consensus from the protocol developers, that the IETF should not
   focus resources on CIM extensions.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>The IETF didn't dedicate any resources on CIM extensions.</t>
          </dd>
        </dl>
        <t>3535-MISC-ABANDON-PIB:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop had rough consensus from the protocol developers
   that the IETF should not spend resources on COPS-PR development.
   So far, the operators have only very limited experience with
   COPS-PR.  In general, however, they felt that further development
   of COPS-PR might be a waste of resources as they assume that
   COPS-PR does not really address their requirements.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>The IETF has reclassified COPS Usage for Policy Provisioning <xref target="RFC3084"/>
to Historic status.</t>
          </dd>
        </dl>
        <t>3535-MISC-ABANDON-COPS-PR:</t>
        <blockquote>
          <artwork><![CDATA[
 The workshop had rough consensus from the protocol developers
   that the IETF should not spend resources on SPPI PIB definitions.
   The operators had rough consensus that they do not care about
   SPPI PIBs.
]]></artwork>
        </blockquote>
        <dl>
          <dt><strong>Status Update</strong>:</dt>
          <dd>
            <t>The IETF has reclassified Structure of Policy Provisioning Information <xref target="RFC3159"/>, as well as
three Policy Information Bases (<xref target="RFC3317"/>, <xref target="RFC3318"/>, and <xref target="RFC3571"/>) to
Historic status.</t>
          </dd>
        </dl>
      </section>
      <section anchor="summary-1">
        <name>Summary</name>
        <table>
          <thead>
            <tr>
              <th align="right">RFC3535 Recommendation Label</th>
              <th align="left">Status</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">3535-RECO-STOP-MANDATE-MIB</td>
              <td align="left">Done, IESG Statement on Writable MIB Module (2014)</td>
            </tr>
            <tr>
              <td align="right">3535-RECO-MIB-INVESTIGATE</td>
              <td align="left">No such a group was formed</td>
            </tr>
            <tr>
              <td align="right">3535-RECO-SNMP-WG4MONITORING</td>
              <td align="left">No such a group was formed</td>
            </tr>
            <tr>
              <td align="right">3535-RECO-FOCUS-IETF-CONFIG-MECHANISMS</td>
              <td align="left">NETCONF/RESTCONF/CORECONF/YANG/COMI/etc.</td>
            </tr>
            <tr>
              <td align="right">3535-RECO-FOCUS-XML</td>
              <td align="left">The recommendation was followed</td>
            </tr>
            <tr>
              <td align="right">3535-RECO-NO-HTTP</td>
              <td align="left">The IETF deviated from this recommendation, e.g., RESTCONF or CoAP Management Interface (CORECONF)</td>
            </tr>
            <tr>
              <td align="right">3535-RECO-MAINTAIN-SMI-SPPI</td>
              <td align="left">SMIng WG was concluded in 2003-04-04</td>
            </tr>
            <tr>
              <td align="right">3535-RECO-IETF2FIX-MIB</td>
              <td align="left">The IETF dedicated resources to fix some SNMP shortcomings with a focus on security</td>
            </tr>
            <tr>
              <td align="right">3535-MISC-NO-CIM</td>
              <td align="left">The IETF didn't dedicate any resources on CIM extensions</td>
            </tr>
            <tr>
              <td align="right">3535-MISC-ABANDON-COPS-PR</td>
              <td align="left">The IETF has reclassified COPS-PR to Historic status</td>
            </tr>
            <tr>
              <td align="right">3535-MISC-ABANDON-PIB</td>
              <td align="left">The IETF has reclassified SPPI, as well as three PIBs to Historic status</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Christian Jacquenet and Jean-Michel Combes for their inputs.</t>
      <t>Thanks to Benoît Claise and Alex Clemm for the comments.</t>
      <t>Many of the requirements were extracted from contributions to the IAB Next Era of Network Management Operations (NEMOPS) Workshop <xref target="I-D.iab-nemops-workshop-report"/>.</t>
      <t>Thanks to Ian Farrer, Brad Peters, Chongfeng Xie, and Qin Wu for their contribution to consolidate the requirements.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact fullname="Lionel Tailhardat">
        <organization>Orange</organization>
        <address>
          <email>lionel.tailhardat@orange.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
