<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-belmq-green-framework-05" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.2 -->
  <front>
    <title abbrev="Framework for Energy Efficiency Management">Framework for Energy Efficiency Management</title>
    <seriesInfo name="Internet-Draft" value="draft-belmq-green-framework-05"/>
    <author fullname="Benoit Claise">
      <organization>Everything OPS</organization>
      <address>
        <email>benoit@everything-ops.net</email>
      </address>
    </author>
    <author fullname="Luis M. Contreras">
      <organization>Telefonica</organization>
      <address>
        <email>luismiguel.contrerasmurillo@telefonica.com</email>
      </address>
    </author>
    <author fullname="Jan Lindblad">
      <organization>All For Eco</organization>
      <address>
        <email>jan.lindblad+ietf@for.eco</email>
      </address>
    </author>
    <author fullname="Marisol Palmero">
      <organization>Independent</organization>
      <address>
        <email>marisol.ietf@gmail.com</email>
      </address>
    </author>
    <author fullname="Emile Stephan">
      <organization>Orange</organization>
      <address>
        <email>emile.stephan@orange.com</email>
      </address>
    </author>
    <author fullname="Qin Wu">
      <organization>Huawei</organization>
      <address>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>
    <date year="2025" month="October" day="06"/>
    <area>Operations and Management</area>
    <workgroup>Getting Ready for Energy-Efficient Networking</workgroup>
    <keyword>framework</keyword>
    <keyword>energy</keyword>
    <keyword>efficiency</keyword>
    <keyword>savings</keyword>
    <keyword>management</keyword>
    <abstract>
      <?line 95?>

<t>Recognizing the urgent need for energy efficiency, this document specifies a management framework focused on 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 proposes mechanisms for representing and organizing timestamped telemetry data using YANG models and metadata, enabling transparent and reliable monitoring. This structured approach facilitates improved energy efficiency through consistent energy management practices.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://marisolpalmero.github.io/draft-belm-green-framework/draft-belmq-green-framework.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-belmq-green-framework/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Getting Ready for Energy-Efficient Networking  mailing list (<eref target="mailto:green@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/green/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/green/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/marisolpalmero/draft-belm-green-framework"/>.</t>
    </note>
  </front>
  <middle>
    <?line 99?>

<section anchor="to-do-and-open-issues">
      <name>TO DO and Open Issues</name>
      <ul spacing="normal">
        <li>
          <t>IEC60050 reference needs a new URL</t>
        </li>
      </ul>
      <t>The following topics remain open for further discussion points:</t>
      <section anchor="discovering-capabilities">
        <name>Discovering Capabilities</name>
        <ul spacing="normal">
          <li>
            <t>Enable automatic detection of power-saving features.</t>
          </li>
          <li>
            <t>Allow controllers to easily discover device-specific limits like transition time and duty cycle.</t>
          </li>
        </ul>
      </section>
      <section anchor="understanding-device-capabilities">
        <name>Understanding Device Capabilities</name>
        <ul spacing="normal">
          <li>
            <t>Explore if Energy Objects can support multiple sets of power states.</t>
          </li>
          <li>
            <t>Make power states clearly described and understandable.</t>
          </li>
          <li>
            <t>Represent these capabilities in a machine-readable format.</t>
          </li>
        </ul>
      </section>
      <section anchor="mapping-intents-to-device-settings">
        <name>Mapping Intents to Device Settings</name>
        <ul spacing="normal">
          <li>
            <t>Develop ways to translate high-level energy goals (like “save energy at low utilization”) into actual device configurations.</t>
          </li>
          <li>
            <t>Create a standard method to describe this mapping across systems.</t>
          </li>
        </ul>
      </section>
      <section anchor="handling-transitions-and-ensuring-safety">
        <name>Handling Transitions and Ensuring Safety</name>
        <ul spacing="normal">
          <li>
            <t>Consider how long it takes for an Energy Object to switch power states.</t>
          </li>
          <li>
            <t>Recommendation to standardize a data model for safe limits on frequency or speed of transitions to prevent device/component's damage.</t>
          </li>
          <li>
            <t>Recommendation to standardize a data model to preserved measurement accuracy.</t>
          </li>
          <li>
            <t>Model SLAs that include both performance (e.g., transition time) and device safety (e.g., cycle limitations).</t>
          </li>
        </ul>
      </section>
      <section anchor="east-west-trafficenergy-metrics">
        <name>East-West Traffic/Energy Metrics</name>
        <ul spacing="normal">
          <li>
            <t>Recommendation to standardize a data model for new equipment interconnected East-West with optimized energy consumption.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="GreenUseCases"/>, analyzing use cases such as the "Incremental Application of the GREEN Framework" and "Consideration of other domains for obtention of end-to-end metrics"  reveals the critical need for a structured approach to transitioning network devices' management towards energy-efficient operations, for:</t>
      <ul spacing="normal">
        <li>
          <t>Standardization: Ensuring consistent practices across different devices and network segments to facilitate interoperability.</t>
        </li>
        <li>
          <t>Energy Efficiency Management: Providing guidelines to identify inefficiencies, look for the balance between energy usage and
