<?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-opsarea-rfc5706bis-03" category="bcp" consensus="true" submissionType="IETF" obsoletes="5706" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="Operations &amp; Management Considerations">Guidelines for Considering Operations and Management in IETF Specifications</title>
    <seriesInfo name="Internet-Draft" value="draft-opsarea-rfc5706bis-03"/>
    <author fullname="Benoit Claise">
      <organization>Huawei</organization>
      <address>
        <email>benoit.claise@huawei.com</email>
      </address>
    </author>
    <author fullname="Joe Clarke">
      <organization>Cisco</organization>
      <address>
        <email>jclarke@cisco.com</email>
      </address>
    </author>
    <author fullname="Adrian Farrel">
      <organization>Old Dog Consulting</organization>
      <address>
        <email>adrian@olddog.co.uk</email>
      </address>
    </author>
    <author fullname="Samier Barguil">
      <organization>Nokia</organization>
      <address>
        <email>samier.barguil_giraldo@nokia.com</email>
      </address>
    </author>
    <author fullname="Carlos Pignataro">
      <organization>Blue Fern Consulting</organization>
      <address>
        <email>carlos@bluefern.consulting</email>
        <email>cpignata@gmail.com</email>
        <uri>https://bluefern.consulting</uri>
      </address>
    </author>
    <author fullname="Ran Chen">
      <organization>ZTE</organization>
      <address>
        <email>chen.ran@zte.com.cn</email>
      </address>
    </author>
    <date year="2025" month="July" day="07"/>
    <area>Operations and Management</area>
    <keyword>management</keyword>
    <keyword>operations</keyword>
    <keyword>operations and management</keyword>
    <keyword>ops considerations</keyword>
    <abstract>
      <?line 89?>

<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 they
   should consider and include in their documents.</t>
      <t>This document obsoletes RFC 5706, replacing it completely and updating
   it with new operational and management techniques and mechanisms. It also
   introduces a requirement to include an "Operational Considerations"
   section in new IETF Standard Track RFCs.</t>
    </abstract>
  </front>
  <middle>
    <?line 104?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Often when New Protocols or Protocol Extensions are developed, not
   enough consideration is given to how the protocol will be deployed,
   operated, and managed. Retrofitting operations and management
   mechanisms is often hard and architecturally unpleasant, and certain
   protocol design choices may make deployment, operations, and
   management particularly difficult. In order to make sure that protocols can be
   deployed and used, the operational environment and manageability of a
   protocol should be considered when New Protocols or Protocol Extensions
   are designed.</t>
      <t>This document provides guidelines to help Protocol Designers and working
   groups (WGs) consider the operations and management functionality for
   their New Protocol or Protocol Extension at an early phase in the design
   process.</t>
      <t>This document obsoletes <xref target="RFC5706"/> and fully updates its content
   with new operational and management techniques and mechanisms. It also
   introduces a requirement for an "Operational Considerations"
   section in all new Standard Track RFCs.
   This document also removes outdated
   references and aligns with current practices, protocols, and
   technologies used in operating and managing devices, networks, and
   services. See <xref target="sec-changes-since-5706"/> for more details.</t>
      <section anchor="sec-this-doc">
        <name>This Document</name>
        <t>This document provides a set of guidelines for considering
   operations and management in an IETF specification on the Standards Track
   with an eye toward being flexible while also striving for
   interoperability.</t>
        <t>Entirely New Protocols may require significant consideration of expected
   operations and management, while Protocol Extensions to existing, widely
   deployed protocols may have established de facto operations and
   management practices that are already well understood. This document does
   not mandate a comprehensive inventory of all operational considerations.
   Instead, it guides authors to focus on key aspects that are essential for
   the technology's deployability, operation, and maintenance.</t>
        <t>Suitable management approaches may vary for different areas, working
   groups, and protocols in the IETF. This document does not prescribe
   a fixed solution or format in dealing with operational and management
   aspects of IETF protocols. However, these aspects should be
   considered for any IETF protocol, given the IETF's role in developing technologies and
   protocols to be deployed and operated in the real-world Internet.</t>
        <t>A WG may decide that its protocol does not need interoperable
   management or a standardized Data Model, but this should be a
   deliberate and documented decision, not the result of omission. This document
   provides some guidelines for those considerations.</t>
        <t>This document makes a distinction between "Operational
   Considerations" and "Management Considerations", although the two are
   closely related. The operational considerations apply to operating the protocol within a network, even
   if there were no management protocol actively being used. The section on manageability is focused on
   management technology, such as how to utilize management protocols
   and how to design management Data Models.</t>
      </section>
      <section anchor="sec-audience">
        <name>Audience</name>
        <t>The purpose of this document is to provide guidance about what to
   consider when thinking about the management and deployment of a new
   protocol, and to provide guidance about documenting those
   considerations. These guidelines are intended to be useful to anyone involved in the document lifecyle:
   from the authors writing the protocol specification, to those reviewing and evaluating drafts of those
   specifications: including WG chairs, WG advisors, the Document Shepherd, the Responsible Area Director,
   and the IESG.</t>
        <t>The following guidelines are designed to help
   Protocol Designers provide a reasonably consistent format for such
   documentation. Separate manageability and operational considerations
   sections are desirable in many cases, but their structure and
   location are a decision that can be made from case to case.</t>
        <t>Protocol Designers should consider which operations and management
   needs are relevant to their protocol, document how those needs could
   be addressed, and suggest (preferably standard) management protocols
   and Data Models that could be used to address those needs. This is
   similar to a WG that considers which security threats are relevant to
   their protocol, documents (in the required Security Considerations section,
   per Guidelines for Writing RFC Text on Security Considerations <xref target="BCP72"/>)
   how threats should be mitigated, and then suggests appropriate standard
   protocols that could mitigate the threats.</t>
        <t>This document does not impose a specific management or operational solution, imply that a formal data
   model is needed, or imply that using a specific management protocol
   is mandatory. If Protocol Designers conclude that the technology can be managed
   solely by using Proprietary Interfaces or that it does
   not need any structured or standardized Data Model, this might be fine,
   but it is a decision that should be explicit in a manageability discussion
   -- that this is how the protocol will need to be operated and managed.
   Protocol Designers should avoid deferring manageability to a later
   phase of the development of the specification.</t>
        <t>When a WG considers operation and management functionality for a
   protocol, the document should contain enough information for readers
   to understand how the protocol will be deployed, operated, and managed. The considerations
   do not need to be comprehensive and exhaustive; focus should be on key aspects. The WG
   should expect that considerations for operations and management may
   need to be updated in the future, after further operational
   experience has been gained.</t>
        <t>For the OPS Area Directors and the IESG, this document will help with the evaluation of the
   content of the new "Operational Considerations" section. As an
   Area Director who is in the process of creating a new WG Charter, this document lists some considerations
   of the functionality needed to operate and manage New Protocols and Protocol Extensions.</t>
        <t>The OPS Directorate can use this document to guide performing reviews. A list of guidelines and a
   checklist of questions to consider, which a reviewer can use to evaluate whether the protocol and
   documentation address common operations and management needs, is provided in <xref target="CHECKLIST"/>.</t>
        <t>This document is also of interest to the broader community, who wants to understand, contribute to,
   and review Internet-Drafts, taking OPS considerations into account.</t>
      </section>
      <section anchor="sec-changes-since-5706">
        <name>Changes Since RFC 5706</name>
        <t>The following changes have been made to the guidelines published in  <xref target="RFC5706"/>:</t>
        <ul spacing="normal">
          <li>
            <t>Change intended status from Informational to Best Current Practice</t>
          </li>
          <li>
            <t>Move the "Operational Considerations" Appendix A to a Checklist maintained in GitHub</t>
          </li>
          <li>
            <t>Add a requirement for an "Operational Considerations" section in all new Standard Track RFCs, along with specific guidance on its content.</t>
          </li>
          <li>
            <t>Update the operational and manageability-related technologies to reflect over 15 years of advancements  </t>
            <ul spacing="normal">
              <li>
                <t>Provide focus and details on YANG-based standards, deprioritizing MIB Modules.</t>
              </li>
              <li>
                <t>Add a "YANG Data Model Considerations" section</t>
              </li>
              <li>
                <t>Update the "Available Management Technologies" landscape</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Add an "Operational and Management Tooling Considerations" section</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-todo">
        <name>TO DO LIST</name>
        <t>See the list of open issues at https://github.com/IETF-OPSAWG-WG/draft-opsarea-rfc5706bis/issues</t>
      </section>
    </section>
    <section anchor="sec-key-concepts">
      <name>Key Concepts, Terminology, and Technological Landscape</name>
      <t>This section introduces the key concepts and terminology used throughout the document and provides an overview of the relevant technological landscape. It is not intended to offer in-depth definitions or explanations; readers seeking more detail should consult the referenced materials.</t>
      <t>This document does not describe interoperability requirements. As such, it does not use the capitalized keywords defined in <xref target="BCP14"/>.</t>
      <section anchor="sec-terms">
        <name>Terminology</name>
        <t>This section defines key terms used throughout the document to ensure clarity and consistency. Some terms are drawn from existing RFCs and IETF Internet-Drafts, while others are defined here for the purposes of this document. Where appropriate, references are provided for further reading or authoritative definitions.</t>
        <ul spacing="normal">
          <li>
            <t>Anomaly: See <xref target="I-D.ietf-nmop-terminology"/>.</t>
          </li>
          <li>
            <t>Cause: See <xref target="I-D.ietf-nmop-terminology"/>.</t>
          </li>
          <li>
            <t>CLI: Command Line Interface. A human-oriented interface, typically
a Proprietary Interface, to hardware or software devices
(e.g., routers or operating systems). The commands, their syntax,
and the precise semantics of the parameters may vary considerably
between different vendors, between products from the same
vendor, and even between different versions or releases of a single
product. No attempt at standardizing CLIs has been made by the IETF.</t>
          </li>
          <li>
            <t>Data Model: A set of mechanisms for representing, organizing, storing
and handling data within a particular type of data store or repository.
This usually comprises a collection of data structures such as lists, tables,
relations, etc., a collection of operations that can be applied to the
structures such as retrieval, update, summation, etc., and a collection of
integrity rules that define the legal states (set of values) or changes of
state (operations on values). A Data Model may be derived by mapping the
contents of an Information Model or may be developed ab initio. Further
discussion of Data Models can be found in <xref target="RFC3444"/>, <xref target="sec-interop"/>,
and <xref target="sec-mgmt-info"/>.</t>
          </li>
          <li>
            <t>Fault: See <xref target="I-D.ietf-nmop-terminology"/>.</t>
          </li>
          <li>
            <t>Fault Management: The process of interpreting fault notifications and other alerts
and alarms, isolating faults, correlating them, and deducing underlying
causes. See <xref target="sec-fm-mgmt"/> for more information.</t>
          </li>
          <li>
            <t>Information Model: An abstraction and representation of the
entities in a managed environment, their properties, attributes
and operations, and the way that they relate to each other. The model is
independent of any specific software usage, protocol,
or platform <xref target="RFC3444"/>. See Sections <xref format="counter" target="sec-interop"/> and <xref format="counter" target="sec-im-design"/> for
further discussion of Information Models.</t>
          </li>
          <li>
            <t>New Protocol and Protocol Extension: These terms are used in this document
to identify entirely new protocols, new versions of existing
protocols, and extensions to protocols.</t>
          </li>
          <li>
            <t>OAM: Operations, Administration, and Maintenance <xref target="RFC6291"/>
              <xref target="I-D.ietf-opsawg-oam-characterization"/> is the term given to the
combination of:  </t>
            <ol spacing="normal" type="1"><li>
                <t>Operation activities that are undertaken to keep the
network. They include monitoring of the network.</t>
              </li>
              <li>
                <t>Administration activities that keep track of resources in the
network and how they are used. They include the bookkeeping necessary
to track networking resources.</t>
              </li>
              <li>
                <t>Maintenance activities focused on facilitating repairs and upgrades.
They also involve corrective and preventive measures to make the
managed network run more effectively.</t>
              </li>
            </ol>
            <t>
The broader concept of "operations and management" that is the subject of
this document encompasses OAM, in addition to other management and provisioning
tools and concepts.</t>
          </li>
          <li>
            <t>Problem: See <xref target="I-D.ietf-nmop-terminology"/>.</t>
          </li>
          <li>
            <t>Proprietary Interface: An interface to manage a network element
that is not standardized. As such, the user interface, syntax, and
semantics typically vary significantly between implementations.
Examples of proprietary interfaces include Command Line
Interface (CLI), management web portal and Browser User Interface (BUI),
Graphical User Interface (GUI), and vendor-specific application
programming interface (API).</t>
          </li>
          <li>
            <t>Protocol Designer: An individual, a group of
