<?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.2.3) -->
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-green-power-and-energy-yang-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="GREEN-PEM-YANG">Power and Energy YANG Module</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-green-power-and-energy-yang-01"/>
    <author initials="C." surname="Benoit" fullname="Benoit Claise">
      <organization>Everything OPS</organization>
      <address>
        <email>benoit@everything-ops.net</email>
      </address>
    </author>
    <author initials="C." surname="Gen" fullname="Gen Chen">
      <organization>Huawei</organization>
      <address>
        <email>chengen@huawei.com</email>
      </address>
    </author>
    <author initials="M." surname="Palmero" fullname="Marisol Palmero">
      <organization>Individual</organization>
      <address>
        <email>marisol.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="J." surname="Lindblad" fullname="Jan Lindblad">
      <organization>All For Eco</organization>
      <address>
        <email>jan.lindblad@for.eco</email>
      </address>
    </author>
    <date year="2026" month="July" day="03"/>
    <area>OPS</area>
    <workgroup>GREEN</workgroup>
    <keyword>Internet-Draft</keyword>
    <keyword>GREEN</keyword>
    <keyword>YANG</keyword>
    <keyword>Power</keyword>
    <keyword>Energy</keyword>
    <abstract>
      <?line 93?>

<t>This document defines the YANG data model for Power and Energy
monitoring of devices within or connected to communication networks.</t>
    </abstract>
  </front>
  <middle>
    <?line 98?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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.</t>
      <?line -18?>

<t>This document defines a YANG data model for Power and Energy
Monitoring and control of devices within or connected to communication
networks, for the use cases document in
<xref target="I-D.ietf-green-use-cases-01"/>.</t>
      <t>The data model includes both the monitoring and control of Energy
Objects for networked devices.</t>
      <t>This YANG data model is based on the "GREEN framework"
<xref target="I-D.ietf-green-framework-01"/>, following the "GREEN terminology"
<xref target="I-D.ietf-green-terminology-02"/>.</t>
      <t>Power and Energy Monitoring and Control can be applied to devices in
communication networks. All identifiable devices with measurable or
representable Power and Energy characteristics fall within the scope
of this specification. Target devices include (but are not limited to)
routers, switches, Power over Ethernet (PoE) endpoints, smart PDU,
storage and compute servers, etc.</t>
      <t>Where applicable, device monitoring extends to the components of the
device as well as software and service running on the device. As a
result, the metrics to be monitored include Device Level Energy
Efficiency (DLEE), Component Level Energy Efficiency (CLEE) and
potential Service Level Energy Efficiency (SLEE) at the
orchestrator-level, etc. For example, a router can contain components
such as Line Processing Unit (LPU), Switch Fabric Unit (SFU), Main
Processing Unit (MPU).</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>This document makes use of the terms defined in
<xref target="I-D.ietf-green-terminology-02"/>:</t>
        <artwork><![CDATA[
- Power
- Energy
- Energy Management
- Energy Monitoring
- Energy Control
- Energy Efficiency/Energy Efficiency Ratio
- Device Level Energy Efficiency (DLEE)
- Component Level Energy Efficiency (CLEE)
- Service Level Energy Efficiency (SLEE)
]]></artwork>
        <t>This document makes use of the terms defined in
<xref target="I-D.ietf-green-framework-01"/></t>
        <artwork><![CDATA[
- Energy Object
]]></artwork>
        <t>The terms reused from <xref target="I-D.ietf-green-terminology-02"/> and
<xref target="I-D.ietf-green-framework-01"/> are capitalized in this
specification.</t>
        <t>This document uses the terms Power and Energy in accordance with
<xref target="I-D.ietf-green-terminology-02"/>. Power refers to the instantaneous
rate at which a device consumes or produces electrical energy
(typically expressed in Watts). Energy, by contrast, represents the
cumulative amount of work performed over time (typically expressed in
Joules or Watt-hours). Both concepts are required within this YANG
module. Power enables real-time monitoring, control, and optimization
of device operation, while Energy provides a time-integrated view
necessary for accounting, reporting, and even for sustainability
analysis. This specification includes both Power and Energy
attributes.</t>
        <t>The terminology for describing YANG modules is defined in <xref target="RFC7950"/>.
The meanings of the symbols in the YANG tree diagrams are defined in
<xref target="RFC8340"/>.</t>
      </section>
    </section>
    <section anchor="the-green-framework">
      <name>The GREEN Framework</name>
      <t>The "GREEN framework" described in <xref target="I-D.ietf-green-framework-01"/>
covers monitoring and controlling devices and components where
monitoring includes measuring Power, Energy, demand and attributes of
Power.</t>
      <t>For the whole picture of the monitoring interfaces and the relevant