network/resource/component/capability utilization and implement improvements.</t>
        </li>
        <li>
          <t>Scalability: Offering solutions that accommodate growing network demands and complexity.</t>
        </li>
        <li>
          <t>Cost Reduction: Optimizing energy usage to lower operational costs and extend equipment lifecycles.</t>
        </li>
        <li>
          <t>Competitiveness: Enabling organizations to maintain a competitive infrastructure through enhanced sustainability.</t>
        </li>
        <li>
          <t>Environmental Impact: Supporting broader sustainability initiatives by reducing carbon footprints.</t>
        </li>
        <li>
          <t>Simplified Implementation: Streamlining the deployment of energy-efficient measures to minimize service disruptions.</t>
        </li>
        <li>
          <t>Security: Protecting sensitive operations related to power states and consumption.</t>
        </li>
      </ul>
      <t>This document specifies an Energy Management framework for devices
within, or connected to, communication networks, for the use cases
described in <xref target="GreenUseCases"/>.
The devices, or the components of these devices (such as line cards, fans, and
disks), can then be monitored and controlled. Monitoring includes measuring
power, energy, demand, and attributes of power.  Energy Control can
be performed by setting a device's or component's state.  The devices
monitored by this framework can be either of the following:</t>
      <ul spacing="normal">
        <li>
          <t>consumers of energy (such as routers and computer systems) and
components of such devices (such as line cards, fans, and disks)</t>
        </li>
        <li>
          <t>producers of energy (like an uninterruptible power supply or
renewable energy system) and their associated components (such as
battery cells, inverters, or photovoltaic panels)</t>
        </li>
      </ul>
      <t>The Energy Management framework does not cover non-electrical equipment, nor does it
cover energy procurement and manufacturing.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The following terms are defined in <xref target="I-D.draft-bclp-green-terminology"/> and EMAN Framework <xref target="RFC7326"/>: Energy, Power, Energy Management, Energy Monitoring, Energy Control.</t>
        <t>The following terms are defined in EMAN Framework <xref target="RFC7326"/>, and cut/paste here for completeness:</t>
        <dl>
          <dt>Energy Management System (EnMS)</dt>
          <dd>
            <t>An Energy Management System is a combination of hardware and
software used to administer a network, with the primary purpose of
Energy Management.
</t>
            <artwork><![CDATA[
NOTES:

1. An Energy Management System according to [ISO50001] (ISO-EnMS)
   is a set of systems or procedures upon which organizations can
   develop and implement an energy policy, set targets and action
   plans, and take into account legal requirements related to
   energy use.  An ISO-EnMS allows organizations to improve energy
   performance and demonstrate conformity to requirements,
   standards, and/or legal requirements.

2. Example ISO-EnMS: Company A defines a set of policies and
   procedures indicating that there should exist multiple
   computerized systems that will poll energy measurements from
   their meters and pricing / source data from their local
   utility.  Company A specifies that their CFO (Chief Financial
   Officer) should collect information and summarize it quarterly
   to be sent to an accounting firm to produce carbon accounting
   reporting as required by their local government.

3. For the purposes of EMAN, the definition herein is the
   preferred meaning of an EnMS.  The definition from [ISO50001]
   can be referred to as an ISO Energy Management System
   (ISO-EnMS).
]]></artwork>
          </dd>
          <dt>Device</dt>
          <dd>
            <t>A device is a piece of electrical or non-electrical equipment.
Reference: Adapted from <xref target="IEEE100"/>.</t>
          </dd>
          <dt>Component</dt>
          <dd>
            <t>A component is a part of electrical or non-electrical equipment
(device).
Reference: Adapted from <xref target="TMN"/>.</t>
          </dd>
          <dt>Meter (Energy Meter)</dt>
          <dd>
            <t>A meter is a device intended to measure electrical energy by
integrating power with respect to time.
Reference: Adapted from <xref target="IEC60050"/>.</t>
          </dd>
          <dt>Power Inlet</dt>
          <dd>
            <t>A power inlet (or simply "inlet") is an interface at which a
device or component receives energy from another device or
component.</t>
          </dd>
          <dt>Power Outlet</dt>
          <dd>
            <t>A power outlet (or simply "outlet") is an interface at which a
device or component provides energy to another device or
component.</t>
          </dd>
          <dt>Power Interface</dt>
          <dd>
            <t>A Power Interface is a power inlet, outlet, or both.</t>
          </dd>
          <dt>Power State</dt>
          <dd>
            <t>A Power State is a condition or mode of a device (or component)
that broadly characterizes its capabilities, power, and
responsiveness to input.
Reference: Adapted from <xref target="IEEE1621"/>.</t>
          </dd>
          <dt>Power State Set</dt>
          <dd>
            <t>A Power State Set is a collection of Power States that comprises a
named or logical control grouping.</t>
          </dd>
          <dt>Energy Object</dt>
          <dd>
            <t>An Energy Object represents a piece of equipment that is