people, or an IETF WG involved in the development and specification
of New Protocols or Protocol Extensions.</t>
          </li>
          <li>
            <t>Root Cause: Since one Fault may give rise to another Fault or Problem, a root cause <xref target="sec-root-cause-analysis"/> is commonly meant
     to describe the original event that is the foundation of all related Faults.</t>
          </li>
          <li>
            <t>Symptom: See <xref target="I-D.ietf-nmop-terminology"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-mgmt-tech">
        <name>Available Management Technologies</name>
        <t>The IETF provides several standardized management protocols suitable for various operational purposes, for example as outlined in <xref target="RFC6632"/>. Broadly, these include core network management protocols, purpose-specific management protocols, and network management Data Models. A non-exhaustive list of such protocols is provided below:</t>
        <ul spacing="normal">
          <li>
            <t>Remote Authentication Dial In User Service (RADIUS) <xref target="RFC2865"/></t>
          </li>
          <li>
            <t>The Syslog Protocol <xref target="RFC5424"/></t>
          </li>
          <li>
            <t>Packet Sampling (PSAMP) Protocol Specifications <xref target="RFC5476"/></t>
          </li>
          <li>
            <t>Network Configuration Protocol (NETCONF) <xref target="RFC6241"/></t>
          </li>
          <li>
            <t>Diameter Base Protocol <xref target="RFC6733"/></t>
          </li>
          <li>
            <t>Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information <xref target="RFC7011"/></t>
          </li>
          <li>
            <t>BGP Monitoring Protocol (BMP) <xref target="RFC7854"/></t>
          </li>
          <li>
            <t>RESTCONF Protocol <xref target="RFC8040"/></t>
          </li>
          <li>
            <t>Network Telemetry Framework <xref target="RFC9232"/></t>
          </li>
        </ul>
        <t>The IETF previously also worked on the Simple Network Management Protocol
   (SNMP) <xref target="RFC3410"/> and the Structure of Management Information (SMI) <xref target="STD58"/>,
   but further use of this management protocol in new IETF documents has been constrained
   to maintenance of existing MIB modules and development of MIB modules for legacy devices
   that do not support more resent management protocols <xref target="IESG-STATEMENT"/>.</t>
      </section>
    </section>
    <section anchor="sec-doc-req-ietf-spec">
      <name>Documentation Requirements for IETF Specifications</name>
      <section anchor="sec-oper-manag-considerations">
        <name>Operational Considerations Section</name>
        <t>All Internet-Drafts that are advanced for publication as Standards Track
   IETF RFC are required to include an "Operational Considerations" section.
   It is recommended that Internet-Drafts
   advanced for publication as Experimental protocol specifications also
   include such sections. "Operational Considerations"
   sections will also often be appropriate in Internet-Drafts advanced for
   publication as Informational RFCs, for example, in protocol architecture
   and protocol requirements documents.</t>
        <t>After evaluating the operational and manageability aspects of a New
   Protocol, a Protocol Extension, or an architecture, the resulting practices and
   requirements should be documented
   in an "Operational Considerations" section within a
   specification. Since protocols are intended for operational deployment and
   management within real networks, it is expected that such considerations
   will be present.</t>
        <t>It is also recommended that operational and manageability considerations
   be addressed early in the protocol design process. Consequently, early
   revisions of Internet-Drafts are expected to include an "Operational
   Considerations" section.</t>
        <t>An "Operational Considerations" section should include discussion of
   the management and operations topics raised in this document, and
   when one or more of these topics is not relevant, it would be useful
   to include a simple statement explaining why the topic is not
   relevant or applicable for the New Protocol or Protocol Extension.
   Of course, additional relevant operational and manageability topics
   should be included as well.</t>
        <t>Existing protocols and Data Models can provide the management
   functions identified in the previous section. Protocol Designers
   should consider how using existing protocols and Data Models might
   impact network operations.</t>
      </section>
      <section anchor="sec-null-sec">
        <name>Null Operations and Manageability Considerations Section</name>
        <t>After a Protocol Designer has considered the manageability
   requirements of a New Protocol or Protocol Extension, they may determine that no
   management functionality or operational best-practice clarifications are
   needed. It would be helpful to
   reviewers, those who may update or write extensions to the protocol in the
   future, or to those deploying the protocol, to know the rationale
   regarding the decisions on manageability of the protocol at the
   time of its design.</t>
        <t>If there are no new manageability or deployment considerations, it is
   recommended that an "Operations and Manageability Considerations" section
   contain a simple statement such as, "There are no new operations or manageability
   requirements introduced by this document," followed by a brief explanation of
   why that is the case. The presence of such a
   section would indicate to the reader that due
   consideration has been given to manageability and operations.</t>
        <t>In cases where the specification is a Protocol Extension and the base protocol
   already addresses the relevant operational and manageability
   considerations, it is helpful to reference the considerations section
   in the base document.</t>
      </section>
      <section anchor="sec-placement-sec">
        <name>Placement of Operations and Manageability Considerations Sections</name>
        <t>It is recommended that the section be
   placed immediately before the Security Considerations section.
   Reviewers interested in such sections will find it easily, and this
   placement could simplify the development of tools to detect the
   presence of such a section.</t>
      </section>
    </section>
    <section anchor="sec-oper-consid">
      <name>Operational Considerations - How Will the New Protocol Fit into the Current Environment?</name>
      <t>Designers of a New Protocol should carefully consider the operational
   aspects. To ensure that a protocol will be practical to deploy in
   the real world, it is not enough to merely define it very precisely
   in a well-written document. Operational aspects will have a serious
   impact on the actual success of a protocol. Such aspects include bad
   interactions with existing solutions, a difficult upgrade path,
   difficulty of debugging problems, difficulty configuring from a
   central database, or a complicated state diagram that operations
   staff will find difficult to understand.</t>
      <t>BGP flap damping <xref target="RFC2439"/> is an example. It was designed to block
   high-frequency route flaps; however, the design did not consider the
   existence of BGP path exploration / slow convergence. In real
   operations, path exploration caused false flap damping, resulting in
   loss of reachability. As a result, many networks turned flap damping
   off.</t>
      <section anchor="sec-ops">
        <name>Operations</name>
        <t>Protocol Designers can analyze the operational environment and mode
   of work in which the New Protocol and Protocol Extension will work. Such an
   exercise need not be reflected directly by text in their document
   but could help in visualizing how to apply the protocol in the
   Internet environments where it will be deployed.</t>
        <t>A key question is how the protocol can operate "out of the box". If
   implementers are free to select their own defaults, the protocol
   needs to operate well with any choice of values. If there are
   sensible defaults, these need to be stated.</t>
        <t>There may be a need to support both a human interface (e.g., for
   troubleshooting) and a programmatic interface (e.g., for automated
   monitoring and root cause analysis). The application programming
   interfaces (APIs) and the human interfaces might benefit from being similar
   to ensure that the information exposed by both is
   consistent when presented to an operator. It is also relevant to
   identify consistent methods for determining information, such as
   what is counted in specific counters.</t>
        <t>Protocol Designers should consider what management operations are
   expected to be performed as a result of the deployment of the
   protocol -- such as whether write operations will be allowed on
   routers and on hosts, or whether notifications for alarms or other
   events will be expected.</t>
      </section>
      <section anchor="sec-install">
        <name>Installation and Initial Setup</name>
        <t>Anything that can be configured can be misconfigured. "Architectural
   Principles of the Internet" <xref target="RFC1958"/>, Section 3.8, states: "Avoid
   options and parameters whenever possible. Any options and parameters
   should be configured or negotiated dynamically rather than manually".</t>
        <t>To simplify configuration, Protocol Designers should consider
   specifying reasonable defaults, including default modes and
   parameters. For example, it could be helpful or necessary to specify
   default values for modes, timers, default state of logical control
   variables, default transports, and so on. Even if default values are
   used, it must be possible to retrieve all the actual values or at
   least an indication that known default values are being used.</t>
        <t>Protocol Designers should consider how to enable operators to
   concentrate on the configuration of the network as a whole rather
   than on individual devices. Of course, how one accomplishes this is
   the hard part.</t>
        <t>It is desirable to discuss the background of chosen default values,
   or perhaps why a range of values makes sense. In many cases, as
   technology changes, the values in an RFC might make less and less
   sense. It is very useful to understand whether defaults are based on
   best current practice and are expected to change as technologies
   advance or whether they have a more universal value that should not
   be changed lightly. For example, the default interface speed might
   be expected to change over time due to increased speeds in the
   network, and cryptographical algorithms might be expected to change
   over time as older algorithms are "broken".</t>
        <t>It is extremely important to set a sensible default value for all
   parameters.</t>
        <t>Default values should generally favor the conservative side over the
   "optimizing performance" side (e.g., the initial RTT and RTTVAR values
   of a TCP connection <xref target="RFC6298"/>).</t>
        <t>For those parameters that are speed-dependent, instead of using a
   constant, try to set the default value as a function of the link
   speed or some other relevant factors. This would help reduce the
   chance of problems caused by technology advancement.</t>
        <t>For example, where protocols involve cryptographic keys, Protocol Designers should
   consider not only key generation and validation mechanisms but also the
   format in which private keys are stored, transmitted, and restored.
   Designers should specify any expected consistency checks
   (e.g., recomputing an expanded key from the seed) that help verify
   correctness and integrity. Additionally, guidance should be given on
   data retention, restoration limits, and cryptographic module
   interoperability when importing/exporting private key material. See <xref target="I-D.ietf-lamps-dilithium-certificates"/> for an example of how such considerations are incorporated.</t>
      </section>
      <section anchor="sec-migration">
        <name>Migration Path</name>
        <t>If the New Protocol is a new version of an existing one, or if it is
   replacing another technology, the Protocol Designer should consider
   how deployments should transition to the New Protocol or Protocol
   Extensions. This should include coexistence with previously deployed
   protocols and/or previous versions of the same protocol, management of
   incompatibilities between versions, translation between versions,
   and consideration of potential side effects. A key question becomes:
   Are older protocols or versions disabled, or do they coexist in the
   network with the New Protocol?</t>
        <t>Many protocols benefit from being incrementally deployable --
   operators may deploy aspects of a protocol before deploying the
   protocol fully. In those cases, the design considerations should
   also specify whether the New Protocol requires any changes to
   the existing infrastructure, particularly the network.
   If so, the protocol specification should describe the nature of those
   changes, where they are required, and how they can be introduced in
   a manner that facilitates deployment.</t>
      </section>
      <section anchor="sec-other">
        <name>Requirements on Other Protocols and Functional Components</name>
        <t>Protocol Designers should consider the requirements that the new
   protocol might put on other protocols and functional components and
   should also document the requirements from other protocols and
   functional elements that have been considered in designing the new
   protocol.</t>
        <t>These considerations should generally remain illustrative to avoid
   creating restrictions or dependencies, or potentially impacting the
   behavior of existing protocols, or restricting the extensibility of
   other protocols, or assuming other protocols will not be extended in
   certain ways. If restrictions or dependencies exist, they should be
   stated.</t>
        <t>For example, the design of the Resource ReSerVation Protocol (RSVP)
   <xref target="RFC2205"/> required each router to look at the RSVP PATH message and,
   if the router understood RSVP, add its own address to the message to
   enable automatic tunneling through non-RSVP routers. But in reality,
   routers cannot look at an otherwise normal IP packet and potentially
   take it off the fast path! The initial designers overlooked that a
   new "deep packet inspection" requirement was being put on the
   functional components of a router. The "router alert" option
   (<xref target="RFC2113"/>, <xref target="RFC2711"/>) was finally developed to solve this Problem
   for RSVP and other protocols that require the router to take some
   packets off the fast-forwarding path. Yet, router alert has its own
   Problems in impacting router performance.</t>
      </section>
      <section anchor="sec-impact">
        <name>Impact on Network Operation</name>
        <t>The introduction of a New Protocol or Protocol Extensions may
   have an impact on the operation of existing networks. Protocol
   Designers should outline such impacts (which may be positive),
   including scaling benefits or concerns, and interactions with other protocols.
   Protocol Designers should describe the scenarios in which the New
   Protocol or its extensions are expected to be applicable or
   beneficial. This includes any relevant deployment environments,
   network topologies, usage constraints such as limited domains
   <xref target="RFC8799"/>, or use cases that justify or constrain adoption.
   For example, a New Protocol that doubles the number of active,
   reachable addresses in a network might have implications for the
   scalability of interior gateway protocols, and such impacts should
   be evaluated accordingly.</t>
        <t>If the protocol specification requires changes to end hosts, it should
   also indicate whether safeguards exist to protect networks from
   potential overload. For instance, a congestion control algorithm must
   comply with <xref target="BCP133"/> to prevent congestion collapse and ensure
   network stability.</t>
        <t>A protocol could send active monitoring packets on the wire. Without careful
   consideration, active monitoring might achieve high accuracy at the cost of
   generating an excessive number of monitoring packets.</t>
        <t>The Protocol Designer should consider the potential impact on the
   behavior of other protocols in the network and on the traffic levels
   and traffic patterns that might change, including specific types of
   traffic, such as multicast. Also, consider the need to install new
   components that are added to the network as a result of changes in
   the configuration, such as servers performing auto-configuration
   operations.</t>
        <t>The Protocol Designer should consider also the impact on
   infrastructure applications like DNS <xref target="RFC1034"/>, the registries, or
   the size of routing tables. For example, Simple Mail Transfer
   Protocol (SMTP) <xref target="RFC5321"/> servers use a reverse DNS lookup to filter
   out incoming connection requests. When Berkeley installed a new spam
   filter, their mail server stopped functioning because of overload of
   the DNS cache resolver.</t>
        <t>The impact on performance may also be noted -- increased delay or
   jitter in real-time traffic applications, or increased response time
   in client-server applications when encryption or filtering are
   applied.</t>
        <t>It is important to minimize the impact caused by configuration
   changes. 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.</t>
      </section>
      <section anchor="sec-oper-verify">
        <name>Verifying Correct Operation</name>
        <t>The Protocol Designer should consider techniques for testing the
   effect that the protocol has had on the network by sending data
   through the network and observing its behavior (a.k.a., active
   monitoring). Protocol Designers should consider how the correct end-
   to-end operation of the New Protocol or Protocol Extension in the network can be tested
   actively and passively, and how the correct data or forwarding plane
   function of each network element can be verified to be working
   properly with the New Protocol. Which metrics are of interest?</t>
        <t>Having simple protocol status and health indicators on network
   devices is a recommended means to check correct operation.</t>
      </section>
    </section>
    <section anchor="sec-mgmt-consid">
      <name>Management Considerations - How Will the Protocol Be Managed?</name>
      <t>The considerations of manageability should start from identifying the
   entities to be managed, as well as how the managed protocol is
   supposed to be installed, configured, and monitored.</t>
      <t>Considerations for management should include a discussion of what
   needs to be managed, and how to achieve various management tasks.
   Where are the managers and what type of interfaces and
   protocols will they need? The "write a MIB module" approach to
   considering management often focuses on monitoring a protocol
   endpoint on a single device. A MIB module document typically only
   considers monitoring properties observable at one end, while the
   document does not really cover managing the *protocol* (the
   coordination of multiple ends) and does not even come near managing
   the *service* (which includes a lot of stuff that is very far away
   from the box). This scenario reflects a common operational
   concern: the inability to manage both ends of a connection
   effectively. As noted in <xref target="RFC3535"/>, "MIB modules can often be
   characterized as a list of ingredients without a recipe".</t>
      <t>The management model should take into account factors such as:</t>
      <ul spacing="normal">
        <li>
          <t>What type of management entities will be involved (agents, network
management systems)?</t>
        </li>
        <li>
          <t>What is the possible architecture (client-server, manager-agent,
poll-driven or event-driven, auto-configuration, two levels or
hierarchical)?</t>
        </li>
        <li>
          <t>What are the management operations (initial configuration, dynamic
configuration, alarm and exception reporting, logging, performance
monitoring, performance reporting, debugging)?</t>
        </li>
        <li>
          <t>How are these operations performed (locally, remotely, atomic
operation, scripts)? Are they performed immediately or are they
time scheduled, or event triggered?</t>
        </li>
      </ul>
      <t>Protocol Designers should consider how the New Protocol or Protocol Extension will be
   managed in different deployment scales. It might be sensible to use
   a local management interface to manage the New Protocol on a single
   device, but in a large network, remote management using a centralized
   server and/or using distributed management functionality might make
   more sense. Auto-configuration and default parameters might be
   possible for some New Protocols.</t>
      <t>Management needs to be considered not only from the perspective of a
   device, but also from the perspective of network and service
   management. A service might be network and operational functionality
   derived from the implementation and deployment of a New Protocol.
   Often an individual network element is not aware of the service being
   delivered.</t>
      <t>WGs should consider how to configure multiple related/co-operating
   devices and how to back off if one of those configurations fails or
   causes trouble. NETCONF addresses this in a generic manner
   by allowing an operator to lock the configuration on multiple
   devices, perform the configuration settings/changes, check that they
   are OK (undo if not), and then unlock the devices.</t>
      <t>Techniques for debugging protocol interactions in a network must be
   part of the network-management discussion. Implementation source
   code should be debugged before ever being added to a network, so
   asserts and memory dumps do not normally belong in management data
   models. However, debugging on-the-wire interactions is a protocol
   issue: while the messages can be seen by sniffing, it is enormously
   helpful if a protocol specification supports features that make
   debugging of network interactions and behaviors easier. There could
   be alerts issued when messages are received or when there are state
   transitions in the protocol state machine. However, the state
   machine is often not part of the on-the-wire protocol; the state
   machine explains how the protocol works so that an implementer can
   decide, in an implementation-specific manner, how to react to a
   received event.</t>
      <t>In a client/server protocol, it may be more important to instrument
   the server end of a protocol than the client end, since the
   performance of the server might impact more nodes than the
   performance of a specific client.</t>
      <section anchor="sec-interop">
        <name>Interoperability</name>
        <t>Just as when deploying protocols that will inter-connect devices,
   management interoperability should be considered -- whether across
   devices from different vendors, across models from the same vendor,
   or across different releases of the same product. Management
   interoperability refers to allowing information sharing and
   operations between multiple devices and multiple management
   applications, often from different vendors. Interoperability allows
   for the use of third-party applications and the outsourcing of
   management services.</t>
        <t>Some product designers and Protocol Designers assume that if a device
   can be managed individually using a command line interface or a web
   page interface, that such a solution is enough. But when equipment
   from multiple vendors is combined into a large network, scalability
   of management may become a Problem. It may be important to have
   consistency in the management protocol support so network-wide operational
   processes can be automated. For example, a single switch might be
   easily managed using an interactive web interface when installed in a
   single-office small business, but when, say, a fast-food company
   installs similar switches from multiple vendors in hundreds or
   thousands of individual branches and wants to automate monitoring
   them from a central location, monitoring vendor- and model-specific
   web pages would be difficult to automate.</t>
        <t>The primary goal is the ability to roll out new useful functions and
   services in a way in which they can be managed in a scalable manner,
   where one understands the network impact (as part of the total cost
   of operations) of that service.</t>
        <t>Getting everybody to agree on a single syntax and an associated
   protocol to do all management has proven to be difficult. So,
   management systems tend to speak whatever the boxes support, whether
   the IETF likes this. The IETF is moving from support for one
   schema language for modeling the structure of management information
   (SMIv2) and one simple network management protocol (SNMP) towards support for additional schema
   languages and additional management protocols suited to different
   purposes. Other Standard Development Organizations (e.g., the
   Distributed Management Task Force - DMTF, the Tele-Management Forum -
   TMF) also define schemas and protocols for management and these may
   be more suitable than IETF schemas and protocols in some cases. Some
   of the alternatives being considered include:</t>
        <ul spacing="normal">
          <li>
            <t>XML Schema Definition <xref target="W3C.REC-xmlschema-0-20041028"/></t>
          </li>
        </ul>
        <t>and</t>
        <ul spacing="normal">
          <li>
            <t>NETCONF Configuration Protocol <xref target="RFC6241"/></t>
          </li>
          <li>
            <t>the IP Flow Information Export (IPFIX) Protocol <xref target="RFC7011"/> for