requirements, please refer to "GREEN reference model" in section 4 in
<xref target="I-D.ietf-green-framework-01"/>.</t>
    </section>
    <section anchor="power-and-energy-data-model">
      <name>Power and Energy Data Model</name>
      <t>The Power and Energy Data Model reports the Power and Energy
consumption of each Energy Object as well as the units, sign,
measurement accuracy, etc.</t>
      <t>A containment tree view of the Power and Energy Monitoring is presented.
The model differentiates the power-state-admin and power-state-oper
YANG leaves, representing the intended and operational power states
respectively. The two leaves together form the complete power state
management interface. The operational tree ('container energy-objects')
will typically contain a significantly larger number of instances than
the configuration tree ('container energy-control'). The configuration
tree, which is limited to explicitly provisioned entries, provides a
compact self-contained view of the intent. For this reason, although an
NMDA (Network Management Datastore Architecture) design with a single
"state" leaf (per <xref target="RFC8342"/>) was considered, it is not adopted in this
document.</t>
      <t>Finally, note that the instance is in the configuration tree, having a
required-instance false leafref to operational tree instance.</t>
      <t>The relationship list models the relationship between an Energy
Object and its peer Energy Objects, using the
<tt>energy-relationship-type</tt> identities: <tt>powered-by</tt> and <tt>powering</tt>
(Power Source Relationship), <tt>metered-by</tt> and <tt>metering</tt> (Metering
Relationship), <tt>aggregated-by</tt> and <tt>aggregating</tt> (Aggregation
Relationship), and <tt>enabled-by</tt> and <tt>enabling</tt> (Functional
Enablement Relationship).</t>
      <t>Each pair of identities expresses the same
relationship from the perspective of each participant (e.g., if
Energy Object A is powered-by Energy Object B, then Energy Object B
is powering Energy Object A). These relationship categories,
including their use for power/metering topology discovery and for
preventing double-counting of Energy values, are defined in
<xref target="I-D.ietf-green-framework"/>. For each relationship type, one or
more peer Energy Objects can be identified via the <tt>id</tt> leaf within
the <tt>peer</tt> list, a string value that is typically the peer's UUID
when known, or another locally unique identifier, together with
human-readable details captured in the <tt>details</tt> leaf, otherwise.</t>
      <t>Regarding relationships among Energy Objects, this document does not
provide a mechanism to configure relationships on the device (i.e.,
there is no relationship list under /energy-control); the
relationship list under /energy-objects/energy-entry is read-only
operational data (config false).</t>
      <t>For relationships between components within the same device (e.g.,
between a Line Processing Unit (LPU) and a Switch Fabric Unit (SFU)),
the device can typically determine and populate this data directly,
without requiring external configuration.</t>
      <t>Relationships between Energy Objects located on different devices are
