<?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.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-nmop-rfc3535-20years-later-01" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.2 -->
  <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-01"/>
    <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="2025" month="October" day="16"/>
    <keyword>network management</keyword>
    <keyword>future networks</keyword>
    <abstract>
      <?line 70?>

<t>The IAB organized an important workshop
to establish a dialog between network operators and
protocol developers, and to guide the IETF focus on work
regarding network management.  The outcome of that workshop
was documented in the "IAB Network Management Workshop" (RFC 3535)
which was instrumental for developing NETCONF and YANG, in particular.</t>
      <t>20 years later, it is time to evaluate what has been achieved since then and
identify the operational barriers for making these
technologies widely implemented. Also, this document captures new
requirements for network management operations.</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 84?>

<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"/>.</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 &amp; 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</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, 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>The document also provide an assessment of the RFC3535 recommendations (<xref target="sec-assessment"/>) and to what extend that roadmap was driving network management efforts within the IETF, in particular (<xref target="sec-reca"/>).</t>
    </section>
    <section anchor="sec-obs">
      <name>Observations and New 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, 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.</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. 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, 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>Nullify (soften) CLI specifics to vendors.</t>
          </li>
          <li>
            <t>Support both top-down and bottom-up approaches:</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 models are defined through the IETF, while similar ones are defined in other forums such as Openconfig or ONF.
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 now 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/process 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.ramseyer-grow-peering-api"/> defines an API for dynamically establishing BGP peering sessions between Autonomous Systems of different administrative domains. That same objective is also covered by the YANG data model defined in <xref target="I-D.ietf-opsawg-teas-attachment-circuit"/> as exemplified in 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-DM-API:</dt>
          <dd>
            <t>Readily available API specifications could 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"/>).</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 arch 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 could be 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 models" and "sufficiently stable 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><xref section="3" sectionFormat="of" target="RFC3535"/> describes a set of network operator requirements. One of the requirements is the ease of use which, according to <xref section="3.2" sectionFormat="of" target="RFC6244"/>, is 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 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>
        </dl>
      </section>
      <section anchor="sec-dama">
        <name>YANG-formatted Data Manipulation</name>
        <t>The use of a flat tree hierarchy in YANG 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 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 a 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 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 OS 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 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.</t>
        <dl>
          <dt>OPS-REQ-NEW-NEED:</dt>
          <dd>
            <t>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>
          </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.</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 implementation is concerning. For open-source, 'sysrepo'/'libyang' are decent choices.</t>
        <dl>
          <dt>OPS-REQ-READILTY-IMPLEM:</dt>
          <dd>
            <t>It is tempting to consider mandating at least one implementation. However, there were areas which imposed in the past rules for implementations for I-Ds to be published as PS (e.g., <xref target="RFC1264"/>), but these rules were relaxed for reasons described, e.g., <xref target="RFC4794"/> and left it to the WGs to decide about the actual measures to put in place. To date, only IDR WG has clear guidance on two implementations.</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 (we need the XML tags).</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-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-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-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-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 availablability of implementation is concerning. Consider catalyst approaches to trigger more (open) implementations, especially during the development of protocols/extensions.</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-NW-API-DISCOVERY:</dt>
          <dd>
            <t>Define a reference approach/process for service exposure discovery (APIs discovery).</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-BRIDGE:</dt>
          <dd>
            <t>Create an eco-system where data and networking engineers can collaborate.</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-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-SCALE:</dt>
          <dd>
            <t>Consider approaches for YANG models to scale + protocol considerartions (transactions, touches, etc.). Specifically, address Telemetry scalability enhancements.</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-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-ITER:</dt>
          <dd>
            <t>Need a velocity and approach to standardisation that allows for business goals to be incrementally realised.</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-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-IETF-TOOLS:</dt>
          <dd>
            <t>Ease exposure of libraries and host tools (e.g., yangkit) to ease integration.</t>
          </dd>
          <dt>OPS-REQ-NEW-NEED:</dt>
          <dd>
            <t>Some networks have specific network management requirements such as the need for asynchronous operations or constraints on data compactness.</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>
        </dl>
      </section>
      <section anchor="categorization">
        <name>Categorization</name>
        <t>The following table 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 adaptation 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>
          <thead>
            <tr>
              <th align="left">NEW 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-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-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-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-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-DM-API</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-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-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-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-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-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-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-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-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-ITER</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-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-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-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-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>
          </tbody>
        </table>
      </section>
      <section anchor="overall-new-requirements-levels-operators-view">
        <name>Overall New Requirements Levels: Operators View</name>
        <t>The following table provides the requirement level of <xref target="sec-reqs"/> from an operator perspective.</t>
        <table>
          <thead>
            <tr>
              <th align="right">NEW 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-QUICK-BUT-WELL</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-EASE-EXPOSURE</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-DM2API</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-REASSESS</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-INTEGRATION</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-SCALE</td>
              <td align="center">Strong</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-UNSILO</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-ITER</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-TOOLS</td>
              <td align="center">Strong</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-NEW-NEED</td>
              <td align="center">Nice to have</td>
            </tr>
            <tr>
              <td align="right">OPS-REQ-GLUE</td>
              <td align="center">Nice to have</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="collaborative-prioritization">
        <name>Collaborative Prioritization</name>
        <ul empty="true">
          <li>
            <t>TBC to reflect the priorities set by the WG.</t>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>((Including Rob's Inputs))</t>
          </li>
        </ul>
        <ul spacing="normal">
          <li>
            <t>Move much faster (OPS-REQ-QUICK-BUT-WELL, OPS-REQ-TIMELY-DM)</t>
          </li>
          <li>
            <t>Implement minimal functionality, not bells and whistles (OPS-REQ-GUIDE-AND-PROFILE, OPS-REQ-ITER)</t>
          </li>
          <li>
            <t>Have running code (OPS-REQ-READILY-IMPLEM, OPS-REQ-TOOLS)</t>
          </li>
          <li>
            <t>Have vendors and operators on board at the time of developing the solution independent compliance suite to validate things.</t>
          </li>
          <li>
            <t>Need to coorelating data learned from different means (IPFIX, BMP, Models)</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-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="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="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>
      <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>Soongsil University</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="1" month="July" 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-07"/>
      </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="6" month="May" year="2025"/>
          <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-20"/>
      </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="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.ramseyer-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>
          <date day="4" month="November" year="2024"/>
          <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-ramseyer-grow-peering-api-06"/>
      </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="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="14" month="October" year="2025"/>
          <abstract>
            <t>   This document describes a UDP-based transport for YANG notifications
   to collect data from network nodes.  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-23"/>
      </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="Lucía Cabanillas Rodríguez" initials="L. C." surname="Rodríguez">
            <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>
          <date day="15" month="May" year="2025"/>
          <abstract>
            <t>   Operational efficiency in incident management on telecom and computer
   networks requires correlating and interpreting large volumes of
   heterogeneous technical information.  Knowledge graphs 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 (ITSM) Knowledge Graph (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-02"/>
      </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="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="RFC1264">
        <front>
          <title>Internet Engineering Task Force Internet Routing Protocol Standardization Criteria</title>
          <author fullname="R.M. Hinden" initials="R.M." surname="Hinden"/>
          <date month="October" year="1991"/>
          <abstract>
            <t>This informational RFC presents procedures for creating and documenting Internet standards on routing protocols. These procedures have been established by the Internet Activities Board (IAB) in consultation with the Internet Engineering Steering Group (IESG). This memo provides information for the Internet community. It does not specifiy an Internet standard.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="1264"/>
        <seriesInfo name="DOI" value="10.17487/RFC1264"/>
      </reference>
      <reference anchor="RFC4794">
        <front>
          <title>RFC 1264 Is Obsolete</title>
          <author fullname="B. Fenner" initials="B." surname="Fenner"/>
          <date month="December" year="2006"/>
          <abstract>
            <t>RFC 1264 was written during what was effectively a completely different time in the life of the Internet. It prescribed rules to protect the Internet against new routing protocols that may have various undesirable properties. In today's Internet, there are so many other pressures against deploying unreasonable protocols that we believe that existing controls suffice, and the RFC 1264 rules just get in the way. This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="4794"/>
        <seriesInfo name="DOI" value="10.17487/RFC4794"/>
      </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-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>
      <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>
    </references>
    <?line 517?>

<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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
Z0tUNxn03U+fSjUN7QufP3c1SyXppT4CnccCVx7FsLnExOIiuWnnpoGaAalX
JRGb8BTcn4YU1VMDRHCiun2UKhcTPBIaqzDtOeyFZyd/+hO+k09KoIg/wQsy
vGg1U+VTvH4+XsLjQDZAmCpCCxowtEIMR2D6VWYNkeUiJGCT/6xhlxLZFZho
DZhe5mWFA4HEBRxF2ToAuRzjvDJMP3jFJADvoIjCicBs6BGkszqbinSHjViB
+cF7FLUBYXRYGazIJ8AR14DrqkK1AAdEcJhrABQKDQln12v4q0jXuOBEH2hG
rBalyHEKlhsxoo1MiJKs3GmhwFxc99wv6GFPfskGO1BbTMDgCpcPsh2xZZA4
BRLV1DpNc+CgYZqDpkD2Xc4yEezxFaJNGCIAvwRDsATi0WwzAABpRoBQpfBo
sWZEgG2HzBnJAajq2IEeJ54AWkqSWvBagTPIAYxx/hlY6nysA2Py4U4ARJMc
eKfZJZjHwKE3Utg3qDWV8l5ndQIMCpx9CfY3sAXSxwEMUNY/oMZ2mnxQYEIz
naw9UOO6ENVPz7nXcuzSZAawrKcgMndVf97vGQBxw0DlTwRbhHp068CgPWBT
oLaK+Otp4Ogb0MnmWY4o53UBkwDcAFa7Hv+sFgWw5hiOcQzEBbu/Q8IDIERM
EPuV4XdAFwZ8g3J0mxlyCIhCZo7G4tIbHD5UNehhNGzQRAa83sKgwlYT1K6n
ESCKzhHgQYElFQB6RNsBKimBn5CKwj+vUBIb+J8I/+/Bm/NoujZ7jGSxItQC
lms4O8i14djRItDzBfSL2wiLSIrAqORrVJIiogoF5ivRMCpcFWwUbW6hJmuE
kiR0RYx7BXo+WH1AwDdwgvMi1EhpnD7ixCqY1AUcc1wvPx6k+fQDKCdwcHFt
6mOEtoBMRmeWlktC1pkNh61TEkSAB9ksUt+BnFHn1whDcct7BQwJmVqSxz1H
OSeMkBDSmrnGShnd5EkRzqIEAUG8fEDibsNNPxijhum9gU4jwFCB9k29opOE
ItNdg8e2rHeVVFt4D0wUtHaFTa2INHIgQeF6CWrfZTLPhHOY07RCIxq1MJG1
ZQJqJFEo2nPBdIF+Im3KaYrZKfNZdRsVht6RZCtFVhrhiOzAOCmZ6wVAB7yB
vLWOxkAiJIKNhglQ+tPmrHJgbL27Z4OjUJKhiXhm4of5s9IyIhbNOK+Zq+ce
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

-->

</rfc>