part of, or attached to, a communications network that is monitored
or controlled or that aids in the management of another device for
Energy Management.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="motivation">
      <name>Motivation</name>
      <section anchor="impact-on-energy-metrics">
        <name>Impact on Energy Metrics</name>
        <t>The framework will significantly enhance the creation of energy metrics with actionable insights by:</t>
        <ul spacing="normal">
          <li>
            <t>Standardizing Metrics: Establishing consistent measurement protocols for energy consumption and efficiency.</t>
          </li>
          <li>
            <t>Enhancing Data Collection: Facilitating comprehensive monitoring and data aggregation across devices.</t>
          </li>
          <li>
            <t>Supporting Real-time Monitoring: Enabling dynamic tracking and immediate optimization of energy usage.</t>
          </li>
          <li>
            <t>Integration Across Devices: Ensuring interoperability for network-wide data analysis.</t>
          </li>
          <li>
            <t>Providing Actionable Insights: Translating raw data into meaningful information for decision-making.</t>
          </li>
          <li>
            <t>East-West Traffic Impact: Addressing the growing energy footprint of East-West traffic in data centers and distributed systems by providing a framework for measuring and optimizing energy consumption in these environments.</t>
          </li>
        </ul>
      </section>
      <section anchor="current-device-readiness">
        <name>Current Device Readiness</name>
        <t>While many modern networking devices have basic energy monitoring capabilities, these are often proprietary. The framework will define requirements to enhance these capabilities, enabling standardized metric production and meaningful data contributions for energy management goals.</t>
      </section>
      <section anchor="why-now">
        <name>Why Now?</name>
        <t>The decision to define the framework now, rather than later, is driven by:</t>
        <ul spacing="normal">
          <li>
            <t>Immediate Benefits: Start realizing cost savings, reduced carbon footprints, and improved efficiencies.</t>
          </li>
          <li>
            <t>Rapid Technological Advancements: Aligning the framework with current technologies to prevent obsolescence.</t>
          </li>
          <li>
            <t>Increasing Energy Demands: Mitigating the impact of growing energy consumption on costs and sustainability.</t>
          </li>
          <li>
            <t>Regulatory Pressure: Preparing for compliance with existing and anticipated sustainability regulations.</t>
          </li>
          <li>
            <t>Competitive Advantage: Positioning organizations as leaders in sustainability and innovation.</t>
          </li>
          <li>
            <t>Foundational Work Ready: Building on the use cases and requirements established in Phase I.</t>
          </li>
          <li>
            <t>Proactive Risk Management: Minimizing risks associated with energy costs and environmental factors.</t>
          </li>
          <li>
            <t>Facilitate Future Innovations: Creating a platform for continuous improvements and adaptations.</t>
          </li>
          <li>
            <t>Stakeholder Engagement: Ensuring diverse perspectives are reflected for broader adoption.</t>
          </li>
        </ul>
        <t>In conclusion, establishing the framework for energy efficiency management now is strategic and timely, leveraging the current momentum of use cases and requirements to drive meaningful progress in energy efficiency management. Delaying its development could result in missed opportunities for immediate benefits, increased costs, and challenges in adapting to future technological and regulatory landscapes.</t>
      </section>
    </section>
    <section anchor="reference-model">
      <name>Reference Model</name>
      <t>The framework introduces the concept of a Power Interface.
   A Power Interface is defined as an interconnection among devices
   where energy can be provided, received, or both. There are some
   similarities between Power Interfaces and network interfaces. A
   network interface can be set to different states, such
   as sending or receiving data on an attached line. Similarly, a Power
   Interface can be receiving or providing energy.</t>
      <t>The most basic example of Energy Management is a single device
   reporting information about itself.  In many cases, however, energy
   is not measured by the device itself but is measured upstream in the
   power distribution tree.  For example, a Power Distribution Unit
   (PDU) may measure the energy it supplies to attached devices and
   report this to an Energy Management System.  Therefore, devices often
   have relationships to other devices or components in the power
   network.  An Energy Management System (EnMS) generally requires an
   understanding of the power topology (who provides power to whom), the
   Metering topology (who meters whom), and the potential Aggregation
   (who aggregates values of others).</t>
      <t>The relationships build on the Power Interface concept.  The
   different relationships among device(s)/component(s), as specified in
   this document, include power source, Metering, and Aggregation
   Relationships.</t>
      <figure anchor="reference_model">
        <name>GREEN Reference Model</name>
        <sourcecode type="text"><![CDATA[
+------------------------------------------------------------------+
|                                                                  |
|                  (3) Network Domain Level                        |-+
|                                                                  | |
+------------------------------------------------------------------+ |
                                                                     |
(a)              (b)          (c)                                    v
Inventory        Monitor        DataSheets/DataBase and/or          (g)
Of identity      Energy        | via API,                           API
and Capability   Efficiency    | Metadata and other             Service
     ^               ^         | device/component/network     Interface
     |               |         | related information to be:          ^
     |               |         |                                     |
     |               |         |  .Power/Energy related metrics      |
     |               |         |  .Origin of Energy Mix              |
     |               |         |  .Carbon aware based on location    |
     |               |         |                                     |
     |               |         |                                     |
     |               |         v                                     |
+------------------------------------------------------------------+ |
|                                                                  | |
|       (2) controller (collection, compute and aggregate?)        |-+
|                                                                  |
+------------------------------------------------------------------+
                ^                      ^                      ^ |
     (d)        |     (e)              |   (f)                | |
     Inventory  |     Monitor power    |   Control            | |
     Capability |     Proportion       |   (Energy saving     | |
                |     Energy efficiency|   Functionality      | |
                |     ratio, power     |   Localized mgmt/    | |
                |     consumption,     |   network wide mgmt) | |
                |     etc)             |                      | |
                |                      |                      | v
+--------------------------------------------------------------------+
|                                                                    |
|                       (1) Device/Component                         |
|                                                                    |
| +---------+  +-----------+  +----------------+  +----------------+ |
| | (I)     |  | (II)      |  | (III)          |  | (IV)           | |
| |         |  |           |  | Legacy         |  | 'Attached'(PoE | |
| | Device  |  | Component |  | Device         |  | end Point)     | |
| |         |  |           |  |                |  |                | |
| +---------+  +-----------+  +----------------+  +----------------+ |
+--------------------------------------------------------------------+
]]></sourcecode>
      </figure>
      <t>The main elements in the framework are as follows:</t>
      <ul spacing="normal">
        <li>
          <t>(a), (d) Discovery and Inventory</t>
        </li>
        <li>
          <t>(b), (c) GREEN Metrics</t>
        </li>
        <li>
          <t>(b), (e) Monitor energy efficiency</t>
        </li>
        <li>
          <t>(f) Control Energy Saving</t>
        </li>
        <li>
          <t>(g) API Service Interface: enables access for service consumption, enabling data retrieval , control, and integration through API, e.g., <xref target="PetraApi"/>.</t>
        </li>
      </ul>
      <t>The monitoring interface (e) obviously monitor more aspects than just power and energy,