usage accounting</t>
          </li>
          <li>
            <t>the syslog protocol <xref target="RFC5424"/> for logging</t>
          </li>
        </ul>
        <t>Interoperability needs to be considered on the syntactic level and
   the semantic level. While it can be irritating and time-consuming,
   application designers, including operators who write their own
   scripts, can make their processing conditional to accommodate
   syntactic differences across vendors, models, or releases of product.</t>
        <t>Semantic differences are much harder to deal with on the manager side
   -- once you have the data, its meaning is a function of the managed
   entity.</t>
        <t>Information Models help focus interoperability on the semantic level
   by defining what information should be gathered and how it might be used,
   regardless of the underlying management protocol or vendor implementation.
   The use of an Information Model might
   help improve the ability of operators to correlate messages in
   different protocols where the data overlaps, such as a YANG Data Model
   and IPFIX Information Elements about the same event. An Information Model
   might identify which error conditions should be counted separately,
   and which error conditions can be recorded together in a single
   counter. Then, whether the counter is gathered via, e.g., NETCONF or
   exported via IPFIX, the counter will have the same meaning.</t>
        <t>Protocol Designers must consider what operational, configuration,
   state, or statistical information will be relevant for effectively
   monitoring, controlling, or troubleshooting a New Protocol and its Protocol
   Extensions. This includes identifying key parameters that reflect the
   protocol’s behavior, performance metrics, error indicators, and any
   contextual data that would aid in diagnostic, troubleshooting, or lifecycle management.</t>
        <figure anchor="fig-im-dm">
          <name>Information Models（IMs）and Data Models（DMs）</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="144" width="464" viewBox="0 0 464 144" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,64 L 8,80" fill="none" stroke="black"/>
                <path d="M 96,48 L 96,80" fill="none" stroke="black"/>
                <path d="M 176,64 L 176,80" fill="none" stroke="black"/>
                <path d="M 232,32 L 248,32" fill="none" stroke="black"/>
                <path d="M 8,64 L 176,64" fill="none" stroke="black"/>
                <path d="M 232,96 L 248,96" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="256,96 244,90.4 244,101.6" fill="black" transform="rotate(0,248,96)"/>
                <polygon class="arrowhead" points="256,32 244,26.4 244,37.6" fill="black" transform="rotate(0,248,32)"/>
                <g class="text">
                  <text x="100" y="36">IM</text>
                  <text x="336" y="36">conceptual/abstract</text>
                  <text x="440" y="36">model</text>
                  <text x="272" y="52">for</text>
                  <text x="328" y="52">designers</text>
                  <text x="376" y="52">&amp;</text>
                  <text x="424" y="52">operators</text>
                  <text x="12" y="100">DM</text>
                  <text x="100" y="100">DM</text>
                  <text x="180" y="100">DM</text>
                  <text x="328" y="100">concrete/detailed</text>
                  <text x="424" y="100">model</text>
                  <text x="296" y="116">for</text>
                  <text x="364" y="116">implementers</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
           IM               --> conceptual/abstract model
           |                    for designers & operators
+----------+---------+
|          |         |
DM         DM        DM     --> concrete/detailed model
                                   for implementers

]]></artwork>
          </artset>
        </figure>
        <t>"On the Difference between Information Models and Data Models"
   <xref target="RFC3444"/> is helpful in determining what information to consider
   regarding Information Models (IMs), as compared to Data Models (DMs).</t>
        <t>Protocol Designers may directly develop Data Models without first producing an Information Model. For example, such a decision can be taken when it is given that the data component is not used by distinct protocols (e.g., IPFIX-only).</t>
        <t>Alternatively, Protocol Designers may decide to use an Information Model to describe the managed elements in a protocol or Protocol Extension. The protocol Designers then use the Information Model to develop Data Models that will be used for managing the protocol.</t>
        <t>Specifically, Protocol Designers should develop an Information Model if multiple Data Model representations (e.g., YANG <xref target="RFC6020"/><xref target="RFC7950"/> and/or IPFIX <xref target="RFC7011"/>) are to be produced, to ensure lossless semantic mapping. Protocol Designers may create an Information Model if the resulting Data Models are complex or numerous.</t>
        <t>Information models should come from the protocol WGs and include
   lists of events, counters, and configuration parameters that are
   relevant. There are several Information Models contained in
   protocol WG RFCs. Some examples:</t>
        <ul spacing="normal">
          <li>
            <t><xref target="RFC3060"/> - Policy Core Information Model -- Version 1 Specification</t>
          </li>
          <li>
            <t><xref target="RFC3290"/> - An Informal Management Model for Diffserv Routers</t>
          </li>
          <li>
            <t><xref target="RFC3460"/> - Policy Core Information Model (PCIM) Extensions</t>
          </li>
          <li>
            <t><xref target="RFC3585"/> - IPsec Configuration Policy Information Model</t>
          </li>
          <li>
            <t><xref target="RFC3644"/> - Policy Quality of Service (QoS) Information Model</t>
          </li>
          <li>
            <t><xref target="RFC3670"/> - Information Model for Describing Network Device QoS Datapath Mechanisms</t>
          </li>
        </ul>
        <t>Management protocol standards and management Data Model standards
   often contain compliance clauses to ensure interoperability.
   Manageability considerations should include discussion of which level
   of compliance is expected to be supported for interoperability.</t>
      </section>
      <section anchor="sec-mgmt-info">
        <name>Management Information</name>
        <t>Languages used to describe an Information Model can influence the
   nature of the model. Using a particular data modeling language, such
   as YANG, influences the model to use certain types of structures, for
   example, hierarchical trees, groupings, and reusable types.
   YANG, as described in <xref target="RFC6020"/> and <xref target="RFC7950"/>, provides advantages
   for expressing network information, including clear separation of
   configuration data and operational state, support for constraints and
   dependencies, and extensibility for evolving requirements. Its ability
   to represent relationships and dependencies in a structured and modular
   way makes it an effective choice for defining management information
   models.</t>
        <t>Although this document recommends using English text (the official
   language for IETF specifications) to describe an Information Model,
   including a complementary YANG module helps translate abstract concepts
   into implementation-specific Data Models. This ensures consistency between
   the high-level design and practical deployment.</t>
        <t>A management Information Model should include a discussion of what is
   manageable, which aspects of the protocol need to be configured, what
   types of operations are allowed, what protocol-specific events might
   occur, which events can be counted, and for which events an operator
   should be notified.</t>
        <t>Operators find it important to be able to make a clear distinction
   between configuration data, operational state, and statistics. They
   need to determine which parameters were administratively configured
   and which parameters have changed since configuration as the result
   of mechanisms such as routing protocols or network management
   protocols. It is important to be able to separately fetch current
   configuration information, initial configuration information,
   operational state information, and statistics from devices; to be
   able to compare current state to initial state; and to compare
   information between devices. So, when deciding what information
   should exist, do not conflate multiple information elements into a
   single element.</t>
        <t>What is typically difficult to work through are relationships between
   abstract objects. Ideally, an Information Model would describe the
   relationships between the objects and concepts in the information
   model.</t>
        <t>Is there always just one instance of this object or can there be
   multiple instances? Does this object relate to exactly one other
   object, or may it relate to multiple? When is it possible to change a
   relationship?</t>
        <t>Do objects (such as instances in lists) share fate? For example, if an
   instance in list A must exist before a related instance in list B can be
   created, what happens to the instance in list B if the related instance in
   list A is deleted? Does the existence of relationships between
   objects have an impact on fate sharing? YANG's relationships and
   constraints can help express and enforce these relationships.</t>
        <section anchor="sec-im-design">
          <name>Information Model Design</name>
          <t>This document recommends keeping the Information Model as simple as
   possible by applying the following criteria:</t>
          <ol spacing="normal" type="1"><li>
              <t>Start with a small set of essential objects and make additions only as
further objects are needed with the objective of keeping the absolute number of objects as small as possible while still delivering the required function such that there is
no duplication between objects and where one piece of information can be derived from the other pieces of information, it is not itself represented as an object.</t>
            </li>
            <li>
              <t>Require that all objects be essential for management.</t>
            </li>
            <li>
              <t>Consider evidence of current use of the managed protocol, and the perceived utility of objects added to the Information Model.</t>
            </li>
            <li>
              <t>Exclude objects that can be derived from others in this or
other information models.</t>
            </li>
            <li>
              <t>Avoid causing critical sections to be heavily instrumented. A
