<?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.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-rfc5706bis-06" category="bcp" consensus="true" submissionType="IETF" obsoletes="5706" updates="2360" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Operations &amp; Management Considerations">Guidelines for Considering Operations and Management in IETF Specifications</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-rfc5706bis-06"/>
    <author fullname="Benoit Claise">
      <organization>Everything OPS &amp; Arrcus</organization>
      <address>
        <email>benoit@everything-ops.net</email>
      </address>
    </author>
    <author fullname="Joe Clarke">
      <organization>Cisco</organization>
      <address>
        <email>jclarke@cisco.com</email>
      </address>
    </author>
    <author fullname="Adrian Farrel">
      <organization>Old Dog Consulting</organization>
      <address>
        <email>adrian@olddog.co.uk</email>
      </address>
    </author>
    <author fullname="Samier Barguil">
      <organization>Nokia</organization>
      <address>
        <email>samier.barguil_giraldo@nokia.com</email>
      </address>
    </author>
    <author fullname="Carlos Pignataro">
      <organization>Blue Fern Consulting</organization>
      <address>
        <email>carlos@bluefern.consulting</email>
        <email>cpignata@gmail.com</email>
        <uri>https://bluefern.consulting</uri>
      </address>
    </author>
    <author fullname="Ran Chen">
      <organization>ZTE</organization>
      <address>
        <email>chen.ran@zte.com.cn</email>
      </address>
    </author>
    <date year="2026" month="August" day="12"/>
    <area>Operations and Management</area>
    <workgroup>Operations and Management Area Working Group</workgroup>
    <keyword>management</keyword>
    <keyword>operations</keyword>
    <keyword>operations and management</keyword>
    <keyword>ops considerations</keyword>
    <abstract>
      <?line 93?>

<t>New Protocols and Protocol Extensions are best designed with due
   consideration of the functionality needed to operate and manage them.
   Retrofitting operations and management considerations is suboptimal.
   The purpose of this document is to provide guidance to authors and
   reviewers on what operational and management aspects should be
   addressed when writing documents in the IETF Stream that document a specification for New Protocols or Protocol Extensions or describe their use.</t>
      <t>This document obsoletes RFC 5706, replacing it completely and updating
   it with new operational and management techniques and mechanisms. It also
   updates RFC 2360 to obsolete mandatory MIB creation. Finally, it introduces a
   requirement to include an "Operational Considerations" section in new RFCs in
   the IETF Stream that define New Protocols or Protocol Extensions or describe their use (including relevant YANG
   Models), while providing an escape clause if no new considerations are identified.</t>
    </abstract>
  </front>
  <middle>
    <?line 109?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Often, when New Protocols or Protocol Extensions are developed, not
   enough consideration is given to how they will be deployed,
   operated, and managed. Retrofitting operations and management
   mechanisms is often hard and architecturally unpleasant, and certain
   protocol design choices may make deployment, operations, and
   management particularly difficult or insecure.
   To ensure deployability, the operational environment and manageability
   must be considered during design.</t>
      <t>This document provides guidelines to help Protocol Designers and Working
   Groups (WGs) consider the operations and management functionality for
   their New Protocol or Protocol Extension at an early phase in the design
   process.</t>
      <t>This document obsoletes <xref target="RFC5706"/> and updates its content
   with new operational and management considerations. It also
   introduces a requirement to include an "Operational Considerations"
   section in new RFCs in the IETF Stream that define New Protocols or
   Protocol Extensions or describe their use (including relevant YANG
   data models). This section must cover both operational and management considerations.</t>
      <t>Additionally, this document updates Section <xref target="RFC2360" section="2.14" sectionFormat="bare"/> of RFC 2360 <xref target="BCP22"/> on "Guide for Internet Standards Writers"
   to obsolete references to mandatory MIBs and instead focus on documenting holistic manageability and operational
   considerations as described in <xref target="sec-doc-req-ietf-spec"/>. The update is provided in <xref target="sec-2360-update"/>.
   Further, this document removes outdated
   references and aligns with current practices, protocols, and
   technologies used in operating and managing devices, networks, and
   services. Refer to <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 technical 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 Protocol Extensions to existing, widely
   deployed protocols may have established de facto operations and
   management practices that are already well understood. This document does
   not mandate a comprehensive inventory of all operational considerations.
   Instead, it guides authors to focus on key aspects that are essential for
   the technology's deployability, operation, and maintenance.</t>
        <t>Suitable operational and management approaches may vary for different areas, WGs,
   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 New Protocol or Protocol Extension.</t>
        <t>A WG may decide that its protocol does not need interoperable
   operational and management or a standardized Data Model, but this should be a
   deliberate and documented decision, not the result of omission. This document
   provides some guidelines for those considerations.</t>
        <t>This document recognizes a distinction between management and operational
   considerations, although the two are closely related. However, for New
   Protocols or Protocol Extensions only an "Operational Considerations" section is required.
   This section is intended to address both management and operational aspects.
   Operational considerations pertain to the deployment and functioning of protocols
   within a network, regardless of whether a management protocol is in active use.
   Management considerations focus on the use of management technologies, such as
   management protocols and the design of management Data Models. Both topics should
   be described within the "Operational Considerations" section.</t>
        <t>It is possible that the operational considerations will require significant amounts of text and need to be presented in
   a separate document. This saves the protocol specification from becoming overwhelmed or bloated. In this case the
   Operational Considerations section may contain just a short overview description of the material and a reference to
   other documents that contain the details, but those references must be normative.</t>
      </section>
      <section anchor="sec-audience">
        <name>Audience</name>
        <t>The guidelines are intended to be useful to authors
   writing protocol specifications.
   They outline what to consider for operations, management, and deployment, how to document
   those aspects, and how to present them in a consistent format.
    This document is intended to offer a flexible set of
   guiding principles applicable to various circumstances. It provides a framework for WGs
   to ensure that operational considerations are an integral part of the protocol design process, and
   its use should not be misinterpreted as imposing new hurdles on work in other areas.</t>
        <t>Protocol Designers should consider which operations and management
   needs are relevant to their protocol, document how those needs could
   be addressed, and suggest (preferably standard) management protocols
   and Data Models that could be used to address those needs. This is
   similar to a WG that considers which security threats are relevant to
   their protocol, documents (in the required Security Considerations section,
   per Guidelines for Writing RFC Text on Security Considerations <xref target="BCP72"/>)
   how threats should be mitigated, and then suggests appropriate standard
   protocols that could mitigate the threats.</t>
        <t>It is not the intention that a protocol specification document should be held up waiting for operations and management solutions, or for supporting tooling, to be developed.  This is particularly the case when a protocol extension is proposed, but the base protocol is missing operations or management solutions.  However, it is the intent that new documents should clearly articulate the operations and management of that new work to fill any such gaps. Some operational and tooling guidance can only be determined through deployment experience. In such cases, authors should document what is reasonably foreseeable at design time.</t>
        <t>A core principle of this document is to encourage early-on discussions rather than mandating any specific solution.
   It does not impose a specific management or operational solution,
   imply that a formal Data Model is needed, or imply that using a specific management
   protocol is mandatory. Specifically, this document does not require developing solutions to accommodate
   identified operational considerations within the document that specifies
   a New Protocol or Protocol Extension itself.</t>
        <t>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 an operational considerations discussion
   -- that this is how the protocol will need to be operated and managed.
   Protocol Designers should avoid deferring operations and manageability to a later
   phase of the development of the specification.</t>
        <t>When a WG considers operations and management functionality for a
   protocol, the document should contain enough information for readers
   to understand how the protocol will be deployed, operated, and managed. The considerations
   do not need to be comprehensive and exhaustive; focus should be on key aspects. The WG
   should expect that considerations for operations and management may
   need to be updated in the future, after further operational
   experience has been gained.</t>
        <t>The Ops Directorate (OpsDir) can use this document to inform their reviews. A list of guidelines and a
   checklist of questions to consider, which a reviewer can use to evaluate whether the protocol and
   documentation address common operations and management needs, is provided in <xref target="CHECKLIST"/>.</t>
        <t>Similarly, the Performance Metrics Directorate (PERFMETRDIR) <xref target="PERFMETRDIR"/> can use this document,
   together with the guidelines in <xref target="RFC6390"/>, to inform reviews of the performance management aspects
   of a New Protocol or Protocol Extension.</t>
        <t>This document is also of interest to the broader community, who wants to understand, contribute to,
   and review Internet-Drafts, taking operational considerations into account.</t>
      </section>
    </section>
    <section anchor="sec-terms">
      <name>Terminology</name>
      <t>This document does not describe interoperability requirements. As such, it does not use the capitalized keywords defined in <xref target="BCP14"/>.</t>
      <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>Cause: See <xref target="RFC9940"/>.</t>
        </li>
        <li>
          <t>CLI: Command Line Interface. A human-oriented interface, typically
    a Proprietary Interface, to hardware or software devices
    (e.g., hosts, routers, or operating systems). The commands, their syntax,
    and the precise semantics of the parameters may vary considerably
    between different vendors, between products from the same
    vendor, and even between different versions or releases of a single
    product. No attempt at standardizing CLIs has been made by the IETF.</t>
        </li>
        <li>
          <t>Data Model: A set of mechanisms for representing, organizing, storing,
    and handling data within a particular type of data store or repository.
    This usually comprises a collection of data structures such as lists, tables,
    relations, etc., a collection of operations that can be applied to the
    structures such as retrieval, update, summation, etc., and a collection of
    integrity rules that define the legal states (set of values) or changes of
    state (operations on values). A Data Model may be derived by mapping the
    contents of an Information Model or may be developed ab initio. Further
    discussion of Data Models can be found in <xref target="RFC3444"/>, <xref target="sec-interop"/>,
    and <xref target="sec-mgmt-info"/>.</t>
        </li>
        <li>
          <t>Fault: See <xref target="RFC9940"/>.</t>
        </li>
        <li>
          <t>Fault Management: The process of interpreting Fault notifications and other alerts
    and alarms, isolating Faults, correlating them, and deducing underlying
    Causes. See <xref target="sec-fm-mgmt"/> for more information.</t>
        </li>
        <li>
          <t>Information Model: An abstraction and representation of the
    entities in a managed environment, their properties, attributes
    and operations, and the way that they relate to each other. The model is
    independent of any specific software usage, protocol,
    or platform <xref target="RFC3444"/>. See Sections <xref format="counter" target="sec-interop"/> and <xref format="counter" target="sec-im-design"/> for
    further discussion of Information Models.</t>
        </li>
        <li>
          <t>Network Device: A device that implements one or more network
    protocols and participates in network operations. This term
    encompasses a broad range of implementations, including conventional
    network infrastructure equipment (e.g., routers and switches), end
    hosts, Internet of Things (IoT) devices, virtual network functions, and containerized
    workloads. In this document, the term is used generically to mean
    any managed entity implementing the protocol under consideration.</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.
    The application of New Protocols and Protocol Extensions to different
    scenarios, and their use in delivering services, procedures, mechanisms,
    or applications, falls within the scope of this definition.</t>
        </li>
        <li>
          <t>OAM: Operations, Administration, and Maintenance <xref target="RFC6291"/>
            <xref target="RFC10014"/> is the term given to the
    combination of:  </t>
          <artwork><![CDATA[
1. Operation activities that are undertaken to keep the
   network running as intended. They include monitoring of the network.

2. Administration activities that keep track of resources in the
   network and how they are used. They include the bookkeeping necessary
   to track networking resources.

3. Maintenance activities focused on facilitating repairs and upgrades.
   They also involve corrective and preventive measures to make the
   managed network run more effectively.

The broader concept of "operations and management" that is the
subject of this document encompasses OAM, in addition to other
management and provisioning tools and concepts. This is
sometimes known as "OAM and Management" or "O&M" as
explained in {{RFC6291}}.
]]></artwork>
        </li>
        <li>
          <t>Operator: A person or organization responsible for deploying and managing
    systems, services, or networks that run or rely on a protocol implementation.
    This includes, but is not limited to,
    network operators, cloud service administrators, IoT device fleet
    managers, home network administrators, and DNS/NTP server
    administrators. The term "operator" is used throughout this document
    in this broad sense unless the context explicitly requires a narrower
    scope.</t>
        </li>
        <li>
          <t>Performance Metrics: See <xref target="RFC7799"/>.</t>
        </li>
        <li>
          <t>Probable Root Cause: See <xref target="I-D.ietf-nmop-network-incident-yang"/>.</t>
        </li>
        <li>
          <t>Problem: See <xref target="RFC9940"/>.</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 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>Technical Document:
    This includes any document that describes the
    design, specification, implementation, or deployment of a new Protocol or Protocol Extensions.</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-doc-req-ietf-spec">
      <name>Documentation Requirements for IETF Specifications</name>
      <section anchor="sec-oper-manag-considerations">
        <name>"Operational Considerations" Section</name>
        <t>All Internet-Drafts that document a technical specification for a New Protocol
   or Protocol Extension or describe their use are required to include an "Operational Considerations" section
   if it is the intention that they will be advanced for publication as IETF RFCs.
   Internet-Drafts that do not document technical specifications, such as process, policy, or administrative
   Internet-Drafts, are not required to include such a section.</t>
        <t>After evaluating the operational (<xref target="sec-oper-consid"/>) and manageability (<xref target="sec-mgmt-consid"/>) aspects of a New
   Protocol or Protocol Extension, the resulting practices and
   requirements should be documented
   in an "Operational Considerations" section within the
   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 highly encouraged to include an "Operational
   Considerations" section.</t>
        <t>An "Operational Considerations" section should include a discussion of
   the management and operations topics raised in this document.
   When one or more of these topics is not relevant, it would be helpful
   to include a brief statement explaining why it is not
   relevant or applicable for the New Protocol or Protocol Extension.
   Of course, additional relevant operational and manageability topics
   should be included as well. A concise checklist of key questions is
   provided in <xref target="sec-checklist"/>.</t>
        <t>For New Protocol or Protocol Extension specifications that contain
  Data Models (e.g., YANG) and other schema artifacts (JSON schema, YAML, CDDL, etc.), such artifacts
  may be consumed out of the RFCs that specify them. As such, it is recommended
  that operational aspects for a Data Model (and similar artifacts) are
  documented as part of the model itself. Such considerations should not be
  duplicated in the narrative part of a specification that includes such artifacts.</t>
        <t>For example:</t>
        <ul empty="true">
          <li>
            <t>Readers may refer to the following non-exhaustive list for examples of specifications, covering various areas,