generally established and maintained at the controller or Energy
Management System (EnMS) level, which has visibility into the
broader network topology, as discussed in
<xref target="I-D.ietf-green-framework-01"/>. A device may still report a known
inter-device relationship (e.g., using the peer's network-level UUID)
when it has been made aware of it, but this module does not provide a
mechanism to configure such relationships on the device itself.</t>
      <sourcecode type="yangtree"><![CDATA[
{::include yang/ietf-power-and-energy.txt}
]]></sourcecode>
    </section>
    <section anchor="relationship-to-the-hardware-yang-data-model">
      <name>Relationship to the Hardware YANG Data Model</name>
      <t>The ietf-hardware YANG module <xref target="RFC8348"/> is required by the Power
and Energy YANG module. In the ietf-hardware YANG model, there are
three identifiers for hardware components, which are "name",
"physical-index" and "uuid". Among them, "name" is the key to "List of
components", "physical-index" matches entPhysicalIndex in the legacy
Entity MIB <xref target="RFC6933"/> if it exists, and UUID is the Universally
Unified IDentifier <xref target="RFC9562"/> of the component.</t>
      <t>In the Power and Energy YANG Module defined in this specification,
there is a leaf named "source-component-id" which refers to the
component name in the ietf-hardware model. The "source-component-id"
can in turn reuse the UUID in the ietf-hardware YANG module.</t>
      <t>The mapping between energy-object entries in this YANG Module and the
hardware-components in ietf-hardware YANG module <xref target="RFC8348"/> is
designed to be 1:1, architecturally aligning each energy-entry with
exactly one physical hardware component via source-component-id.</t>
      <t>There are also cases where the controllers also generate their own set
of UUIDs for the hardware (components). In such a case, it might be
necessary to document the mappings between the UUIDs generated on the
hardware side and the UUIDs on the controller side. Basically, the
devices (such as routers) generate the UUID and the controller can
query it.</t>
      <t>The ietf-hardware YANG module <xref target="RFC8348"/> allows discovering all the
device components, including the containment tree, and the parent/child
relationship, which is important for energy/power aggregation (see the
contains-child relationship in RFC 8348).</t>
    </section>
    <section anchor="relationship-to-the-eman-work">
      <name>Relationship to the EMAN Work</name>
      <t>The EMAN IETF Working Group
(https://datatracker.ietf.org/wg/eman/about/) is a concluded Working
Group that produced a couple of RFCs in the domain of Power and
Energy. The Working Group produced MIB modules for monitoring and
control for power and energy, for the context information, for battery
monitoring, and an extension to the ENTITY-MIB to add the UUID
definition <xref target="RFC6933"/>.</t>
      <t>For various reasons, those MIB modules were not implemented by
vendors.</t>
      <t>The Power and Energy data model defined in this specification uses the
Monitoring and Control MIB for Power and Energy <xref target="RFC7460"/> as a
starting point to discuss the solution to the different use cases in
<xref target="I-D.ietf-green-use-cases-01"/>.</t>
      <t>However, it has not been the goal to simply map the MIB module to a
YANG module. The changes compared to the EMAN MIB modules are mainly
due to the alignment with the up-to-date requirements of the network
carriers on Energy Efficiency. Compared to the MIB modules, some
definitions and types are optimized, some new Energy Objects are added
and some legacy Energy Objects are removed accordingly.</t>
    </section>
    <section anchor="power-and-energy-yang-module">
      <name>Power and Energy YANG Module</name>
      <t>This YANG Module is used to monitor and control Power and Energy usage
of network devices and the components on these devices.</t>
      <sourcecode type="yang" markers="true" name="ietf-power-and-energy@2026-07-02.yang"><![CDATA[
{::include yang/ietf-power-and-energy.yang}
]]></sourcecode>
      <t>The IANA-requested identities for power and energy class are separately
described below.</t>
      <sourcecode type="yang" markers="true" name="iana-power-and-energy@2026-07-02.yang"><![CDATA[
{::include yang/iana-power-and-energy.yang}
]]></sourcecode>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>In the YANG data model, the unit-multiplier leaf is defined with
different constraints in the power and energy containers. In the power
container, the leaf is mandatory true. This ensures that every power
measurement (instantaneous or nameplate) is always accompanied by an
explicit scale, eliminating any ambiguity about the unit. In the energy
container, the leaf is optional and has a default value of
"multiplier-units" (which corresponds to 10^0 = 1, i.e., Watt‑hours).
If a device does not provide this leaf, the client <bcp14>MUST</bcp14> assume that all
energy values (total-energy-consumed and total-energy-delivered) are
expressed in Watt‑hours. This default eliminates the ambiguity that
would otherwise exist when the leaf is absent.</t>
      <t>Heterogeneous sensor capabilities across components complicate power
and energy aggregation. Operators must use the data-source-accuracy
identities (e.g., accuracy-measured-bronze vs. accuracy-estimated) to
weight data reliability carefully before aggregating Power
(instantaneous-power) and Energy (total-energy-consumed and/or
total-energy-delivered) values to avoid skewing Device Level Energy
Efficiency (DLEE) metrics.</t>
      <t>Operators might not always be interested in getting the individual component
accuracy. What counts is the device level or domain level, identity
accuracy-like-parent is introduced to meet their demands. From an
implementation point of view, to facilitate data collection and
aggregation on runtime and avoid post-aggregation data confidence
interval issues, operators and implementers should use as much as
possible this accuracy-like-parent identity.</t>
      <t>YANG Push support eliminates device-side bucket storage by streaming
energy telemetry directly to controller-side via subscriptions.
Operators must verify the 'yang-push' bundle is enabled and validate
push-max-operational limits accommodate all component subscriptions,
preventing notification flooding while avoiding memory overhead on the
device.</t>
      <section anchor="measurement-accuracy-and-data-source-classification">
        <name>Measurement Accuracy and Data Source Classification</name>
        <t>Power and energy metrics may originate from a wide range of sources and estimation methods, each with different levels of reliability. These include direct sensor measurements, manufacturer-provided specifications, historical observations, and predictive models. Without explicit characterization of data quality, comparisons and aggregations may be misleading. The GREEN YANG data model therefore requires all power and energy values to be associated with an accuracy classification.</t>
        <t>The model defines the following primary accuracy categories using YANG identities:</t>
        <ul spacing="normal">
          <li>
            <t>Unknown Accuracy: Data accuracy cannot be determined, or measurements are unavailable due to sensor failures, powered-off components, or other operational constraints.</t>
          </li>
          <li>
            <t>Estimated Data: Values derived through indirect methods:
            </t>
            <ul spacing="normal">
              <li>
                <t>Static estimates: From manufacturer datasheets, nameplate ratings (critical for UC 1: Incremental Deployment with legacy devices)
                </t>
                <ul spacing="normal">
                  <li>
                    <t>Identity: <tt>accuracy-static</tt></t>
                  </li>
                </ul>
              </li>
              <li>
                <t>Historic estimates: Based on prior measurements of this specific system under similar conditions
                </t>
                <ul spacing="normal">
                  <li>
                    <t>Identity: <tt>accuracy-historic</tt></t>
                  </li>
                </ul>
              </li>
              <li>
                <t>Learned estimates: Generated by machine learning models predicting consumption from workload patterns (UC 15: AI Training)
                </t>
                <ul spacing="normal">
                  <li>
                    <t>Identity: <tt>accuracy-learned</tt></t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
          <li>
            <t>Measured Data: Direct, real-time sensor measurements with quantified precision:</t>
          </li>
          <li>
            <t>Bronze: +/-30% accuracy for typical values.</t>
          </li>
          <li>
            <t>Silver: +/-10% accuracy for typical values.</t>
          </li>
          <li>
            <t>Gold: +/-5% accuracy for typical values.</t>
          </li>
          <li>
            <t>Red: +/-2% accuracy for typical values.</t>
          </li>
          <li>
            <t>Ones: All non-zero digits are significant/valid.</t>
          </li>
        </ul>
        <t>Percentage-based accuracy fails for small values. For example, +/-5% of 0.1W is only 0.005W, which may be smaller than sensor noise. Industry standards (IEC 62053, IEC 61850-7-4) address this by specifying: Accuracy = MAX(percentage_error, absolute_threshold)</t>
        <t>The absolute threshold suffixes (<tt>-1</tt>, <tt>-10</tt>, <tt>-100</tt>, <tt>-1000</tt>) refer to the unit-multiplier scale. For <tt>unit-multiplier: milli</tt>, <tt>-10</tt> means +/-10 milliwatts.</t>
        <t>Example - A sensor with <tt>accuracy-measured-gold-10</tt> reports:</t>
        <ul spacing="normal">
          <li>
            <t>16.25W -&gt; actual value between 16.2375W and 16.2625W (5% = 0.8125W &gt; 0.010W threshold)</t>
          </li>
          <li>
            <t>0.15W -&gt; actual value between 0.140W and 0.160W (5% = 0.0075W &lt; 0.010W threshold, so +/-10mW applies)</t>
          </li>
        </ul>
        <t>Explicit accuracy reporting enables:</t>
        <ul spacing="normal">
          <li>
            <t>Weighted aggregation: High-precision measurements carry appropriate weight when calculating network-wide energy consumption</t>
          </li>
          <li>
            <t>Upgrade prioritization: Identify devices with low-accuracy reporting for sensor upgrades or replacement</t>
          </li>
          <li>
            <t>Compliance validation: Automated verification against regulatory thresholds requiring specific measurement precision</t>
          </li>
          <li>
            <t>Double-accounting prevention: Understand when PDU-level measurements (+/-2%) should override device estimates (+/-30%) to avoid counting the same energy twice (UC 13)</t>
          </li>
          <li>
            <t>Cross-domain correlation: Map accuracy expectations when integrating with external systems like 3GPP energy KPIs (UC 6)</t>
          </li>
        </ul>
        <t>The accuracy hierarchy uses YANG identities for extensibility, allowing vendors to define manufacturer-specific accuracy classes while maintaining interoperability through standardized base types.</t>
      </section>
      <section anchor="industry-standard-certifications">
        <name>Industry-Standard Certifications</name>
        <t>Energy efficiency certifications issued by recognized testing organizations provide standardized benchmarks for the expected performance of equipment and components. These certifications are typically based on controlled laboratory measurements and formal evaluation procedures. The GREEN YANG data model supports reporting of such certifications in order to complement operational measurement data.</t>
        <t>Common Certifications:</t>
        <ul spacing="normal">
          <li>
            <t>80 PLUS (Power Supply Units): Bronze/Silver/Gold/Platinum/Titanium tiers based on efficiency at 20%/50%/100% load</t>
          </li>
          <li>
            <t>Energy Star: Government-backed program certifying energy-efficient products</t>
          </li>
          <li>
            <t>EPEAT: Electronic Product Environmental Assessment Tool ratings (Bronze/Silver/Gold)</t>
          </li>
          <li>
            <t>EU Energy Label: European efficiency ratings</t>
          </li>
          <li>
            <t>CN Energy Label: China efficiency ratings</t>
          </li>
          <li>
            <t>CQC: China Quality Certification for energy efficiency</t>
          </li>
        </ul>
        <t>Additional certification schemes may be supported through extensible identities.</t>
        <t>Certification data and measurement accuracy serve complementary functions within the model.</t>
        <t>Certification information describes the verified design-time efficiency characteristics of a device or component, as established through independent testing. Measurement accuracy describes the precision and reliability of reported operational data obtained from sensors or estimation mechanisms.</t>
        <t>Key differences include:</t>
        <ul spacing="normal">
          <li>
            <t>Certification is typically applied at manufacturing time and remains stable throughout the product lifecycle.</t>
          </li>
          <li>
            <t>Measurement accuracy may vary over time due to calibration, environmental conditions, or sensor degradation.</t>
          </li>
          <li>
            <t>Certification is generally associated with discrete components, such as power supply units.</t>
          </li>
          <li>
            <t>Measurement accuracy applies to individual metrics at component, subsystem, or system level.</t>
          </li>
        </ul>
        <t>Both types of information may be reported simultaneously for the same energy object.</t>
        <t>Example: A power supply might have:</t>
        <ul spacing="normal">
          <li>
            <t>Certification: <tt>c80-PLUS-Platinum</tt> (&gt;=92% efficient at 50% load, independently verified)</t>
          </li>
          <li>
            <t>Measurement Accuracy: <tt>accuracy-measured-silver</tt> (+/-10% sensor precision on real-time power readings)</t>
          </li>
        </ul>
        <t>The certification tells operators the energy object, for example, a PSU, is designed to be efficient; the measurement accuracy tells them how precisely they can monitor its actual performance.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This section is modeled after the template described in Section 3.7.1
of <xref target="rfc8407bis"/>.</t>
      <t>The Power and Energy YANG module defines a data model that is designed
to be accessed via YANG-based management protocols, such as NETCONF
<xref target="RFC6241"/> and RESTCONF <xref target="RFC8040"/>. These YANG-based management
protocols (1) have to use a secure transport layer (e.g., SSH
<xref target="RFC4252"/>, TLS <xref target="RFC8446"/>, and QUIC <xref target="RFC9000"/>) and (2) have to use
mutual authentication.</t>
      <t>The Network Configuration Access Control Model (NACM) <xref target="RFC8341"/>
provides the means to restrict access for particular NETCONF or
RESTCONF users to a preconfigured subset of all available NETCONF or
RESTCONF protocol operations and content.</t>
      <t>There is one writable data node defined in this YANG module that may
be considered sensitive or vulnerable in some network environments.
Write operations (e.g., edit-config) to this data node without proper
protection can have a negative effect on network operations:</t>
      <ul spacing="normal">
        <li>
          <t>/energy-control/energy-entry/power-state/power-state-admin:
Unauthorized write access to this leaf allows an attacker to change
the administratively requested power state of an Energy Object.
Depending on the target device or component, this could be used to
power down critical network infrastructure (resulting in denial of
service), force a component into a state that damages hardware, or
mask an ongoing attack by cycling power states to disrupt
monitoring. Access to this data node <bcp14>SHOULD</bcp14> be limited to
authorized administrators via NACM.</t>
        </li>
      </ul>
      <t>Some of the readable data nodes in this YANG module may be considered
sensitive or vulnerable in some network environments. It is thus
important to control read access (e.g., via get, get-config, or
notification) to these data nodes. Specifically, the following
subtrees and data nodes have particular sensitivities:</t>
      <ul spacing="normal">
        <li>
          <t>/energy-objects/energy-entry/power and
/energy-objects/energy-entry/energy: These subtrees expose
real-time and cumulative power and energy consumption for
individual hardware components. Fine-grained, time-correlated
power/energy telemetry can reveal operational patterns, such as
workload levels, traffic volume, or usage schedules, of a device
or of the network behind it. In some environments, this
information could be leveraged as a side channel to infer
sensitive operational or business information (e.g., data center
utilization, capacity, or customer activity patterns).</t>
        </li>
        <li>
          <t>/energy-objects/energy-entry/relationship: This list exposes
relationships (e.g., powered-by, powering, metered-by) and UUIDs
between Energy Objects, which can reveal the physical and logical
power topology of a site. Disclosure of this information could
assist an attacker in identifying high-value targets (e.g., shared
power infrastructure whose disruption has a broad impact) or in
correlating Energy Objects across administrative domains.</t>
        </li>
      </ul>
      <t>This document does not define any RPC operations or YANG
notifications.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document requests IANA to create and maintain a new registry group called "Power and Energy", with the following module registration:</t>
      <table>
        <thead>
          <tr>
            <th align="left">Field</th>
            <th align="left">Value</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">Name</td>
            <td align="left">iana-power-and-energy</td>
          </tr>
          <tr>
            <td align="left">Namespace</td>
            <td align="left">urn:ietf:params:xml:ns:yang:iana-power-and-energy</td>
          </tr>
          <tr>
            <td align="left">Prefix</td>
            <td align="left">ianaeo</td>
          </tr>
          <tr>
            <td align="left">Reference</td>
            <td align="left">RFC XXX</td>
          </tr>
        </tbody>
      </table>
      <t>Note to IANA: RFC XXX must be replaced by the newly assigned RFC
number.</t>
      <t>All registries defined in this document are part of the "Power and Energy" registry group.</t>
      <section anchor="green-certification-type-registry">
        <name>GREEN Certification Type Registry</name>
        <t>This document requests IANA to create a new registry called "Power and Energy Certification Types" within the "Power and Energy" registry group.</t>
        <t>This document defines the initial version of the IANA-maintained
<tt>certification-type</tt> identity in the <tt>iana-power-and-energy</tt> YANG
module. The registry assigns string identity names for power and energy efficiency certification types, for use as identityref values in "ietf-power-and-energy" YANG module. The registered value is the unqualified identity name (e.g., energy-star, c80-plus, etc). No numeric code points are assigned by this registry.</t>
        <t>New entries to "Power and Energy Certification Types" registry
require Expert Review <xref target="RFC8126"/>. The Designated Expert(s) should
verify that:</t>
        <ul spacing="normal">
          <li>
            <t>The certification is issued by a recognized and independent
standards body, testing laboratory, regulatory authority, or
equivalent organization.</t>
          </li>
          <li>
            <t>The certification has a stable, publicly accessible reference.</t>
          </li>
          <li>
            <t>The proposed identity name <bcp14>SHOULD</bcp14> be a short mnemonic derived
from the official certification name.</t>
          </li>
        </ul>
        <t>When a new certification type is added to the registry, a new
<tt>identity</tt> statement <bcp14>MUST</bcp14> be added to the <tt>iana-power-and-energy</tt>
YANG module. The following substatements to the <tt>identity</tt> statement
<bcp14>MUST</bcp14> be defined:</t>
        <ul spacing="normal">
          <li>
            <t><tt>base</tt>: <bcp14>MUST</bcp14> contain the value <tt>certification-type</tt>.</t>
          </li>
          <li>
            <t><tt>status</tt>: Include only if a registration has been deprecated (use
the value <tt>deprecated</tt>) or obsoleted (use the value <tt>obsolete</tt>).</t>
          </li>
          <li>
            <t><tt>description</tt>: <bcp14>MUST</bcp14> include the full name of the certification
program and a brief description of its energy efficiency scope.
Lines <bcp14>MUST NOT</bcp14> exceed 72 characters.</t>
          </li>
          <li>
            <t><tt>reference</tt>: <bcp14>MUST</bcp14> include a stable URI to the certification
program's official documentation or registry.</t>
          </li>
        </ul>
        <t>Unassigned or reserved values <bcp14>MUST NOT</bcp14> be present in the module.</t>
        <t>When the "Power and Energy Certification Types" registry is
updated with a new entry, a corresponding new <tt>identity</tt> statement
<bcp14>MUST</bcp14> be added to the <tt>iana-power-and-energy</tt> YANG module, and a new revision statement <bcp14>MUST</bcp14> be added in front of the existing revision
statements.</t>
        <t>IANA is requested to add the following note to the "Power and Energy Certification Types" registry:</t>
        <t>Certification types <bcp14>MUST NOT</bcp14> be directly added to the
iana-power-and-energy YANG module. They <bcp14>MUST</bcp14> instead be added to the
"Power and Energy Certification Types" registry. When this registry
is updated, the iana-power-and-energy YANG module <bcp14>MUST</bcp14> be updated as
defined in RFC XXX.</t>
      </section>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This work has benefited from the regular discussions on the GREEN
Design Meetings. The authors wish to thank the WG chairs, Rob Wilton
and Diego Lopez, for organizing the recurring calls and progressing
the work. The authors also wish to thank the following individuals,
who provided helpful comments and reviews to this document.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC7950" target="https://datatracker.ietf.org/doc/html/rfc7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author>
              <organization/>
            </author>
            <date year="2016" month="August"/>
          </front>
        </reference>
        <reference anchor="RFC8340" target="https://datatracker.ietf.org/doc/html/rfc8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author>
              <organization/>
            </author>
            <date year="2018" month="March"/>
          </front>
        </reference>
        <reference anchor="RFC6241" target="https://datatracker.ietf.org/doc/html/rfc6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author>
              <organization/>
            </author>
            <date year="2011" month="June"/>
          </front>
        </reference>
        <reference anchor="RFC8040" target="https://datatracker.ietf.org/doc/html/rfc8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author>
              <organization/>
            </author>
            <date year="2017" month="June"/>
          </front>
        </reference>
        <reference anchor="RFC4252" target="https://datatracker.ietf.org/doc/html/rfc4252">
          <front>
            <title>The Secure Shell (SSH) Authentication Protocol</title>
            <author>
              <organization/>
            </author>
            <date year="2006" month="January"/>
          </front>
        </reference>
        <reference anchor="RFC8446" target="https://datatracker.ietf.org/doc/html/rfc8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author>
              <organization/>
            </author>
            <date year="2018" month="August"/>
          </front>
        </reference>
        <reference anchor="RFC9000" target="https://datatracker.ietf.org/doc/html/rfc9000">
          <front>
            <title>QUIC - A UDP-Based Multiplexed and Secure Transport</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="May"/>
          </front>
        </reference>
        <reference anchor="RFC8341" target="https://datatracker.ietf.org/doc/html/rfc8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author>
              <organization/>
            </author>
            <date year="2018" month="March"/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="I-D.ietf-green-terminology-02">
          <front>
            <title>Terminology for Energy Efficiency Network Management</title>
            <author fullname="Gen Chen" initials="G." surname="Chen">
              <organization>Huawei</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Marisol Palmero" initials="M. P." surname="Palmero">
              <organization>Individual</organization>
            </author>
            <date day="30" month="June" year="2026"/>
            <abstract>
              <t>   Energy-efficient network management is primarily meant to enhance
   conventional network management with energy-related management
   capabilities that optimize overall network energy consumption.  To
   that aim, specific features and capabilities are required to control
   (and thus optimize) the energy use of involved network elements and
   their components.

   This document defines a set of key terms used within the IETF when
   discussing energy efficiency in network management.  Such reference
   document helps framing discussion and agreeing upon a set of main
   concepts in this area.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-green-terminology-02"/>
        </reference>
        <reference anchor="RFC8348">
          <front>
            <title>A YANG Data Model for Hardware Management</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="J. Dong" initials="J." surname="Dong"/>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model for the management of hardware on a single server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8348"/>
          <seriesInfo name="DOI" value="10.17487/RFC8348"/>
        </reference>
        <reference anchor="RFC7460">
          <front>
            <title>Monitoring and Control MIB for Power and Energy</title>
            <author fullname="M. Chandramouli" initials="M." surname="Chandramouli"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="B. Schoening" initials="B." surname="Schoening"/>
            <author fullname="J. Quittek" initials="J." surname="Quittek"/>
            <author fullname="T. Dietz" initials="T." surname="Dietz"/>
            <date month="March" year="2015"/>
            <abstract>
              <t>This document defines a subset of the Management Information Base (MIB) for power and energy monitoring of devices.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7460"/>
          <seriesInfo name="DOI" value="10.17487/RFC7460"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="rfc8407bis">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="Andy Bierman" initials="A." surname="Bierman">
              <organization>YumaWorks</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <date day="5" month="June" year="2025"/>
            <abstract>
              <t>   This document provides guidelines for authors and reviewers of
   specifications containing YANG data models, including IANA-maintained
   modules.  Recommendations and procedures are defined, which are
   intended to increase interoperability and usability of Network
   Configuration Protocol (NETCONF) and RESTCONF Protocol
   implementations that utilize YANG modules.  This document obsoletes
   RFC 8407.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-28"/>
        </reference>
        <reference anchor="I-D.ietf-green-use-cases-01">
          <front>
            <title>Use Cases for Energy Efficiency Management</title>
            <author fullname="Emile Stephan" initials="E." surname="Stephan">
              <organization>Orange</organization>
            </author>
            <author fullname="Marisol Palmero" initials="M. P." surname="Palmero">
              <organization>Individual</organization>
            </author>
            <author fullname="Benoît Claise" initials="B." surname="Claise">
              <organization>Huawei</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Carlos J. Bernardos" initials="C. J." surname="Bernardos">
              <organization>Universidad Carlos III de Madrid</organization>
            </author>
            <author fullname="Xinyu Chen" initials="X." surname="Chen">
              <organization>China Mobile</organization>
            </author>
            <date day="22" month="January" year="2026"/>
            <abstract>
              <t>   This document groups use cases for Energy efficiency Management of
   network devices.

   Discussion Venues

   Source of this draft and an issue tracker can be found at
   https://github.com/emile22/draft-ietf-green-use-cases

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-green-use-cases-01"/>
        </reference>
        <reference anchor="I-D.ietf-green-framework-01">
          <front>
            <title>Framework for Energy Efficiency Management</title>
            <author fullname="Benoît Claise" initials="B." surname="Claise">
              <organization>Everything OPS</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Jan Lindblad" initials="J." surname="Lindblad">
              <organization>All For Eco</organization>
            </author>
            <author fullname="Marisol Palmero" initials="M. P." surname="Palmero">
              <organization>Independent</organization>
            </author>
            <author fullname="Emile Stephan" initials="E." surname="Stephan">
              <organization>Orange</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <date day="17" month="March" year="2026"/>
            <abstract>
              <t>   Recognizing the urgent need for energy efficiency, this document
   specifies a management framework focused on networks, devices and
   device components within, or connected to, interconnected systems.
   The framework aims to enable energy usage optimization, based on the
   network condition while achieving the network's functional and
   performance requirements (e.g., improving overall network
   utilization) and also ensure interoperability across diverse systems.
   Leveraging data from existing use cases, it delivers actionable
   metrics to support effective energy management and informed decision-
   making.  Furthermore, the framework defines mechanisms for
   representing and organizing timestamped telemetry data using YANG
   data models and metadata, enabling transparent and reliable
   monitoring.  This structured approach facilitates improved energy
   efficiency through consistent energy management practices.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-green-framework-01"/>
        </reference>
        <reference anchor="RFC8342">
          <front>
            <title>Network Management Datastore Architecture (NMDA)</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <author fullname="P. Shafer" initials="P." surname="Shafer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="R. Wilton" initials="R." surname="Wilton"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>Datastores are a fundamental concept binding the data models written in the YANG data modeling language to network management protocols such as the Network Configuration Protocol (NETCONF) and RESTCONF. This document defines an architectural framework for datastores based on the experience gained with the initial simpler model, addressing requirements that were not well supported in the initial model. This document updates RFC 7950.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8342"/>
          <seriesInfo name="DOI" value="10.17487/RFC8342"/>
        </reference>
        <reference anchor="I-D.ietf-green-framework">
          <front>
            <title>Framework for Energy Efficiency Management</title>
            <author fullname="Benoît Claise" initials="B." surname="Claise">
              <organization>Everything OPS</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Jan Lindblad" initials="J." surname="Lindblad">
              <organization>All For Eco</organization>
            </author>
            <author fullname="Marisol Palmero" initials="M. P." surname="Palmero">
              <organization>Independent</organization>
            </author>
            <author fullname="Emile Stephan" initials="E." surname="Stephan">
              <organization>Orange</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <date day="17" month="March" year="2026"/>
            <abstract>
              <t>   Recognizing the urgent need for energy efficiency, this document
   specifies a management framework focused on networks, devices and
   device components within, or connected to, interconnected systems.
   The framework aims to enable energy usage optimization, based on the
   network condition while achieving the network's functional and
   performance requirements (e.g., improving overall network
   utilization) and also ensure interoperability across diverse systems.
   Leveraging data from existing use cases, it delivers actionable
   metrics to support effective energy management and informed decision-
   making.  Furthermore, the framework defines mechanisms for
   representing and organizing timestamped telemetry data using YANG
   data models and metadata, enabling transparent and reliable
   monitoring.  This structured approach facilitates improved energy
   efficiency through consistent energy management practices.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-green-framework-01"/>
        </reference>
        <reference anchor="RFC6933">
          <front>
            <title>Entity MIB (Version 4)</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
            <author fullname="J. Quittek" initials="J." surname="Quittek"/>
            <author fullname="M. Chandramouli" initials="M." surname="Chandramouli"/>
            <date month="May" year="2013"/>
            <abstract>
              <t>This memo defines a portion of the Management Information Base (MIB) for use with network management protocols in the Internet community. In particular, it describes managed objects used for managing multiple logical and physical entities managed by a single Simple Network Management Protocol (SNMP) agent. This document specifies version 4 of the Entity MIB. This memo obsoletes version 3 of the Entity MIB module published as RFC 4133.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6933"/>
          <seriesInfo name="DOI" value="10.17487/RFC6933"/>
        </reference>
        <reference anchor="RFC9562">
          <front>
            <title>Universally Unique IDentifiers (UUIDs)</title>
            <author fullname="K. Davis" initials="K." surname="Davis"/>
            <author fullname="B. Peabody" initials="B." surname="Peabody"/>
            <author fullname="P. Leach" initials="P." surname="Leach"/>
            <date month="May" year="2024"/>
            <abstract>
              <t>This specification defines UUIDs (Universally Unique IDentifiers) --
also known as GUIDs (Globally Unique IDentifiers) -- and a Uniform
Resource Name namespace for UUIDs. A UUID is 128 bits long and is
intended to guarantee uniqueness across space and time. UUIDs were
originally used in the Apollo Network Computing System (NCS), later
in the Open Software Foundation's (OSF's) Distributed Computing
Environment (DCE), and then in Microsoft Windows platforms.</t>
              <t>This specification is derived from the OSF DCE specification with the
kind permission of the OSF (now known as "The Open Group"). Information from earlier versions of the OSF DCE specification have
been incorporated into this document. This document obsoletes RFC
4122.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9562"/>
          <seriesInfo name="DOI" value="10.17487/RFC9562"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
VIwkgnigv3Xt/wP+x+stOWgAAA==

-->

</rfc>