guideline is one counter per critical section per layer.</t>
            </li>
            <li>
              <t>When defining an Information Model using  YANG Data Structure Extensions <xref target="RFC8791"/> (thereby keeping it abstract and implementation-agnostic per <xref target="RFC3444"/>) ensure that the Information Model remains simple, modular, and clear by following the authoring guidelines in <xref target="I-D.ietf-netmod-rfc8407bis"/>.</t>
            </li>
            <li>
              <t>When illustrating the abstract Information Model, use YANG Tree Diagrams <xref target="RFC8340"/> to provide a simple, standardized, and implementation-neutral model structure.</t>
            </li>
          </ol>
        </section>
        <section anchor="sec-yang-dm">
          <name>YANG Data Model Considerations</name>
          <t>When considering YANG Data Models for a new specification, there
  are multiple types of Data Models that may be applicable. The
  hierarchy and relationship between these types is described in
  <xref section="3.5.1" sectionFormat="of" target="I-D.ietf-netmod-rfc8407bis"/>. A new specification
  may require or benefit from one or more of these YANG Data Model types.</t>
          <ul spacing="normal">
            <li>
              <t>Device Models - Also called Network Element Models,
represent the configuration, operational state, and notifications of
individual devices. These models are designed to distinguish
between these types of data and support querying and updating
device-specific parameters. Consideration should be given to
how device-level models might fit with broader network and
service Data Models.</t>
            </li>
            <li>
              <t>Network Models - Also called Network Service Models, define abstractions
for managing the behavior and relationships of multiple devices
and device subsystems within a network. As described in <xref target="RFC8199"/>,
these models are used to manage network-wide. These abstractions are
useful to network operators and applications that interface with network
controllers. Examples of network models include the L3VPN Network Model
(L3NM) <xref target="RFC9182"/> and the L2VPN Network Model (L2VPN) <xref target="RFC9291"/>.</t>
            </li>
            <li>
              <t>Service Models - Also called Customer Service Models,
defined in <xref target="RFC8309"/>, are designed to abstract the customer interface
into a service. They consider customer-centric parameters such as
Service Level Agreement (SLA) and high-level policy (e.g., network intent).
Given that different operators and different customers may have widely-varying
business processes, these models should focus on common aspects of a service
with strong multi-party consensus. Examples of service models include
the L3VPN Service Model (L3SM) <xref target="RFC8299"/> and the L2VPN Service Model (L2SM)
<xref target="RFC8466"/>.</t>
            </li>
          </ul>
          <t>A common challenge in YANG Data Model development lies in defining the
  relationships between abstract service or network constructs and the
  underlying device models. Therefore, when designing YANG modules, it
  is important to go beyond simply modeling configuration and
  operational data (i.e., leaf nodes), and also consider how the
  status and relationships of abstract or distributed constructs can
  be reflected based on parameters available in the network.</t>
          <t>For example, the status of a service may depend on the operational state
  of multiple network elements to which the service is attached. In such
  cases, the YANG Data Model (and its accompanying documentation) should
  clearly describe how service-level status is derived from underlying
  device-level information. Similarly, it is beneficial to define
  events (and relevant triggered notifications) that indicate changes in an underlying state,
  enabling reliable detection and correlation of service-affecting
  conditions. Including such mechanisms improves the robustness of
  integrations and helps ensure consistent behavior across
  implementations.</t>
          <t>Specific guidelines to consider when authoring any type of YANG
  modules are described in <xref target="I-D.ietf-netmod-rfc8407bis"/>.</t>
        </section>
      </section>
      <section anchor="sec-fm-mgmt">
        <name>Fault Management</name>
        <t>The Protocol Designer should document the basic Faults and health
   indicators that need to be instrumented for the New Protocol or Protocol Extension, as well
   as the alarms and events that must be propagated to management
   applications or exposed through a Data Model.</t>
        <t>The Protocol Designer should consider how fault information will be
   propagated. Will it be done using asynchronous notifications or
   polling of health indicators?</t>
        <t>If notifications are used to alert operators to certain conditions,
   then the Protocol Designer should discuss mechanisms to throttle
   notifications to prevent congestion and duplications of event
   notifications. Will there be a hierarchy of Faults, and will the
   Fault reporting be done by each Fault in the hierarchy, or will only
   the lowest Fault be reported and the higher levels be suppressed?
   Should there be aggregated status indicators based on concatenation
   of propagated Faults from a given domain or device?</t>
        <t>SNMP notifications and syslog messages can alert an operator when an
   aspect of the New Protocol fails or encounters an error or failure
   condition, and SNMP is frequently used as a heartbeat monitor.
   Should the event reporting provide guaranteed accurate delivery of
   the event information within a given (high) margin of confidence?
   Can we poll the latest events in the box?</t>
        <section anchor="sec-monitor">
          <name>Liveness Detection and Monitoring</name>
          <t>Protocol Designers should always build in basic testing features
   (e.g., ICMP echo, UDP/TCP echo service, NULL RPCs (remote procedure
   calls)) that can be used to test for liveness, with an option to
   enable and disable them.</t>
          <t>Mechanisms for monitoring the liveness of the protocol and for
   detecting Faults in protocol connectivity are usually built into
   protocols. In some cases, mechanisms already exist within other
   protocols responsible for maintaining lower-layer connectivity (e.g.,
   ICMP echo), but often new procedures are required to detect failures
   and to report rapidly, allowing remedial action to be taken.</t>
          <t>These liveness monitoring mechanisms do not typically require
   additional management capabilities. However, when a system detects a
   Fault, there is often a requirement to coordinate recovery action
   through management applications or at least to record the fact in an
   event log.</t>
        </section>
        <section anchor="sec-fault-determ">
          <name>Fault Determination</name>
          <t>It can be helpful to describe how Faults can be pinpointed using
   management information. For example, counters might record instances
   of error conditions. Some Faults might be able to be pinpointed by
   comparing the outputs of one device and the inputs of another device,
   looking for anomalies. Protocol Designers should consider what
   counters should count. If a single counter provided by vendor A
   counts three types of error conditions, while the corresponding
   counter provided by vendor B counts seven types of error conditions,
   these counters cannot be compared effectively -- they are not
   interoperable counters.</t>
          <t>How do you distinguish between faulty messages and good messages?</t>
          <t>Would some threshold-based mechanisms, such as Remote Monitoring
   (RMON) events/alarms or the EVENT-MIB, be usable to help determine
   error conditions? Are SNMP notifications for all events needed, or
   are there some "standard" notifications that could be used? Or can
   relevant counters be polled as needed?</t>
        </section>
        <section anchor="sec-root-cause-analysis">
          <name>Root Cause Analysis</name>
          <t>Root cause analysis is about working out where in the network the
   fault is. For example, if end-to-end data delivery is failing
   (reported by a notification), root cause analysis can help find the
   failed link or node in the end-to-end path.</t>
        </section>
        <section anchor="sec-fault-isol">
          <name>Fault Isolation</name>
          <t>It might be useful to isolate or quarantine Faults, such as isolating
   a device that emits malformed messages that are necessary to
   coordinate connections properly. This might be able to be done by
   configuring next-hop devices to drop the faulty messages to prevent
   them from entering the rest of the network.</t>
        </section>
      </section>
      <section anchor="sec-config-mgmt">
        <name>Configuration Management</name>
        <t>A Protocol Designer should document the basic configuration
   parameters that need to be instrumented for a New Protocol or Protocol Extensions, as well
   as default values and modes of operation.</t>
        <t>What information should be maintained across reboots of the device,
   or restarts of the management system?</t>
        <t>"Requirements for Configuration Management of IP-based Networks"
   <xref target="RFC3139"/> discusses requirements for configuration management,
   including discussion of different levels of management, high-level
   policies, network-wide configuration data, and device-local
   configuration. Network configuration extends beyond simple multi-device
   push or pull operations. It also involves ensuring that the configurations
   being pushed are semantically compatible across devices and that the resulting
   behavior of all involved devices corresponds to the intended behavior.
   Is the attachment between them configured
   compatibly on both ends? Is the IS-IS metric the same? ... Now
   answer those questions for 1,000 devices.</t>
        <t>Several efforts have existed in the IETF to develop policy-based
   configuration management. "Terminology for Policy-Based Management"
   <xref target="RFC3198"/> was written to standardize the terminology across these
   efforts.</t>
        <t>Implementations should not arbitrarily modify configuration data. In
   some cases (such as access control lists (ACLs)), the order of data
   items is significant and comprises part of the configured data. If a
   Protocol Designer defines mechanisms for configuration, it would be
   desirable to standardize the order of elements for consistency of
   configuration and of reporting across vendors and across releases
   from vendors.</t>
        <t>There are two parts to this:</t>
        <ol spacing="normal" type="1"><li>
            <t>A Network Management System (NMS) could optimize ACLs for