(for example traffic monitoring) but this is not covered in the framework.</t>
      <t>Note that this framework specificies logical blocks, however, the Energy Efficiency Management
Function might be implemented inside the device or in the controller or a combination of both.</t>
      <t>Even the current reference model implicitly assume a hierarchical network structure, this assumption acknowledges that modern networks have flatter and anticipate more distributed topologies.</t>
      <section anchor="typical-power-topologies">
        <name>Typical Power Topologies</name>
        <t>The following reference model describes physical power topologies
   that exist in parallel with a communication topology. While many
   more topologies can be created with a combination of devices, the
   following are some basic ones that show how Energy Management
   topologies differ from Network Management topologies. Only the controller,
   devices and components, are depicted here, as the Network Domain Level
   remains identical.</t>
        <t>NOTE:</t>
        <ul spacing="normal">
          <li>
            <t>"###" is used to denote a transfer of energy using Power Interface.</t>
          </li>
          <li>
            <t>"- &gt;" is used to denote a transfer of information using Network Interface.</t>
          </li>
        </ul>
        <section anchor="basic-power-supply">
          <name>Basic Power Supply</name>
          <t>This covers the basic example of router connected to Power Outlet in the wall.</t>
          <figure anchor="basic_power">
            <name>Reference Model Example: Basic Power Supply</name>
            <sourcecode type="text"><![CDATA[
+--------------------------------------------------------------------+
|                                                                    |
|                  (3) Network Domain Level                          |
|                                                                    |
+--------------------------------------------------------------------+

(a)              (b)              (c)
Inventory        Monitor       +- DataSheets/DataBase and/or via API
Of identity      Energy        |  Metadata and other device/component
and Capability   Efficiency    |  /network related information:
     ^               ^         |
     |               |         |  .Power/Energy related metrics
     |               |         |   information
     |               |         |  .Origin of Energy Mix
     |               |         |  .Carbon aware based on location
     |               |         |
     |               |         |
     |               |         |
     |               |         v
+--------------------------------------------------------------------+
|                                                                    |
|       (2) controller (collection, compute and aggregate?)          |
|                                                                    |
+--------------------------------------------------------------------+
                                             ^   ^   ^ |
                                             |   |   | |
                                            (d) (e)  (f)
                                             |   |   | |
                                             |   |     v
            +--------------+            +------------------+
            |              |            |                  |
            | Power Supply |############| Device/Component |
            |              |            |                  |
            +--------------+            +------------------+
]]></sourcecode>
          </figure>
        </section>
        <section anchor="physical-meter-with-legacy-device">
          <name>Physical Meter with Legacy Device</name>
          <t>This covers the basic example of device connected to wall Power Outlet,
with a Physical Meter placed in the wall Power Outlet, because the device
can not monitor its power, energy, demand.</t>
          <figure anchor="physical_meter">
            <name>Reference Model Example: Physical Meter</name>
            <sourcecode type="text"><![CDATA[
+--------------------------------------------------------------------+
|                                                                    |
|                  (3) Network Domain Level                          |
|                                                                    |
+--------------------------------------------------------------------+

(a)              (b)              (c)
Inventory        Monitor       +- DataSheets/DataBase and/or via API
Of identity      Energy        |  Metadata and other device/component
and Capability   Efficiency    |  /network related information:
     ^               ^         |
     |               |         |  .Power/Energy related metrics
     |               |         |   information
     |               |         |  .Origin of Energy Mix
     |               |         |  .Carbon aware based on location
     |               |         |
     |               |         |
     |               |         |
     |               |         v
+--------------------------------------------------------------------+
|                                                                    |
|       (2) controller (collection, compute and aggregate?)          |
|                                                                    |
+--------------------------------------------------------------------+
                              ^
                              |
                             (e)
                              |
                              |
    +--------------+   +----------------+   +---------------+
    |              |   |                |   |               |
    | Power Supply |###| Physical Meter |###| Legacy Device |
    |              |   |                |   |               |
    +--------------+   +----------------+   +---------------+
]]></sourcecode>
          </figure>
          <t>When the EnMS discovers the physical meter, it must know for
