<?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.5 (Ruby 2.6.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-roll-enrollment-priority-11" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.1 -->
  <front>
    <title abbrev="join-metric">Controlling Secure Network Enrollment in RPL networks</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-roll-enrollment-priority-11"/>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <author initials="R. A." surname="Jadhav" fullname="Rahul Arvind Jadhav">
      <organization>Huawei Tech</organization>
      <address>
        <email>rahul.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="P." surname="Thubert" fullname="Pascal Thubert">
      <organization>Cisco Systems</organization>
      <address>
        <email>pthubert@cisco.com</email>
      </address>
    </author>
    <author initials="H." surname="She" fullname="Huimin She">
      <organization>Cisco Systems</organization>
      <address>
        <email>hushe@cisco.com</email>
      </address>
    </author>
    <author initials="K." surname="Iwanicki" fullname="Konrad Iwanicki">
      <organization>University of Warsaw</organization>
      <address>
        <email>iwanicki@mimuw.edu.pl</email>
      </address>
    </author>
    <date year="2024" month="May" day="22"/>
    <area>Internet</area>
    <workgroup>ROLL Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 64?>

<t><xref target="RFC9032"/> defines a method by which a potential <xref target="RFC9031"/> enrollment proxy can announce itself as available for new Pledges to enroll on a network.
The announcement includes a priority for enrollment.
This document provides a mechanism by which a RPL DODAG Root can globally disable enrollment announcements or adjust the base priority for enrollment operations.</t>
    </abstract>
  </front>
  <middle>
    <?line 70?>

<section anchor="problems">
      <name>Introduction</name>
      <t><xref target="RFC7554"/> describes the use of the Time-Slotted Channel Hopping (TSCH) mode of <xref target="ieee802154"/>.
<xref target="RFC9031"/> and <xref target="RFC9032"/> describe mechanisms by which a new node (the "Pledge") can use a
nearby router as a Join Proxy.
<xref target="RFC9032"/> describes an extension to the 802.15.4 Enhanced Beacon that is used by a Join Proxy to announce its existence such that Pledges can find them.</t>
      <section anchor="motivation-and-overview">
        <name>Motivation and Overview</name>
        <t>It has become clear that not every routing member of the mesh ought to announce itself as a <em>Join Proxy</em>.
There are a variety of local reasons for which a 6LowPAN Router (6LR) might not want to provide the <em>Join Proxy</em> function.
They include low available battery power, already high committed network bandwidth, and little free memory for Neighbor Cache Entry (NCE) slots.
(An NCE entry is needed in order to maintain communication with the Pledge.)</t>
        <t>There are other situations where the operator of the network would like to selectively enable or disable the enrollment process in a specific Destination Oriented Directed Acyclic Graph (DODAG).
In particular, as the enrollment process involves permitting unencrypted traffic into the best effort part of a network, it would be better to have the enrollment process off when no new nodes are expected.</t>
        <t>This document describes a Routing Protocol for Low-Power and Lossy Networks (RPL) Destination Information Object (DIO) option that can be used to set a minimum enrollment priority.
The minimum priority expresses the (lack of) willingness by the RPL DODAG globally to accept new joins.
It may derive from multiple constraining factors, for instance, the size of the DODAG, the occupancy of the bandwidth at the DODAG Root, the memory capacity at the Root, or an administrative decision.
Each potential <em>Join Proxy</em> utilizes this value as a base on which to add values relating to local conditions, such as its Rank and number of pending joins.
As explained in <xref target="RFC9032"/>, higher values decrease the likelihood of an unenrolled node sending enrollment traffic via this <em>Join Proxy</em>.
In particular, by setting the minimum enrollment priority to the maximum value allowed, a network operator can globally disable all new enrollment traffic.</t>
        <t>Moreover, when a RPL domain is composed of multiple DODAGs, a node at the edge of more than one such DODAG may not only join any of the DODAGs but also move between them in order to keep their relative sizes balanced.
For this, the approximate knowledge of the size of the DODAGs is also an essential metric.
Depending on the network policy, the size of the DODAG may or may not affect the minimum enrollment priority.
Therefore, since making one proportional to the other would be limiting their value, the current size of the DODAG is advertised separately in the new option.</t>
        <t>Updates to the option propagate through the network according to the trickle algorithm.
The contents of the option are generated at the DODAG Root and do not change at any hop.
If the contents represent an update that is considered important (e.g., quickly disabling any enrollments), the option can trigger trickle timer resets at the nodes to speed up its propagation.</t>
      </section>
    </section>
    <section anchor="Terminology">
      <name>Terminology</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
      </t>
      <t>The term 6LR means 6LowPAN Router, and is defined in <xref target="RFC6606"/>.
It refers to a router that forwards packets in a 6LowPAN network.</t>
      <t>The terms DODAG, DODAG root, DIO, trickle timer are from <xref target="RFC6550"/>.
The lollipop counter function comes from <xref section="7.2" sectionFormat="comma" target="RFC6550"/>.</t>
      <t>The term (1)"Join" has been used in documents such as <xref target="RFC9031"/> to denote the activity of a new node authenticating itself to the network to obtain authorization to become a member of the network.</t>
      <t>In the context of the <xref target="RFC6550"/> RPL protocol, the term (2)"Join" has an alternative meaning: that of a node (already authenticated to the network, and already authorized to be a member of the network), deciding which part of the RPL DODAG to attach to.
This term "Join" has to do with preferred parent selection processes.</t>
      <t>In order to avoid the ambiguity of this term, this document refers to the process (1)"Join" as enrollment, leaving the term "Join" to mean (2)"Join".
The term "onboarding" (or "IoT Onboarding") is increasingly used to describe what is now called enrollment in other documents.
However, the term <em>Join Proxy</em> is retained with its (1)"Join" meaning from <xref target="RFC9031"/>.</t>
    </section>
    <section anchor="protocol-definition">
      <name>Protocol Definition</name>
      <t>This document uses the extensions mechanism designed into <xref target="RFC6550"/>.
No mechanism is needed to enable it.</t>
      <section anchor="option-format">
        <name>Option Format</name>
        <t>The following option is defined for transmission in DIOs issued by the DODAG Root to be propagated within the DODAG.</t>
        <artwork><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   | Type = TBD01  |Opt Length = 4 |Version Number |T| Min Priority|
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |  Exp  |DODAGSz|
   +-+-+-+-+-+-+-+-+
]]></artwork>
        <dl>
          <dt>Type</dt>
          <dd>
            <t>To be assigned by IANA.</t>
          </dd>
          <dt>Version Number</dt>
          <dd>
            <t>An 8-bit unsigned integer set by the DODAG root and denoting the version number of the contents of the option. The version number is interpreted as a lollipop counter (see Section 7.2 of <xref target="RFC6550"/>).</t>
          </dd>
          <dt>T</dt>
          <dd>
            <t>A bit indicating whether the particular version of the option is important in that adopting its contents should trigger a trickle timer reset at the node.</t>
          </dd>
          <dt>Min Priority</dt>
          <dd>
            <t>A 7-bit field providing a base value for the Enhanced Beacon Join priority.  A value of 0x7f (127) disables the <em>Join Proxy</em> function entirely.</t>
          </dd>
          <dt>Exp</dt>
          <dd>
            <t>A 4-bit unsigned integer indicating the power of 2 that defines the unit of the DODAG Size, such that (unit = 2^Exp).</t>
          </dd>
          <dt>DODAGSz</dt>
          <dd>
            <t>A 4-bit unsigned integer expressing the size of the DODAG in units that depend on the Exp field.</t>
          </dd>
        </dl>
        <t>The DODAG Size is calculated as (DODAGSz * 2^Exp).</t>
        <t>The DODAG Size can be measured by the Root based on the DAO activity.