performance reasons.</t>
          </li>
          <li>
            <t>Unless the device or NMS is configured with adequate rules and guided by administrators with extensive experience, reordering ACLs can introduce significant security risks.</t>
          </li>
        </ol>
        <t>Network-wide configurations may be stored in central master databases
   and transformed into readable formats that can be pushed to devices, either by
   generating sequences of CLI commands or complete textual 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. Many operators consider it desirable to
   extract, document, and standardize the common parts of these network-
   wide configuration database schemas. A Protocol Designer should
   consider how to standardize the common parts of configuring the new
   protocol, while recognizing that vendors may also have proprietary
   aspects of their configurations.</t>
        <t>It is important to enable operators to concentrate on the
   configuration of the network as a whole, rather than individual
   devices. Support for configuration transactions across several
   devices could significantly simplify network configuration
   management. The ability to distribute configurations to multiple
   devices, or to modify candidate configurations on multiple devices,
   and then activate them in a near-simultaneous manner might help.
   Protocol Designers can consider how it would make sense for their
   protocol to be configured across multiple devices. Configuration
   templates might also be helpful.</t>
        <t>Consensus of the 2002 IAB Workshop <xref target="RFC3535"/> was that textual
   configuration files should be able to contain international
   characters. Human-readable strings should utilize UTF-8, and
   protocol elements should be in case-insensitive ASCII.</t>
        <t>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.</t>
        <t>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.</t>
        <t>A Protocol Designer should consider the configurable items that exist
   for the control of function via the protocol elements described in
   the protocol specification. For example, sometimes the protocol
   requires that timers can be configured by the operator to ensure
   specific policy-based behavior by the implementation. These timers
   should have default values suggested in the protocol specification
   and may not need to be otherwise configurable.</t>
        <section anchor="sec-mgmt-verify">
          <name>Verifying Correct Operation</name>
          <t>An important function that should be provided is guidance on how to
   verify the correct operation of a protocol. A Protocol Designer
   could suggest techniques for testing the impact of the protocol on
   the network before it is deployed as well as techniques for testing
   the effect that the protocol has had on the network after being
   deployed.</t>
          <t>Protocol Designers should consider how to test the correct end-to-end
   operation of the service or network, how to verify the correct
   functioning of the protocol, and whether that is verified by testing
   the service function and/or by testing the forwarding function of
   each network element. This may be achieved through status and
   statistical information gathered from devices.</t>
        </section>
      </section>
      <section anchor="sec-acc-mgmt">
        <name>Accounting Management</name>
        <t>A Protocol Designer should consider whether it would be appropriate
   to collect usage information related to this protocol and, if so,
   what usage information would be appropriate to collect.</t>
        <t>"Introduction to Accounting Management" <xref target="RFC2975"/> discusses a number
   of factors relevant to monitoring usage of protocols for purposes of
   capacity and trend analysis, cost allocation, auditing, and billing.
   The document also discusses how some existing protocols can be used
   for these purposes. These factors should be considered when
   designing a protocol whose usage might need to be monitored or when
   recommending a protocol to do usage accounting.</t>
      </section>
      <section anchor="sec-perf-mgmt">
        <name>Performance Management</name>
        <t>From a manageability point of view, it is important to determine how
   well a network deploying the protocol or technology defined in the
   document is doing. In order to do this, the network operators need
   to consider information that would be useful to determine the
   performance characteristics of a deployed system using the target
   protocol.</t>
        <t>The IETF, via the Benchmarking Methodology WG (BMWG), has defined
   recommendations for the measurement of the performance
   characteristics of various internetworking technologies in a
   laboratory environment, including the systems or services that are
   built from these technologies. Each benchmarking recommendation
   describes the class of equipment, system, or service being addressed;
   discusses the performance characteristics that are pertinent to that
   class; clearly identifies a set of metrics that aid in the
   description of those characteristics; specifies the methodologies
   required to collect said metrics; and lastly, presents the
   requirements for the common, unambiguous reporting of benchmarking
   results. Search for "benchmark" in the RFC search tool.</t>
        <t>Performance metrics may be useful in multiple environments and for
   different protocols. The IETF, via the IP Performance Monitoring
   (IPPM) WG, has developed a set of standard metrics that can be
   applied to the quality, performance, and reliability of Internet data
   delivery services. These metrics are designed such that they can be
   performed by network operators, end users, or independent testing
   groups. The existing metrics might be applicable to the new
   protocol. Search for "metric" in the RFC search tool. In some
   cases, new metrics need to be defined. It would be useful if the
   protocol documentation identified the need for such new metrics. For
   performance monitoring, it is often more important to report the time
   spent in a state rather than just the current state. Snapshots alone
   are typically of less value.</t>
        <t>There are several parts to performance management to be considered:
   protocol monitoring, device monitoring (the impact of the new
   protocol / service activation on the device), network monitoring, and
   service monitoring (the impact of service activation on the network).</t>
        <section anchor="sec-monitor-proto">
          <name>Monitoring the Protocol</name>
          <t>Certain properties of protocols are useful to monitor. The number of
   protocol packets received, the number of packets sent, and the number
   of packets dropped are usually very helpful to operators.</t>
          <t>Packet drops should be reflected in counter variable(s) somewhere
   that can be inspected -- both from the security point of view and
   from the troubleshooting point of view.</t>
          <t>Counter definitions should be unambiguous about what is included in
   the count and what is not included in the count.</t>
          <t>Consider the expected behaviors for counters -- what is a reasonable
   maximum value for expected usage? Should they stop counting at the
   maximum value and retain the maximum value, or should they rollover?
   How can users determine if a rollover has occurred, and how can users
   determine if more than one rollover has occurred?</t>
          <t>Consider whether multiple management applications will share a
   counter; if so, then no one management application should be allowed
   to reset the value to zero since this will impact other applications.</t>
          <t>Could events, such as hot-swapping a blade in a chassis, cause
   discontinuities in counter? Does this make any difference in
   evaluating the performance of a protocol?</t>
          <t>The protocol specification should clearly define any inherent
   limitations and describe expected behavior when those limits
   are exceeded. These considerations should be made independently
   of any specific management protocol or data modeling language.
   In other words, focus on what makes sense for the protocol being
   managed, not the protocol used for management. If a constraint
   is not specific to a management protocol, then it should be left
   to Data Model designers of that protocol to determine how to handle it.
   For example, VLAN identifiers are defined by standard to range
   from 1 to 4094. Therefore, a YANG "vlan-id" definition representing the
   12-bit VLAN ID used in the VLAN Tag header uses a range of "1..4094".</t>
        </section>
        <section anchor="sec-monitor-dev">
          <name>Monitoring the Device</name>
          <t>Consider whether device performance will be affected by the number of
   protocol entities being instantiated on the device. Designers of an
   Information Model should include information, accessible at runtime,
   about the maximum number of instances an implementation can support,
   the current number of instances, and the expected behavior when the
   current instances exceed the capacity of the implementation or the
   capacity of the device.</t>
          <t>Designers of an Information Model should model information,
   accessible at runtime, about the maximum number of protocol entity
   instances an implementation can support on a device, the current
   number of instances, and the expected behavior when the current
   instances exceed the capacity of the device.</t>
        </section>
        <section anchor="sec-monitor-net">
          <name>Monitoring the Network</name>
          <t>Consider whether network performance will be affected by the number
   of protocol entities being deployed.</t>
          <t>Consider the capability of determining the operational activity, such
   as the number of messages in and the messages out, the number of
   received messages rejected due to format Problems, and the expected
   behaviors when a malformed message is received.</t>
          <t>What are the principal performance factors that need to be considered
   when measuring the operational performance of a network built using
   the protocol? Is it important to measure setup times, end-to-end
   connectivity, hop-by-hop connectivity, or network throughput?</t>
        </section>
        <section anchor="sec-monitor-svc">
          <name>Monitoring the Service</name>
          <t>What are the principal performance factors that need to be considered
   when measuring the performance of a service using the protocol? Is
   it important to measure application-specific throughput, client-server
   associations, end-to-end application quality, service interruptions,
   or user experience (UX)?</t>
        </section>
      </section>
      <section anchor="sec-security-mgmt">
        <name>Security Management</name>
        <t>Protocol Designers should consider how to monitor and manage security
   aspects and vulnerabilities of the New Protocol or Protocol Extension.</t>
        <t>There will be security considerations related to the New Protocol.
   To make it possible for operators to be aware of security-related
   events, it is recommended that system logs should record events, such
   as failed logins, but the logs must be secured.</t>
        <t>Should a system automatically notify operators of every event
   occurrence, or should an operator-defined threshold control when a
   notification is sent to an operator?</t>
        <t>Should certain statistics be collected about the operation of the new
   protocol that might be useful for detecting attacks, such as the
   receipt of malformed messages, messages out of order, or messages
   with invalid timestamps? If such statistics are collected, is it
   important to count them separately for each sender to help identify
   the source of attacks?</t>
        <t>Manageability considerations that are security-oriented might include
   discussion of the security implications when no monitoring is in
   place, the regulatory implications of absence of audit-trail or logs
   in enterprises, exceeding the capacity of logs, and security
   exposures present in chosen/recommended management mechanisms.</t>
        <t>Consider security threats that may be introduced by management
   operations. For example, Control and Provisioning of Wireless Access
   Points (CAPWAP) breaks the structure of monolithic Access Points
   (APs) into Access Controllers and Wireless Termination Points (WTPs).
   By using a control protocol or management protocol, internal
   information that was previously not accessible is now exposed over
   the network and to management applications and may become a source of
   potential security threats.</t>
        <t>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.</t>
        <t>Some operators wish to do consistency checks of access control lists
   across devices. Protocol Designers should consider information
   models to promote comparisons across devices and across vendors to
   permit checking the consistency of security configurations.</t>
        <t>Protocol Designers should consider how to provide a secure transport,
   authentication, identity, and access control that integrates well
   with existing key and credential management infrastructure. It is a
   good idea to start with defining the threat model for the protocol,
   and from that deducing what is required.</t>
        <t>Protocol Designers should consider how access control lists are
   maintained and updated.</t>
        <t>Standard SNMP notifications or syslog messages might
   already exist, or can be defined, to alert operators to the
   conditions identified in the security considerations for the new
   protocol. For example, you can log all the commands entered by the
   operator using syslog (giving you some degree of audit trail), or you
   can see who has logged on/off using the Secure Shell (SSH) Protocol <xref target="RFC4251"/>
   and from where; failed SSH logins can be logged using syslog, etc.</t>
        <t>An analysis of existing counters might help operators recognize the
   conditions identified in the security considerations for the new
   protocol before they can impact the network.</t>
        <t>Different management protocols use different assumptions about
   message security and data-access controls. A Protocol Designer that
   recommends using different protocols should consider how security
   will be applied in a balanced manner across multiple management
   interfaces. SNMP authority levels and policy are data-oriented,
   while CLI authority levels and policy are usually command-oriented
   (i.e., task-oriented). Depending on the management function,
   sometimes data-oriented or task-oriented approaches make more sense.
   Protocol Designers should consider both data-oriented and task-
   oriented authority levels and policy.</t>
      </section>
    </section>
    <section anchor="sec-oper-mgmt-tooling">
      <name>Operational and Management Tooling Considerations</name>
      <t>The operational community's ability to effectively adopt and
   use new specifications is significantly influenced by the availability
   and adaptability of appropriate tooling. In this context, "tools" refers
   to software systems or utilities used by network operators to deploy,
   configure, monitor, troubleshoot, and manage networks or network protocols
   in real-world operational environments. While the introduction of a new
   specification does not automatically mandate the development of entirely
   new tools, careful consideration must be given to how existing tools can be
   leveraged or extended to support the management and operation of these new
   specifications.</t>
      <t>The <xref target="NEMOPS"/> workshop highlighted a
   consistent theme applicable beyond network management protocols: the
   "ease of use" and adaptability of existing tools are critical factors
   for successful adoption. Therefore, a new specification should provide
   examples using existing, common tooling, or running code that demonstrate
   how to perform key operational tasks.</t>
      <t>Specifically, the following tooling-related aspects should be considered,
   prioritizing the adaptation of existing tools:</t>
      <ul spacing="normal">
        <li>
          <t>Leveraging Existing Tooling: Before considering new tools, assess whether
existing tooling, such as monitoring systems, logging platforms,
configuration management systems, and/or orchestration frameworks, can be
adapted to support the new specification. This may involve developing
plugins, modules, or drivers that enable these tools to interact with
the new specification.</t>
        </li>
        <li>
          <t>Extending Existing Tools: Identify areas where existing tools can be
extended to provide the necessary visibility and control over the new
specification. For example, if a new transport protocol is introduced,
consider whether existing network monitoring tools can be extended to
track its performance metrics or whether existing security tools can be
adapted to analyze its traffic patterns.</t>
        </li>
        <li>
          <t>New Tools: Only when existing tools are demonstrably
inadequate for managing and operating the elements of the new specification
should the development of new tools be considered. In such cases,
carefully define the specific requirements for these new tools, focusing
on the functionalities that cannot be achieved through adaptation or
extension of existing solutions.</t>
        </li>
        <li>
          <t>IETF Hackathons for Manageability Testing:
IETF Hackathons <xref target="IETF-HACKATHONS"/>
provide an opportunity to test the functionality, interoperability,
and manageability of New Protocols. These events can be specifically
leveraged to assess the operational (including manageability) implications
of a New Protocol by focusing tasks on:  </t>
          <ul spacing="normal">
            <li>
              <t>Adapting existing tools to interact with the new specification.</t>
            </li>
            <li>
              <t>Developing example management scripts or modules for existing management
platforms.</t>
            </li>
            <li>
              <t>Testing the specification's behavior under various operational conditions.</t>
            </li>
            <li>
              <t>Identifying potential tooling gaps and areas for improvement.</t>
            </li>
            <li>
              <t>Creating example flows and use cases for manageability.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Open-Source for Tooling: If new tools are deemed necessary, or if significant