which Energy Object(s) it measures power or energy. This is the
Metering Relatonship.</t>
          <t>A Metering Relationship is a relationship where one Energy Object
measures power, energy, demand, or Power Attributes of one or more
other Energy Objects.  The Metering Relationship gives the view of
the Metering topology.  Physical meters can be placed anywhere in
a power distribution tree.  For example, utility meters monitor
and report accumulated power consumption of the entire building.
Logically, the Metering topology overlaps with the wiring
topology, as meters are connected to the wiring topology.  A
typical example is meters that clamp onto the existing wiring.</t>
        </section>
        <section anchor="physical-meter-with-new-device">
          <name>Physical Meter with New Device</name>
          <t>This covers the example of device connected to wall Power Outlet,
with a Physical Meter placed in the wall Power Outlet, because the previous device
was not able to monitor its power, energy, demand.</t>
          <figure anchor="physical_meter_with_new_device">
            <name>Reference Model Example: Physical Meter with New Device</name>
            <sourcecode type="text"><![CDATA[
+--------------------------------------------------------------------+
|                                                                    |
|                  (3) Network Domain Level                          |
|                                                                    |
+--------------------------------------------------------------------+

(a)              (b)              (c)
Inventory        Monitor       +- DataSheets/DataBase and/or via API
Of identity      Energy        |  Metadata and other device/component
and Capability   Efficiency    |  /network related information:
     ^               ^         |
     |               |         |  .Power/Energy related metrics
     |               |         |   Information
     |               |         |  .Origin of Energy Mix
     |               |         |  .Carbon aware based on location
     |               |         |
     |               |         |
     |               |         |
     |               |         v
+--------------------------------------------------------------------+
|                                                                    |
|       (2) controller (collection, compute and aggregate?)          |
|                                                                    |
+--------------------------------------------------------------------+
                              ^                 ^   ^   ^ |
                              |                 |   |   | |
                             (e)               (d) (e)  (f)
                              |                 |   |   | |
                              |                 |   |     v
    +--------------+   +----------------+   +------------------+
    |              |   |                |   |                  |
    | Power Supply |###| Physical Meter |###| Device/Component |
    |              |   |                |   |                  |
    +--------------+   +----------------+   +------------------+
]]></sourcecode>
          </figure>
          <t>The most important issue in such a topology is to avoid the double counting
in the Energy Management System (EnMS). The physical meter reports the Energy
transmitted, while the connected Device/Component might also report its consumed
Energy. Those two values are identical. Without the knowledge
of this specific topology, that is the Metering Relationship between the two
Energy Objects, the EnMS will double count the Energy consumed in the network.</t>
        </section>
        <section anchor="power-over-ethernet">
          <name>Power over Ethernet</name>
          <t>This covers the example of a switch port (Power Outlet) the provides energy
with Power over Ethernet (PoE) to a PoE end points (camera, access port, etc.).</t>
          <figure anchor="power_ethernet">
            <name>Reference Model Example: Power over Ethernet</name>
            <sourcecode type="text"><![CDATA[
+--------------------------------------------------------------------+
|                                                                    |
|                  (3) Network Domain Level                          |
|                                                                    |
+--------------------------------------------------------------------+

(a)              (b)              (c)
Inventory        Monitor       +- DataSheets/DataBase and/or via API
Of identity      Energy        |  Metadata and other device/component
and Capability   Efficiency    |  /network related information:
     ^               ^         |
     |               |         |  .Power/Energy related metrics
     |               |         |   information
     |               |         |  .Origin of Energy Mix
     |               |         |  .Carbon aware based on location
     |               |         |
     |               |         |
     |               |         |
     |               |         v
+--------------------------------------------------------------------+
|                                                                    |
|       (2) controller (collection, compute and aggregate?)          |
|                                                                    |
+--------------------------------------------------------------------+
              ^   ^   ^ |                  ^   ^   ^ |
              |   |   | |                  |   |   | |
             (d) (e)  (f)                 (d) (e)  (f)
              |   |   | |                  |   |   | |
              |   |     v                  |   |     v
            +--------------+            +----------------+
            |              |            |                |
            | Device       |############| PoE End Point  |
            | (switch)     |            |                |
            |              |            |                |
            +--------------+            +----------------+
]]></sourcecode>
          </figure>
          <t>Double counting is also an issue in such an example. The switch port, via its Power Outlet,
reports the Energy transmitted, while the PoE End Point, via its Power Inlet,
reports its Energy consumed.</t>
          <t>A second issue in such an example is the control topology. The controller must have the