with adequate documentation of operational considerations, including manageability: <xref target="RFC9953"/>,
<xref target="I-D.ietf-suit-mti"/>, <xref target="RFC9937"/>, <xref target="RFC7574"/>, <xref target="RFC9877"/>, and <xref target="RFC9552"/>.
Given the various available transport alternatives, <xref target="RFC9953"/> discusses co-existence with
those and clarifies some key deployment aspects such as redirection, forwarding loop prevention, and error handling.
Also, <xref target="I-D.ietf-ippm-ioam-integrity-yang"/> is an example of a document that follows
the above guidance by documenting operational aspects as part of the YANG module itself.</t>
          </li>
        </ul>
        <t>For architecture documents, an "Operational Considerations" section is expected only where the architecture introduces new operational considerations with normative implications for downstream protocol designs. When included, it should focus on describing the intended deployment environment, assumptions about network operations, potential impacts on existing operational practices, and any high-level requirements that future protocol designs should address. It is not expected to detail specific configuration parameters or management interfaces unless they are integral to the architecture itself. If the architecture document does not introduce new operational considerations, the exemption statement in <xref target="sec-null-sec"/> applies.</t>
      </section>
      <section anchor="sec-null-sec">
        <name>"Operational Considerations" Section Boilerplate When No New Considerations Exist</name>
        <t>After a Protocol Designer has considered the manageability
   requirements of a New Protocol or Protocol Extension, they may determine that no
   management functionality or operational best-practice clarifications are
   needed. It would be helpful to
   reviewers, those who may update or write extensions to the protocol in the
   future, and those deploying the protocol, to know the rationale
   for the decisions on the protocol's manageability at the
   time of its design.</t>
        <t>If there are no new manageability or deployment considerations, the "Operational Considerations" section
   must contain the following simple statement, followed by a brief explanation of
   why that is the case.</t>
        <artwork><![CDATA[
  "There are no new operations or manageability requirements introduced
    by this document.

    [Brief rationale goes here]"
]]></artwork>
        <t>The presence of such a
   section would indicate to the reader that due
   consideration has been given to manageability and operations.</t>
        <t>When the specification is a Protocol Extension, and the base protocol
   already addresses the relevant operational and manageability
   considerations, it is helpful to reference the considerations section
   of the base document.</t>
      </section>
      <section anchor="sec-placement-sec">
        <name>Placement of the "Operational Considerations" Section</name>
        <t>It is recommended that the section be
   placed immediately before the Security Considerations section.
   Reviewers interested in this section will find it easily, and this
   placement could simplify the development of tools to detect its
   presence.</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>Indicate that this document updates RFC 2360 and add the relevant updated text</t>
          </li>
          <li>
            <t>Move the "Operational Considerations" checklist in <xref section="A" sectionFormat="of" target="RFC5706"/> to a Checklist <xref target="CHECKLIST"/> maintained in GitHub</t>
          </li>
          <li>
            <t>Add a concise "Operational Considerations Checklist" appendix (<xref target="sec-checklist"/>) with key questions that should be addressed in protocol specifications</t>
          </li>
          <li>
            <t>Add a requirement for an "Operational Considerations" section in all new RFCs that document a technical specification for a New Protocol or Protocol Extension or describe their use in the IETF Stream, 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-2360-update">
        <name>Update to RFC 2360</name>
        <t>This document replaces this text from Section <xref target="RFC2360" section="2.14" sectionFormat="bare"/> of RFC 2360 <xref target="BCP22"/>:</t>
        <blockquote>
          <t>When relevant, each standard needs to discuss how to manage the
protocol being specified.  This management process should be
compatible with the current IETF Standard management protocol.  In
addition, a MIB must be defined within the standard or in a companion
document.  The MIB must be compatible with current Structure of
Management Information (SMI) and parseable using a tool such as
SMICng.  Where management or a MIB is not necessary this section of
the standard should explain the reason it is not relevant to the
protocol.</t>
        </blockquote>
        <t>with the following:</t>
        <blockquote>
          <t>When relevant, each standard needs to discuss how to manage the
protocol being specified. Refer to RFC XXXX for holistic manageability and operational
considerations.</t>
        </blockquote>
        <ul empty="true">
          <li>
            <t>Note to the RFC Editor: Please replace RFC XXXX with the RFC number to be assigned to this document.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-oper-consid">
      <name>How Will the New Protocol or Protocol Extension Fit into the Current Environment?</name>
      <t>Designers of a New Protocol or Protocol Extension should carefully consider the operational
   aspects of real-world deployments, which can directly
   impact its success. Such aspects include
   interactions with existing solutions, upgrade or deployment paths,
   the ability to debug problems, ease of configuration,
   and a state diagram that operations
   staff can understand. This exercise
   need not be reflected directly in their document, but could help visualize how
   to apply the protocol in the environments where it will be deployed.
   <xref target="RFC5218"/> provides a more detailed discussion on what makes for a successful protocol.</t>
      <t>Not every operational consideration can be foreseen at design time. Some considerations reside in how a specification is applied and deployed rather than in the specification itself, and may only become apparent once operational experience has been gained.  In some cases, the relevant questions are not even known in advance. Authors should document what is reasonably foreseeable without speculating, and should expect that operational considerations may need to be revisited as deployment experience accumulates.</t>
      <t>For example:</t>
      <ul empty="true">
        <li>
          <t>BGP flap damping <xref target="RFC2439"/> was designed to block high-frequency route flaps. Some BGP implementations were memory-constrained and elected not to support this function. Others found a conflict where path exploration caused false flap damping resulting in loss of reachability. As a result, flap damping was often not enabled network-wide, contrary to the intentions of the original designers. This behavior emerged only from operational experience at scale, and little text written at design time would have changed the outcome.</t>
        </li>
      </ul>
      <section anchor="sec-install">
        <name>Installation and Initial Setup</name>
        <t>Anything that can be configured can be misconfigured.
   <xref section="3.8" sectionFormat="of" target="RFC1958"/> ("Architectural Principles of the Internet")
   states:</t>
        <blockquote>
          <t>Avoid
   options and parameters whenever possible. Any options and parameters
   should be configured or negotiated dynamically rather than manually.</t>
        </blockquote>
        <t>The New Protocol or Protocol Extension should be able to operate "out of the box".
   To simplify configuration, Protocol Designers should
   specify reasonable defaults, including default modes and
   parameters. For example, define
   default values for modes, timers, default state of logical control
   variables, default transports, and so on.</t>
        <t>Protocol Designers should explain the background of the chosen default
   values and provide the rationale.
   In many cases, as
   technology changes, the documented values might make less and less
   sense. It is helpful 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
   change over time as network speeds increase,
   and cryptographic algorithms might be expected to change
   over time as older algorithms are "broken".</t>
        <t>Default values should generally favor the conservative side over the
   "optimizing performance" side (e.g., the initial Round-Trip Time (RTT) and
   Round-Trip Time Variance (RTTVAR) values of a TCP connection <xref target="RFC6298"/>).</t>
        <t>For parameters that can vary (e.g., speed-dependent), instead of using a
   constant, set the default value as a function of the
   variable to reduce the
   risk of problems caused by technology advancement.</t>
        <t>It must always be possible for an operator to retrieve the actual value in use,
   to determine that the element is running at a known
   default. This is important for troubleshooting, auditing, and ensuring
   consistent behavior across implementations.</t>
        <t>For example:</t>
        <ul empty="true">
          <li>
            <t>Where protocols involve cryptographic keys, Protocol Designers should
   consider not only key generation and validation mechanisms but also the
   format in which private keys are stored, transmitted, and restored.
   Designers should specify any expected consistency checks
   (e.g., recomputing an expanded key from the seed) that help verify
   correctness and integrity. Additionally, guidance should be given on
   data retention, restoration limits, and cryptographic module
   interoperability when importing/exporting private key material. Refer to <xref target="RFC9881"/> for an example of how such considerations are incorporated.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-migration">
        <name>Migration Path</name>
        <t>If the New Protocol or Protocol Extension 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
   Extension. This should include coexistence with previously deployed
   protocols and/or previous versions of the same protocol, management of
   incompatibilities between versions, translation between versions,
   and consideration of potential side effects. A key question is:
   Are older protocols or versions disabled, or do they coexist
   with the New Protocol or Protocol Extension in the network?</t>
        <t>Many protocols benefit from being incrementally deployable --
   operators may deploy some aspects of a protocol before deploying
   it fully, or may deploy to only some nodes in a network before applying to all nodes in the network. In those cases, the operational considerations should
   also specify whether the New Protocol or Protocol Extension requires any changes to
   the existing infrastructure, particularly the network.
   If so, the protocol specification should describe the nature of those
   changes, where they are required, and how they can be introduced in
   a manner that facilitates deployment. Where possible, backward-compatible approaches
   should be preferred over non-backward-compatible ones, since they typically provide a
   smoother migration path with lower cost and impact on existing deployments.</t>
        <t>Security operations (<xref target="sec-impact-secops"/>) are important to ensure the stability and security of networks. Good security operation practices should be encouraged when migrating to a New Protocol or Protocol Extension. For example, patching (i.e., installing new versions that have fixes for security vulnerabilities) is fundamental for security operations, and can be made much easier if Protocol Designers consider supporting cheap and fast connection hand-offs and reconnections.</t>
        <t>When Protocol Designers are considering how deployments should transition to the New Protocol or Protocol Extension, impacts to current techniques employed by operators should be documented and mitigations included, where possible, so that consistent security operations and management can be achieved. Note that transitioning between security mechanisms can be challenging, but it is not desirable to take an easier approach if that leaves data in an open or less-protected
state during the transition.
   Refer to <xref target="RFC8170"/> for a detailed discussion on transition versus coexistence.</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 components 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>Where a New Protocol or Protocol Extension depends on another protocol or component to function correctly, that dependency is a normative property of the specification and belongs in its main body rather than only in the "Operational Considerations" section, so that implementers and operators can identify it easily. For example, if correct operation relies on an accurate time source (such as NTP <xref target="RFC5905"/>), the specification should state that requirement, and the acceptable means of satisfying it, explicitly.</t>
        <t>Another example:</t>
        <ul empty="true">
          <li>
            <t>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 and security. Refer to <xref target="RFC9805"/> for
   deprecation of the IPv6 Router Alert Option for New Protocols and
   Section <xref target="RFC7126" section="4.8" sectionFormat="bare"/> of RFC 7126 <xref target="BCP186"/> for threats and advice related to IPv4 Router Alert.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-impact">
        <name>Impact on Network Operation</name>
        <t>The introduction of a New Protocol or Protocol Extension may
   have an impact on the operation of existing networks, as well as on the
   hosts, devices, and systems that implement or depend on the protocol.
   As discussed in <xref section="2.1" sectionFormat="of" target="RFC6709"/>
   major extensions may have characteristics leading to a risk of
   operational
   problems. Protocol
   Designers should outline such operational impacts (which may be positive),
   including scaling benefits or concerns, and interactions with other protocols.
   Protocol Designers should describe the scenarios in which the New
   Protocol or its extensions are expected to be applicable or
   beneficial. This includes any relevant deployment environments,
   network topologies, usage constraints such as limited domains
   <xref target="RFC8799"/>, or use cases that justify or constrain adoption.
   For example, a New Protocol or Protocol Extension that doubles the number of active,
   reachable addresses in a network might have implications for the
   scalability of interior gateway protocols, and such impacts should
   be evaluated accordingly. Per Section <xref target="RFC2360" section="2.15" sectionFormat="bare"/> of RFC 2360 <xref target="BCP22"/>, New Protocol or Protocol Extension specifications
   should establish the limitations on the scale of use and limits on the resources used.</t>
        <t>If the protocol specification requires changes to end hosts or network
   infrastructure, it should indicate whether safeguards exist to protect
   both end hosts and devices and the broader network from potential
   overload. Moreover, per Section <xref target="RFC2360" section="2.16" sectionFormat="bare"/> of RFC 2360 <xref target="BCP22"/>, New Protocol
   or Protocol Extension specifications should address any possible destabilizing events,
   and means by which the protocol resists or recovers from them. For instance, a congestion control algorithm must
   comply with <xref target="BCP133"/> to prevent congestion collapse and ensure
   network stability.</t>
        <t>A protocol could send active monitoring packets on the wire. Without careful
   consideration, active monitoring might achieve high accuracy at the cost of
   generating an excessive number of monitoring packets.</t>
        <t>Protocol Designers 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>Protocol Designers should also consider the impact on infrastructure
   applications such as the DNS <xref target="RFC1034"/>, the
   registries, or the size of routing tables.</t>
        <t>For example:</t>
        <ul empty="true">
          <li>
            <t>SMTP <xref target="RFC5321"/> servers use a reverse DNS lookup to filter
   out incoming connection requests: when Berkeley installed a new spam filter that used reverse DNS lookup,
   their mail server stopped functioning because of overload of the DNS
   cache resolver.</t>
          </li>
        </ul>
        <t>The impact of New Protocols or Protocol Extensions, and the results