adaptations to existing tools are required, prioritize open-source development
with community involvement. Open-source tools lower the barrier to entry,
encourage collaboration, and provide operators with the flexibility to customize
and extend the tools to meet their specific needs.</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <t>This document does not have any IANA actions required.</t>
    </section>
    <section anchor="sec-oper-mgmt-consid">
      <name>Operations and Manageability Considerations</name>
      <t>Although this document focuses on operations and manageability guidance, it does not define a New Protocol, a Protocol Extension, or an architecture. As such, there are no new operations or manageability requirements introduced by this document.</t>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>This document is informational and provides guidelines for
   considering manageability and operations. It introduces no new
   security concerns.</t>
      <t>The provision of a management portal to a network device provides a
   doorway through which an attack on the device may be launched.
   Making the protocol under development be manageable through a
   management protocol creates a vulnerability to a new source of
   attacks. Only management protocols with adequate security apparatus,
   such as authentication, message integrity checking, and
   authorization, should be used.</t>
      <t>While a standard description of a protocol's manageable parameters facilitates
   legitimate operation, it may also inadvertently simplify an attacker's efforts
   to understand and manipulate the protocol.</t>
      <t>A well-designed protocol is usually more stable and secure. A
   protocol that can be managed and inspected offers the operator a
   better chance of spotting and quarantining any attacks. Conversely,
   making a protocol easy to inspect is a risk if the wrong person
   inspects it.</t>
      <t>If security events cause logs and/or notifications/alerts, a
   concerted attack might be able to be mounted by causing an excess of
   these events. In other words, the security-management mechanisms
   could constitute a security vulnerability. The management of
   security aspects is important (see <xref target="sec-security-mgmt"/>).</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="CHECKLIST" target="https://github.com/IETF-OPS-DIR/Review-Template/tree/main">
        <front>
          <title>Operations and Management Review Checklist</title>
          <author>
            <organization/>
          </author>
          <date year="2025"/>
        </front>
      </reference>
      <reference anchor="IETF-OPS-Dir" target="https://datatracker.ietf.org/group/opsdir/about/">
        <front>
          <title>Ops Directorate (opsdir)</title>
          <author>
            <organization/>
          </author>
          <date year="2025"/>
        </front>
      </reference>
      <reference anchor="IETF-HACKATHONS" target="https://www.ietf.org/meeting/hackathons/">
        <front>
          <title>IETF Hackathons</title>
          <author>
            <organization>IETF</organization>
          </author>
          <date year="2025" month="May" day="01"/>
        </front>
      </reference>
      <reference anchor="IESG-STATEMENT" target="https://datatracker.ietf.org/doc/statement-iesg-writable-mib-module-iesg-statement-20140302/">
        <front>
          <title>Writable MIB Module IESG Statement</title>
          <author>
            <organization>IESG</organization>
          </author>
          <date year="2014" month="March" day="02"/>
        </front>
      </reference>
      <reference anchor="NEMOPS-WORKSHOP" target="https://datatracker.ietf.org/group/nemopsws/about/">
        <front>
          <title>IAB workshop on the Next Era of Network Management Operations</title>
          <author>
            <organization>IAB</organization>
          </author>
          <date year="2024" month="December"/>
        </front>
      </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>
      <referencegroup anchor="BCP72" target="https://www.rfc-editor.org/info/bcp72">
        <reference anchor="RFC3552" target="https://www.rfc-editor.org/info/rfc3552">
          <front>
            <title>Guidelines for Writing RFC Text on Security Considerations</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="B. Korver" initials="B." surname="Korver"/>
            <date month="July" year="2003"/>
            <abstract>
              <t>All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak. This document provides guidelines to RFC authors on how to write a good Security Considerations section. 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="72"/>
          <seriesInfo name="RFC" value="3552"/>
          <seriesInfo name="DOI" value="10.17487/RFC3552"/>
        </reference>
        <reference anchor="RFC9416" target="https://www.rfc-editor.org/info/rfc9416">
          <front>
            <title>Security Considerations for Transient Numeric Identifiers Employed in Network Protocols</title>
            <author fullname="F. Gont" initials="F." surname="Gont"/>
            <author fullname="I. Arce" initials="I." surname="Arce"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>Poor selection of transient numerical identifiers in protocols such as the TCP/IP suite has historically led to a number of attacks on implementations, ranging from Denial of Service (DoS) or data injection to information leakages that can be exploited by pervasive monitoring. Due diligence in the specification of transient numeric identifiers is required even when cryptographic techniques are employed, since these techniques might not mitigate all the associated issues. This document formally updates RFC 3552, incorporating requirements for transient numeric identifiers, to prevent flaws in future protocols and implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="72"/>
          <seriesInfo name="RFC" value="9416"/>
          <seriesInfo name="DOI" value="10.17487/RFC9416"/>
        </reference>
      </referencegroup>
      <referencegroup anchor="BCP14" target="https://www.rfc-editor.org/info/bcp14">
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </referencegroup>
      <reference anchor="I-D.ietf-nmop-terminology">
        <front>
          <title>Some Key Terms for Network Fault and Problem Management</title>
          <author fullname="Nigel Davis" initials="N." surname="Davis">
            <organization>Ciena</organization>
          </author>
          <author fullname="Adrian Farrel" initials="A." surname="Farrel">
            <organization>Old Dog Consulting</organization>
          </author>
          <author fullname="Thomas Graf" initials="T." surname="Graf">
            <organization>Swisscom</organization>
          </author>
          <author fullname="Qin Wu" initials="Q." surname="Wu">
            <organization>Huawei</organization>
          </author>
          <author fullname="Chaode Yu" initials="C." surname="Yu">
            <organization>Huawei Technologies</organization>
          </author>
          <date day="18" month="June" year="2025"/>
          <abstract>
            <t>   This document sets out some terms that are fundamental to a common
   understanding of network fault and problem management within the
   IETF.

   The purpose of this document is to bring clarity to discussions and
   other work related to network fault and problem management, in
   particular to YANG models and management protocols that report, make
   visible, or manage network faults and problems.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-nmop-terminology-19"/>
      </reference>
      <reference anchor="RFC3444">
        <front>
          <title>On the Difference between Information Models and Data Models</title>
          <author fullname="A. Pras" initials="A." surname="Pras"/>
          <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
          <date month="January" year="2003"/>
          <abstract>
            <t>There has been ongoing confusion about the differences between Information Models and Data Models for defining managed objects in network management. This document explains the differences between these terms by analyzing how existing network management model specifications (from the IETF and other bodies such as the International Telecommunication Union (ITU) or the Distributed Management Task Force (DMTF)) fit into the universe of Information Models and Data Models. This memo documents the main results of the 8th workshop of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF) hosted by the University of Texas at Austin. This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3444"/>
        <seriesInfo name="DOI" value="10.17487/RFC3444"/>
      </reference>
      <reference anchor="RFC6291">
        <front>
          <title>Guidelines for the Use of the "OAM" Acronym in the IETF</title>
          <author fullname="L. Andersson" initials="L." surname="Andersson"/>
          <author fullname="H. van Helvoort" initials="H." surname="van Helvoort"/>
          <author fullname="R. Bonica" initials="R." surname="Bonica"/>
          <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
          <author fullname="S. Mansfield" initials="S." surname="Mansfield"/>
          <date month="June" year="2011"/>
          <abstract>
            <t>At first glance, the acronym "OAM" seems to be well-known and well-understood. Looking at the acronym a bit more closely reveals a set of recurring problems that are revisited time and again.</t>
            <t>This document provides a definition of the acronym "OAM" (Operations, Administration, and Maintenance) for use in all future IETF documents that refer to OAM. There are other definitions and acronyms that will be discussed while exploring the definition of the constituent parts of the "OAM" term. This memo documents an Internet Best Current Practice.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="161"/>
        <seriesInfo name="RFC" value="6291"/>
        <seriesInfo name="DOI" value="10.17487/RFC6291"/>
      </reference>
      <reference anchor="I-D.ietf-opsawg-oam-characterization">
        <front>
          <title>Guidelines for Characterizing "OAM"</title>
          <author fullname="Carlos Pignataro" initials="C." surname="Pignataro">
            <organization>Blue Fern
      Consulting</organization>
          </author>
          <author fullname="Adrian Farrel" initials="A." surname="Farrel">
            <organization>Old Dog Consulting</organization>
          </author>
          <author fullname="Tal Mizrahi" initials="T." surname="Mizrahi">
            <organization>Huawei</organization>
          </author>
          <date day="2" month="July" year="2025"/>
          <abstract>
            <t>   As the IETF continues to produce and standardize different
   Operations, Administration, and Maintenance (OAM) protocols and
   technologies, various qualifiers and modifiers are prepended to the
   OAM abbreviation.  While, at first glance, the most used appear to be
   well understood, the same qualifier may be interpreted differently in
   different contexts.  A case in point is the qualifiers "in-band" and
   "out-of-band" which have their origins in the radio lexicon, and
   which have been extrapolated into other communication networks.

   This document considers some common qualifiers and modifiers that are
   prepended, within the context of packet networks, to the OAM
   abbreviation and lays out guidelines for their use in future IETF
   work.

   This document updates RFC 6291 by adding to the guidelines for the
   use of the term "OAM".  It does not modify any other part of RFC
   6291.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-oam-characterization-09"/>
      </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="RFC2865">
        <front>
          <title>Remote Authentication Dial In User Service (RADIUS)</title>
          <author fullname="C. Rigney" initials="C." surname="Rigney"/>
          <author fullname="S. Willens" initials="S." surname="Willens"/>
          <author fullname="A. Rubens" initials="A." surname="Rubens"/>
          <author fullname="W. Simpson" initials="W." surname="Simpson"/>
          <date month="June" year="2000"/>
          <abstract>
            <t>This document describes a protocol for carrying authentication, authorization, and configuration information between a Network Access Server which desires to authenticate its links and a shared Authentication Server. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="2865"/>
        <seriesInfo name="DOI" value="10.17487/RFC2865"/>
      </reference>
      <reference anchor="RFC5424">
        <front>
          <title>The Syslog Protocol</title>
          <author fullname="R. Gerhards" initials="R." surname="Gerhards"/>
          <date month="March" year="2009"/>
          <abstract>
            <t>This document describes the syslog protocol, which is used to convey event notification messages. This protocol utilizes a layered architecture, which allows the use of any number of transport protocols for transmission of syslog messages. It also provides a message format that allows vendor-specific extensions to be provided in a structured way.</t>
            <t>This document has been written with the original design goals for traditional syslog in mind. The need for a new layered specification has arisen because standardization efforts for reliable and secure syslog extensions suffer from the lack of a Standards-Track and transport-independent RFC. Without this document, each other standard needs to define its own syslog packet format and transport mechanism, which over time will introduce subtle compatibility issues. This document tries to provide a foundation that syslog extensions can build on. This layered architecture approach also provides a solid basis that allows code to be written once for each syslog feature rather than once for each transport. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5424"/>
        <seriesInfo name="DOI" value="10.17487/RFC5424"/>
      </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="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="RFC6733">
        <front>
          <title>Diameter Base Protocol</title>
          <author fullname="V. Fajardo" initials="V." role="editor" surname="Fajardo"/>
          <author fullname="J. Arkko" initials="J." surname="Arkko"/>
          <author fullname="J. Loughney" initials="J." surname="Loughney"/>
          <author fullname="G. Zorn" initials="G." role="editor" surname="Zorn"/>
          <date month="October" year="2012"/>
          <abstract>
            <t>The Diameter base protocol is intended to provide an Authentication, Authorization, and Accounting (AAA) framework for applications such as network access or IP mobility in both local and roaming situations. This document specifies the message format, transport, error reporting, accounting, and security services used by all Diameter applications. The Diameter base protocol as defined in this document obsoletes RFC 3588 and RFC 5719, and it must be supported by all new Diameter implementations. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6733"/>
        <seriesInfo name="DOI" value="10.17487/RFC6733"/>
      </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="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="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="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="RFC3410">
        <front>
          <title>Introduction and Applicability Statements for Internet-Standard Management Framework</title>
          <author fullname="J. Case" initials="J." surname="Case"/>
          <author fullname="R. Mundy" initials="R." surname="Mundy"/>
          <author fullname="D. Partain" initials="D." surname="Partain"/>
          <author fullname="B. Stewart" initials="B." surname="Stewart"/>
          <date month="December" year="2002"/>
          <abstract>
            <t>The purpose of this document is to provide an overview of the third version of the Internet-Standard Management Framework, termed the SNMP version 3 Framework (SNMPv3). This Framework is derived from and builds upon both the original Internet-Standard Management Framework (SNMPv1) and the second Internet-Standard Management Framework (SNMPv2). The architecture is designed to be modular to allow the evolution of the Framework over time. The document explains why using SNMPv3 instead of SNMPv1 or SNMPv2 is strongly recommended. The document also recommends that RFCs 1157, 1441, 1901, 1909 and 1910 be retired by moving them to Historic status. This document obsoletes RFC 2570. This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3410"/>
        <seriesInfo name="DOI" value="10.17487/RFC3410"/>
      </reference>
      <referencegroup anchor="STD58" target="https://www.rfc-editor.org/info/std58">
        <reference anchor="RFC2578" target="https://www.rfc-editor.org/info/rfc2578">
          <front>
            <title>Structure of Management Information Version 2 (SMIv2)</title>
            <author fullname="K. McCloghrie" initials="K." role="editor" surname="McCloghrie"/>
            <author fullname="D. Perkins" initials="D." role="editor" surname="Perkins"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <date month="April" year="1999"/>
            <abstract>
              <t>It is the purpose of this document, the Structure of Management Information Version 2 (SMIv2), to define that adapted subset, and to assign a set of associated administrative values. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="58"/>
          <seriesInfo name="RFC" value="2578"/>
          <seriesInfo name="DOI" value="10.17487/RFC2578"/>
        </reference>
        <reference anchor="RFC2579" target="https://www.rfc-editor.org/info/rfc2579">
          <front>
            <title>Textual Conventions for SMIv2</title>
            <author fullname="K. McCloghrie" initials="K." role="editor" surname="McCloghrie"/>
            <author fullname="D. Perkins" initials="D." role="editor" surname="Perkins"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <date month="April" year="1999"/>
            <abstract>
              <t>It is the purpose of this document to define the initial set of textual conventions available to all MIB modules. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="58"/>
          <seriesInfo name="RFC" value="2579"/>
          <seriesInfo name="DOI" value="10.17487/RFC2579"/>
        </reference>
        <reference anchor="RFC2580" target="https://www.rfc-editor.org/info/rfc2580">
          <front>
            <title>Conformance Statements for SMIv2</title>
            <author fullname="K. McCloghrie" initials="K." role="editor" surname="McCloghrie"/>
            <author fullname="D. Perkins" initials="D." role="editor" surname="Perkins"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <date month="April" year="1999"/>
            <abstract>
              <t>Collections of related objects are defined in MIB modules. It may be useful to define the acceptable lower-bounds of implementation, along with the actual level of implementation achieved. It is the purpose of this document to define the notation used for these purposes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="58"/>
          <seriesInfo name="RFC" value="2580"/>
          <seriesInfo name="DOI" value="10.17487/RFC2580"/>
        </reference>
      </referencegroup>
      <reference anchor="RFC2439">
        <front>
          <title>BGP Route Flap Damping</title>
          <author fullname="C. Villamizar" initials="C." surname="Villamizar"/>
          <author fullname="R. Chandra" initials="R." surname="Chandra"/>
          <author fullname="R. Govindan" initials="R." surname="Govindan"/>
          <date month="November" year="1998"/>
          <abstract>
            <t>A usage of the BGP routing protocol is described which is capable of reducing the routing traffic passed on to routing peers and therefore the load on these peers without adversely affecting route convergence time for relatively stable routes. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="2439"/>
        <seriesInfo name="DOI" value="10.17487/RFC2439"/>
      </reference>
      <reference anchor="RFC1958">
        <front>
          <title>Architectural Principles of the Internet</title>
          <author fullname="B. Carpenter" initials="B." role="editor" surname="Carpenter"/>
          <date month="June" year="1996"/>
          <abstract>
            <t>The Internet and its architecture have grown in evolutionary fashion from modest beginnings, rather than from a Grand Plan. While this process of evolution is one of the main reasons for the technology's success, it nevertheless seems useful to record a snapshot of the current principles of the Internet architecture. This is intended for general guidance and general interest, and is in no way intended to be a formal or invariant reference model. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="1958"/>
        <seriesInfo name="DOI" value="10.17487/RFC1958"/>
      </reference>
      <reference anchor="RFC6298">
        <front>
          <title>Computing TCP's Retransmission Timer</title>
          <author fullname="V. Paxson" initials="V." surname="Paxson"/>
          <author fullname="M. Allman" initials="M." surname="Allman"/>
          <author fullname="J. Chu" initials="J." surname="Chu"/>
          <author fullname="M. Sargent" initials="M." surname="Sargent"/>
          <date month="June" year="2011"/>
          <abstract>
            <t>This document defines the standard algorithm that Transmission Control Protocol (TCP) senders are required to use to compute and manage their retransmission timer. It expands on the discussion in Section 4.2.3.1 of RFC 1122 and upgrades the requirement of supporting the algorithm from a SHOULD to a MUST. This document obsoletes RFC 2988. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6298"/>
        <seriesInfo name="DOI" value="10.17487/RFC6298"/>
      </reference>
      <reference anchor="I-D.ietf-lamps-dilithium-certificates">
        <front>
          <title>Internet X.509 Public Key Infrastructure - Algorithm Identifiers for the Module-Lattice-Based Digital Signature Algorithm (ML-DSA)</title>
          <author fullname="Jake Massimo" initials="J." surname="Massimo">
            <organization>AWS</organization>
          </author>
          <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
            <organization>AWS</organization>
          </author>
          <author fullname="Sean Turner" initials="S." surname="Turner">
            <organization>sn3rd</organization>
          </author>
          <author fullname="Bas Westerbaan" initials="B." surname="Westerbaan">
            <organization>Cloudflare</organization>
          </author>
          <date day="26" month="June" year="2025"/>
          <abstract>
            <t>   Digital signatures are used within X.509 certificates, Certificate
   Revocation Lists (CRLs), and to sign messages.  This document
   specifies the conventions for using FIPS 204, the Module-Lattice-
   Based Digital Signature Algorithm (ML-DSA) in Internet X.509
   certificates and certificate revocation lists.  The conventions for
   the associated signatures, subject public keys, and private key are
   also described.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-dilithium-certificates-12"/>
      </reference>
      <reference anchor="RFC2205">
        <front>
          <title>Resource ReSerVation Protocol (RSVP) -- Version 1 Functional Specification</title>
          <author fullname="R. Braden" initials="R." role="editor" surname="Braden"/>
          <author fullname="L. Zhang" initials="L." surname="Zhang"/>
          <author fullname="S. Berson" initials="S." surname="Berson"/>
          <author fullname="S. Herzog" initials="S." surname="Herzog"/>
          <author fullname="S. Jamin" initials="S." surname="Jamin"/>
          <date month="September" year="1997"/>
          <abstract>
            <t>This memo describes version 1 of RSVP, a resource reservation setup protocol designed for an integrated services Internet. RSVP provides receiver-initiated setup of resource reservations for multicast or unicast data flows, with good scaling and robustness properties. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="2205"/>
        <seriesInfo name="DOI" value="10.17487/RFC2205"/>
      </reference>
      <reference anchor="RFC2113">
        <front>
          <title>IP Router Alert Option</title>
          <author fullname="D. Katz" initials="D." surname="Katz"/>
          <date month="February" year="1997"/>
          <abstract>
            <t>This memo describes a new IP Option type that alerts transit routers to more closely examine the contents of an IP packet. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="2113"/>
        <seriesInfo name="DOI" value="10.17487/RFC2113"/>
      </reference>
      <reference anchor="RFC2711">
        <front>
          <title>IPv6 Router Alert Option</title>
          <author fullname="C. Partridge" initials="C." surname="Partridge"/>
          <author fullname="A. Jackson" initials="A." surname="Jackson"/>
          <date month="October" year="1999"/>
          <abstract>
            <t>This memo describes a new IPv6 Hop-by-Hop Option type that alerts transit routers to more closely examine the contents of an IP datagram. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="2711"/>
        <seriesInfo name="DOI" value="10.17487/RFC2711"/>
      </reference>
      <reference anchor="RFC8799">
        <front>
          <title>Limited Domains and Internet Protocols</title>
          <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
          <author fullname="B. Liu" initials="B." surname="Liu"/>
          <date month="July" year="2020"/>
          <abstract>
            <t>There is a noticeable trend towards network behaviors and semantics that are specific to a particular set of requirements applied within a limited region of the Internet. Policies, default parameters, the options supported, the style of network management, and security requirements may vary between such limited regions. This document reviews examples of such limited domains (also known as controlled environments), notes emerging solutions, and includes a related taxonomy. It then briefly discusses the standardization of protocols for limited domains. Finally, it shows the need for a precise definition of "limited domain membership" and for mechanisms to allow nodes to join a domain securely and to find other members, including boundary nodes.</t>
            <t>This document is the product of the research of the authors. It has been produced through discussions and consultation within the IETF but is not the product of IETF consensus.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8799"/>
        <seriesInfo name="DOI" value="10.17487/RFC8799"/>
      </reference>
      <referencegroup anchor="BCP133" target="https://www.rfc-editor.org/info/bcp133">
        <reference anchor="RFC9743" target="https://www.rfc-editor.org/info/rfc9743">
          <front>
            <title>Specifying New Congestion Control Algorithms</title>
            <author fullname="M. Duke" initials="M." role="editor" surname="Duke"/>
            <author fullname="G. Fairhurst" initials="G." role="editor" surname="Fairhurst"/>
            <date month="March" year="2025"/>
            <abstract>
              <t>RFC 5033 discusses the principles and guidelines for standardizing new congestion control algorithms. This document obsoletes RFC 5033 to reflect changes in the congestion control landscape by providing a framework for the development and assessment of congestion control mechanisms, promoting stability across diverse network paths. This document seeks to ensure that proposed congestion control algorithms operate efficiently and without harm when used in the global Internet. It emphasizes the need for comprehensive testing and validation to prevent adverse interactions with existing flows.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="133"/>
          <seriesInfo name="RFC" value="9743"/>
          <seriesInfo name="DOI" value="10.17487/RFC9743"/>
        </reference>
      </referencegroup>
      <reference anchor="RFC1034">
        <front>
          <title>Domain names - concepts and facilities</title>
          <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
          <date month="November" year="1987"/>
          <abstract>
            <t>This RFC is the revised basic definition of The Domain Name System. It obsoletes RFC-882. This memo describes the domain style names and their used for host address look up and electronic mail forwarding. It discusses the clients and servers in the domain name system and the protocol used between them.</t>
          </abstract>
        </front>
        <seriesInfo name="STD" value="13"/>
        <seriesInfo name="RFC" value="1034"/>
        <seriesInfo name="DOI" value="10.17487/RFC1034"/>
      </reference>
      <reference anchor="RFC5321">
        <front>
          <title>Simple Mail Transfer Protocol</title>
          <author fullname="J. Klensin" initials="J." surname="Klensin"/>
          <date month="October" year="2008"/>
          <abstract>
            <t>This document is a specification of the basic protocol for Internet electronic mail transport. It consolidates, updates, and clarifies several previous documents, making all or parts of most of them obsolete. It covers the SMTP extension mechanisms and best practices for the contemporary Internet, but does not provide details about particular extensions. Although SMTP was designed as a mail transport and delivery protocol, this specification also contains information that is important to its use as a "mail submission" protocol for "split-UA" (User Agent) mail reading systems and mobile environments. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5321"/>
        <seriesInfo name="DOI" value="10.17487/RFC5321"/>
      </reference>
      <reference anchor="W3C.REC-xmlschema-0-20041028" target="https://www.w3.org/TR/2004/REC-xmlschema-0-20041028/">
        <front>
          <title>XML Schema Part 0: Primer Second Edition</title>
          <author fullname="David Fallside" role="editor"/>
          <author fullname="Priscilla Walmsley" role="editor"/>
          <date day="28" month="October" year="2004"/>
        </front>
        <seriesInfo name="W3C REC" value="REC-xmlschema-0-20041028"/>
        <seriesInfo name="W3C" value="REC-xmlschema-0-20041028"/>
      </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="RFC3060">
        <front>
          <title>Policy Core Information Model -- Version 1 Specification</title>
          <author fullname="B. Moore" initials="B." surname="Moore"/>
          <author fullname="E. Ellesson" initials="E." surname="Ellesson"/>
          <author fullname="J. Strassner" initials="J." surname="Strassner"/>
          <author fullname="A. Westerinen" initials="A." surname="Westerinen"/>
          <date month="February" year="2001"/>
          <abstract>
            <t>This document presents the object-oriented information model for representing policy information developed jointly in the IETF Policy Framework WG and as extensions to the Common Information Model (CIM) activity in the Distributed Management Task Force (DMTF). [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3060"/>
        <seriesInfo name="DOI" value="10.17487/RFC3060"/>
      </reference>
      <reference anchor="RFC3290">
        <front>
          <title>An Informal Management Model for Diffserv Routers</title>
          <author fullname="Y. Bernet" initials="Y." surname="Bernet"/>
          <author fullname="S. Blake" initials="S." surname="Blake"/>
          <author fullname="D. Grossman" initials="D." surname="Grossman"/>
          <author fullname="A. Smith" initials="A." surname="Smith"/>
          <date month="May" year="2002"/>
          <abstract>
            <t>This document proposes an informal management model of Differentiated Services (Diffserv) routers for use in their management and configuration. This model defines functional datapath elements (e.g., classifiers, meters, actions, marking, absolute dropping, counting, multiplexing), algorithmic droppers, queues and schedulers. It describes possible configuration parameters for these elements and how they might be interconnected to realize the range of traffic conditioning and per-hop behavior (PHB) functionalities described in the Diffserv Architecture. This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3290"/>
        <seriesInfo name="DOI" value="10.17487/RFC3290"/>
      </reference>
      <reference anchor="RFC3460">
        <front>
          <title>Policy Core Information Model (PCIM) Extensions</title>
          <author fullname="B. Moore" initials="B." role="editor" surname="Moore"/>
          <date month="January" year="2003"/>
          <abstract>
            <t>This document specifies a number of changes to the Policy Core Information Model (PCIM, RFC 3060). Two types of changes are included. First, several completely new elements are introduced, for example, classes for header filtering, that extend PCIM into areas that it did not previously cover. Second, there are cases where elements of PCIM (for example, policy rule priorities) are deprecated, and replacement elements are defined (in this case, priorities tied to associations that refer to policy rules). Both types of changes are done in such a way that, to the extent possible, interoperability with implementations of the original PCIM model is preserved. This document updates RFC 3060. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3460"/>
        <seriesInfo name="DOI" value="10.17487/RFC3460"/>
      </reference>
      <reference anchor="RFC3585">
        <front>
          <title>IPsec Configuration Policy Information Model</title>
          <author fullname="J. Jason" initials="J." surname="Jason"/>
          <author fullname="L. Rafalow" initials="L." surname="Rafalow"/>
          <author fullname="E. Vyncke" initials="E." surname="Vyncke"/>
          <date month="August" year="2003"/>
          <abstract>
            <t>This document presents an object-oriented information model of IP Security (IPsec) policy designed to facilitate agreement about the content and semantics of IPsec policy, and enable derivations of task- specific representations of IPsec policy such as storage schema, distribution representations, and policy specification languages used to configure IPsec-enabled endpoints. The information model described in this document models the configuration parameters defined by IPSec. The information model also covers the parameters found by the Internet Key Exchange protocol (IKE). Other key exchange protocols could easily be added to the information model by a simple extension. Further extensions can further be added easily due to the object-oriented nature of the model. This information model is based upon the core policy classes as defined in the Policy Core Information Model (PCIM) and in the Policy Core Information Model Extensions (PCIMe). [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3585"/>
        <seriesInfo name="DOI" value="10.17487/RFC3585"/>
      </reference>
      <reference anchor="RFC3644">
        <front>
          <title>Policy Quality of Service (QoS) Information Model</title>
          <author fullname="Y. Snir" initials="Y." surname="Snir"/>
          <author fullname="Y. Ramberg" initials="Y." surname="Ramberg"/>
          <author fullname="J. Strassner" initials="J." surname="Strassner"/>
          <author fullname="R. Cohen" initials="R." surname="Cohen"/>
          <author fullname="B. Moore" initials="B." surname="Moore"/>
          <date month="November" year="2003"/>
          <abstract>
            <t>This document presents an object-oriented information model for representing Quality of Service (QoS) network management policies. This document is based on the IETF Policy Core Information Model and its extensions. It defines an information model for QoS enforcement for differentiated and integrated services using policy. It is important to note that this document defines an information model, which by definition is independent of any particular data storage mechanism and access protocol.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3644"/>
        <seriesInfo name="DOI" value="10.17487/RFC3644"/>
      </reference>
      <reference anchor="RFC3670">
        <front>
          <title>Information Model for Describing Network Device QoS Datapath Mechanisms</title>
          <author fullname="B. Moore" initials="B." surname="Moore"/>
          <author fullname="D. Durham" initials="D." surname="Durham"/>
          <author fullname="J. Strassner" initials="J." surname="Strassner"/>
          <author fullname="A. Westerinen" initials="A." surname="Westerinen"/>
          <author fullname="W. Weiss" initials="W." surname="Weiss"/>
          <date month="January" year="2004"/>
          <abstract>
            <t>The purpose of this document is to define an information model to describe the quality of service (QoS) mechanisms inherent in different network devices, including hosts. Broadly speaking, these mechanisms describe the properties common to selecting and conditioning traffic through the forwarding path (datapath) of a network device. This selection and conditioning of traffic in the datapath spans both major QoS architectures: Differentiated Services and Integrated Services. This document should be used with the QoS Policy Information Model (QPIM) to model how policies can be defined to manage and configure the QoS mechanisms (i.e., the classification, marking, metering, dropping, queuing, and scheduling functionality) of devices. Together, these two documents describe how to write QoS policy rules to configure and manage the QoS mechanisms present in the datapaths of devices. This document, as well as QPIM, are information models. That is, they represent information independent of a binding to a specific type of repository</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3670"/>
        <seriesInfo name="DOI" value="10.17487/RFC3670"/>
      </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="I-D.ietf-netmod-rfc8407bis">
        <front>
          <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
          <author fullname="Andy Bierman" initials="A." surname="Bierman">
            <organization>YumaWorks</organization>
          </author>
          <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
            <organization>Orange</organization>
          </author>
          <author fullname="Qin Wu" initials="Q." surname="Wu">
            <organization>Huawei</organization>
          </author>
          <date day="5" month="June" year="2025"/>
          <abstract>
            <t>   This document provides guidelines for authors and reviewers of
   specifications containing YANG data models, including IANA-maintained
   modules.  Recommendations and procedures are defined, which are
   intended to increase interoperability and usability of Network
   Configuration Protocol (NETCONF) and RESTCONF Protocol
   implementations that utilize YANG modules.  This document obsoletes
   RFC 8407.

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

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-28"/>
      </reference>
      <reference anchor="RFC8340">
        <front>
          <title>YANG Tree Diagrams</title>
          <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
          <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
          <date month="March" year="2018"/>
          <abstract>
            <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="215"/>
        <seriesInfo name="RFC" value="8340"/>
        <seriesInfo name="DOI" value="10.17487/RFC8340"/>
      </reference>
      <reference anchor="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="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="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="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="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="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="RFC3139">
        <front>
          <title>Requirements for Configuration Management of IP-based Networks</title>
          <author fullname="L. Sanchez" initials="L." surname="Sanchez"/>
          <author fullname="K. McCloghrie" initials="K." surname="McCloghrie"/>
          <author fullname="J. Saperia" initials="J." surname="Saperia"/>
          <date month="June" year="2001"/>
          <abstract>
            <t>This memo discusses different approaches to configure networks and identifies a set of configuration management requirements for IP-based networks. This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3139"/>
        <seriesInfo name="DOI" value="10.17487/RFC3139"/>
      </reference>
      <reference anchor="RFC3198">
        <front>
          <title>Terminology for Policy-Based Management</title>
          <author fullname="A. Westerinen" initials="A." surname="Westerinen"/>
          <author fullname="J. Schnizlein" initials="J." surname="Schnizlein"/>
          <author fullname="J. Strassner" initials="J." surname="Strassner"/>
          <author fullname="M. Scherling" initials="M." surname="Scherling"/>
          <author fullname="B. Quinn" initials="B." surname="Quinn"/>
          <author fullname="S. Herzog" initials="S." surname="Herzog"/>
          <author fullname="A. Huynh" initials="A." surname="Huynh"/>
          <author fullname="M. Carlson" initials="M." surname="Carlson"/>
          <author fullname="J. Perry" initials="J." surname="Perry"/>
          <author fullname="S. Waldbusser" initials="S." surname="Waldbusser"/>
          <date month="November" year="2001"/>
          <abstract>
            <t>This document is a glossary of policy-related terms. It provides abbreviations, explanations, and recommendations for use of these terms. The intent is to improve the comprehensibility and consistency of writing that deals with network policy, particularly Internet Standards documents (ISDs). This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="3198"/>
        <seriesInfo name="DOI" value="10.17487/RFC3198"/>
      </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="RFC2975">
        <front>
          <title>Introduction to Accounting Management</title>
          <author fullname="B. Aboba" initials="B." surname="Aboba"/>
          <author fullname="J. Arkko" initials="J." surname="Arkko"/>
          <author fullname="D. Harrington" initials="D." surname="Harrington"/>
          <date month="October" year="2000"/>
          <abstract>
            <t>This document describes and discusses the issues involved in the design of the modern accounting systems. The field of Accounting Management is concerned with the collection the collection of resource consumption data for the purposes of capacity and trend analysis, cost allocation, auditing, and billing. This memo provides information for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="2975"/>
        <seriesInfo name="DOI" value="10.17487/RFC2975"/>
      </reference>
      <reference anchor="RFC4251">
        <front>
          <title>The Secure Shell (SSH) Protocol Architecture</title>
          <author fullname="T. Ylonen" initials="T." surname="Ylonen"/>
          <author fullname="C. Lonvick" initials="C." role="editor" surname="Lonvick"/>
          <date month="January" year="2006"/>
          <abstract>
            <t>The Secure Shell (SSH) Protocol is a protocol for secure remote login and other secure network services over an insecure network. This document describes the architecture of the SSH protocol, as well as the notation and terminology used in SSH protocol documents. It also discusses the SSH algorithm naming system that allows local extensions. The SSH protocol consists of three major components: The Transport Layer Protocol provides server authentication, confidentiality, and integrity with perfect forward secrecy. The User Authentication Protocol authenticates the client to the server. The Connection Protocol multiplexes the encrypted tunnel into several logical channels. Details of these protocols are described in separate documents. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="4251"/>
        <seriesInfo name="DOI" value="10.17487/RFC4251"/>
      </reference>
      <reference anchor="NEMOPS">
        <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="19" month="May" 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.

   Note that this document is a report on the proceedings of the
   workshop.  The views and positions documented in this report were
   expressed during the workshop by participants and do not necessarily
   reflect IAB's views and positions.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-iab-nemops-workshop-report-02"/>
      </reference>
    </references>
    <?line 1494?>

<section numbered="false" anchor="sec-ack">
      <name>Acknowledgements</name>
      <t>The authors wish to thank the following individuals and groups.</t>
      <dl>
        <dt>The IETF Ops Directorate:</dt>
        <dd>
          <t>The IETF Ops Directorate <xref target="IETF-OPS-Dir"/> reviewer team, who has been providing document reviews for over a decade, and its Chairs, Gunter Van de Velde, Carlos Pignataro, and Bo Wu.</t>
        </dd>
        <dt>The AD championing the update:</dt>
        <dd>
          <t>Med Boucadair initiated the effort to refresh RFC 5706, 15 years after its publication, building on an idea originally suggested by Carlos Pignataro.</t>
        </dd>
        <dt>The author of RFC 5706:</dt>
        <dd>
          <t>David Harrington</t>
        </dd>
        <dt>Acknowledgments from RFC 5706:</dt>
        <dd>
          <t>This document started from an earlier document edited by Adrian
Farrel, which itself was based on work exploring the need for
Manageability Considerations sections in all Internet-Drafts produced
within the Routing Area of the IETF. That earlier work was produced
by Avri Doria, Loa Andersson, and Adrian Farrel, with valuable
feedback provided by Pekka Savola and Bert Wijnen.</t>
        </dd>
        <dt/>
        <dd>
          <t>Some of the discussion about designing for manageability came from
private discussions between Dan Romascanu, Bert Wijnen, Jürgen Schönwälder, Andy Bierman, and David Harrington.</t>
        </dd>
        <dt/>
        <dd>
          <t>Thanks to reviewers who helped fashion this document, including
Harald Alvestrand, Ron Bonica, Brian Carpenter, Benoît Claise, Adrian
Farrel, David Kessens, Dan Romascanu, Pekka Savola, Jürgen Schönwälder, Bert Wijnen, Ralf Wolter, and Lixia Zhang.</t>
        </dd>
      </dl>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact fullname="Thomas Graf">
        <organization>Swisscom</organization>
        <address>
          <email>thomas.graf@swisscom.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA7293XLkWJImds+ngNhmO+RsRORf/WZplM38LU5XZnKTrM7Z
3VlbQ0QgSHQigGgAQSa7Jtd0KT2C7nWtS13t3byJXkCvIPfP3c/xA4CZWWO2
apNmKxnAwfnx47+fu8/n84O+7KvicfZqX66LqqyLLts0bfasqTv6Q1vWl9nb
XdHmfUl/yfJ6nb3O6/yy2BZ1n5V1dvri4mV2vitW5aZcyVMH+XLZFteP/Yv/
zr9mg+vj62ZV51uaw7rNN/282XV5W+TzdrP69vv73y3Lbn7/0cFB19PH/2te
NTU92bf74qDctfivrn94//6P9x8e8GuPs8M753t4cHP5+ODDzeODLJtn2/B3
/LMJbw3+iUFGD3fZKl0FLf5xtlztDppl11RFX3SPM57/Qbdfbsuuo4f62x3N
nXfs4GDVrGlvH2f7fjP/4WBXPs7+c9+sZlnXtH1bbDr6r9st/8d/OTgoazqS
LX3nuuCpP/v5xbM//XJ6fsH/yDI9wLtP6V1xXRY32bOrYvWhKrseb63znl56
eP/htzJI3l4WtICrvt91j+/duyz7q/1ysWq293i+87dn5/Pnp+/uyVjzi2K7
q2iEezTX4t42L+sDGiY+WbaDuXUZ/a1Y9Q3NsciOaP/WZXv8NTOhn/O+zVcf
inZRFv1m0bSX9y7bZr+7J6Pcy5fNvr8XJvDzybM/nVz8/PbN+ePJAW9ubuJA
26Lo6RzuXdEH8v6Kdu+enzio++fwG37K9/Tfuj6ihPZSjzRdy/w+/X8PZFLn
r+bnFycXL16/eHMxPafJRdK9uEdU3+MU52XRXc5v2rLPl1Ux35bL+bZZ7+k/
8UN87uH9B9/cf3T/YbKO9/pe9vr0afYa72Fe2bm9d/fSzl8lS3vwDV3HOd02
+uubF6/5uN+/ffen85/fnv2OtckB1sWWzvCmsyP0O3/yNLtp2g/dVbPLmjrr
r4rsTfGxz160edZs6L97/tnT+Vt/g6cXc/I0PaZv5g9oIeHJOX7d7KtKGNLT
om5K4ldVXnYFfqNh8rr8Gz7zOPt5n98UJX4o6BJUxADwxmKFN/54hd/5Fo3H
/sem4IHbD1MDPyu7VePH/csKj/5xxT9MD3iybsu8zl7mbVtUE2O+rdbZ8+YS
3HdfMdX7D+R4+49NtV43l/SBxf7D+BPn+bYs2uwpnfC+nPrGm+ZDmfthO7yx
WMob//WybPNq3fyx5ueml/Esb6umy87Ky5oIp20mvvK02hfZy6Ktp9eC/6Qj
X2GkPy7p6Q09vFilD/MTO/nKHy/5RZkP/W/flpF8J18fTvodbTzx13pisv/p
4oXfkBU9tWhpp//WF/zBxapmYVD3bbnc95NUeHHVbPMue0XScWL88xsSLjZz
/UiPNxaX9MYfO/0dqzuYz+dZvuz4PvZ8g+ke3WRnbUOyp6k6Gjr8I3vxsS/q
TgRKWxBld322LjrasWKd3ZB8yNZ70G4iCPlu8l3d7OsV/zuvyv42q4tiTW/1
jcrVwglVfpyH2dksFhmJrL5tNmXPu323KM7KLiPpShpDX27zasGjXNC3d/t2
13SFTIWeIUa6t+dpCvSha5pvRhS5zutVwX8TFoAP8CgtxFxBf6Ax7HV6+Srn
PdiQmnT3xvH7bu/a4jJvWdZneUdqUo8h714SPkE7csvDEPPb0621DcazZb2q
9jT7EjyxbOP0FgeyAX7FQRnJ3r18Bn1kRjMi2b3iGRFvI6rY8QPVLUbf74g3
6g2hX3HMNa00TDivRjMuVld1+dd9oWuhfxJ5dls6x9M+y6sOV7gkCie5s+Kn
aAZ/3ZM6IK83YUl0iaLyRh9K9cRD7EgBquLV87RE+2TNkPY4u2ApwwvlrWBK
35brdVUcHBz8gcSwTgCv//YHGmiOOX3Crr3d0IFlN3Q5v/5GrIvroqKNWc+y
uoEAJea/v7waXAg6jkvS3Gpe6VVzg9thtE4bXFV0tWisXdXc0lA8jN4RGjdu
9XrxlZeCB4hnwF9vsLYr3iF+NG9XVyUdWr8nXkzHvq+JAPIur3v53qpoe1bo
3JXUe0/Mqyn5BLf5Lf3/H2za/NmZm9HMrpGjkl3e9uVqT1KMPrkuNxv+R08k
QhyjZdqm3cGQ3b4t5BYEhkCcvKZN4hFtn4RYO94j3k9PnkV9XbZNja/GrcmX
JTgRXb48WZreMToDOzZmb19LCDyU0IIwxqk7qPymA8NRG4tpoah2ccjnMoCw
IGg+eguhKXXZ0ftX3XHkBMmiR0wkZb5kPPBAwi38oqbXlOW8b1mBk9pd5Z3x
Gl2k7h7RwRc4zm+/PaG7yDzn0yfMkEXarbAY+rnsYUP1SrP/P7AaNmx/H4+h
C4I5TbKY0dJ5AvTBbXNNnyaFltep4oQ0iKJe6bzpWC7p0LDi1Z7UNRAJSWS+
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
mLxNXZGk+pPWknestdBtmIFPrtdQ6mEzgicMkAOwEvhaxYvXN+YfNZs3XDJi
C6TebH+XYJtUysH8gy4vWwsnbcCSZKSPeoai+8A2o48ZObOSt4iIofU2gqrm
5g3NMqeOB/tBVHAHHwQkRZRlDr0VwYEaaOjFx5x/AN/auQWWMQ5mt8CbNvp2
2IbsiNTm45k/lJtime0aYgLCiJ+2zQ2v6Vf+P+69p7/SezrcqzbfXcFvMHzq
FT+FccQamAfZBA1TNIfIb+mebOHBjidzdHJ2euzPMo1y6Tmu6T6u96yG5gKw
izS6KxraKIQxDUb6/tUYF+JiXQil+0CXicvNV6HCw2TfNUQrZo+W4lAsVM9i
tZH5dsZKvuBV5HrIzzIykzqvqOWBoPioysN/mOMPczq46rYrO5EJ4lcn8iGm
YaQroCLxkMBp2ZaXJbDy1yHnRC84NNCg+bDj1HyYmFZc2vkt2WDN195DAS19
yVWoXhRos+yNir5vAxQq6o0xiWIXxMjtFLiBrqVCNlkxpDtWNvsu8dmaf2OG
Jwq5U2zXkA1eOc8Py+nvHj1kzegps8/q1jCRdslWzHKNc0xNZmYfm38ucq66
xsRAHgVGlkzd1PMYawyOTthlDlXqwidLou+bx4E2i21D+uXJnsEKvSGqnzNe
9rSWa3wuiPHs6N3J89Nfz491Ix7+8N23nz7ZOHw857cdnWC8Chpp+ObhN/G5
M04B7TmHcAdr+ejs/OT12XF8Kc0iD2N8/10cw7I+nzX1przcqyIRRjh68+Li
2ds3L4+DZvXNg/gyLQ0+j+wpR7gHc/3u+0eP4qPnKcpcNJrTs+wlbWCixL74
yIwyOzo9e3n6T24t5j578VEsVB5j9LJ8+fv7D9wkn746ozMOylRc2lPeK33j
h2/dvr57cY5FD1f0w/1v7o937gIyrSc58ZJdQPibPP/jQybvg+GVK675zlSq
q/DzousAdw/RNJWL65Phjs7fxLk/+ubBfbUfBLlvAC3aIPe+36aj89eneP38
4vm3P6j5yyAMszH2Duc4BfL0yWIRSxQcRez4Ig2QL7siCBzy21sFiKJI1rVF
YRJ4hP+ZCYCdF6tb7+MT94aACLr9DrQDVU0szmke9ttvaQq5+J+zAAmUXXrn
HN34+kRlBuWvtAfztvjrHOyaedEn4c93R9PMEtQBmIHOMdd5Gu4UcjupqqG7
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

-->

</rfc>