knowledge that, if it shuts down the switch port, it will also switch off the connected
PoE End Point, as a consequence. This is the Power Source Relationship.</t>
          <t>A Power Source Relationship is a relationship where one Energy Object provides power
to one or more Energy Objects. The Power Source Relationship gives a view of the physical
wiring topology -- for example, a PoE End Point receiving power from a switch port over PoE
or a data center server receiving power from two specific Power Interfaces from two different PDUs.</t>
          <t>On top of that, there might be two control points for the PoE End Point. First the connected switch
port but also the controller direct connection to the PoE End Point (f). Via this interface,
the controller might for example put the PoE End Point to a lower Power State.</t>
        </section>
        <section anchor="single-power-supply-with-multiple-devices">
          <name>Single Power Supply with Multiple Devices</name>
          <t>This covers the example of a smart PDU that provides energy to a series
of routers in a rack.</t>
          <figure anchor="multiple_devices">
            <name>Reference Model Example: Single Power Supply with Multiple Devices</name>
            <sourcecode type="text"><![CDATA[
+--------------------------------------------------------------------+
|                                                                    |
|                  (3) Network Domain Level                          |
|                                                                    |
+--------------------------------------------------------------------+

(a)              (b)              (c)
Inventory        Monitor       +- DataSheets/DataBase and/or via API
Of identity      Energy        |  Metadata and other device/component
and Capability   Efficiency    |  /network related information:
     ^               ^         |
     |               |         |  .Power/Energy related metrics
     |               |         |   information
     |               |         |  .Origin of Energy Mix
     |               |         |  .Carbon aware based on location
     |               |         |
     |               |         |
     |               |         |
     |               |         v
+--------------------------------------------------------------------+
|                                                                    |
|       (2) controller (collection, compute and aggregate?)          |
|                                                                    |
+--------------------------------------------------------------------+
              ^   ^   ^ |                   ^   ^   ^ |
              |   |   | |                   |   |   | |
             (d) (e)  (f)                  (d) (e)  (f) ... N
              |   |   | |                   |   |   | |
              |   |     v                   |   |     v
            +--------------+            +--------------------+
            |              |            |                    |
            | Power Supply |############| Device/Component 1 |
            | (Smart PDU)  |  #         |                    |
            |              |  #         +--------------------+
            +--------------+  #
                              #
                              #         +--------------------+
                              #         |                    |
                              ##########| Device/Component 2 |
                                 #      |                    |
                                 #      +--------------------+
                                 #
                                 #      +--------------------+
                                 #      |                    |
                                 #######| Device/Component N |
                                        |                    |
                                        +--------------------+
]]></sourcecode>
          </figure>
        </section>
        <section anchor="multiple-power-supplies-with-single-device">
          <name>Multiple Power Supplies with Single Device</name>
          <figure anchor="multiple_power">
            <name>Reference Model Example: Multiple Power Supplies with Single Device</name>
            <sourcecode type="text"><![CDATA[
+--------------------------------------------------------------------+
|                                                                    |
|                  (3) Network Domain Level                          |
|                                                                    |
+--------------------------------------------------------------------+

(a)              (b)              (c)
Inventory        Monitor       +- DataSheets/DataBase and/or via API
Of identity      Energy        |  Metadata and other device/component
and Capability   Efficiency    |  /network related information:
     ^               ^         |
     |               |         |  .Power/Energy related metrics
     |               |         |   information
     |               |         |  .Origin of Energy Mix
     |               |         |  .Carbon aware based on location
     |               |         |
     |               |         |
     |               |         |
     |               |         v
+--------------------------------------------------------------------+
|                                                                    |
|       (2) controller (collection, compute and aggregate?)          |
|                                                                    |
+--------------------------------------------------------------------+
      ^   ^   ^ |              ^   ^   ^ |               ^   ^   ^ |
      |   |   | |              |   |   | |               |   |   | |
     (d) (e)  (f)             (d) (e)  (f)              (d) (e)  (f)
      |   |   | |              |   |   | |               |   |   | |
      |   |     v              |   |     v               |   |     v
   +----------------+      +------------------+      +----------------+
   |                |      |                  |      |                |
   | Power Supply 1 |######| Device/Component |######| Power Supply 2 |
   |                |      |                  |      |                |
   +----------------+      +------------------+      +----------------+
]]></sourcecode>
          </figure>
        </section>
      </section>
      <section anchor="relationships">
        <name>Relationships</name>
        <t>The framework for Energy Management need to describe a means to monitor
and control devices and components, and it needs to describe the
relationships among, and connections between, devices and components.</t>
        <t>Two Energy Objects can establish an Energy Object Relationship to
model the deployment topology with respect to Energy Management.</t>
        <t>Relationships are modeled with a Relationship that contains
the UUID of the other participant in the relationship, along with
a Relationship type.</t>
        <t>There are three types of relationships are Power Source, Metering,
and Aggregations.</t>
        <ul spacing="normal">
          <li>
            <t>A Power Source Relationship is a relationship where one Energy
Object provides power to one or more Energy Objects.  The Power
Source Relationship gives a view of the physical wiring topology
-- for example, a data center server receiving power from two
specific Power Interfaces from two different PDUs.  </t>
            <t>