of new OAM tools developed for them,
must be considered with respect to
traffic delivery performance and ongoing manageability. For
example, it must be noted whether the New Protocol, Protocol Extension,
or OAM tools cause increased delay or jitter in real-time traffic
applications, or increased response time in client-server
applications. Further, if the additional traffic caused by OAM tools
and data collection could result in the management plane becoming
overwhelmed, then this must be called out, and suitable mechanisms to
rate limit the OAM traffic must be considered. Potential options include: document the limitations, propose solution track(s), include an optional rate limiting feature in the specifications, or impose a rate limiting feature in the specifications.</t>
        <t>For example:</t>
        <ul empty="true">
          <li>
            <t>(1) In Bidirectional Forwarding Detection (BFD) for MPLS <xref target="RFC5884"/> it is
possible to configure very rapid BFD transmissions (of the order of
3ms) on a very large number of parallel Label Switched Paths (LSPs)
with the result that the management systems and end nodes may become
overwhelmed -- this can be protected by applying limits to
the number of LSPs that may be tested at once.</t>
            <t>(2) Notifications or logs from systems (through YANG or other means)
should be rate-limited so that they do not flood the receiving
management station.</t>
            <t>(3) The application of sophisticated encryption or filtering rules
needs to be considered in the light of the additional processing
they may impose on the hardware forwarding path for traffic.</t>
          </li>
        </ul>
        <t>New metrics may be required to assess traffic performance. Protocol Designers may refer to <xref target="RFC6390"/> for guidelines for considering new performance metrics.</t>
        <t>Protocol Designers should account for MTU constraints when designing protocols that carry management traffic or measurement data, including any reduction in effective payload size introduced by tunnel or encapsulation overhead. <xref target="RFC8899"/> specifies path MTU discovery for datagram transports, and <xref section="6.1" sectionFormat="of" target="RFC8900"/> gives recommendations for protocol developers on avoiding reliance on IP fragmentation.</t>
      </section>
      <section anchor="sec-impact-secops">
        <name>Impact on Security Operations</name>
        <t>Security Operations (SecOps) is a collaborative approach that combines security and operational teams to improve the ability of operators to protect and manage the network effectively and efficiently <xref target="SECOPS"/>. Security operators detect malicious activity and respond to threats and are a crucial part of defending against attacks alongside the management and operation of the network.</t>
        <t>Protocol Designers should consider the impacts of a New Protocol or Protocol Extension on Security Operations in networks that the protocol will be deployed in.</t>
        <t>Security operators extensively rely upon Indicators of Compromise (IoCs) <xref target="RFC9424"/>. The deployment of a New Protocol or Protocol Extension may change the type, locations, or availability of IoCs. Protocol Designers should outline such changes to ensure operators can manage and defend their networks, systems, and devices consistently.
Consider the operators' requirement for digital forensics from the network or endpoints with critical information found in logs. Logging events schema and guidance for operators should be considered when designing a New Protocol or Protocol Extension to ensure operators have the information they need. <xref target="I-D.ietf-quic-qlog-main-schema"/> is an example of extensible structured logging.</t>
        <t>Tooling needed by security operators should be considered when designing and deploying a New Protocol or Protocol Extension. Operators may require new tooling or methods for managing network traffic in response to protocol changes to ensure consistent availability and performance of networks. Similarly, updating and augmenting existing forensic tools such as protocol dissectors is expected when a New Protocol is deployed, but having to completely rebuild such tooling would greatly reduce the effectiveness of security operators, so protocol extensibility should be considered. The absence of such tooling is not, by itself, a reason to delay publication of the specification. Indicators of compromise, and the means to detect exploitation, tend to evolve only as operational experience accumulates and as attacks emerge.  Detailed forensic and tooling guidance may therefore be developed after the protocol is specified and is expected to be refined over time (see also <xref target="sec-oper-mgmt-tooling"/>).</t>
        <t>For further information on the security operations considerations discussed in this section, refer to <xref target="I-D.parsons-opsawg-security-operations"/>.</t>
      </section>
      <section anchor="sec-oper-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
   may suggest testing techniques for qualifying and quantifying the impact of the protocol on
   the network before it is partially or fully deployed, as well as testing techniques for
   identifying the effects that the protocol might have on the network after being
   deployed.</t>
        <t>Protocol Designers should consider techniques for testing the
   effect the protocol has had on the infrastructure by sending data
   through it and observing its behavior (also known as active
   monitoring). Protocol Designers should consider how the correct
   end-to-end operation of the New Protocol or Protocol Extension can be tested
   actively and passively, and how the correct data- or forwarding-plane
   function of each involved element can be verified to be working
   correctly with the New Protocol or Protocol Extension.</t>
        <t>Protocol Designers should consider how to test the correct end-to-end
   operation of the service or network, how to verify correct
   protocol behavior, and whether such verification is achieved by testing
   the service function and/or the forwarding function of
   each network element. This may be accomplished through the collection of status and
   statistical information gathered from devices.</t>
        <t>Having simple protocol status and health indicators on involved
   devices is a recommended means to check correct operation.</t>
      </section>
      <section anchor="sec-messages">
        <name>Message Formats</name>
        <t>Where protocol specifications result in messages (such as errors or warnings) being carried as text strings or output for consumption by human operators, consideration should be given to making it possible for implementations to be configured so that the messages can be viewed in the local language. In such cases, it is helpful to transmit a specific message code (i.e., a number) along with the message text, and to include a language tag (as described in <xref target="BCP47"/>) to enable correct identification and rendering in the appropriate language. Protocol specifications should not assume English as the default language.</t>
        <t>Further discussion of Internationalization issues may be found in <xref target="BCP166"/>.</t>
      </section>
    </section>
    <section anchor="sec-mgmt-consid">
      <name>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 describe what aspects of the system
   require management and the management functions that need to be
   supported. This includes identifying any assumptions or constraints
   relevant to management interactions, such as the types of interfaces or
   protocols required. These considerations should avoid dependence on a
   specific management deployment model and should remain applicable
   regardless of where management systems are located or how they are
   accessed.</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 or Protocol Extension 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 or Protocol Extensions.</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 or Protocol Extension.
   Often, an individual network element is unaware 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. Network Configuration Protocol (NETCONF) <xref target="RFC6241"/>
   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>
      <t>The subsections from <xref target="sec-fm-mgmt"/> through <xref target="sec-security-mgmt"/> are organized following
   the Fault, Configuration, Accounting, Performance, and Security (FCAPS) network management
   framework.</t>
      <section anchor="sec-mgmt-tech">
        <name>Available Management Technologies</name>
        <t>The IETF provides several standardized management protocols suitable for
   various operational purposes, for example as outlined in <xref target="RFC6632"/>.
   Note that SNMP is no longer recommended for configuration (read-write)
   operations.  Better programmatic alternatives are discussed
   further in Section <xref format="counter" target="sec-interop"/>. This document formally deprecates the following recommendation from <xref target="BCP22"/>:</t>
        <blockquote>
          <t>a MIB must be defined within the standard or in a companion document.</t>
        </blockquote>
        <t>Data collection practice has evolved substantially since <xref target="RFC6632"/> was
   published. Designers should also consider mechanisms developed since,
   including the BGP Monitoring Protocol (BMP) <xref target="RFC7854"/>, subscription to
   YANG notifications <xref target="RFC8639"/> <xref target="RFC8641"/>, and the alarm management
   model <xref target="RFC8632"/>; <xref target="RFC9232"/> provides a framework relating these to
   one another.</t>
        <t>Readers seeking more in-depth definitions or explanations should consult
   the referenced materials.</t>
      </section>
      <section anchor="sec-interop">
        <name>Interoperability</name>
        <t>Management interoperability is critical for enabling information exchange
   and operations across diverse network devices and management applications,
   regardless of vendor, model, or software release. It facilitates the use
   of third-party applications and outsourced management services.</t>
        <t>While individual device management via Proprietary Interfaces may
   suffice for small deployments, large-scale networks comprising equipment
   from multiple vendors necessitate consistent, automated management.
   Relying on vendor- and model-specific interfaces for extensive deployments,
   such as hundreds of branch offices, severely impedes scalability and automation
   of operational processes. The primary goal of management interoperability is to
   enable the scalable deployment and lifecycle management of new network functions
   and services, while ensuring a clear understanding of their operational impact
   and total cost of ownership.</t>
        <t>Achieving universal agreement on a single management syntax and protocol is
   challenging. However, the IETF has significantly evolved its approach to
   network management, moving beyond Structure of Management Information
   version 2 (SMIv2) and SNMP. Modern IETF management solutions primarily
   leverage YANG <xref target="RFC7950"/> for Data Modeling and NETCONF <xref target="RFC6241"/> or
   RESTful Configuration Protocol (RESTCONF) <xref target="RFC8040"/> for protocol
   interactions. This shift, as further elaborated in <xref target="RFC6632"/>, emphasizes
   structured Data Models and programmatic interfaces to enhance automation and
   interoperability. Other protocols, such as IP Flow Information Export
   (IPFIX) <xref target="RFC7011"/> for flow accounting and syslog (System Logging
   Protocol) <xref target="RFC5424"/> for logging, continue to play specific roles in
   comprehensive network management.</t>
        <t>Interoperability must address both syntactic and semantic aspects. While syntactic variations
   across implementations can often be handled through adaptive processing, semantic differences pose a
   greater challenge, as the meaning of data is intrinsically tied to the managed entity.</t>
        <t>Information Models (IMs) enable and provide the foundation for semantic interoperability. An IM defines the
   conceptual understanding of managed information, independent of specific protocols or vendor
   implementations. This allows for consistent interpretation and correlation of data across different
   data models (and hence management protocols), such as a YANG Data Model and IPFIX Information Elements concerning the same
   event. For instance, an IM can standardize how error conditions are counted, ensuring that a counter
   has the same meaning whether collected via NETCONF or exported via IPFIX.</t>
        <t>Protocol Designers should consider developing an IM, when multiple Data Model (DM)
   representations (e.g., YANG and/or IPFIX) are required, to ensure lossless
   semantic mapping. IMs are also beneficial for complex or numerous DMs. As illustrated in <xref target="fig-im-dm"/>, an
   IM serves as a conceptual blueprint for designers and operators, from which concrete DMs are derived
   for implementers. <xref target="RFC3444"/> provides further guidance on distinguishing IMs from DMs.</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>Protocol Designers must identify the essential operational, configuration, state, and statistical
   information required for effective monitoring, control, and troubleshooting of New Protocols or Protocol Extensions.
   This includes defining relevant parameters, performance metrics, error indicators,
   and contextual data crucial for diagnostics and lifecycle management.</t>
        <t>To ensure interoperability, management protocol and Data Model standards should incorporate clear
   compliance clauses, specifying the expected level of support.</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>While an Information Model is typically described in English text
   (or sometimes the Unified Modeling Language (UML)) to define the conceptual
   management requirements,
   authors may choose to express it using YANG Data Structure Extensions <xref target="RFC8791"/>
   as described in <xref target="sec-im-design"/>.  Using YANG for the Information Model can make
   it easier to link abstract concepts to concrete data types in the corresponding Data Model,
   helping maintain consistency between 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>There may be a need to support both CLI (e.g., for
   troubleshooting) and a programmatic interface (e.g., for automated
   monitoring and Cause analysis). The APIs and CLI should
   expose consistent information so that an operator receives the same
   view of the protocol state regardless of which interface is used.
   Counter definitions, in particular, should be unambiguous and
   consistently defined across both types of interface.</t>
        <t>When defining management information, it is important to categorize
   data into configuration, operational state, and statistics. Conflating
   these distinct types into a single element makes it difficult for operators
   to distinguish between administratively set values and the dynamic state of
   the protocol. The model should be structured to allow these categories to be
   handled independently.</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. Essential objects are those needed to answer the
diagnostic, configuration, and operational questions the protocol is
expected to support; objects that are technically accessible but do not
serve these functions should be excluded. There should be no duplication
between objects, and where one piece of information can be derived from
other pieces of information, it should not itself be represented as an
object.</t>
            </li>
            <li>
              <t>Verify that each object serves a distinct management purpose and cannot