In such a case, it represents the number of routes not the number of nodes, and can thus be used to infer the load only in a network where each node advertises roughly the same number of addresses and generates roughly the same amount of traffic.</t>
        <t>As the DODAG Size is always a multiple of a power of 2, when the actual size falls between two such values, the DODAG Root is to always round up.</t>
        <t>Future work such as <xref target="I-D.ietf-roll-capabilities"/> will enable collection of capabilities such as this one in reports to the DODAG Root.</t>
        <t>In any case, the DODAG Size may slightly change between a DIO and the next, so the value transmitted is considered as an approximation.</t>
      </section>
      <section anchor="option-processing">
        <name>Option Processing</name>
        <t>The contents of the option MUST be generated by the DODAG Root.
A 6LR MUST NOT change them when propagating the option.</t>
        <t>Whenever the DODAG root changes the values of Min Priority or DODAG Size in the option, it MUST also increment the value of Version Number.
Moreover, if the change is considered important (i.e., it is expected to propagate in the DODAG quickly), the DODAG Root SHOULD also set the T bit to 1; otherwise, it MUST set the bit to 0.</t>
        <t>Upon receiving the option, a 6LR first checks the value of the Version Number field in the option, <em>vr</em>, versus the value of the Version Number it has last adopted locally, <em>vl</em>.</t>
        <ul spacing="normal">
          <li>
            <t>If <em>vl</em> is greater than <em>vr</em> (in the lollipop counter order), then the 6LR MUST ignore the received option.</t>
          </li>
          <li>
            <t>Otherwise, the 6LR MUST adopt the contents of the option (i.e., the values of Version Number, Min Priority, DODAG Size, and the T bit) as its local ones.