Note: A Power Source Relationship may or may not change as the
direction of power changes between two Energy Objects.  The
relationship may remain to indicate that the change of power
direction was unintended or an error condition.</t>
          </li>
          <li>
            <t>A Metering Relationship is a relationship where one Energy Object
measures power, energy, demand, or Power Attributes of one or more
other Energy Objects.  The Metering Relationship gives the view of
the Metering topology.  Physical meters can be placed anywhere in
a power distribution tree.  For example, utility meters monitor
and report accumulated power consumption of the entire building.
Logically, the Metering topology overlaps with the wiring
topology, as meters are connected to the wiring topology.  A
typical example is meters that clamp onto the existing wiring.</t>
          </li>
          <li>
            <t>An Aggregation Relationship is a relationship where one Energy
Object aggregates Energy Management information of one or more
other Energy Objects.  The Aggregation Relationship gives a model
of devices that may aggregate (sum, average, etc.) values for
other devices.  The Aggregation Relationship is slightly different
compared to the other relationships, as this refers more to a
management function.</t>
          </li>
        </ul>
        <t>In some situations, it is not possible to discover the Energy Object
Relationships, and an EnMS or administrator must manually set them.  Given
that relationships can be assigned manually, the following sections
describe guidelines for use.</t>
      </section>
      <section anchor="power-state-set">
        <name>Power State Set</name>
        <t>The Energy Object contains a Power State Set attribute that represents
a set of Power States a device or component supports.</t>
        <t>A Power State describes a condition or mode of a device or component.
While Power States are typically used for control, they may be used
for monitoring only.</t>
        <t>A device or component is expected to support at least one set of
Power States consisting of at least two states: an on state and an
off state.</t>
        <t>The semantics of a Power State are specified by:</t>
        <ul spacing="normal">
          <li>
            <t>The functionality provided by an Energy Object in this state.</t>
          </li>
          <li>
            <t>A limitation of the power that an Energy Object uses in this
 state.</t>
          </li>
          <li>
            <t>A combination of the first two.</t>
          </li>
        </ul>
        <t>The semantics of a Power State should be clearly defined.  Limitation
(curtailment) of the power used by an Energy Object in a state may be
specified by:</t>
        <ul spacing="normal">
          <li>
            <t>An absolute power value.</t>
          </li>
          <li>
            <t>A percentage value of power relative to the Energy Object's
Nameplate Power.</t>
          </li>
          <li>
            <t>An indication of power relative to another Power State.  For
example, specify that power in state A is less than in state B.</t>
          </li>
          <li>
            <t>For supporting Power State management, an Energy Object provides
statistics on Power States, including the time an Energy Object
spent in a certain Power State and the number of times an Energy
Object entered a Power State.</t>
          </li>
        </ul>
        <t>There are many existing standards describing device and component
Power States. TO BE COMPLETED</t>
      </section>
      <section anchor="power-state-set-mapping-and-intent">
        <name>Power State Set Mapping and Intent</name>
        <t>Defining and enforcing power states can be challenging, because each Energy Object’s technical capabilities must be mapped to high-level operational intents for energy-efficient operation. The following examples illustrate how an Energy Object’s power-saving capabilities can be aligned with typical intents:</t>
        <ul spacing="normal">
          <li>
            <t>running at reduced capacity during predictable low-demand periods;</t>
          </li>
          <li>
            <t>lowering energy use while maintaining required performance levels;</t>
          </li>
          <li>
            <t>operating at a reduced service level when the site is on a backup power source during a grid outage.</t>
          </li>
        </ul>
        <t>By expressing such intents, a controller can decide which power state an Energy Object should enter at any given time and under what conditions.</t>
        <section anchor="capability-discovery">
          <name>Capability Discovery</name>
          <t>Identifying what power states an Energy Object supports is crucial for onboarding and integration—especially for legacy systems. Key discovery elements include:</t>
          <ul spacing="normal">
            <li>
              <t>Whether the energy object supports multiple Power State Sets.</t>
            </li>
            <li>
              <t>Semantics and limitations of each state (e.g., absolute power, relative power).</t>
            </li>
            <li>
              <t>Transition characteristics, such as the time required to move between states.</t>
            </li>
            <li>
              <t>Energy Object-specific state transition constraints like frequency, which may limit energy-saving measures to avoid damaging the device/components.</t>
            </li>
            <li>
              <t>Impacts on measurement accuracy.</t>
            </li>
          </ul>
        </section>
        <section anchor="intent-mapping">
          <name>Intent Mapping</name>
          <t>The goal of intent mapping is to translate high-level energy-saving intents into specific device/component configurations. For example:</t>
          <ul spacing="normal">
            <li>
              <t>An intent like "reduce power consumption at low utilization" might map to a predefined low-power state.</t>
            </li>
            <li>
              <t>Controllers may interpret intents variably, e.g., "run at half capacity but be ready to scale up if needed."</t>
            </li>
          </ul>
          <t>This is comparable to intent mapping in YANG-based systems—from high-level Customer-Facing Services (CFS) to Resource-Facing Services (RFS) and ultimately to device-specific configurations.</t>
        </section>
        <section anchor="sla-considerations">
          <name>SLA Considerations</name>
          <t>Meanwhile saving energy, the device or component shouldn’t drop below a certain performance threshold or allow a certain service reduction or degradation. Based on this, there are two kinds of service level expectations (SLAs) are associated with Power State behavior:</t>
          <ul spacing="normal">
            <li>
              <t>Transition SLAs – e.g., the maximum time allowed to transition between states.</t>
            </li>
            <li>
              <t>Operational SLAs – e.g., device frequency or operational cycle limits that ensure long-term hardware health.</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</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?>