be derived from other objects already in the model. Objects that are
redundant or that conflate multiple concerns should be split or
eliminated.</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 heavy instrumentation of performance-critical code paths or
state that is expensive to query or compute. A guideline is to limit
instrumentation to one counter per significant processing stage or
operational boundary per layer.</t>
            </li>
            <li>
              <t>When expressing 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="RFC9907"/>.</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="RFC9907"/>. 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 Network and Service
  YANG modules, consider how the status and relationships of abstract or
  distributed constructs can be reflected based on parameters available
  in the network.</t>
          <t>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
  network-level abstractions and device-level information. Similarly, it is beneficial to define
  events (and relevant triggered notifications) at the device, network, and
  service levels that indicate changes in an underlying state, enabling
  reliable detection and correlation of service-affecting conditions across
  these levels. Including such mechanisms improves the robustness of
  integrations and helps ensure consistent behavior across
  implementations.</t>
          <t>For example:</t>
          <ul empty="true">
            <li>
              <t>A device YANG module may define a notification indicating that a
  hardware component, such as a line card, has failed. An implementation
  (e.g., a network controller that is aware of device inventory) can
  correlate such a device-level notification with the interfaces hosted
  on the affected line card and their subsequent down status to determine
  that a link supporting the network is no longer operational, and expose
  a corresponding network-level notification using a Network Model such
  as L3NM <xref target="RFC9182"/>. Likewise, an implementation managing the service layer can
  correlate that network-level notification with the affected service and
  use a Service Model such as L3SM <xref target="RFC8299"/> to report a
  service-degraded event to the customer, without requiring the
  service-facing model to expose device-level detail.</t>
            </li>
          </ul>
          <t>Specific guidelines to consider when authoring any type of YANG
  modules are described in <xref target="RFC9907"/>.</t>
        </section>
      </section>
      <section anchor="sec-fm-mgmt">
        <name>Fault Management</name>
        <t>Protocol Designers should identify and document
   essential Faults, health indicators, alarms, and events that must be
   propagated to management applications or exposed through a Data
   Model. It is also recommended to describe how the Protocol Extension
   will affect the existing alarms and notification structure of the
   base Protocol, and to outline the potential impact of misconfigurations
   of the Protocol Extensions.</t>
        <t>Protocol Designers 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 Protocol Designers 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>The alarm management model <xref target="RFC8632"/> already addresses many of these
   questions, including alarm identification, severity, root cause and
   impacted resource, and shelving for suppression; it also distinguishes
   alarm state from the notifications that report it. Protocol Designers
   should consider reusing it rather than defining new notification
   structures.</t>
        <t>Notifications (e.g., SNMP traps and informs, syslog, or protocol-specific mechanisms) can alert an operator when an
   aspect of the New Protocol or Protocol Extension fails or encounters an error or failure
   condition.
   Should the event reporting provide guaranteed accurate delivery of
   the event information within a given (high) margin of confidence?
   Can the latest events in the box be polled?</t>
        <section anchor="sec-monitor">
          <name>Liveness Detection and Monitoring</name>
          <t>Protocol Designers should build in basic testing features
   (e.g., ICMP echo, UDP
   or TCP echo services, and null Remote Procedure Calls
   (RPCs)) that can be used to test for liveness, with the option to
   enable or 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 be usable to help determine
   error conditions? Are notifications for all events needed, or
   are there some "standard" notifications that could be used? Or can
   relevant counters be polled as needed?</t>
          <t>For example:</t>
          <ul empty="true">
            <li>
              <t>Remote Monitoring (RMON) events/alarms provide a threshold-based mechanism.</t>
            </li>
          </ul>
        </section>
        <section anchor="sec-cause-analysis">
          <name>Probable Root Cause Analysis</name>
          <t>Probable Root Cause analysis is about working out where the foundational
   Fault or Problem might be. Since one Fault may give rise to another Fault or
   Problem, a Probable Root Cause is commonly meant to describe the original,
   source event or combination of circumstances that is the foundation of all
   related Faults.</t>
          <t>For example:</t>
          <ul empty="true">
            <li>
              <t>If end-to-end data delivery is failing (e.g., reported by a
   notification), Probable Root Cause analysis can help find the failed link
   or node, or mis-configuration, within the end-to-end path.</t>
            </li>
          </ul>
        </section>
        <section anchor="sec-fault-isol">
          <name>Fault Isolation</name>
          <t>It might be useful to isolate or quarantine Faults. Protocol Designers
   should consider Fault isolation mechanisms appropriate to the deployment
   environment. At the network level, this might involve configuring
   next-hop devices to drop faulty messages to prevent them from
   propagating through the network, such as isolating a device that emits
   malformed messages that are necessary to coordinate connections properly.
   At the host level, isolation mechanisms may include process quarantine,
   container or virtual machine isolation, or disabling a misbehaving
   protocol implementation without disrupting other services on the same
   device. The range of appropriate isolation mechanisms will depend on
   where the protocol is deployed and the nature of the Fault.</t>
        </section>
      </section>
      <section anchor="sec-config-mgmt">
        <name>Configuration Management</name>
        <t>Configuration management applies to a broad range of deployment
   environments, including conventional network devices, IoT device fleets,
   containerized workloads, cloud-hosted services, and home network
   equipment. While many examples in this section are drawn from network
   device management, the principles apply equally to any environment where
   the protocol is deployed. Protocol Designers should consider how
   configuration is managed in the environments relevant to their protocol,
   acknowledging centralized configuration management approaches (e.g.,
   intent-based or model-driven systems) beyond conventional per-device
   management.</t>
        <t>A Protocol Designer should document the basic configuration
   parameters that need to be instrumented for a New Protocol or Protocol Extension, as well
   as default values and modes of operation.</t>
        <t>What information should be maintained across reboots of the device,
   or restarts of the management system?</t>
        <t>"Requirements for Configuration Management of IP-based Networks"
    <xref target="RFC3139"/> discusses requirements for configuration management, including
    discussion of different levels of management, high-level policies,
    network-wide configuration data, and device-local configuration. Network
    configuration extends beyond simple multi-device push or pull operations.
    It also involves ensuring that the configurations being pushed are
    semantically compatible across devices and that the resulting behavior of
    all involved devices corresponds to the intended behavior. Is the
    attachment between them configured compatibly on both ends? Is the
    IS-IS metric the same?
    Answering those questions for a network with one thousand devices is not that easy.</t>
        <t>Several efforts have existed in the IETF to develop policy-based
   configuration management. "Terminology for Policy-Based Management"
   <xref target="RFC3198"/> was written to standardize the terminology across these
   efforts.</t>
        <t>Implementations should not arbitrarily modify configuration data. If a
   Protocol Designer defines mechanisms for configuration, it would be
   preferable to standardize the order of elements for consistency of
   configuration and of reporting across vendors and across releases
   from vendors.</t>
        <t>Network-wide configurations may be stored in central 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. It is operationally beneficial 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 or service as a whole, rather than individual
   devices. Support for configuration transactions across several
   devices could significantly simplify network configuration
   management. The ability to distribute configurations to multiple
   devices, or to modify candidate configurations on multiple devices,
   and then activate them in a near-simultaneous manner might help.
   Protocol Designers can consider how it would make sense for their
   protocol to be configured across multiple devices. Configuration
   templates might also be helpful.</t>
        <t>Consensus of the 2002 IAB Network Management Workshop <xref target="RFC3535"/> was that textual
   configuration files should be able to contain international characters.
   For human-readable strings carried in protocols, <xref target="RFC5198"/> provides
   guidance on the use of UTF-8 with NFC normalization for consistent
   encoding of Unicode text; protocol elements that are not intended for
   human consumption may remain in ASCII. Requirements for the encoding of
   device-local configuration files are generally outside the scope of IETF
   standardization and should be handled appropriately for the deployment
   environment.</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 highly beneficial.</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>
      <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, building on the foundational methodology
   in <xref target="RFC2544"/>. 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.</t>
        <t>Performance metrics may be useful in multiple environments and for
   different protocols. The IETF, via the IP Performance Measurement
   (IPPM) WG, has developed a set of standard metrics, building on the
   framework defined in <xref target="RFC2330"/>, 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 management, it is often more important to report the time
   spent in a state rather than just the current state. Snapshots alone
   are typically of less value. <xref target="RFC7799"/> classifies measurement methods as active,
   passive, or hybrid.  This classification is relevant to the protocol, device, network,
   and service monitoring approaches discussed in <xref target="sec-monitor-proto"/>, <xref target="sec-monitor-dev"/>,
   <xref target="sec-monitor-net"/>, and <xref target="sec-monitor-svc"/>.</t>
        <t>There are several parts of performance management to consider:
   protocol monitoring, device monitoring (the impact of new
   functionality/service activation on the device), network monitoring,
   and service monitoring (the impact of service activation on the
   network). Hence, if the implementation of the
   New Protocol or Protocol Extension has any significant hardware/software performance implications
   (e.g., increased CPU utilization, memory consumption, or forwarding
   performance degradation), the Protocol Designers should clearly
   describe these impacts in the specification, along with any
   conditions under which they may occur and possible mitigation
   strategies.</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 it, or should they rollover?
   Guidance should explain how rollovers are detected, including multiple
   occurrences.</t>
          <t>Consider whether multiple management applications will share a
   counter; if so, then no one management application should be allowed
   to reset the value to zero since this will impact other applications.</t>
          <t>Could events, such as hot-swapping a blade in a chassis, cause
   discontinuities in counter? Does this make any difference in
   evaluating the performance of a protocol?</t>
          <t>The protocol specification should clearly define any inherent
   limitations and describe expected behavior when those limits
   are exceeded. These considerations should be made independently
   of any specific management protocol or data modeling language.
   In other words, focus on what makes sense for the protocol being
   managed, not the protocol used for management. If a constraint
   is not specific to a management protocol, then it should be left
   to Data Model designers of that protocol to determine how to handle it.</t>
          <t>For example:</t>
          <ul empty="true">
            <li>
              <t>VLAN identifiers (VLAN IDs) are defined by the 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>
            </li>
          </ul>
        </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>
        </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>
          <t>Note that monitoring a service must consider the utility to the user.
   This includes responsiveness, smoothness (absence of jitter), throughput,
   and other "quality of experience" factors.</t>
        </section>
      </section>
      <section anchor="sec-security-mgmt">
        <name>Security Management</name>
        <t>Protocol Designers should consider how to monitor and manage security
   aspects and vulnerabilities of the New Protocol or Protocol Extension.
   Likewise, Protocol Designers should consider how some operations (e.g., logging)
   might include privacy-sensitive information, which ought to be controlled
   to avoid access by unauthorized entities.</t>
        <t>Protocol Designers should consider whether a system automatically
   notifies operators of every event occurrence as default behavior or
   should define an operator-defined threshold to control when a
   notification is sent to an operator.</t>
        <t>Protocol Designers should assess whether and which statistics need to
   be collected about the operation of the New Protocol that might be
   useful for detecting attacks (e.g., the receipt of malformed
   messages, messages out of order, or messages with invalid
   timestamps). If such statistics are collected, care should be taken
   to evaluate whether it is important to count them separately for
   each sender to help identify the source of attacks.</t>
        <t>Security-oriented manageability topics may include risks of insufficient
   monitoring, regulatory issues with missing audit trails, log capacity
   limits, and security exposures in recommended management mechanisms.</t>
        <t>Protocol Designers should consider security threats that may be
   introduced by management operations.</t>
        <t>For example:</t>
        <ul empty="true">
          <li>
            <t>Control and Provisioning of Wireless Access
   Points (CAPWAP) <xref target="RFC5415"/> 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>
          </li>
        </ul>
        <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 (ACLs)
   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 ACLs are
   maintained and updated.</t>
        <t>Notifications (e.g., syslog messages) might
   already exist, or can be defined, to alert operators to the
   conditions identified in the Security Considerations for the New
   Protocol or Protocol Extension. The syslog should also record events,
   such as failed logins, but it must be secured.</t>
        <t>For example:</t>
        <ul empty="true">
          <li>
            <t>All commands entered by operators can be logged via syslog to provide
   an audit trail.  Authentication events, including logins, logouts, and
   failed login attempts, can be recorded using the Secure Shell (SSH)
   Protocol <xref target="RFC4251"/>, capturing the source of each connection.</t>
          </li>
        </ul>
        <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. Refer also to <xref target="RFC8341"/> for more details on access control types and rules.</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 in the operational considerations section,
   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 or Protocol Extensions. These events can be specifically
