<?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-02" category="bcp" consensus="true" submissionType="IETF" obsoletes="5706" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <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-02"/>
    <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="Thomas Graf">
      <organization>Swisscom</organization>
      <address>
        <email>thomas.graf@swisscom.com</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="June" day="13"/>
    <area>Operations and Management</area>
    <keyword>management</keyword>
    <keyword>operations</keyword>
    <keyword>operations and management</keyword>
    <keyword>ops considerations</keyword>
    <abstract>
      <?line 86?>

<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.</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 for an "Operational and Management
   Considerations" section in Internet-Drafts, before they are progressed
   for publication as RFCs.</t>
    </abstract>
  </front>
  <middle>
    <?line 102?>

<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 hard. As a matter of fact, the operational
   environment and manageability of a protocol should be considered from the
   start when New Protocols 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 earlier phase.</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 and Management
   Considerations" section in Internet-Drafts, before they are progressed
   for publication as RFCs. Also, the document 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
   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 extensions to existing, widely
   deployed protocols may have established de facto operations and
   management practices that are already well understood. However, the guidance
   in this document does not mandate providing a comprehensive inventory of
   all operational and manageability considerations. Instead, the guidance is to
   focus on key aspects that will ease deployability and are essential for operating and maintaining
   the technology.</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 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 the
   considerations. As it is useful to anyone involved in the document lifecyle:
   from the authors writing the protocol specification to those reviewing and evaluating its draft
   content, including WG chairs, WG advisors, Document Shepherd, 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 RFC Style Guide <xref target="RFC7322"/>)
   how threats should be mitigated, and then suggests appropriate standard
   protocols that could mitigate the threats.</t>
        <t>This document does not impose a 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 having manageability pushed for a later
   phase of the development of the standard.</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 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 or the IESG, this document helps evaluating the
   content of the new "Operational and Management 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 Protocol and Protocol Extensions.</t>
        <t>The OPS directorate can use this document to guide performing reviews. On top of that, 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 into 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 and Management Considerations" section in all Internet-Drafts, 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="RFC2119"/> and <xref target="RFC8174"/>.</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. Typically, a Proprietary Interface to
hardware or software devices (e.g., routers or operating systems)
for use by human operators
directly at a terminal or via scripts. 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 decucing 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 along with 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 a number of standardized management protocols suitable for various operational purposes, 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-guidelines">
      <name>Documentation Guidelines</name>
      <section anchor="sec-rec-discuss">
        <name>Recommended Discussions</name>
        <t>After evaluating the operational and manageability aspects of a
   protocol, a Protocol Extension, or an architecture, the resulting practices and
   requirements should be documented
   in an "Operations and Manageability 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 "Operations and
   Manageability Considerations" section.</t>
        <t>It is also recommended to begin considering operational and manageability
   considerations early within the protocol design, and consequently it is expected that early revisions of Internet-Drafts will contain such section.</t>
        <t>An "Operations and Manageability 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 contain a simple statement explaining why the topic is not
   relevant or applicable for the New Protocol or feature.
   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>A Protocol Designer should consider the manageability
   requirements of a New Protocol or Protocol Extension and determine that no management
   functionality or operational best-practice clarifications are
   needed by the protocol. It would be helpful to
   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 New Protocol is an 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. Identifying consistent
   methods for determining information, such as what is counted in a
   specific counter, is relevant.</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>The default value should stay on the conservative side rather than on
   the "optimizing performance" side (example: 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>
      </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, incompatibilities between
   versions, translation between versions, and side effects that might
   occur. 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.</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 to an existing
   protocol may have an impact on the operation of existing networks.
   Protocol Designers should outline such impacts (which may be
   positive), including scaling concerns and interactions with other
   protocols. For example, a New Protocol that doubles the number of
   active, reachable addresses in use within a network might need to be
   considered in the light of the impact on the scalability of the
   interior gateway protocols operating within the network.</t>
        <t>A protocol could send active monitoring packets on the wire. If we
   don't pay attention, we might get very good accuracy but could send
   too many active 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 are helpful to try to focus interoperability on
   the semantic level -- they define what information
   should be gathered and how that information might be used,
   regardless of which management protocol carries the data or which
   vendor implementation produces the data. 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 a number of 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 is not just multi-device push
   or pull. It is knowing that the configurations being pushed are
   semantically compatible. Is the circuit between them configured
   compatibly on both ends? Is the IS-IS metric the same? ... Now
   answer those questions for 1,000 devices.</t>
        <t>A number of 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 a number of
   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 important to report the time
   spent in a state, rather than reporting the current state. Snapshots
   are of less value for performance monitoring.</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 modelers 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-secuity-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>A standard description of the manageable knobs and whistles on a
   protocol makes it easier for an attacker to understand what they may
   try to control and how to tweak it.</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-secuity-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>
      <reference anchor="RFC7322">
        <front>
          <title>RFC Style Guide</title>
          <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
          <author fullname="S. Ginoza" initials="S." surname="Ginoza"/>
          <date month="September" year="2014"/>
          <abstract>
            <t>This document describes the fundamental and unique style conventions and editorial policies currently in use for the RFC Series. It captures the RFC Editor's basic requirements and offers guidance regarding the style and structure of an RFC. Additional guidance is captured on a website that reflects the experimental nature of that guidance and prepares it for future inclusion in the RFC Style Guide. This document obsoletes RFC 2223, "Instructions to RFC Authors".</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7322"/>
        <seriesInfo name="DOI" value="10.17487/RFC7322"/>
      </reference>
      <reference anchor="RFC2119">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="March" year="1997"/>
          <abstract>
            <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="2119"/>
        <seriesInfo name="DOI" value="10.17487/RFC2119"/>
      </reference>
      <reference anchor="RFC8174">
        <front>
          <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
          <author fullname="B. Leiba" initials="B." surname="Leiba"/>
          <date month="May" year="2017"/>
          <abstract>
            <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="8174"/>
        <seriesInfo name="DOI" value="10.17487/RFC8174"/>
      </reference>
      <reference anchor="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="May" 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-17"/>
      </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="11" month="June" 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-07"/>
      </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="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="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 1458?>

<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>
  </back>
  <!-- ##markdown-source:
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
96ksAQA=

-->

</rfc>