Moreover, if <em>vl</em> was smaller than <em>vr</em> (in the lollipop counter order) and the T bit in the received option was set, then the 6LR MUST reset its DIO trickle timer.</t>
          </li>
        </ul>
        <t>A 6LR, which would otherwise be willing to act as a <em>Join Proxy</em>, will examine the locally adopted value of Min Priority and to that number add any additional local consideration (such as upstream congestion, number of NCE slots available, etc.).</t>
        <t>The maximum resulting value any 6LR can obtain this way is 0x7f.</t>
        <t>The resulting priority, if less than 0x7f, should enable the <em>Join Proxy</em> function.</t>
      </section>
      <section anchor="upwards-compatibility">
        <name>Upwards Compatibility</name>
        <t>A 6LR that did not support this option would not act on it or propagate it in its DIO messages.
In effect, the 6LR's children and grandchildren nodes could not receive any telemetry.
Therefore, 6LRs that support this option but do not receive it via any path SHOULD assume a default value of 0x40 as their base value for the Enhanced Beacon Join Priority.</t>
        <t>A 6LR downstream of a 6LR where there was such an interruption in the telemetry could err in two directions:</t>
        <ul spacing="normal">
          <li>
            <t>If the value implied by the base value of 0x40 was too low, then the 6LR might continue to attract enrollment traffic when none should have been collected.
This is a stressor for the network, but this would also be what would occur without this option at all.</t>
          </li>
          <li>
            <t>If the value implied by the base value of 0x40 was too high, then the 6LR might deflect enrollment traffic to other parts of the DODAG, possibly refusing any enrollment traffic at all.
In order for this to happen, some significant congestion must be seen in the sub-DODAG where the implied 0x40 was introduced.
The 0x40 is only the half-way point, so if such an amount of congestion was present, then this sub-DODAG of the DODAG simply winds up being more cautious than it needed to be.</t>
          </li>
        </ul>
        <t>It is possible that the temporal alternation of the above two situations might introduce cycles of accepting and then rejecting enrollment traffic.
This is something an operator should consider if they incrementally deploy this option to an existing Low-power/Lossy-Network (LLN).
In addition, an operator would be unable to turn off enrollment traffic by sending a maximum value enrollment priority to the sub-DODAG.
This situation is unfortunate, but without this option, the situation would occur all over the DODAG, rather than just in the sub-DODAG that the option did not reach.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>As per <xref target="RFC7416"/>, RPL control frames either run over a secured layer 2 or use the <xref target="RFC6550"/> Secure DIO methods.
This option can be placed into either a "clear" (layer-2 secured) DIO or a layer-3 Secure DIO.</t>
      <t>In most deployments involving wireless technology, the layer-2 is always encrypted using a layer-2 specific technology, and so privacy of the this option is available.</t>
      <t>A malicious node that was part of the RPL control plane (i.e., had been enrolled into the layer-2 security) would be able to see these options and, based upon the observed minimal enrollment priority, could signal a confederate that it was a good time to send malicious join traffic.</t>
      <t>But, such a malicious node, being already part of the RPL control plane, could also send DIOs with a different minimal enrollment priority, which would cause downstream mesh routers to change their <em>Join Proxy</em>  behavior: lower minimal priorities would cause downstream nodes to accept more Pledges than the network was expecting; higher minimal priorities could cause the enrollment process to stall.</t>
      <t>The use of layer-2 or layer-3 security for RPL control messages prevents the two aforementioned attacks by non-participating nodes by preventing malicious nodes from becoming part of the control plane.