leveraged to assess the operational (including manageability) implications
of a New Protocol or Protocol Extension 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 anchor="sec-ai-tooling">
        <name>AI Tooling Considerations</name>
        <t>With the increasing adoption of Artificial Intelligence (AI)
   in network operations, Protocol Designers
   must consider the implication such functions may have on New Protocols
   and Protocol Extensions. AI
   models often require extensive and granular data for training and
   inference, requiring efficient, scalable, and secure mechanisms
   for telemetry, logging, and state information collection. Protocol Designers
   should anticipate that AI-powered management tools may generate
   frequent and potentially aggressive querying patterns on network
   devices and controllers. Therefore, protocols should be designed with Data
   Models and mechanisms intended to prevent overload from automated
   interactions, such as subscription to YANG notifications <xref target="RFC8639"/>
          <xref target="RFC8641"/>, which bounds that load and provides change semantics rather
   than repeated snapshots, while also accounting for AI-specific security
   considerations such as data integrity and protection against
   adversarial attacks on management interfaces. These considerations
   are also relevant to Performance Management (Section <xref format="counter" target="sec-perf-mgmt"/>)
   and Security Management (Section <xref format="counter" target="sec-security-mgmt"/>).</t>
      </section>
    </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>Operational Considerations</name>
      <t>There are no new operations or manageability requirements introduced
   by this document.</t>
      <t>Although this document focuses on operations and manageability guidance, it does not define a New Protocol, a Protocol Extension, or an architecture.</t>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>This document provides guidelines for Protocol Designers for
   considering manageability and operations. It introduces no new
   security concerns.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <referencegroup anchor="BCP22" target="https://www.rfc-editor.org/info/bcp22">
          <reference anchor="RFC2360" target="https://www.rfc-editor.org/info/rfc2360">
            <front>
              <title>Guide for Internet Standards Writers</title>
              <author fullname="G. Scott" initials="G." surname="Scott"/>
              <date month="June" year="1998"/>
              <abstract>
                <t>This document is a guide for Internet standard writers. It defines those characteristics that make standards coherent, unambiguous, and easy to interpret. 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="22"/>
            <seriesInfo name="RFC" value="2360"/>
            <seriesInfo name="DOI" value="10.17487/RFC2360"/>
          </reference>
        </referencegroup>
        <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="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>
      </references>
      <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="PERFMETRDIR" target="&lt;https://datatracker.ietf.org/group/perfmetrdir/about/&gt;">
          <front>
            <title>Performance Metrics Directorate (perfmetrdir)</title>
            <author>
              <organization/>
            </author>
            <date year="2026"/>
          </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="SECOPS" target="https://niccs.cisa.gov/resources/glossary">
          <front>
            <title>NICCS Glossary</title>
            <author>
              <organization/>
            </author>
            <date year="2025" month="August"/>
          </front>
        </reference>
        <referencegroup anchor="BCP186" target="https://www.rfc-editor.org/info/bcp186">
          <reference anchor="RFC7126" target="https://www.rfc-editor.org/info/rfc7126">
            <front>
              <title>Recommendations on Filtering of IPv4 Packets Containing IPv4 Options</title>
              <author fullname="F. Gont" initials="F." surname="Gont"/>
              <author fullname="R. Atkinson" initials="R." surname="Atkinson"/>
              <author fullname="C. Pignataro" initials="C." surname="Pignataro"/>
              <date month="February" year="2014"/>
              <abstract>
                <t>This document provides advice on the filtering of IPv4 packets based on the IPv4 options they contain. Additionally, it discusses the operational and interoperability implications of dropping packets based on the IP options they contain.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="186"/>
            <seriesInfo name="RFC" value="7126"/>
            <seriesInfo name="DOI" value="10.17487/RFC7126"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC5706">
          <front>
            <title>Guidelines for Considering Operations and Management of New Protocols and Protocol Extensions</title>
            <author fullname="D. Harrington" initials="D." surname="Harrington"/>
            <date month="November" year="2009"/>
            <abstract>
              <t>New protocols or protocol extensions are best designed with due consideration of the functionality needed to operate and manage the protocols. Retrofitting operations and management is sub-optimal. The purpose of this document is to provide guidance to authors and reviewers of documents that define new protocols or protocol extensions regarding aspects of operations and management that should be considered. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5706"/>
          <seriesInfo name="DOI" value="10.17487/RFC5706"/>
        </reference>
        <referencegroup anchor="BCP72" target="https://www.rfc-editor.org/info/bcp72">
          <reference anchor="RFC3552" target="https://www.rfc-editor.org/info/rfc3552">
            <front>
              <title>Guidelines for Writing RFC Text on Security Considerations</title>
              <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
              <author fullname="B. Korver" initials="B." surname="Korver"/>
              <date month="July" year="2003"/>
              <abstract>
                <t>All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak. This document provides guidelines to RFC authors on how to write a good Security Considerations section. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="72"/>
            <seriesInfo name="RFC" value="3552"/>
            <seriesInfo name="DOI" value="10.17487/RFC3552"/>
          </reference>
          <reference anchor="RFC9416" target="https://www.rfc-editor.org/info/rfc9416">
            <front>
              <title>Security Considerations for Transient Numeric Identifiers Employed in Network Protocols</title>
              <author fullname="F. Gont" initials="F." surname="Gont"/>
              <author fullname="I. Arce" initials="I." surname="Arce"/>
              <date month="July" year="2023"/>
              <abstract>
                <t>Poor selection of transient numerical identifiers in protocols such as the TCP/IP suite has historically led to a number of attacks on implementations, ranging from Denial of Service (DoS) or data injection to information leakages that can be exploited by pervasive monitoring. Due diligence in the specification of transient numeric identifiers is required even when cryptographic techniques are employed, since these techniques might not mitigate all the associated issues. This document formally updates RFC 3552, incorporating requirements for transient numeric identifiers, to prevent flaws in future protocols and implementations.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="72"/>
            <seriesInfo name="RFC" value="9416"/>
            <seriesInfo name="DOI" value="10.17487/RFC9416"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC6390">
          <front>
            <title>Guidelines for Considering New Performance Metric Development</title>
            <author fullname="A. Clark" initials="A." surname="Clark"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="October" year="2011"/>
            <abstract>
              <t>This document describes a framework and a process for developing Performance Metrics of protocols and applications transported over IETF-specified protocols. These metrics can be used to characterize traffic on live networks and services. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="170"/>
          <seriesInfo name="RFC" value="6390"/>
          <seriesInfo name="DOI" value="10.17487/RFC6390"/>
        </reference>
        <referencegroup anchor="BCP14" target="https://www.rfc-editor.org/info/bcp14">
          <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
            <front>
              <title>Key words for use in RFCs to Indicate Requirement Levels</title>
              <author fullname="S. Bradner" initials="S." surname="Bradner"/>
              <date month="March" year="1997"/>
              <abstract>
                <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="14"/>
            <seriesInfo name="RFC" value="2119"/>
            <seriesInfo name="DOI" value="10.17487/RFC2119"/>
          </reference>
          <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
            <front>
              <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
              <author fullname="B. Leiba" initials="B." surname="Leiba"/>
              <date month="May" year="2017"/>
              <abstract>
                <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="14"/>
            <seriesInfo name="RFC" value="8174"/>
            <seriesInfo name="DOI" value="10.17487/RFC8174"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC9940">
          <front>
            <title>Some Key Terms for Network Fault and Problem Management</title>
            <author fullname="N. Davis" initials="N." role="editor" surname="Davis"/>
            <author fullname="A. Farrel" initials="A." role="editor" surname="Farrel"/>
            <author fullname="T. Graf" initials="T." surname="Graf"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="C. Yu" initials="C." surname="Yu"/>
            <date month="April" year="2026"/>
            <abstract>
              <t>This document sets out some terms that are fundamental to a common understanding of network fault and problem management within the IETF.</t>
              <t>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 data models and management protocols that report, make visible, or manage network faults and problems.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9940"/>
          <seriesInfo name="DOI" value="10.17487/RFC9940"/>
        </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="RFC10014">
          <front>
            <title>Guidelines for Characterizing the Term "OAM"</title>
            <author fullname="C. Pignataro" initials="C." surname="Pignataro"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <author fullname="T. Mizrahi" initials="T." surname="Mizrahi"/>
            <date month="June" year="2026"/>
            <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 qualifiers 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 recommends not to use these two terms when referring to OAM.</t>
              <t>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 IETF documents.</t>
              <t>This document extends RFC 6291 by adding to the guidelines for the use of the term "OAM" with qualifiers. It does not modify any part of RFC 6291.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="161"/>
          <seriesInfo name="RFC" value="10014"/>
          <seriesInfo name="DOI" value="10.17487/RFC10014"/>
        </reference>
        <reference anchor="RFC7799">
          <front>
            <title>Active and Passive Metrics and Methods (with Hybrid Types In-Between)</title>
            <author fullname="A. Morton" initials="A." surname="Morton"/>
            <date month="May" year="2016"/>
            <abstract>
              <t>This memo provides clear definitions for Active and Passive performance assessment. The construction of Metrics and Methods can be described as either "Active" or "Passive". Some methods may use a subset of both Active and Passive attributes, and we refer to these as "Hybrid Methods". This memo also describes multiple dimensions to help evaluate new methods as they emerge.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7799"/>
          <seriesInfo name="DOI" value="10.17487/RFC7799"/>
        </reference>
        <reference anchor="I-D.ietf-nmop-network-incident-yang">
          <front>
            <title>A YANG Data Model for Network Incident Management</title>
            <author fullname="Tong Hu" initials="T." surname="Hu">
              <organization>CMCC</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Nigel Davis" initials="N." surname="Davis">
              <organization>Ciena</organization>
            </author>
            <author fullname="Chong Feng" initials="C." surname="Feng">
         </author>
            <date day="29" month="July" year="2026"/>
            <abstract>
              <t>   This document defines a YANG Module for the network incident
   lifecycle management.  This YANG module is meant to provide a
   standard way to report, diagnose, and help reduce troubleshooting
   tickets and resolve network incidents for the sake of network service
   health and probable cause analysis.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-nmop-network-incident-yang-13"/>
        </reference>
        <reference anchor="RFC9953">
          <front>
            <title>DNS over CoAP (DoC)</title>
            <author fullname="M. S. Lenders" initials="M. S." surname="Lenders"/>
            <author fullname="C. Amsüss" initials="C." surname="Amsüss"/>
            <author fullname="C. Gündoğan" initials="C." surname="Gündoğan"/>
            <author fullname="T. C. Schmidt" initials="T. C." surname="Schmidt"/>
            <author fullname="M. Wählisch" initials="M." surname="Wählisch"/>
            <date month="March" year="2026"/>
            <abstract>
              <t>This document defines a protocol for exchanging DNS queries (OPCODE 0) over the Constrained Application Protocol (CoAP). These CoAP messages can be protected by (D)TLS-Secured CoAP or Object Security for Constrained RESTful Environments (OSCORE) to provide encrypted DNS message exchange for constrained devices in the Internet of Things (IoT).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9953"/>
          <seriesInfo name="DOI" value="10.17487/RFC9953"/>
        </reference>
        <reference anchor="I-D.ietf-suit-mti">
          <front>
            <title>Cryptographic Algorithms for Internet of Things (IoT) Devices</title>
            <author fullname="Brendan Moran" initials="B." surname="Moran">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Øyvind Rønningstad" initials="O." surname="Rønningstad">
              <organization>Nordic Semiconductor</organization>
            </author>
            <author fullname="Akira Tsukamoto" initials="A." surname="Tsukamoto">
              <organization>Openchip &amp; Software Technologies, S.L.</organization>
            </author>
            <date day="22" month="July" year="2025"/>
            <abstract>
              <t>   The SUIT manifest, as defined in "A Manifest Information Model for
   Firmware Updates in Internet of Things (IoT) Devices" (RFC 9124),
   provides a flexible and extensible format for describing how firmware
   and software updates are to be fetched, verified, decrypted, and
   installed on resource-constrained devices.  To ensure the security of
   these update processes, the manifest relies on cryptographic
   algorithms for functions such as digital signature verification,
   integrity checking, and confidentiality.

   This document defines cryptographic algorithm profiles for use with
   the Software Updates for Internet of Things (SUIT) manifest.  These
   profiles specify sets of algorithms to promote interoperability
   across implementations.

   Given the diversity of IoT deployments and the evolving cryptographic
   landscape, algorithm agility is essential.  This document groups
   algorithms into named profiles to accommodate varying levels of
   device capabilities and security requirements.  These profiles
   support the use cases laid out in the SUIT architecture, published in
   "A Firmware Update Architecture for Internet of Things" (RFC 9019).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-suit-mti-23"/>
        </reference>
        <reference anchor="RFC9937">
          <front>
            <title>Proportional Rate Reduction (PRR)</title>
            <author fullname="M. Mathis" initials="M." surname="Mathis"/>
            <author fullname="N. Cardwell" initials="N." surname="Cardwell"/>
            <author fullname="Y. Cheng" initials="Y." surname="Cheng"/>
            <author fullname="N. Dukkipati" initials="N." surname="Dukkipati"/>
            <date month="December" year="2025"/>
            <abstract>
              <t>This document specifies a Standards Track version of the Proportional Rate Reduction (PRR) algorithm that obsoletes the Experimental version described in RFC 6937. PRR regulates the amount of data sent by TCP or other transport protocols during fast recovery. PRR accurately regulates the actual flight size through recovery such that at the end of recovery it will be as close as possible to the slow start threshold (ssthresh), as determined by the congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9937"/>
          <seriesInfo name="DOI" value="10.17487/RFC9937"/>
        </reference>
        <reference anchor="RFC7574">
          <front>
            <title>Peer-to-Peer Streaming Peer Protocol (PPSPP)</title>
            <author fullname="A. Bakker" initials="A." surname="Bakker"/>
            <author fullname="R. Petrocco" initials="R." surname="Petrocco"/>
            <author fullname="V. Grishchenko" initials="V." surname="Grishchenko"/>
            <date month="July" year="2015"/>
            <abstract>
              <t>The Peer-to-Peer Streaming Peer Protocol (PPSPP) is a protocol for disseminating the same content to a group of interested parties in a streaming fashion. PPSPP supports streaming of both prerecorded (on- demand) and live audio/video content. It is based on the peer-to- peer paradigm, where clients consuming the content are put on equal footing with the servers initially providing the content, to create a system where everyone can potentially provide upload bandwidth. It has been designed to provide short time-till-playback for the end user and to prevent disruption of the streams by malicious peers. PPSPP has also been designed to be flexible and extensible. It can use different mechanisms to optimize peer uploading, prevent freeriding, and work with different peer discovery schemes (centralized trackers or Distributed Hash Tables). It supports multiple methods for content integrity protection and chunk addressing. Designed as a generic protocol that can run on top of various transport protocols, it currently runs on top of UDP using Low Extra Delay Background Transport (LEDBAT) for congestion control.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7574"/>
          <seriesInfo name="DOI" value="10.17487/RFC7574"/>
        </reference>
        <reference anchor="RFC9877">
          <front>
            <title>Registration Data Access Protocol (RDAP) Extension for Geofeed Data</title>
            <author fullname="J. Singh" initials="J." surname="Singh"/>
            <author fullname="T. Harrison" initials="T." surname="Harrison"/>
            <date month="October" year="2025"/>
            <abstract>
              <t>This document defines a new Registration Data Access Protocol (RDAP) extension, "geofeed1", for indicating that an RDAP server hosts geofeed URLs for its IP network objects. It also defines a new media type and a new link relation type for the associated link objects included in responses.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9877"/>
          <seriesInfo name="DOI" value="10.17487/RFC9877"/>
        </reference>
        <reference anchor="RFC9552">
          <front>
            <title>Distribution of Link-State and Traffic Engineering Information Using BGP</title>
            <author fullname="K. Talaulikar" initials="K." role="editor" surname="Talaulikar"/>
            <date month="December" year="2023"/>
            <abstract>
              <t>In many environments, a component external to a network is called upon to perform computations based on the network topology and the current state of the connections within the network, including Traffic Engineering (TE) information. This is information typically distributed by IGP routing protocols within the network.</t>
              <t>This document describes a mechanism by which link-state and TE information can be collected from networks and shared with external components using the BGP routing protocol. This is achieved using a BGP Network Layer Reachability Information (NLRI) encoding format. The mechanism applies to physical and virtual (e.g., tunnel) IGP links. The mechanism described is subject to policy control.</t>
              <t>Applications of this technique include Application-Layer Traffic Optimization (ALTO) servers and Path Computation Elements (PCEs).</t>
              <t>This document obsoletes RFC 7752 by completely replacing that document. It makes some small changes and clarifications to the previous specification. This document also obsoletes RFC 9029 by incorporating the updates that it made to RFC 7752.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9552"/>
          <seriesInfo name="DOI" value="10.17487/RFC9552"/>
        </reference>
        <reference anchor="I-D.ietf-ippm-ioam-integrity-yang">
          <front>
            <title>A YANG Data Model for In Situ Operations, Administration, and Maintenance (IOAM) Integrity-Protected Options</title>
            <author fullname="Justin Iurman" initials="J." surname="Iurman">
              <organization>University of Liege</organization>
            </author>
            <author fullname="Tianran Zhou" initials="T." surname="Zhou">
              <organization>Huawei</organization>
            </author>
            <date day="8" month="May" year="2026"/>
            <abstract>
              <t>   In Situ Operations, Administration, and Maintenance (IOAM) is an
   example of an on-path hybrid measurement method to collect
   operational and telemetry information.  The collected data may then
   be exported to systems that will use it to, e.g., monitor, measure,
   or (re)configure the network.  Integrity Protection of In Situ
   Operations, Administration, and Maintenance (IOAM) Data Fields (RFC
   YYYY) defines IOAM Options with integrity protection, also called
   Integrity-Protected Options.  This document defines a YANG data model
   for the management of these Integrity-Protected Options.  The
   document also defines an IANA-maintained YANG module for IOAM
   Integrity Protection Methods.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ippm-ioam-integrity-yang-08"/>
        </reference>
        <reference anchor="RFC5218">
          <front>
            <title>What Makes for a Successful Protocol?</title>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <date month="July" year="2008"/>
            <abstract>
              <t>The Internet community has specified a large number of protocols to date, and these protocols have achieved varying degrees of success. Based on case studies, this document attempts to ascertain factors that contribute to or hinder a protocol's success. It is hoped that these observations can serve as guidance for future protocol work. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5218"/>
          <seriesInfo name="DOI" value="10.17487/RFC5218"/>
        </reference>
        <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="RFC9881">
          <front>
            <title>Internet X.509 Public Key Infrastructure -- Algorithm Identifiers for the Module-Lattice-Based Digital Signature Algorithm (ML-DSA)</title>
            <author fullname="J. Massimo" initials="J." surname="Massimo"/>
            <author fullname="P. Kampanakis" initials="P." surname="Kampanakis"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="B. E. Westerbaan" initials="B. E." surname="Westerbaan"/>
            <date month="October" year="2025"/>
            <abstract>
              <t>Digital signatures are used within X.509 certificates and Certificate Revocation Lists (CRLs), and to sign messages. This document specifies the conventions for using FIPS 204, the Module-Lattice-Based Digital Signature Algorithm (ML-DSA) in Internet X.509 certificates and CRLs. The conventions for the associated signatures, subject public keys, and private key are also described.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9881"/>
          <seriesInfo name="DOI" value="10.17487/RFC9881"/>
        </reference>
        <reference anchor="RFC8170">
          <front>
            <title>Planning for Protocol Adoption and Subsequent Transitions</title>
            <author fullname="D. Thaler" initials="D." role="editor" surname="Thaler"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>Over the many years since the introduction of the Internet Protocol, we have seen a number of transitions throughout the protocol stack, such as deploying a new protocol, or updating or replacing an existing protocol. Many protocols and technologies were not designed to enable smooth transition to alternatives or to easily deploy extensions; thus, some transitions, such as the introduction of IPv6, have been difficult. This document attempts to summarize some basic principles to enable future transitions, and it also summarizes what makes for a good transition plan.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8170"/>
          <seriesInfo name="DOI" value="10.17487/RFC8170"/>
        </reference>
        <reference anchor="RFC5905">
          <front>
            <title>Network Time Protocol Version 4: Protocol and Algorithms Specification</title>
            <author fullname="D. Mills" initials="D." surname="Mills"/>
            <author fullname="J. Martin" initials="J." role="editor" surname="Martin"/>
            <author fullname="J. Burbank" initials="J." surname="Burbank"/>
            <author fullname="W. Kasch" initials="W." surname="Kasch"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Network Time Protocol (NTP) is widely used to synchronize computer clocks in the Internet. This document describes NTP version 4 (NTPv4), which is backwards compatible with NTP version 3 (NTPv3), described in RFC 1305, as well as previous versions of the protocol. NTPv4 includes a modified protocol header to accommodate the Internet Protocol version 6 address family. NTPv4 includes fundamental improvements in the mitigation and discipline algorithms that extend the potential accuracy to the tens of microseconds with modern workstations and fast LANs. It includes a dynamic server discovery scheme, so that in many cases, specific server configuration is not required. It corrects certain errors in the NTPv3 design and implementation and includes an optional extension mechanism.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5905"/>
          <seriesInfo name="DOI" value="10.17487/RFC5905"/>
        </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="RFC9805">
          <front>
            <title>Deprecation of the IPv6 Router Alert Option for New Protocols</title>
            <author fullname="R. Bonica" initials="R." surname="Bonica"/>
            <date month="June" year="2025"/>
            <abstract>
              <t>This document deprecates the IPv6 Router Alert option. Protocols that use the IPv6 Router Alert option may continue to do so, even in future versions. However, new protocols that are standardized in the future must not use the IPv6 Router Alert option.</t>
              <t>This document updates RFC 2711.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9805"/>
          <seriesInfo name="DOI" value="10.17487/RFC9805"/>
        </reference>
        <reference anchor="RFC6709">
          <front>
            <title>Design Considerations for Protocol Extensions</title>
            <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
            <author fullname="B. Aboba" initials="B." role="editor" surname="Aboba"/>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <date month="September" year="2012"/>
            <abstract>
              <t>This document discusses architectural issues related to the extensibility of Internet protocols, with a focus on design considerations. It is intended to assist designers of both base protocols and extensions. Case studies are included. A companion document, RFC 4775 (BCP 125), discusses procedures relating to the extensibility of IETF protocols. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6709"/>
          <seriesInfo name="DOI" value="10.17487/RFC6709"/>
        </reference>
        <reference anchor="RFC8799">
          <front>
            <title>Limited Domains and Internet Protocols</title>
            <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
            <author fullname="B. Liu" initials="B." surname="Liu"/>
            <date month="July" year="2020"/>
            <abstract>
              <t>There is a noticeable trend towards network behaviors and semantics that are specific to a particular set of requirements applied within a limited region of the Internet. Policies, default parameters, the options supported, the style of network management, and security requirements may vary between such limited regions. This document reviews examples of such limited domains (also known as controlled environments), notes emerging solutions, and includes a related taxonomy. It then briefly discusses the standardization of protocols for limited domains. Finally, it shows the need for a precise definition of "limited domain membership" and for mechanisms to allow nodes to join a domain securely and to find other members, including boundary nodes.</t>
              <t>This document is the product of the research of the authors. It has been produced through discussions and consultation within the IETF but is not the product of IETF consensus.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8799"/>
          <seriesInfo name="DOI" value="10.17487/RFC8799"/>
        </reference>
        <referencegroup anchor="BCP133" target="https://www.rfc-editor.org/info/bcp133">
          <reference anchor="RFC9743" target="https://www.rfc-editor.org/info/rfc9743">
            <front>
              <title>Specifying New Congestion Control Algorithms</title>
              <author fullname="M. Duke" initials="M." role="editor" surname="Duke"/>
              <author fullname="G. Fairhurst" initials="G." role="editor" surname="Fairhurst"/>
              <date month="March" year="2025"/>
              <abstract>
                <t>RFC 5033 discusses the principles and guidelines for standardizing new congestion control algorithms. This document obsoletes RFC 5033 to reflect changes in the congestion control landscape by providing a framework for the development and assessment of congestion control mechanisms, promoting stability across diverse network paths. This document seeks to ensure that proposed congestion control algorithms operate efficiently and without harm when used in the global Internet. It emphasizes the need for comprehensive testing and validation to prevent adverse interactions with existing flows.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="133"/>
            <seriesInfo name="RFC" value="9743"/>
            <seriesInfo name="DOI" value="10.17487/RFC9743"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System. It obsoletes RFC-882. This memo describes the domain style names and their used for host address look up and electronic mail forwarding. It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </reference>
        <reference anchor="RFC5321">
          <front>
            <title>Simple Mail Transfer Protocol</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="October" year="2008"/>
            <abstract>
              <t>This document is a specification of the basic protocol for Internet electronic mail transport. It consolidates, updates, and clarifies several previous documents, making all or parts of most of them obsolete. It covers the SMTP extension mechanisms and best practices for the contemporary Internet, but does not provide details about particular extensions. Although SMTP was designed as a mail transport and delivery protocol, this specification also contains information that is important to its use as a "mail submission" protocol for "split-UA" (User Agent) mail reading systems and mobile environments. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5321"/>
          <seriesInfo name="DOI" value="10.17487/RFC5321"/>
        </reference>
        <reference anchor="RFC5884">
          <front>
            <title>Bidirectional Forwarding Detection (BFD) for MPLS Label Switched Paths (LSPs)</title>
            <author fullname="R. Aggarwal" initials="R." surname="Aggarwal"/>
            <author fullname="K. Kompella" initials="K." surname="Kompella"/>
            <author fullname="T. Nadeau" initials="T." surname="Nadeau"/>
            <author fullname="G. Swallow" initials="G." surname="Swallow"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>One desirable application of Bidirectional Forwarding Detection (BFD) is to detect a Multiprotocol Label Switching (MPLS) Label Switched Path (LSP) data plane failure. LSP Ping is an existing mechanism for detecting MPLS data plane failures and for verifying the MPLS LSP data plane against the control plane. BFD can be used for the former, but not for the latter. However, the control plane processing required for BFD Control packets is relatively smaller than the processing required for LSP Ping messages. A combination of LSP Ping and BFD can be used to provide faster data plane failure detection and/or make it possible to provide such detection on a greater number of LSPs. This document describes the applicability of BFD in relation to LSP Ping for this application. It also describes procedures for using BFD in this environment. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5884"/>
          <seriesInfo name="DOI" value="10.17487/RFC5884"/>
        </reference>
        <reference anchor="RFC8899">
          <front>
            <title>Packetization Layer Path MTU Discovery for Datagram Transports</title>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <author fullname="T. Jones" initials="T." surname="Jones"/>
            <author fullname="M. Tüxen" initials="M." surname="Tüxen"/>
            <author fullname="I. Rüngeler" initials="I." surname="Rüngeler"/>
            <author fullname="T. Völker" initials="T." surname="Völker"/>
            <date month="September" year="2020"/>
            <abstract>
              <t>This document specifies Datagram Packetization Layer Path MTU Discovery (DPLPMTUD). This is a robust method for Path MTU Discovery (PMTUD) for datagram Packetization Layers (PLs). It allows a PL, or a datagram application that uses a PL, to discover whether a network path can support the current size of datagram. This can be used to detect and reduce the message size when a sender encounters a packet black hole. It can also probe a network path to discover whether the maximum packet size can be increased. This provides functionality for datagram transports that is equivalent to the PLPMTUD specification for TCP, specified in RFC 4821, which it updates. It also updates the UDP Usage Guidelines to refer to this method for use with UDP datagrams and updates SCTP.</t>
              <t>The document provides implementation notes for incorporating Datagram PMTUD into IETF datagram transports or applications that use datagram transports.</t>
              <t>This specification updates RFC 4960, RFC 4821, RFC 6951, RFC 8085, and RFC 8261.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8899"/>
          <seriesInfo name="DOI" value="10.17487/RFC8899"/>
        </reference>
        <reference anchor="RFC8900">
          <front>
            <title>IP Fragmentation Considered Fragile</title>
            <author fullname="R. Bonica" initials="R." surname="Bonica"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <author fullname="O. Troan" initials="O." surname="Troan"/>
            <author fullname="F. Gont" initials="F." surname="Gont"/>
            <date month="September" year="2020"/>
            <abstract>
              <t>This document describes IP fragmentation and explains how it introduces fragility to Internet communication.</t>
              <t>This document also proposes alternatives to IP fragmentation and provides recommendations for developers and network operators.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="230"/>
          <seriesInfo name="RFC" value="8900"/>
          <seriesInfo name="DOI" value="10.17487/RFC8900"/>
        </reference>
        <reference anchor="RFC9424">
          <front>
            <title>Indicators of Compromise (IoCs) and Their Role in Attack Defence</title>
            <author fullname="K. Paine" initials="K." surname="Paine"/>
            <author fullname="O. Whitehouse" initials="O." surname="Whitehouse"/>
            <author fullname="J. Sellwood" initials="J." surname="Sellwood"/>
            <author fullname="A. Shaw" initials="A." surname="Shaw"/>
            <date month="August" year="2023"/>
            <abstract>
              <t>Cyber defenders frequently rely on Indicators of Compromise (IoCs) to identify, trace, and block malicious activity in networks or on endpoints. This document reviews the fundamentals, opportunities, operational limitations, and recommendations for IoC use. It highlights the need for IoCs to be detectable in implementations of Internet protocols, tools, and technologies -- both for the IoCs' initial discovery and their use in detection -- and provides a foundation for approaches to operational challenges in network security.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9424"/>
          <seriesInfo name="DOI" value="10.17487/RFC9424"/>
        </reference>
        <reference anchor="I-D.ietf-quic-qlog-main-schema">
          <front>
            <title>qlog: Structured Logging for Network Protocols</title>
            <author fullname="Robin Marx" initials="R." surname="Marx">
              <organization>Akamai</organization>
            </author>
            <author fullname="Luca Niccolini" initials="L." surname="Niccolini">
              <organization>Meta</organization>
            </author>
            <author fullname="Marten Seemann" initials="M." surname="Seemann">
         </author>
            <author fullname="Lucas Pardue" initials="L." surname="Pardue">
              <organization>Cloudflare</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   qlog provides extensible structured logging for network protocols,
   allowing for easy sharing of data that benefits common debug and
   analysis methods and tooling.  This document describes key concepts
   of qlog: formats, files, traces, events, and extension points.  This
   definition includes the high-level log file schemas, and generic
   event schemas.  Requirements and guidelines for creating protocol-
   specific event schemas are also presented.  All schemas are defined
   independent of serialization format, allowing logs to be represented
   in various ways such as JSON, CSV, or protobuf.