</section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Resiliency is an implicit use case of energy efficiency management
which comes with numerous security considerations :</t>
      <t>Controlling Power State and power supply of entities are considered
highly sensitive actions, since they can significantly affect the
operation of directly and indirectly connected devices.  Therefore,
all control actions must be sufficiently protected through
authentication, authorization, and integrity protection mechanisms.</t>
      <t>Entities that are not sufficiently secure to operate directly on the
public Internet do exist and can be a significant cause of risk, for
example, if the remote control functions can be exercised on those
devices from anywhere on the Internet.</t>
      <t>The monitoring of energy-related quantities of an entity as addressed
can be used to derive more information than just the received and
provided energy; therefore, monitored data requires protection.
This protection includes authentication and authorization of entities
requesting access to monitored data as well as confidentiality
protection during transmission of monitored data.  Privacy of stored
data in an entity must be taken into account.  Monitored data may be
used as input to control, accounting, and other actions, so integrity
of transmitted information and authentication of the origin may be
needed.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This framework takes into account concepts from the Energy MANagement
(EMAN) Framework <xref target="RFC7326"/>, authors by John Parello, Benoit Claise,
Brad Schoening, and Juergen Quittek. The contribution of Luis M.
Contreras to this document has been supported by the Smart Networks
and Services Joint Undertaking (SNS JU) under the European Union's
Horizon Europe research and innovation projects 6Green (Grant
Agreement no. 101096925) and Exigence (Grant Agreement no. 101139120).</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.draft-bclp-green-terminology">
          <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="15" month="September" year="2025"/>
            <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-bclp-green-terminology-05"/>
        </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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="TMN" target="ITU-T Recommendation M.3400">
          <front>
            <title>International Telecommunication Union, "TMN management functions"</title>
            <author>
              <organization/>
            </author>
            <date year="2000" month="February"/>
          </front>
        </reference>
        <reference anchor="IEEE100" target="http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=4116785">
          <front>
            <title>The Authoritative Dictionary of IEEE Standards Terms</title>
            <author>
              <organization>IEEE</organization>
            </author>
            <date year="2000" month="December" day="11"/>
          </front>
        </reference>
        <reference anchor="IEEE1621">
          <front>
            <title>Standard for User Interface Elements in Power Control of Electronic Devices Employed in Office/Consumer Environments, IEEE 1621</title>
            <author>
              <organization>IEEE</organization>
            </author>
            <date year="2004" month="December"/>
          </front>
        </reference>
        <reference anchor="IEC60050" target="http://www.iec.ch/smartgrid/standards/">
          <front>
            <title>Power Utility Automation</title>
            <author>
              <organization>IEC</organization>
            </author>
            <date year="2000" month="December" day="11"/>
          </front>
        </reference>
        <reference anchor="PetraApi">
          <front>
            <title>Path Energy Traffic Ratio API (PETRA)</title>
            <author fullname="Alberto Rodriguez-Natal" initials="A." surname="Rodriguez-Natal">
              <organization>Cisco</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Alejandro Muniz" initials="A." surname="Muniz">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Marisol Palmero" initials="M. P." surname="Palmero">
         </author>
            <author fullname="Fernando Munoz" initials="F." surname="Munoz">
              <organization>Cisco</organization>
            </author>
            <author fullname="Jan Lindblad" initials="J." surname="Lindblad">
              <organization>All For Eco</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <abstract>
              <t>   This document describes an API to query a network regarding its
   Energy Traffic Ratio for a given path.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-petra-green-api-01"/>
        </reference>
        <reference anchor="GreenUseCases">
          <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>
            <date day="7" month="July" year="2025"/>
            <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-stephan-green-use-cases

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-stephan-green-use-cases-02"/>
        </reference>
        <reference anchor="RFC7326">
          <front>
            <title>Energy Management Framework</title>
            <author fullname="J. Parello" initials="J." surname="Parello"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="B. Schoening" initials="B." surname="Schoening"/>
            <author fullname="J. Quittek" initials="J." surname="Quittek"/>
            <date month="September" year="2014"/>
            <abstract>
              <t>This document defines a framework for Energy Management (EMAN) for devices and device components within, or connected to, communication networks. The framework presents a physical reference model and information model. The information model consists of an Energy Management Domain as a set of Energy Objects. Each Energy Object can be attributed with identity, classification, and context. Energy Objects can be monitored and controlled with respect to power, Power State, energy, demand, Power Attributes, and battery. Additionally, the framework models relationships and capabilities between Energy Objects.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7326"/>
          <seriesInfo name="DOI" value="10.17487/RFC7326"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