However, a node that is attacked and has malware placed on it creates vulnerabilities in the same way such an attack on any node involved in Internet routing protocol does.
The rekeying provisions of <xref target="RFC9031"/> exist to permit an operator to remove such nodes from the network easily.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>There are no new privacy issues caused by this extension.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Allocate a new number TBD01 from Registry RPL Control Message Options.
This entry should be called Minimum Enrollment Priority.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This has been reviewed by Thomas Watteyne, Rifaat Shehk-Yusek,</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC7554">
          <front>
            <title>Using IEEE 802.15.4e Time-Slotted Channel Hopping (TSCH) in the Internet of Things (IoT): Problem Statement</title>
            <author fullname="T. Watteyne" initials="T." role="editor" surname="Watteyne"/>
            <author fullname="M. Palattella" initials="M." surname="Palattella"/>
            <author fullname="L. Grieco" initials="L." surname="Grieco"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>This document describes the environment, problem statement, and goals for using the Time-Slotted Channel Hopping (TSCH) Medium Access Control (MAC) protocol of IEEE 802.14.4e in the context of Low-Power and Lossy Networks (LLNs). The set of goals enumerated in this document form an initial set only.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7554"/>
          <seriesInfo name="DOI" value="10.17487/RFC7554"/>
        </reference>
        <reference anchor="RFC6550">
          <front>
            <title>RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks</title>
            <author fullname="T. Winter" initials="T." role="editor" surname="Winter"/>
            <author fullname="P. Thubert" initials="P." role="editor" surname="Thubert"/>
            <author fullname="A. Brandt" initials="A." surname="Brandt"/>
            <author fullname="J. Hui" initials="J." surname="Hui"/>
            <author fullname="R. Kelsey" initials="R." surname="Kelsey"/>
            <author fullname="P. Levis" initials="P." surname="Levis"/>
            <author fullname="K. Pister" initials="K." surname="Pister"/>
            <author fullname="R. Struik" initials="R." surname="Struik"/>
            <author fullname="JP. Vasseur" initials="JP." surname="Vasseur"/>
            <author fullname="R. Alexander" initials="R." surname="Alexander"/>
            <date month="March" year="2012"/>
            <abstract>
              <t>Low-Power and Lossy Networks (LLNs) are a class of network in which both the routers and their interconnect are constrained. LLN routers typically operate with constraints on processing power, memory, and energy (battery power). Their interconnects are characterized by high loss rates, low data rates, and instability. LLNs are comprised of anything from a few dozen to thousands of routers. Supported traffic flows include point-to-point (between devices inside the LLN), point-to-multipoint (from a central control point to a subset of devices inside the LLN), and multipoint-to-point (from devices inside the LLN towards a central control point). This document specifies the IPv6 Routing Protocol for Low-Power and Lossy Networks (RPL), which provides a mechanism whereby multipoint-to-point traffic from devices inside the LLN towards a central control point as well as point-to-multipoint traffic from the central control point to the devices inside the LLN are supported. Support for point-to-point traffic is also available. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6550"/>
          <seriesInfo name="DOI" value="10.17487/RFC6550"/>
        </reference>
        <reference anchor="RFC9032">
          <front>
            <title>Encapsulation of 6TiSCH Join and Enrollment Information Elements</title>
            <author fullname="D. Dujovne" initials="D." role="editor" surname="Dujovne"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>In the Time-Slotted Channel Hopping (TSCH) mode of IEEE Std 802.15.4, opportunities for broadcasts are limited to specific times and specific channels. Routers in a TSCH network transmit Enhanced Beacon (EB) frames to announce the presence of the network. This document provides a mechanism by which additional information critical for new nodes (pledges) and long-sleeping nodes may be carried within the EB in order to conserve use of broadcast opportunities.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9032"/>
          <seriesInfo name="DOI" value="10.17487/RFC9032"/>
        </reference>
        <reference anchor="RFC9031">
          <front>
            <title>Constrained Join Protocol (CoJP) for 6TiSCH</title>
            <author fullname="M. Vučinić" initials="M." role="editor" surname="Vučinić"/>
            <author fullname="J. Simon" initials="J." surname="Simon"/>
            <author fullname="K. Pister" initials="K." surname="Pister"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes the minimal framework required for a new device, called a "pledge", to securely join a 6TiSCH (IPv6 over the Time-Slotted Channel Hopping mode of IEEE 802.15.4) network. The framework requires that the pledge and the JRC (Join Registrar/Coordinator, a central entity), share a symmetric key. How this key is provisioned is out of scope of this document. Through a single CoAP (Constrained Application Protocol) request-response exchange secured by OSCORE (Object Security for Constrained RESTful Environments), the pledge requests admission into the network, and the JRC configures it with link-layer keying material and other parameters. The JRC may at any time update the parameters through another request-response exchange secured by OSCORE. This specification defines the Constrained Join Protocol and its CBOR (Concise Binary Object Representation) data structures, and it describes how to configure the rest of the 6TiSCH communication stack for this join process to occur in a secure manner. Additional security mechanisms may be added on top of this minimal framework.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9031"/>
          <seriesInfo name="DOI" value="10.17487/RFC9031"/>
        </reference>
        <reference anchor="ieee802154" target="http://standards.ieee.org/findstds/standard/802.15.4-2015.html">
          <front>
            <title>IEEE Std. 802.15.4, Part. 15.4: Wireless Medium Access Control (MAC) and Physical Layer (PHY) Specifications for Low-Rate Wireless Personal Area Networks</title>
            <author initials="" surname="IEEE standard for Information Technology">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC7416">
          <front>
            <title>A Security Threat Analysis for the Routing Protocol for Low-Power and Lossy Networks (RPLs)</title>
            <author fullname="T. Tsao" initials="T." surname="Tsao"/>
            <author fullname="R. Alexander" initials="R." surname="Alexander"/>
            <author fullname="M. Dohler" initials="M." surname="Dohler"/>
            <author fullname="V. Daza" initials="V." surname="Daza"/>
            <author fullname="A. Lozano" initials="A." surname="Lozano"/>
            <author fullname="M. Richardson" initials="M." role="editor" surname="Richardson"/>
            <date month="January" year="2015"/>
            <abstract>
              <t>This document presents a security threat analysis for the Routing Protocol for Low-Power and Lossy Networks (RPLs). The development builds upon previous work on routing security and adapts the assessments to the issues and constraints specific to low-power and lossy networks. A systematic approach is used in defining and evaluating the security threats. Applicable countermeasures are application specific and are addressed in relevant applicability statements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7416"/>
          <seriesInfo name="DOI" value="10.17487/RFC7416"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC6606">
          <front>
            <title>Problem Statement and Requirements for IPv6 over Low-Power Wireless Personal Area Network (6LoWPAN) Routing</title>
            <author fullname="E. Kim" initials="E." surname="Kim"/>
            <author fullname="D. Kaspar" initials="D." surname="Kaspar"/>
            <author fullname="C. Gomez" initials="C." surname="Gomez"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="May" year="2012"/>
            <abstract>
              <t>IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) are formed by devices that are compatible with the IEEE 802.15.4 standard. However, neither the IEEE 802.15.4 standard nor the 6LoWPAN format specification defines how mesh topologies could be obtained and maintained. Thus, it should be considered how 6LoWPAN formation and multi-hop routing could be supported.</t>
              <t>This document provides the problem statement and design space for 6LoWPAN routing. It defines the routing requirements for 6LoWPANs, considering the low-power and other particular characteristics of the devices and links. The purpose of this document is not to recommend specific solutions but to provide general, layer-agnostic guidelines about the design of 6LoWPAN routing that can lead to further analysis and protocol design. This document is intended as input to groups working on routing protocols relevant to 6LoWPANs, such as the IETF ROLL WG. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6606"/>
          <seriesInfo name="DOI" value="10.17487/RFC6606"/>
        </reference>
        <reference anchor="I-D.ietf-roll-capabilities">
          <front>
            <title>RPL Capabilities</title>
            <author fullname="Rahul Jadhav" initials="R." surname="Jadhav">
              <organization>Huawei</organization>
            </author>
            <author fullname="Pascal Thubert" initials="P." surname="Thubert">
              <organization>Cisco Systems, Inc</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Rabi Narayan Sahoo" initials="R. N." surname="Sahoo">
              <organization>Juniper</organization>
            </author>
            <date day="9" month="November" year="2021"/>
            <abstract>
              <t>   This draft enables the discovery, advertisement and query of
   capabilities for RPL nodes.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-roll-capabilities-09"/>
        </reference>
      </references>
    </references>
    <?line 246?>



  </back>
  <!-- ##markdown-source:
H4sIALLDTWYAA7Vb7VYkN5L9n0+hpX8s9FSVAfeHzazXgwG7mYGGBXp9/Gf3
qDJVVTL5talMqsvufpd9ln2yvREhKTMLaO+cOYuPD0WlUooIRdy4EVJPp9Ok
tW1ujtRJVbZNlee2XKpbk3aNUe9Nu66ae3VW0oPClK2ypbq5vlClPHGJns8b
83Ckfq1sOS1M29g0yaq01AWmzBq9aKfWtIspTTA1cZ5p3diqse1menCQJLZu
jlTbdK493N//dv8w0Y3RR+q8bE2DlZL18kjdXF1cqJ+xJsn3U1N1dXK/7sdM
T2mtJNXtkXJtlrhWl9l/6rwqDU9tkqS2Rwo/L1SqS9U5o3TT6I3atQul81xt
jNtTVaNW2q3UyjQmUaqt0iN6gI+uatrGLNwRT5GZhe7y1mFEeL4p5DH9meiu
XVXNUaL4Z+p/K5gPIy5n6samK91krirjIzHZJT0w+VMDqgZmuIVaJi+gwW21
aNcwFBvFxVGm0DY/UkXa/IkM/xcXXpilOnlanpvZ8Uz9VWcr/bAlzY1edbk6
bh5smW2PYHHedXptrLoz6WpbgobenbEMS/pmllbFMwJcz9Tdqpubpt1a/1q7
VOePHvLSJ9allbrduNYUj9SvW3nlLymN+sLS72bqdmW2ln3X2QKOPnzwx0uu
Orcyf7je32bqfK1Lm97brUX/VpWNzh4/5ZU/lPbBNA4Bo6qF+lk3Tq+3BbD+
zb8UtujWM5N1szpPkrJqCt3idfLGmx9PDg8OvvUf375+/cp/fPP69b7/+O3+
14f9x4Otb60x5pv9wwN5EyGim6VB0O2s2rY++uorDjzy3BmNnEH6rxbwHsSk
i8++wgSzg9ezV9PDffxatUW+I5MJFO2cn52dqds2m6kwcgJfaNqZos9H6mfb
mNw4py5NZrtCHacp/eUhTO1eHp/sKaylrlcbZ8mFLvTGNGr3+t0ve+q2Nqld
4OvWVqVTCwT9RbWe3ujW9DNfw9xVqcn7jQ5I6ETMcXTzvorIQUGe87xciOmr
kgOkrPJqudkB3IUHtCfJdDpVeu7aRqdtkvz++z95Y3/+TChjS+OUVkDWVZWp
+UatV0AGfFNXLXDUQsD4ygFe6SFW1U31ccNgp8uy6srUKNs6kwPuMOUDfEbP
c8OilmatrnOTLQ0jmkyiILcOSD9L7lYmTuRTQZp3GYsX0Jwn60Wgl6xTyAdd
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
d/wN1zYAAA==

-->

</rfc>