Note to Readers

      Note to RFC editor: Please remove this section before publication.

   Feedback and discussion are welcome at https://github.com/quicwg/qlog
   (https://github.com/quicwg/qlog).  Readers are advised to refer to
   the "editor's draft" at that URL for an up-to-date version of this
   document.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-qlog-main-schema-14"/>
        </reference>
        <reference anchor="I-D.parsons-opsawg-security-operations">
          <front>
            <title>Security Operations Fundamentals and Guidance</title>
            <author fullname="Michael P" initials="M." surname="P">
              <organization>UK National Cyber Security Centre</organization>
            </author>
            <author fullname="Flo D" initials="F." surname="D">
              <organization>UK National Cyber Security Centre</organization>
            </author>
            <date day="20" month="May" year="2026"/>
            <abstract>
              <t>   Security operators are responsible for detecting malicious activity,
   responding to threats and defending their networks and systems from
   cyber attacks.  Security operations are commonly entwined with other
   operational and management priorities to ensure that both security
   and operational priorities are considered holistically.

   With security operators being a crucial part of operation, management
   and security of the network, it is valuable to give consideration to
   them during the design of new protocols.  This document builds upon
   draft-ietf-opsawg-rfc5706bis, describing the fundamentals of security
   operations to provide a foundation for considerations for protocol
   design and guidance.  This document also describes how security
   operations considerations can be most usefully included in other IETF
   documents.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-parsons-opsawg-security-operations-01"/>
        </reference>
        <referencegroup anchor="BCP47" target="https://www.rfc-editor.org/info/bcp47">
          <reference anchor="RFC4647" target="https://www.rfc-editor.org/info/rfc4647">
            <front>
              <title>Matching of Language Tags</title>
              <author fullname="A. Phillips" initials="A." role="editor" surname="Phillips"/>
              <author fullname="M. Davis" initials="M." role="editor" surname="Davis"/>
              <date month="September" year="2006"/>
              <abstract>
                <t>This document describes a syntax, called a "language-range", for specifying items in a user's list of language preferences. It also describes different mechanisms for comparing and matching these to language tags. Two kinds of matching mechanisms, filtering and lookup, are defined. Filtering produces a (potentially empty) set of language tags, whereas lookup produces a single language tag. Possible applications include language negotiation or content selection. This document, in combination with RFC 4646, replaces RFC 3066, which replaced RFC 1766. 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="47"/>
            <seriesInfo name="RFC" value="4647"/>
            <seriesInfo name="DOI" value="10.17487/RFC4647"/>
          </reference>
          <reference anchor="RFC5646" target="https://www.rfc-editor.org/info/rfc5646">
            <front>
              <title>Tags for Identifying Languages</title>
              <author fullname="A. Phillips" initials="A." role="editor" surname="Phillips"/>
              <author fullname="M. Davis" initials="M." role="editor" surname="Davis"/>
              <date month="September" year="2009"/>
              <abstract>
                <t>This document describes the structure, content, construction, and semantics of language tags for use in cases where it is desirable to indicate the language used in an information object. It also describes how to register values for use in language tags and the creation of user-defined extensions for private interchange. 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="47"/>
            <seriesInfo name="RFC" value="5646"/>
            <seriesInfo name="DOI" value="10.17487/RFC5646"/>
          </reference>
        </referencegroup>
        <referencegroup anchor="BCP166" target="https://www.rfc-editor.org/info/bcp166">
          <reference anchor="RFC6365" target="https://www.rfc-editor.org/info/rfc6365">
            <front>
              <title>Terminology Used in Internationalization in the IETF</title>
              <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
              <author fullname="J. Klensin" initials="J." surname="Klensin"/>
              <date month="September" year="2011"/>
              <abstract>
                <t>This document provides a list of terms used in the IETF when discussing internationalization. The purpose is to help frame discussions of internationalization in the various areas of the IETF and to help introduce the main concepts to IETF participants. This memo documents an Internet Best Current Practice.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="166"/>
            <seriesInfo name="RFC" value="6365"/>
            <seriesInfo name="DOI" value="10.17487/RFC6365"/>
          </reference>
        </referencegroup>
        <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="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="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="RFC8639">
          <front>
            <title>Subscription to YANG Notifications</title>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="A. Gonzalez Prieto" initials="A." surname="Gonzalez Prieto"/>
            <author fullname="E. Nilsen-Nygaard" initials="E." surname="Nilsen-Nygaard"/>
            <author fullname="A. Tripathy" initials="A." surname="Tripathy"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document defines a YANG data model and associated mechanisms enabling subscriber-specific subscriptions to a publisher's event streams. Applying these elements allows a subscriber to request and receive a continuous, customized feed of publisher-generated information.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8639"/>
          <seriesInfo name="DOI" value="10.17487/RFC8639"/>
        </reference>
        <reference anchor="RFC8641">
          <front>
            <title>Subscription to YANG Notifications for Datastore Updates</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document describes a mechanism that allows subscriber applications to request a continuous and customized stream of updates from a YANG datastore. Providing such visibility into updates enables new capabilities based on the remote mirroring and monitoring of configuration and operational state.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8641"/>
          <seriesInfo name="DOI" value="10.17487/RFC8641"/>
        </reference>
        <reference anchor="RFC8632">
          <front>
            <title>A YANG Data Model for Alarm Management</title>
            <author fullname="S. Vallin" initials="S." surname="Vallin"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document defines a YANG module for alarm management. It includes functions for alarm-list management, alarm shelving, and notifications to inform management systems. There are also operations to manage the operator state of an alarm and administrative alarm procedures. The module carefully maps to relevant alarm standards.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8632"/>
          <seriesInfo name="DOI" value="10.17487/RFC8632"/>
        </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="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </reference>
        <reference anchor="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="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="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="RFC9907">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <date month="March" year="2026"/>
            <abstract>
              <t>This document provides guidelines for authors and reviewers of specifications containing YANG data models, including IANA-maintained YANG modules. Recommendations and procedures are defined, which are intended to increase interoperability and usability of Network Configuration Protocol (NETCONF) and RESTCONF protocol implementations that utilize YANG modules.</t>
              <t>This document obsoletes RFC 8407; it also updates RFC 8126 by providing additional guidelines for writing the IANA considerations for RFCs that specify IANA-maintained YANG modules.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="216"/>
          <seriesInfo name="RFC" value="9907"/>
          <seriesInfo name="DOI" value="10.17487/RFC9907"/>
        </reference>
        <reference anchor="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="RFC5198">
          <front>
            <title>Unicode Format for Network Interchange</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="M. Padlipsky" initials="M." surname="Padlipsky"/>
            <date month="March" year="2008"/>
            <abstract>
              <t>The Internet today is in need of a standardized form for the transmission of internationalized "text" information, paralleling the specifications for the use of ASCII that date from the early days of the ARPANET. This document specifies that format, using UTF-8 with normalization and specific line-ending sequences. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5198"/>
          <seriesInfo name="DOI" value="10.17487/RFC5198"/>
        </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="RFC2544">
          <front>
            <title>Benchmarking Methodology for Network Interconnect Devices</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <author fullname="J. McQuaid" initials="J." surname="McQuaid"/>
            <date month="March" year="1999"/>
            <abstract>
              <t>This document is a republication of RFC 1944 correcting the values for the IP addresses which were assigned to be used as the default addresses for networking test equipment. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2544"/>
          <seriesInfo name="DOI" value="10.17487/RFC2544"/>
        </reference>
        <reference anchor="RFC2330">
          <front>
            <title>Framework for IP Performance Metrics</title>
            <author fullname="V. Paxson" initials="V." surname="Paxson"/>
            <author fullname="G. Almes" initials="G." surname="Almes"/>
            <author fullname="J. Mahdavi" initials="J." surname="Mahdavi"/>
            <author fullname="M. Mathis" initials="M." surname="Mathis"/>
            <date month="May" year="1998"/>
            <abstract>
              <t>The purpose of this memo is to define a general framework for particular metrics to be developed by the IETF's IP Performance Metrics effort. This memo provides information for the Internet community. It does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2330"/>
          <seriesInfo name="DOI" value="10.17487/RFC2330"/>
        </reference>
        <reference anchor="RFC5415">
          <front>
            <title>Control And Provisioning of Wireless Access Points (CAPWAP) Protocol Specification</title>
            <author fullname="P. Calhoun" initials="P." role="editor" surname="Calhoun"/>
            <author fullname="M. Montemurro" initials="M." role="editor" surname="Montemurro"/>
            <author fullname="D. Stanley" initials="D." role="editor" surname="Stanley"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This specification defines the Control And Provisioning of Wireless Access Points (CAPWAP) Protocol, meeting the objectives defined by the CAPWAP Working Group in RFC 4564. The CAPWAP protocol is designed to be flexible, allowing it to be used for a variety of wireless technologies. This document describes the base CAPWAP protocol, while separate binding extensions will enable its use with additional wireless technologies. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5415"/>
          <seriesInfo name="DOI" value="10.17487/RFC5415"/>
        </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="RFC8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
              <t>This document obsoletes RFC 6536.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="91"/>
          <seriesInfo name="RFC" value="8341"/>
          <seriesInfo name="DOI" value="10.17487/RFC8341"/>
        </reference>
        <reference anchor="NEMOPS">
          <front>
            <title>Report from the IAB Workshop on the Next Era of Network Management Operations (NEMOPS)</title>
            <author fullname="W. Hardaker" initials="W." surname="Hardaker"/>
            <author fullname="D. Dhody" initials="D." surname="Dhody"/>
            <date month="May" year="2026"/>
            <abstract>
              <t>The "Next Era of Network Management Operations (NEMOPS)" workshop was convened by the Internet Architecture Board (IAB) from December 3-5, 2024 as a three-day online meeting. It builds on a previous 2002 workshop, the outcome of which was documented in RFC 3535, identifying 14 operator requirements for consideration in future network management protocol design and related data models, along with some recommendations for the IETF. Much has changed in the Internet's operation and technological foundations since then. The NEMOPS workshop reviewed the past outcomes and discussed any operational barriers that prevented these technologies from being widely implemented. With the industry, network operators and protocol engineers working in collaboration, the workshop developed a suggested plan of action and network management recommendations for the IETF and IRTF. Building on RFC 3535, this document provides the report of the follow-up IAB workshop on network management.</t>
              <t>Note that this document is a report on the proceedings of the workshop. The views and positions documented in this report are those of the workshop participants and do not necessarily reflect IAB views and positions.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9968"/>
          <seriesInfo name="DOI" value="10.17487/RFC9968"/>
        </reference>
      </references>
    </references>
    <?line 1623?>

<section anchor="sec-checklist">
      <name>Operational Considerations Checklist</name>
      <t>This appendix provides a concise checklist of key questions that Protocol Designers should address in the "Operational Considerations" section of their specifications. Each item references the relevant section of this document for detailed guidance.</t>
      <t>This checklist is intended for use by document authors and the working groups that develop protocol documents. A separate list
of guidelines and a checklist of questions to consider when reviewing a document to evaluate whether the document address common
operations and management needs is provided in <xref target="CHECKLIST"/>.</t>
      <t>The decision to incorporate all or part of these items into their work remains with Protocol Designers and WGs themselves.</t>
      <section anchor="documentation-requirements">
        <name>Documentation Requirements</name>
        <ul spacing="normal">
          <li>
            <t>Does the specification include an "Operational Considerations" section, placed immediately before the Security Considerations section? (<xref target="sec-oper-manag-considerations"/>, <xref target="sec-placement-sec"/>)</t>
          </li>
          <li>
            <t>If there are no new operational considerations, does the section include the appropriate boilerplate with explanation? (<xref target="sec-null-sec"/>)</t>
          </li>
        </ul>
      </section>
      <section anchor="operational-fit">
        <name>Operational Fit</name>
        <ul spacing="normal">
          <li>
            <t>How does this protocol operate "out of the box"? (<xref target="sec-install"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What are the default values, modes, timers, and states? (<xref target="sec-install"/>)</t>
              </li>
              <li>
                <t>What is the rationale for chosen default values, especially if they affect operations or are expected to change over time? (<xref target="sec-install"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>What is the migration path for existing deployments? (<xref target="sec-migration"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>How will deployments transition from older versions or technologies? (<xref target="sec-migration"/>)</t>
              </li>
              <li>
                <t>Does the protocol require infrastructure changes, and how can these be introduced? (<xref target="sec-migration"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>What are the requirements or dependencies on other protocols and functional components? (<xref target="sec-other"/>)</t>
          </li>
          <li>
            <t>What is the impact on network operation? (<xref target="sec-impact"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What are the scaling implications and interactions with other protocols? (<xref target="sec-impact"/>)</t>
              </li>
              <li>
                <t>What are the impacts on traffic patterns or performance (e.g., delay or jitter)? (<xref target="sec-impact"/>)</t>
              </li>
              <li>
                <t>Does management traffic account for MTU constraints and avoid reliance on IP fragmentation? (<xref target="sec-impact"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>What is the impact on Security Operations? (<xref target="sec-impact-secops"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>How does deployment affect Indicators of Compromise or their availability? (<xref target="sec-impact-secops"/>)</t>
              </li>
              <li>
                <t>What logging is needed for digital forensics? (<xref target="sec-impact-secops"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>How can correct operation be verified? (<xref target="sec-oper-verify"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What status and health indicators does the protocol provide? (<xref target="sec-oper-verify"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>How are human-readable messages handled? (<xref target="sec-messages"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>Do messages contain codes that enable local language mapping for internationalization? (<xref target="sec-messages"/>)</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="management-information">
        <name>Management Information</name>
        <ul spacing="normal">
          <li>
            <t>What needs to be managed? (<xref target="sec-mgmt-consid"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What are the manageable entities (e.g., protocol endpoints, network elements, and services)? (<xref target="sec-mgmt-consid"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Which standardized management technologies are applicable? (<xref target="sec-mgmt-tech"/>)</t>
          </li>
          <li>
            <t>What essential information is required? (<xref target="sec-interop"/>, <xref target="sec-mgmt-info"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What configuration and operational (state, statistical, etc.) information is needed? (<xref target="sec-interop"/>)</t>
              </li>
              <li>
                <t>Is an Information Model needed, especially if multiple Data Model representations are required? (<xref target="sec-interop"/>)</t>
              </li>
              <li>
                <t>Is the model kept minimal, with each object serving a distinct purpose and no data that can be derived from other objects? (<xref target="sec-im-design"/>)</t>
              </li>
              <li>
                <t>What is manageable, what needs configuration, and what protocol-specific events might occur? (<xref target="sec-mgmt-info"/>)</t>
              </li>
              <li>
                <t>How are configuration data, operational state, and statistics distinguished? (<xref target="sec-mgmt-info"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>If YANG Data Models are defined, what type is appropriate? (<xref target="sec-yang-dm"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>Should Device Models, Network Models, or Service Models be specified? (<xref target="sec-yang-dm"/>)</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="fault-management">
        <name>Fault Management</name>
        <ul spacing="normal">
          <li>
            <t>What Faults and events should be reported? (<xref target="sec-fm-mgmt"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What essential Faults, health indicators, alarms, and events should be exposed? (<xref target="sec-fm-mgmt"/>)</t>
              </li>
              <li>
                <t>How will Fault information be propagated? (<xref target="sec-fm-mgmt"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>How is liveness monitored? (<xref target="sec-monitor"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What testing and liveness detection features are built into the protocol? (<xref target="sec-monitor"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>How are Faults determined? (<xref target="sec-fault-determ"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What error counters or diagnostics help pinpoint Faults? (<xref target="sec-fault-determ"/>)</t>
              </li>
              <li>
                <t>What distinguishes faulty from correct messages? (<xref target="sec-fault-determ"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>How are Faults localized and contained? (<xref target="sec-cause-analysis"/>, <xref target="sec-fault-isol"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>Can the Probable Root Cause of a Fault be identified using management information? (<xref target="sec-cause-analysis"/>)</t>
              </li>
              <li>
                <t>Can Faults be isolated or quarantined to prevent them from propagating? (<xref target="sec-fault-isol"/>)</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="configuration-management">
        <name>Configuration Management</name>
        <ul spacing="normal">
          <li>
            <t>What configuration parameters are defined? (<xref target="sec-config-mgmt"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What parameters need to be configurable, including their valid ranges? (<xref target="sec-config-mgmt"/>)</t>
              </li>
              <li>
                <t>What information persists across reboots? (<xref target="sec-config-mgmt"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>How is configuration managed across multiple devices? (<xref target="sec-config-mgmt"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>Can configuration changes be applied across several devices as a coordinated operation, with a way to back out on failure? (<xref target="sec-config-mgmt"/>)</t>
              </li>
              <li>
                <t>Is there a way to dump and restore configuration? (<xref target="sec-config-mgmt"/>)</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="accounting-management">
        <name>Accounting Management</name>
        <ul spacing="normal">
          <li>
            <t>Is it appropriate to collect usage information for this protocol, and if so, what information should be collected? (<xref target="sec-acc-mgmt"/>)</t>
          </li>
        </ul>
      </section>
      <section anchor="performance-management">
        <name>Performance Management</name>
        <ul spacing="normal">
          <li>
            <t>What are the performance implications? (<xref target="sec-perf-mgmt"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What are the hardware/software performance impacts (e.g., CPU, memory, and forwarding)? (<xref target="sec-perf-mgmt"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>What performance information should be available? (<xref target="sec-monitor-proto"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What protocol counters are defined (e.g., packets received, sent, or dropped)? (<xref target="sec-monitor-proto"/>)</t>
              </li>
              <li>
                <t>What is the counter behavior at maximum values? (<xref target="sec-monitor-proto"/>)</t>
              </li>
              <li>
                <t>What are the protocol limitations and behavior when limits are exceeded? (<xref target="sec-monitor-proto"/>)</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="security-management">
        <name>Security Management</name>
        <ul spacing="normal">
          <li>
            <t>What security-related monitoring is needed? (<xref target="sec-security-mgmt"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>What security events should be logged, and do any log entries contain privacy-sensitive information that must be controlled? (<xref target="sec-security-mgmt"/>)</t>
              </li>
              <li>
                <t>What statistics help detect attacks, and what threats do management operations themselves introduce? (<xref target="sec-security-mgmt"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>What access controls are needed on management interfaces? (<xref target="sec-security-mgmt"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>Do management interfaces support role-based access control and the principle of least privilege? (<xref target="sec-security-mgmt"/>)</t>
              </li>
              <li>
                <t>How are ACLs maintained, updated, and verified for consistency across devices? (<xref target="sec-security-mgmt"/>)</t>
              </li>
            </ul>
          </li>
          <li>
            <t>How are secure transport, authentication, identity, and key/credential management addressed for management operations? (<xref target="sec-security-mgmt"/>)</t>
          </li>
        </ul>
      </section>
      <section anchor="operational-and-management-tooling">
        <name>Operational and Management Tooling</name>
        <ul spacing="normal">
          <li>
            <t>Can existing tooling be adapted or extended to deploy, monitor, and manage this specification before new tools are considered? (<xref target="sec-oper-mgmt-tooling"/>)
            </t>
            <ul spacing="normal">
              <li>
                <t>Where new tooling is required, are its requirements limited to functions that adaptation or extension cannot provide? (<xref target="sec-oper-mgmt-tooling"/>)</t>
              </li>
              <li>
                <t>Is the management interface designed to remain stable under high-frequency automated query patterns, including those from AI-driven tools? (<xref target="sec-ai-tooling"/>)</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="sec-ack">
      <name>Acknowledgements</name>
      <t>The authors thank the following individuals and groups,
whose efforts have helped to improve this document:</t>
      <dl>
        <dt>The IETF Ops Directorate (OpsDir):</dt>
        <dd>
          <t>The IETF OpsDir <xref target="IETF-OPS-Dir"/> reviewer team, which has been providing document reviews for more than a decade, and its Chairs past and present: Gunter Van de Velde, Carlos Pignataro, Bo Wu, and Daniele Ceccarelli.</t>
        </dd>
        <dt>The Area Director (AD) championing the update:</dt>
        <dd>
          <t>Med Boucadair, who initiated and championed the effort to refresh RFC 5706, 15 years after its publication, building on an idea originally suggested by Carlos Pignataro.</t>
        </dd>
        <dt>Reviewers of this document, in roughly chronological order:</dt>
        <dd>
          <t>Mahesh Jethanandani, Chongfeng Xie, Alvaro Retana, Michael P., Scott Hollenbeck, Ron Bonica, Italo Busi, Brian Trammel, Aijun Wang, Richard Shockey, Tina Tsou, Lars Eggert, Joel Halpern, Johan Stenstam, Dave Thaler, Harald Alvestrand, Greg Mirsky, Marco Tiloca, Jacqueline McCall, Tim Winters, Eliot Lear, Giuseppe Fioccola, Bo Wu, Qin Wu, and Saumya Dikshit.</t>
        </dd>
        <dt>The document shepherd who has gone beyond normal shepherding duties to improve this document:</dt>
        <dd>
          <t>Alvaro Retana</t>
        </dd>
      </dl>
      <t>Claude Opus was used to distill document content into <xref target="sec-checklist"/>.</t>
      <dl>
        <dt>The author of RFC 5706:</dt>
        <dd>
          <t>David Harrington</t>
        </dd>
        <dt>Acknowledgments from RFC 5706:</dt>
        <dd>
          <t>The following acknowledgments apply to RFC 5706, the predecessor of this document. Some individuals listed below as reviewers of RFC 5706 are now authors or contributors of this document.</t>
        </dd>
        <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 RFC 5706, including
Harald Alvestrand, Ron Bonica, Brian Carpenter, Benoît Claise, Adrian
Farrel, David Kessens, Dan Romascanu, Pekka Savola, Jürgen Schönwälder, Bert Wijnen, Ralf Wolter, and Lixia Zhang.</t>
        </dd>
      </dl>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact fullname="Thomas Graf">
        <organization>Swisscom</organization>
        <address>
          <email>thomas.graf@swisscom.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8S9aXMjV5Il+p2/Ih7LrIucAZCrtqweqZiLJE4rUzQxVep5
Y2NjQSBIRiWAQEcEyITUmt/+3I8v128gkGJ1v2evbBYlAdy4cRdfjx+fTqdH
fd0vqxfFd9t6US3rddUV101bvGrWHf2hrdc3xY+bqi37mv5SlOtF8bZclzfV
qlr3Rb0uzt+8/7a43FTz+rqey7eOyqurtrp7EX/4T/FnNrh+fdHM1+WK5rBo
y+t+Wlf99bTZdOX9zbS9nn/2xePPr+pu+vjzo6Oupwn873LZrOnbfbutjupN
i//q+qePH3/1+OlR2Vbli+L44JyPj+5vXnzilc7o98UvTfuB3/y7ttlujj7c
vzgqimmx8m/hn42PMfgnhtz7clfM89em1XpRXM03R81V1yyrvupeFPyyR9vN
osS/nj77/PFRt71a1V1HP+l3G3ptXvCjo3mzoAm+KLa0Vl8ebeoXxf/sm/mk
6Jq2b6vrjv5rt+L/+F9HR+umXdEz7yp+jeLlq4unT/FfP3376ssvvnri//3s
+eMXR0f1+jp+/9X3b179yw/nl+/xtUJPy+H1+6m6q6v74tVtNf+wrLsev+L3
odd5/PQzGaRsbyp6+du+33QvHj26qfvb7dVs3qwe8dtNf7y4nL4+/+mRjDV9
X602SxrhEb1Z9WhV1usjGiZ9s24Hc+sK+ls17xuaY1Wc0Nov6vb0ITOhj8u+
LecfqnbG53DWtDePbvgUPJJRHpVXzbZ/xBO4ePPTt2/fvP+JZpo9/6JqsYLr
eVW8rfq2ng/mQ2t3vaIP9if1eTapf37ArMJYOrWvfXG+P3v1L2fvv//x3eWL
0Ze9v79Pw62qqqcT9eiWHlP2t7Szj+JL4Zp/75/ho3JL/61rTye8vdHDma/z
9DH9nyc8qcs3r2i/xueyrufzbjavu3J209w9aquu2bbzqnt0s2y6rmx3cTLv
zl+9uiy+i5/E533JD6Nj/uTLz+k8+yyn+OL1drkUafOyWjc1CaNlWXcVPqNX
KNf1rzjYL4o3d1W7628hAS8uSYKdte18K69e0Slc0u3FEH+t/Jsst2brqt9/
2n9vKn5U+2HsUa/qbt7Egf8+x1f/OucP+GLsD3i2aOtyXXxbtm21HBnzx+Wi
eN3cQNhul7y38QElfv3XZrlYNDf0gNn2w/4jLstVXbXFS9qrbT32jHfNh7qM
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
uvcj+j7/0X/wlLWTHYd8pwfH4RWJ+mZFB2xwHuyYX+e48i+fPUYvjeEdcxWB
221j+nLZzZUIkjwJe7NLKAP71RSVjdmdMqiGDGMz/QHX5syReSeXP5xJCDPE
nTcNbaF3qo8VM+v+dCYDficXE407vFA0Pwrp7zbN0FuGT9pyN70r250LiCu2
JdjzdWDlJD+5KheuyX0F9wc7rwx3iV2AQ0miti6mVeZaJ1wyxd3yArLtMDh1
XrWYnTq/Qnr0sl3nU3fpp+7LpyAyzU/d8PtPLwXv4b1Wnis/Awfz9ZUcHsXH
aKhdFFuCDVxqEspDoeI/jke9/MTt89RoKGJrvrcMA2CTOPcGMtbasPfGLDYZ
EvK9S1LXXv1IQfHSUT3QlXjdUWB52ZOOKQ7IFmws0A1zVg+A5qRQniswmjfr
eCVKq1E5KsyfioSg79NE4lGydtGh39Ke8j0qMjk+KCqFMZ8ae9i4tZK7oYBB
6VKOitg8erjzAGgB4zqXAgvZGg3nYEanKVUA8zYkAqW/vDxcr7q+Luym4Dul
fT9yAK3+IlcLrqL00+BVZeyFEogPoCNPJh4VlrY50d1XNgureM9NmlNr6GH1
yl4BKVre1lYZDFQDaeeZ1HCCfZlwuNWAssICuUC1grGN/XwEVWeLWUpaVxot
ODYNaYwj074yI95ob8nBEjpUpihbr8Rw2obEYa9kiUeCgL2JfXE5VtiNsEsm
U8OeP0QS8lkfNpz4mmSPXvFwVfXoi5WTbYQtaoLbsbVuzNveESQiBuHYzukr
E8DxroFLmimjXpggDaSqp4zSSQ0F96a9RlunXa/5GDXt7lTrE22vlFq2zE9q
9jIeLwx4ZG47hGSd3nnZY4am2HuYoKxbqeIj25eraJnJTe+VkkJyy5IKBwG4
RGSWQ7/oWDWclZplGCdBNGykr3o5yDTndzR7NyM/yI0flTW0D2w1ZUbTrPih
/lDdK8flsP4+M2v9tnHgYG/ZlfPm4Mx81X1pbTy5y9LnJFefdpxY6+ZKV1Ab
7IOUSQ5MF3xpFlZgavElM0gkUsydUsTdSwrUfs91PKiOUpiOZl+zoyQYO1yr
S3NuQuSgD3Vowrbq8QVm9zEeGb52R4XpSLMWh2a9Rx/IoUdxZ4REiQtvpaNH
f4BVdWAdpLjqEGSYPV6NJ5Au2mNeU5IWA9qIABdXPlTFt82mvLGGjQdKrAxn
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
3e/47vNm8B9I4iSHdYsBAA==

-->

</rfc>
