<?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.19 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-stephan-green-ucs-and-reqs-00" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="Requirements for Energy Efficiency">Requirements for Energy Efficiency Management</title>
    <seriesInfo name="Internet-Draft" value="draft-stephan-green-ucs-and-reqs-00"/>
    <author fullname="Emile Stephan">
      <organization>Orange</organization>
      <address>
        <email>emile.stephan@orange.com</email>
      </address>
    </author>
    <author fullname="Marisol Palmero">
      <organization>Cisco Systems, Inc.</organization>
      <address>
        <email>mpalmero@cisco.com</email>
      </address>
    </author>
    <author fullname="Benoit Claise">
      <organization>Huawei</organization>
      <address>
        <email>benoit.claise@huawei.com</email>
      </address>
    </author>
    <author fullname="Qin Wu">
      <organization>Huawei</organization>
      <address>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>
    <author fullname="Luis M. Contreras">
      <organization>Telefonica</organization>
      <address>
        <email>luismiguel.contrerasmurillo@telefonica.com</email>
      </address>
    </author>
    <date year="2024" month="October" day="21"/>
    <area>Operations and Management</area>
    <workgroup>Getting Ready for Energy-Efficient Networking</workgroup>
    <keyword>Sustainability, Ressources</keyword>
    <abstract>
      <?line 62?>

<t>This document delineates the requirements for standards specifications in Energy Efficiency Management, extending the foundational work of RFC6988 and incorporating recent insights from operator requirements and the GREEN BoF discussions. Eleven years after the publication of RFC6988, this document reassesses and updates the requirements to align with contemporary needs.</t>
      <t>The primary objectives of this draft, which are listed in the goals and scope with the creation of the GREEN WG charter, is focusing on two main targets:
(1) collecting and updating requirements for the management of energy-efficient networks, and
(2) defining use cases for managing energy-efficient networks.</t>
      <t>This draft merges two drafts: (draft-eman-green-rfc6988bis-01)[https://datatracker.ietf.org/doc/draft-eman-green-rfc6988bis/] and (draft-stephan-green-bof-reqs-collections-02)[https://datatracker.ietf.org/doc/draft-stephan-green-bof-reqs-collections/].</t>
      <t>Discussion Venues</t>
      <t>Source of this draft and an issue tracker can be found at https://github.com/emile22/draft-stephan-green-terms-ucs-and-reqs</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://emile22.github.io/draft-stephan-green-ucs-and-reqs/draft-stephan-green-ucs-and-reqs.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-stephan-green-ucs-and-reqs/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Getting Ready for Energy-Efficient Networking Working Group 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/emile22/draft-stephan-green-ucs-and-reqs"/>.</t>
    </note>
  </front>
  <middle>
    <?line 77?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document delineates the requirements for standards specifications in Energy Efficiency Management, extending the foundational work of RFC6988 and incorporating recent insights from operator requirements and the GREEN BoF discussions. Eleven years after the publication of RFC6988, this document reassesses and updates the requirements to align with contemporary needs.</t>
      <t>The primary objectives of this draft, which are listed in the goals and scope with the creation of the GREEN WG charter, is focusing on two main targets:
(1) collecting and updating requirements for the management of energy-efficient networks, and
(2) defining use cases for managing energy-efficient networks.</t>
      <t>Requirements are segmented into three core functions: discovery, monitoring, and control. Discovery functions involve identifying energy-managed networks, devices, and their components, as well as discovering the inventory of power components capabilities, optimization control capabilities, and nominal condition use. Monitoring functions encompass tracking power states, power attributes, energy consumption, network performance, and energy efficiency metrics. Control functions include managing energy-saving and optimization functions and the power states of energy-managed devices and their components.</t>
      <t>This document does not mandate specific use cases for compliant implementations but rather lists a few use cases that must be supported by standards for Energy Efficiency Management.</t>
      <t>Terms and definitions related to energy efficiency metrics will be discussed in later stages for potential integration.</t>
      <t>This draft merges two drafts: (draft-eman-green-rfc6988bis-01)[https://datatracker.ietf.org/doc/draft-eman-green-rfc6988bis/] and (draft-stephan-green-bof-reqs-collections-02)[https://datatracker.ietf.org/doc/draft-stephan-green-bof-reqs-collections/].</t>
      <t>At this step the specifications made by the IETF, aka in WGs like EMAN, on energy managements focus mainly on SMI (aka MIBs) instead of YANG and cover neither the control nor energy efficiency.
As a consequence, the willing of this document is to resuse pieces of the energy-related requirements of RFC6988 and to map them in a framework of YANG/Netconf for energy efficiency that might reuse "YANG Data Model for Hardware Management" <xref target="RFC8348"/>, a conversion of former Entity MIB module, Entity Sensor MIB module, Entity State MIB modules.</t>
      <t>The following section will delve into the specific details but from a high level point of view, the differences between this document and the RFC6988 are:</t>
      <ul spacing="normal">
        <li>
          <t>New definition for "Energy Efficiency Management"</t>
        </li>
        <li>
          <t>A focus towards YANG, and not any longer on MIB modules</t>
        </li>
        <li>
          <t>Usage of the Hardware YANG module RFC8348</t>
        </li>
        <li>
          <t>A focus on reporting lifecycle management, considering energy and transformation towards carbon awareness</t>
        </li>
      </ul>
      <t>However, Power and Energy Monitoring and Control MIB modules has not been converted yet into YANG modules.</t>
      <section anchor="background">
        <name>Background</name>
        <t>With rising energy costs and an increasing awareness of the
   environmental impact of running information technology equipment, Energy
   efficiency Management functions and management interfaces are becoming
   an additional basic requirement for network management systems and devices
   connected to a network.</t>
        <t>This document defines requirements for standards specifications for
   Energy efficiency Management, including discovery functions, monitoring functions
   and control functions.
   Energy efficiency Management functions focus mainly on network devices and
   their built-in components that receive and provide electrical energy.  Devices such
   as switches, routers, servers and storage devices should have an IP address providing a
   management interface for the network device. Alternatively, energy-related devices (for
   example, in building management, which typically don't support IP) might be connected
   via a proxy/gateway with an IP address.</t>
        <t>These requirements are concerned with the standards specification
   process and not the implementation of specified standards.  All
   requirements in this document must be reflected by standards
   specifications to be developed.  However, which of the features
   specified by these standards will be mandatory, recommended, or
   optional for compliant implementations is to be defined by Standards
   Track document(s) and not in this document.</t>
        <t>Section 3 elaborates on a set of general needs for Energy Management.
   Requirements for an Energy Management standard are specified in
   Sections 4 through 8.</t>
        <t>Sections 4 through 6 contain conventional requirements specifying
   information on entities and control functions.</t>
        <t>Sections 7 and 8 contain requirements specific to Energy Management.
   Due to the nature of power supply, some monitoring and control
   functions are not conducted by interacting with the entity of
   interest but rather with other entities, for example, entities
   upstream in a power distribution tree.</t>
      </section>
      <section anchor="conventional-requirements-for-energy-efficiency-management">
        <name>Conventional Requirements for Energy Efficiency Management</name>
        <t>The specification of requirements for an Energy Efficiency Management standard
   starts with Section 4, which addresses the identification of entities
   and the granularity of reporting of energy-related information.  A
   standard must support the unique identification of entities,
   reporting per network, per entire device, and reporting energy-related information
   on individual components of a device or attached devices.</t>
        <t>Section 5 specifies requirements related to the monitoring of
   entities.  This includes general (type, context) information and
   specific information on Power States, Power Inlets, Power Outlets,
   power, energy.  The control of Power State and power saving functionalities,
  optimization functionalities by entities is covered by requirements specified in Section 6.</t>
      </section>
      <section anchor="specific-requirements-for-energy-management">
        <name>Specific Requirements for Energy Management</name>
        <t>While the conventional requirements summarized above seem to be all
   that would be needed for Energy Management, there are significant
   differences between Energy Management and most well-known network
   management functions.  The most significant difference is the need
   for some devices to report on other entities.  There are two major
   reasons for this.</t>
        <t>o  For monitoring a particular entity, it is not always sufficient to
      communicate only with that entity.  When the entity has no
      instrumentation for determining power, it might still be possible
      to obtain power values for the entity via communication with other
      entities in its power distribution tree.  A simple example of this
      would be the retrieval of power values from a power meter at the
      power line into the entity.  A Power Distribution Unit (PDU) and a
      Power over Ethernet (PoE) switch are common examples.  Both supply
      power to other entities at sockets or ports, respectively, and are
      often instrumented to measure power per socket or port. Also it
      could be considered to obtain power values for the entity via
      communication with other entities outside of the power distribution
      tree, like for example external databases or even data sheets.</t>
        <t>o  Similar considerations apply to controlling the power supply of an
      entity that often needs direct or indirect communications with
      another entity upstream in the power distribution tree.  Again, a
      PDU and a PoE switch are common examples, if they have the
      capability to switch power on or off at their sockets or ports,
      respectively.</t>
        <t>These specific issues of Energy Management, as well as other issues,
   are covered by requirements specified in Sections 7 and 8.</t>
        <t>The requirements in these sections need a new Energy Management
   framework that deals with the specific nature of Energy Management.
   The actual standards documents, such as MIB module specifications,
   address conformance by specifying which features must, should, or may
   be implemented by compliant implementations.</t>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The terms below are a sub set of the whole terminology. There are many other drafts givving additionnal definitons.</t>
      <t>The terms specified in the terminology section are capitalized
   throughout the document; the exceptions are the well-known terms
   "energy" and "power".  These terms are generic and are used in
   generated terms such as "energy-saving", "low-power", etc.</t>
      <t>Embedded carbon (or embodied carbon)</t>
      <artwork><![CDATA[
  The total amount of greenhouse gas emissions, measured in tonnes
  of CO2 equivalent (tCO2e), associated with the entire lifecycle
  of a product or material, from raw material extraction through
  manufacturing, transportation, use, and end-of-life disposal or
  recycling.
]]></artwork>
      <t>Embodied energy</t>
      <artwork><![CDATA[
  The total amount of energy consumed in all processes associated
  with the production of a building material or product, from the
  extraction and processing of raw materials, through manufacturing,
  transportation, and installation, to the end of its useful life,
  including disposal or recycling.
]]></artwork>
      <t>Energy</t>
      <artwork><![CDATA[
  Energy is the capacity of a system to do work.  As used by
  electric utilities, it is generally a reference to electrical
  energy and is measured in kilowatt-hours (kWh) [IEEE-100].
]]></artwork>
      <t>Power</t>
      <artwork><![CDATA[
  Power is the time rate at which energy is emitted, transferred, or
  received; power is usually expressed in watts (or in joules per
  second) [IEEE-100].  (The term "power" does not refer to the
  concept of demand, which is an averaged power value.)
]]></artwork>
      <t>Power Attributes</t>
      <artwork><![CDATA[
  Power Attributes are measurements of electric current, voltage,
  phase, and frequencies at a given point in an electrical power
  system (adapted from [IEC.60050]).

  NOTE: Power Attributes are not intended to be "judgmental" with
  respect to a reference or technical value and are independent of
  any usage context.
]]></artwork>
      <t>Energy Management</t>
      <artwork><![CDATA[
  Energy Management is a set of functions for measuring, modeling,
  planning, and optimizing networks to ensure that the network
  elements and attached devices use energy efficiently and in a
  manner appropriate to the nature of the application and the cost
  constraints of the organization [ITU-M.3400].
]]></artwork>
      <t>Energy Efficiency Management</t>
      <artwork><![CDATA[
 Involves deploying and managing network infrastructures with the
 goal of optimizing energy use on network devices while improving
 the overall network utilization.
]]></artwork>
      <t>Energy Management System</t>
      <artwork><![CDATA[
  An Energy Management System is a combination of hardware and
  software used to administer a network with the primary purpose
  being Energy Management.
]]></artwork>
      <t>Energy Monitoring</t>
      <artwork><![CDATA[
  Energy Monitoring is a part of Energy Efficiency Management that deals
  with collecting or reading information from network elements and their
  components to aid in Energy Efficiency Management.
]]></artwork>
      <t>Energy Control</t>
      <artwork><![CDATA[
  Energy Control is a part of Energy Management that deals with
  controlling energy supply and Power State of network elements, as
  well as their components.
]]></artwork>
      <t>Power Interface</t>
      <artwork><![CDATA[
  A Power Interface is an interface at which a device is connected
  to a power transmission medium, at which it can in turn receive
  power, provide power, or both.
]]></artwork>
      <t>Power Inlet</t>
      <artwork><![CDATA[
  A Power Inlet is a Power Interface at which a device can receive
  power from other devices.
]]></artwork>
      <t>Power Outlet</t>
      <artwork><![CDATA[
  A Power Outlet is a Power Interface at which a device can provide
  power to other devices.
]]></artwork>
      <t>Power State</t>
      <artwork><![CDATA[
  A Power State is a condition or mode of a device that broadly
  characterizes its capabilities, power consumption, and
  responsiveness to input [IEEE-1621].
]]></artwork>
    </section>
    <section anchor="general-considerations-related-to-energy-management">
      <name>General Considerations Related to Energy Management</name>
      <t>The basic objective of Energy Efficiency Management is to operate sets of
   network devices using minimal energy, while maintaining a certain level of
   service.</t>
      <section anchor="power-states">
        <name>Power States</name>
        <t>Entities can be set to an operational state that results in the
   lowest power level that still meets the service-level performance
   objectives.  In principle, there are three basic types of Power
   States for an entity or for a whole system:</t>
        <t>o  full Power State</t>
        <t>o  sleep state (not functional but immediately available)</t>
        <t>o  off state (may require significant time to become operational)</t>
        <t>In specific network devices, the number of Power States and their properties
   vary considerably.  Simple entities may only have the extreme states:
   full Power State and off state.  Many network devices have three basic Power
   States: on, off, and sleep.  However, more finely grained Power
   States can be implemented, especially when Energy efficiency gains for communication
   systems are highly sought after, for environmental, business, and technical reasons.
   Examples are various operational low Power States in which a network device requires less energy than in the full
   power "on" state, but -- compared to the sleep state -- is still
   operational with reduced performance or functionality.</t>
        <t>Another example is standby power state
   in which network device has multiple standby components and one active component for the same functionality,
   standby components are partially functional and can be immediately available when active component is down.
   The standby power state can be introduced to save energy while impove the overall network utilization.</t>
      </section>
      <section anchor="saving-energy-versus-maintaining-service-level">
        <name>Saving Energy versus Maintaining Service Level</name>
        <t>One of the objectives of Energy Efficiency Management is to reduce energy
   consumption.  While this objective is clear, attaining that goal is
   often difficult.  In many cases, there is no way to reduce power
   without the consequence of a potential service (performance or
   capacity) degradation.  In this case, a trade-off needs to be made
   between service-level objectives (e.g., network performance) and
   energy minimization. In other cases, a reduction of power can easily be achieved
   while still maintaining sufficient service-level performance, for example, by
   switching entities to lower Power States when higher performance is
   not needed. To measure of the trade-off between service-level object and energy
   consumption, a new set of energy efficiency metrics needs to defined.</t>
      </section>
      <section anchor="local-versus-network-wide-energy-management">
        <name>Local versus Network-Wide Energy Management</name>
        <t>Many energy-saving functions are executed locally by an entity; it
   monitors its usage and dynamically adapts its power according to the
   required performance.  It may, for example, switch to a sleep state
   or backup state when it is not in use, or outside of scheduled business hours. An
   Energy Efficiency Management System may observe an entity's Power State and
   configure or optimize its power-saving policies.</t>
        <t>Energy savings can also be achieved with policies implemented by a
   network management system that controls Power States of managed
   entities.  Information about the power received and provided by
   entities in different Power States may be required in order to set
   such policies.  Often, this information is best acquired through
   monitoring.</t>
        <t>Network-wide and local Energy Management methods both have advantages
   and disadvantages, and it is often desirable to combine them.
   Central management is often favorable for setting Power States of a
   large number of entities at the same time, for example, at the
   beginning and end of business hours in a building.  Local management
   is often preferable for power-saving measures based on local
   observations, such as the high or low functional load of an entity.</t>
      </section>
      <section anchor="energy-monitoring-versus-energy-saving">
        <name>Energy Monitoring versus Energy Saving</name>
        <t>Monitoring energy, power, and Power States alone does not reduce the
   energy needed to run an entity.  In fact, it may even increase it
   slightly due to monitoring instrumentation that needs energy.
   Reporting measured quantities over the network may also increase
   energy use, though the acquired information may be an essential input
   to control loops that save energy.</t>
        <t>Monitoring energy and Power States can also be required for other
   purposes, including:</t>
        <t>o  investigating energy-saving potential</t>
        <t>o  evaluating the effectiveness of energy-saving policies and
      measures</t>
        <t>o  deriving, implementing, and testing power management strategies</t>
        <t>o  accounting for the total power received and provided by an entity,
      a network, or a service</t>
        <t>o  predicting an entity's reliability based on power usage</t>
        <t>o  choosing the time of the next maintenance cycle for an entity</t>
      </section>
      <section anchor="overview-of-energy-management-requirements">
        <name>Overview of Energy Management Requirements</name>
        <t>The following basic management functions are required:</t>
        <t>o  monitoring Power States</t>
        <t>o  monitoring power (energy conversion rate)</t>
        <t>o  monitoring (accumulated) received and provided energy</t>
        <t>o  monitoring Power Attributes</t>
        <t>o  setting Power States</t>
        <t>In addition, to support energy efficiency management, additional requirements concerned with discovery functions
   and control functions are introduced:</t>
        <t>o   discovering energy-managed network, devices and their components</t>
        <t>o   discovering inventory of power components together with their capabilities, optimization
        control capabilities, nominal condition use</t>
        <t>o  discovering supported power state of each network device within the network</t>
        <t>o discovering power relationship between component within network device and across network devices.</t>
        <t>o  support additional energy efficiency metrics for energy efficiency monitoring, e.g., heat consumption, energy
       efficiency ratio, maximum wake up time, etc.</t>
        <t>o  support separation of desired power state and actual power state and optimize energy usage to allow update actual
       power state to match desired power state.</t>
        <t>o  Introduce energy saving method, and energy efficiency metrics to support explicit power control or energy
      efficiency optimization and control.</t>
        <t>o  allow control and optimize energy usage to make the trade-off between network performance and power
     consumption.</t>
        <t>o support both local management and network wide management based on energy saving
     functionality.</t>
        <t>Energy usage control and optimization is complementary to other energy-saving design, such
   as low-power electronics,  energy-efficient device design (for example, low-power modes for components), and
   energy-efficient network architectures and is exercised using management interface.  Measurement of received and
   provided energy can provide useful data for energy efficiency management.</t>
      </section>
    </section>
    <section anchor="identification-of-entities">
      <name>Identification of Entities</name>
      <t>Entities must be capable of being uniquely identified within the
   context of the management system.  This includes entities that are
   components of managed devices as well as entire devices or the entire network.</t>
      <t>Entities that report on or control other entities must identify the
   entities they report on or control: see Section 7 or Section 8,
   respectively, for the detailed requirements.</t>
      <t>An entity may be an entire network, or network device or a component of it.  Examples of
   components of interest are a hard drive, a fan, or a line card.
   The ability to control individual components to save energy may be
   required.  For example, server blades can be switched off when the
   overall load is low, or line cards at switches may be powered down at
   night.</t>
      <t>Identifiers for network, network devices and components are already defined in
   standard YANG modules Network Topology YANG module <xref target="RFC8345"/> and Hardware YANG
   module <xref target="RFC8348"/>. Note that Network Topology YANG module <xref target="RFC8345"/> identifiers
   are reused in the Network Inventory YANG module  <xref target="I-D.ietf-ivy-network-inventory-yang"/>
   and are also the basis for the Digital Map Modeling efforts in the NMOP Working Group.</t>
      <t>Instrumentation for measuring the received and provided energy of a
   device is typically more expensive than instrumentation for
   retrieving its Power State.  Many devices may provide Power State
   information for all individual components separately, while reporting
   the received and provided energy only for the entire device.</t>
      <section anchor="identifying-entities">
        <name>Identifying Entities</name>
        <t>The standard must provide means for uniquely identifying entities.
   Uniqueness must be preserved such that collisions of identities are
   avoided at potential receivers of monitored information.</t>
      </section>
      <section anchor="identifying-entitiy-capabilities">
        <name>Identifying Entitiy Capabilities</name>
        <t>The standard must provide means for discovering inventory of power components
   together with their capabilities, optimization control capabilities, nominal
   condition use. In addition, The standard must provide means for discovering
   supported power state of each network device within the network and power
   relationship between component within network device and across network devices.</t>
      </section>
      <section anchor="persistence-of-identifiers">
        <name>Persistence of Identifiers</name>
        <t>The standard must provide means for indicating whether identifiers of
   entities are persistent across a restart of the entity.</t>
      </section>
      <section anchor="change-of-identifiers">
        <name>Change of Identifiers</name>
        <t>The standard must provide means to indicate any change of entity
   identifiers.</t>
      </section>
      <section anchor="using-entity-identifiers-of-existing-yang-modules">
        <name>Using Entity Identifiers of Existing YANG Modules</name>
        <t>The standard must provide means for reusing entity identifiers from
   existing standards, including at least the following:</t>
        <t>o  the network-id, link-id, node-id, port-id of the Network Topology YANG module <xref target="RFC8345"/></t>
        <t>o  the ne-id, Universal Unique IDentifier (UUID) of the network element and component-id, UUID of each component within the network element in Network Inventory YANG module <xref target="I-D.ietf-ivy-network-inventory-yang"/></t>
        <t>o  the name, UUID of each hardware component in the Hardware YANG module <xref target="RFC8348"/></t>
        <t>Generic means for reusing other entity identifiers must be provided.</t>
      </section>
    </section>
    <section anchor="information-on-entities">
      <name>Information on Entities</name>
      <t>This section describes information on entities for which the standard
   must provide means for retrieving and reporting.</t>
      <t>Required information can be structured into seven groups.
   Section 5.1 specifies requirements for general information on
   entities, such as type of entity or context information.
   Requirements for information on Power Inlets and Power Outlets of
   entities are specified in Section 5.2.  The monitoring of power and
   energy is covered by Sections 5.3 and 5.5, respectively.  Section 5.4
   covers requirements related to entities' Power States.  Finally, the
   reporting of time series of values is covered by Section 5.7.</t>
      <section anchor="general-information-on-entities">
        <name>General Information on Entities</name>
        <t>For Energy Management, understanding the role and context of an
   entity may be required.  An Energy Management System may aggregate
   values of received and provided energy according to a defined
   grouping of entities.  When controlling and setting Power States, it
   may be helpful to understand the grouping of the entity and role of
   an entity in a network.  For example, it may be important to exclude
   some mission-critical network devices from being switched to lower
   power or even from being switched off.</t>
        <section anchor="type-of-entity">
          <name>Type of Entity</name>
          <t>The standard must provide means to configure, retrieve, and report a
   textual name or a description of an entity.</t>
        </section>
        <section anchor="context-of-an-entity">
          <name>Context of an Entity</name>
          <t>The standard must provide means for retrieving and reporting context
   information on entities, for example, tags associated with an entity
   that indicate the entity's role.</t>
        </section>
        <section anchor="significance-of-entities">
          <name>Significance of Entities</name>
          <t>The standard must provide means for retrieving and reporting the
   significance of entities within its context, for example, how
   important the entity is.</t>
        </section>
        <section anchor="power-priority">
          <name>Power Priority</name>
          <t>The standard must provide means for retrieving and reporting power
   priorities of entities.  Power priorities indicate an order in which
   Power States of entities are changed, for example, to lower Power
   States for saving power.</t>
        </section>
        <section anchor="grouping-of-entities">
          <name>Grouping of Entities</name>
          <t>The standard must provide means for grouping entities.  This can be
   achieved in multiple ways, for example, by providing means to tag
   entities, assign them to domains, or assign device types to them.</t>
        </section>
      </section>
      <section anchor="power-interfaces">
        <name>Power Interfaces</name>
        <t>A Power Interface is an interface at which a device is connected to a
   power transmission medium, at which it can in turn receive power,
   provide power, or both.</t>
        <t>A Power Interface is either an inlet or an outlet.  Some Power
   Interfaces change over time from being an inlet to being an outlet
   and vice versa.  However, most Power Interfaces never change.</t>
        <t>Network Devices have Power Inlets at which they are supplied with electric
   power.  Most devices have a single Power Inlet, while some have
   multiple inlets.  Different Power Inlets on a device are often
   connected to separate power distribution trees.  For Energy
   Monitoring, it is useful to retrieve information on the number of
   inlets of a device, the availability of power at inlets, and which
   inlets are actually in use.</t>
        <t>Network Devices can have one or more Power Outlets for supplying other
   devices with electric power.</t>
        <t>For identifying and potentially controlling the source of power
   received at an inlet, identifying the Power Outlet of another network device
   at which the received power is provided may be required.
   Analogously, for each outlet, it is of interest to identify the Power
   Inlets that receive the power provided at a certain outlet.  Such
   information is also required for constructing the wiring topology of
   electrical power distribution to devices.</t>
        <t>Static properties of each Power Interface are required information
   for Energy Efficiency Management.  Static properties include the kind of
   electric current (AC or DC), the nominal voltage, the nominal AC
   frequency, and the number of AC phases.  Note that the nominal
   voltage is often not a single value but a voltage range, such as, for
   example, (100V-120V), (100V-240V), (100V-120V,220V-240V).</t>
        <section anchor="list-of-power-interfaces">
          <name>List of Power Interfaces</name>
          <t>The standard must provide means for monitoring the list of Power Interfaces of a device.</t>
        </section>
        <section anchor="operational-mode-of-power-interfaces">
          <name>Operational Mode of Power Interfaces</name>
          <t>The standard must provide means for monitoring the operational mode of a Power Interface, which is either "Power Inlet" or "Power Outlet".</t>
        </section>
        <section anchor="corresponding-power-outlet">
          <name>Corresponding Power Outlet</name>
          <t>The standard must provide means for identifying the Power Outlet that
   provides the power received at a Power Inlet.</t>
        </section>
        <section anchor="corresponding-power-inlets">
          <name>Corresponding Power Inlets</name>
          <t>The standard must provide means for identifying the list of Power
   Inlets that receive the power provided at a Power Outlet.</t>
        </section>
        <section anchor="availability-of-power">
          <name>Availability of Power</name>
          <t>If the Power States allow it, the standard must provide means for
   monitoring the availability of power at each Power Interface.  This
   includes indicating whether a power supply at a Power Interface is
   switched on or off.</t>
        </section>
        <section anchor="use-of-power">
          <name>Use of Power</name>
          <t>The standard must provide means for monitoring each Power Interface
   if it is actually in use.  For inlets, this means that the device
   actually receives power at the inlet.  For outlets, this means that
   power is actually provided from the outlet to one or more devices.</t>
        </section>
        <section anchor="type-of-current">
          <name>Type of Current</name>
          <t>The standard must provide means for reporting the type of current (AC
   or DC) for each Power Interface as well as for a device.</t>
        </section>
        <section anchor="nominal-voltage-range">
          <name>Nominal Voltage Range</name>
          <t>The standard must provide means for reporting the nominal voltage
   range for each Power Interface.</t>
        </section>
        <section anchor="nominal-ac-frequency">
          <name>Nominal AC Frequency</name>
          <t>The standard must provide means for reporting the nominal AC
   frequency for each Power Interface.</t>
        </section>
        <section anchor="number-of-ac-phases">
          <name>Number of AC Phases</name>
          <t>The standard must provide means for reporting the number of AC phases
   for each Power Interface.</t>
        </section>
      </section>
      <section anchor="power">
        <name>Power</name>
        <t>Power is measured as an instantaneous value or as the average over a
   time interval.</t>
        <t>Obtaining highly accurate values for power and energy may be costly
   if dedicated metering hardware is required.  Entities without the
   ability to measure with high accuracy their power, received energy,
   and provided energy may just report estimated values, for example,
   based on load monitoring, Power State, or even just the entity type.</t>
        <t>Depending on how power and energy values are obtained, the confidence
   in a reported value and its accuracy will vary.  Entities reporting
   such values should qualify the confidence in the reported values and
   quantify the accuracy of measurements.  For reporting accuracy, the
   accuracy classes specified in IEC 62053-21 [IEC.62053-21] and
   IEC 62053-22 [IEC.62053-22] should be considered.</t>
        <t>Further properties of the power supplied to a device are also of
   interest.  For AC power supply in particular, several Power
   Attributes beyond the real power are of potential interest to Energy
   Management Systems.  The set of these properties includes the complex
   Power Attributes (apparent power, reactive power, and phase angle of
   the current or power factor) as well as the actual voltage, the
   actual AC frequency, the Total Harmonic Distortion (THD) of voltage
   and current, and the impedance of an AC phase or of the DC supply.  A
   new standard for monitoring these Power Attributes should be in line
   with already-existing standards, such as [IEC.61850-7-4].</t>
        <t>For some network management tasks, it is desirable to receive
   notifications from entities when their power value exceeds or falls
   below given thresholds.</t>
        <section anchor="real-power-power-factor">
          <name>Real Power / Power Factor</name>
          <t>The standard must provide means for reporting the real power for each
   Power Interface as well as for an entity.  Reporting power includes
   reporting the direction of power flow.</t>
        </section>
        <section anchor="power-measurement-interval">
          <name>Power Measurement Interval</name>
          <t>The standard must provide means for reporting the corresponding time
   or time interval for which a power value is reported.  The power
   value can be measured at the corresponding time or averaged over the
   corresponding time interval.</t>
        </section>
        <section anchor="power-measurement-method">
          <name>Power Measurement Method</name>
          <t>The standard must provide means to indicate the method used to obtain
   these values.  Based on how the measurement was conducted, it is
   possible to associate a certain degree of confidence with the
   reported power value.  For example, there are methods of measurement
   such as direct power measurement, estimation based on performance
   values, or hard-coding average power values for an entity.</t>
        </section>
        <section anchor="accuracy-of-power-and-energy-values">
          <name>Accuracy of Power and Energy Values</name>
          <t>The standard must provide means for reporting the accuracy of
   reported power and energy values.</t>
        </section>
        <section anchor="actual-voltage-and-current">
          <name>Actual Voltage and Current</name>
          <t>The standard must provide means for reporting the actual voltage and
   actual current for each Power Interface as well as for a device.  For
   AC power supply, means must be provided for reporting the actual
   voltage and actual current per phase.</t>
        </section>
        <section anchor="high-powerlow-power-notifications">
          <name>High-Power/Low-Power Notifications</name>
          <t>The standard must provide means for creating notifications if power
   values of an entity rise above or fall below given thresholds.</t>
        </section>
        <section anchor="complex-power-power-factor">
          <name>Complex Power / Power Factor</name>
          <t>The standard must provide means for reporting the complex power for
   each Power Interface and for each phase at a Power Interface.  In
   addition to the real power, at least two of the following three
   quantities need to be reported: apparent power, reactive power, and
   phase angle.  The phase angle can be substituted by the power factor.</t>
        </section>
        <section anchor="actual-ac-frequency">
          <name>Actual AC Frequency</name>
          <t>The standard must provide means for reporting the actual AC frequency
   for each Power Interface.</t>
        </section>
        <section anchor="total-harmonic-distortion">
          <name>Total Harmonic Distortion</name>
          <t>The standard must provide means for reporting the Total Harmonic
   Distortion (THD) of voltage and current for each Power Interface.
   For AC power supply, means must be provided for reporting the THD per
   phase.</t>
        </section>
        <section anchor="power-supply-impedance">
          <name>Power Supply Impedance</name>
          <t>The standard must provide means for reporting the impedance of a
   power supply for each Power Interface.  For AC power supply, means
   must be provided for reporting the impedance per phase.</t>
        </section>
      </section>
      <section anchor="power-state">
        <name>Power State</name>
        <t>Many entities have a limited number of discrete Power States.</t>
        <t>There is a need to report the actual Power State of an entity and to
   provide the means for retrieving the list of all supported Power
   States.</t>
        <t>Different standards bodies have already defined sets of Power States
   for some entities, and others are creating new Power State sets.  In
   this context, it is desirable that the standard support many of these
   Power State standards.  In order to support multiple management
   systems that possibly use different Power State sets while
   simultaneously interfacing with a particular entity, the Energy
   Management System must provide means for supporting multiple Power
   State sets used simultaneously at an entity.</t>
        <t>Power States have parameters that describe their properties.  It is
   required to have a standardized means for reporting some key
   properties, such as the typical power of an entity in a certain
   state.</t>
        <t>There is also a need to report statistics on Power States, including
   the time spent as well as the received and provided energy in a Power
   State.</t>
        <section anchor="actual-power-state">
          <name>Actual Power State</name>
          <t>The standard must provide means for reporting the actual Power State
   of an entity.</t>
        </section>
        <section anchor="list-of-supported-power-states">
          <name>List of Supported Power States</name>
          <t>The standard must provide means for retrieving the list of all
   potential Power States of an entity.</t>
        </section>
        <section anchor="multiple-power-state-sets">
          <name>Multiple Power State Sets</name>
          <t>The standard must provide means for supporting multiple Power State
   sets simultaneously at an entity.</t>
        </section>
        <section anchor="list-of-supported-power-state-sets">
          <name>List of Supported Power State Sets</name>
          <t>The standard must provide means for retrieving the list of all Power
   State sets supported by an entity.</t>
        </section>
        <section anchor="list-of-supported-power-states-within-a-set">
          <name>List of Supported Power States within a Set</name>
          <t>The standard must provide means for retrieving the list of all
   potential Power States of an entity for each supported Power State
   set.</t>
        </section>
        <section anchor="typical-power-per-power-state">
          <name>Typical Power Per Power State</name>
          <t>The standard must provide means for retrieving the typical power for
   each supported Power State.</t>
        </section>
        <section anchor="power-state-statistics">
          <name>Power State Statistics</name>
          <t>The standard must provide means for monitoring statistics per Power
   State, including the total time spent in a Power State, the number of
   times each state was entered, and the last time each state was
   entered.  More Power State statistics are addressed by the
   requirements in Section 5.5.3.</t>
        </section>
        <section anchor="power-state-changes">
          <name>Power State Changes</name>
          <t>The standard must provide means for generating a notification when
   the actual Power State of an entity changes.</t>
        </section>
      </section>
      <section anchor="energy">
        <name>Energy</name>
        <t>The monitoring of electrical energy received or provided by an entity
   is a core function of Energy Management. Since energy is an
   accumulated quantity, it is always reported for a certain interval of
   time.  This can be, for example, the time from the last restart of
   the entity to the reporting time, the time from another past event to
   the reporting time, the last given amount of time before the
   reporting time, or a certain interval specified by two timestamps in
   the past.</t>
        <t>It is useful for entities to record their received and provided
   energy per Power State and report these quantities.</t>
        <t>In addition, it is also useful for entities to record energy attributes
  such as maximum wake up time, maximum sleep time, service interruption
  time, transition time, maximum packet throughput, maximum bit throughput
  and report these quantities.</t>
        <section anchor="energy-measurement">
          <name>Energy Measurement</name>
          <t>The standard must provide means for reporting measured values of
   energy and the direction of the energy flow received or provided by
   an entity.  The standard must also provide the means to report the
   energy passing through each Power Interface.</t>
        </section>
        <section anchor="energy-efficiency-measurement">
          <name>Energy Efficiency Measurement</name>
          <t>The standard must provide means for measuring the trade-off between
  service-level object and energy consumption. [ETSI-ES-203-136],
  [ITUT-L.1310], [ATIS-0600015.03.2013] provide methodology and test
  procedure for measuring such energy efficiency related metrics, which
  is defined as the throughput forwarded by 1 watt. The traffic loads and
  the weighted multipliers need to be clearly established in advance.</t>
          <t>Note that, based on the specific optimization policy (throughput, heat,
  energy source, etc.), different derived metrics should be computed at
  the controller level.</t>
        </section>
        <section anchor="power-gain-measurement">
          <name>Power Gain Measurement</name>
          <t>The standard must provide means for measuring power gain, which can
  be calculated by actual power to be consumed by the entity divided by the maximum
  power of the entity. In addition, the minimum power gain can also be
  measured and reported.</t>
        </section>
        <section anchor="time-intervals">
          <name>Time Intervals</name>
          <t>The standard must provide means for reporting the time interval for
   which an energy value is reported.</t>
        </section>
        <section anchor="energy-per-power-state">
          <name>Energy Per Power State</name>
          <t>The standard must provide means for reporting the received and
   provided energy for each individual Power State.  This extends the
   requirements on Power State statistics described in Section 5.4.7.</t>
        </section>
      </section>
      <section anchor="time-series-of-measured-values">
        <name>Time Series of Measured Values</name>
        <t>For some network management tasks, obtaining time series of measured
   values from entities, such as power, energy, etc., is
   required.</t>
        <t>In general, time series measurements could be obtained in many
   different ways.  Means should be provided to either push such values
   from the location where they are available to the management system
   or to have them stored locally for a sufficiently long period of time
   such that a management system can retrieve the full time series.</t>
        <t>The following issues are to be considered when designing time series
   measurement and reporting functions:</t>
        <ol spacing="normal" type="1"><li>
            <t>Which quantities should be reported?</t>
          </li>
          <li>
            <t>Which time interval type should be used (total, delta, sliding
window)?</t>
          </li>
          <li>
            <t>Which measurement method should be used (sampled, continuous)?</t>
          </li>
          <li>
            <t>Which reporting model should be used (push or pull)?</t>
          </li>
        </ol>
        <t>The most discussed and probably most needed quantity is energy.  But
   a need for others, such as power, can be identified as well.</t>
        <t>There are three time interval types under discussion for accumulated
   quantities such as energy.  They can be reported as total values,
   accumulated between the last restart of the measurement and a certain
   timestamp.  Alternatively, energy can be reported as delta values
   between two consecutive timestamps.  Another alternative is reporting
   values for sliding windows as specified in [IEC.61850-7-4].</t>
        <t>For non-accumulative quantities, such as power, different measurement
   methods are considered.  Such quantities can be reported using values
   sampled at certain timestamps or, alternatively, by mean values for
   these quantities averaged between two (consecutive) timestamps or
   over a sliding window.</t>
        <t>Finally, time series can be reported using different reporting
   models, particularly push-based or pull-based.  Push-based reporting
   can, for example, be realized by reporting power or energy values
   using the NETCONF protocol <xref target="RFC6241"/>.  The NETCONF a protocol can
   also be used to realize pull-based reporting of time series.</t>
        <t>For reporting time series of measured values, the following
   requirements have been identified.  Further decisions concerning
   issues discussed above need to be made when developing concrete
   Energy Management standards.</t>
        <section anchor="time-series-of-energy-values">
          <name>Time Series of Energy Values</name>
          <t>The standard must provide means for reporting time series of energy
   values.  If the comparison of time series between multiple entities
   is required, then time synchronization between those entities must be
   provided (for example, with the Network Time Protocol <xref target="RFC5905"/>).</t>
        </section>
        <section anchor="time-series-interval-types">
          <name>Time Series Interval Types</name>
          <t>The standard must provide means for supporting alternative interval
   types.  The requirement in Section 5.5.2 applies to every reported
   time value.</t>
        </section>
        <section anchor="time-series-storage-capacity">
          <name>Time Series Storage Capacity</name>
          <t>The standard should provide means for reporting the number of values
   of a time series that can be stored for later reporting.</t>
        </section>
      </section>
    </section>
    <section anchor="reporting-on-lifecycle-management">
      <name>Reporting on Lifecycle Management</name>
      <t>Lifecycle information related to manufacturing energy costs, transport,
   recyclability, and end-of-life disposal impacts is part of what is
   called "embedded carbon." This information is considered to be an
   estimated value, which might not be implemented today in the network
   devices. It might be part of the vendor information, and to be collected
   from datasheets or databases. In accordance with ISO 14040/44, this
   information should be considered as part of the sustainable strategy
   related to energy efficiency. Also, refer to the ecodesign framework
   [(EU) 2024/1781] published in June by the European Commission.</t>
      <section anchor="carbon-reporting">
        <name>Carbon Reporting</name>
        <t>To report on carbon equivalents for global reporting, it is important
   to correlate the location where the specific entity/network element
   is operating with the corresponding carbon factor. Refer to the world
   emission factor from the International Energy Agency (IEA), electricity
   maps applications that reflect the carbon intensity of the electricity
   consumed, etc.</t>
      </section>
      <section anchor="energy-mix">
        <name>Energy Mix</name>
        <t>Energy efficiency is not limited to reducing the energy consumption, it is common to include carbon free, solar energy, wind energy, cogeneration in the efficiency. The type of the sources of energy of the power is one criteria of efficiency.
   There are other dimensions that must visible: As many telecom locations include battery there is a requirement to known that the source come from a battery or directly from the grid...</t>
      </section>
    </section>
    <section anchor="control-of-entities">
      <name>Control of Entities</name>
      <t>Many entities control their Power State locally.  Other entities need
   interfaces for an Energy Management System to control their Power
   State.</t>
      <t>A power supply is typically not self-managed by devices, and control
   of a power supply is typically not conducted as an interaction
   between an Energy Management System and the device itself.  It is
   rather an interaction between the management system and a device
   providing power at its Power Outlets.  Similar to Power State
   control, power supply control may be policy driven.  Note that
   shutting down the power supply abruptly may have severe consequences
   for the device.</t>
      <section anchor="provisioning-power-states">
        <name>Provisioning Power States</name>
        <t>The standard must provide means for provisioning Power States of entities.</t>
        <t>When an Energy Object is set to a particular Power State, the
   represented device or component may be busy.  The Energy Object
   should set the desired Power State and then update the actual Power
   State when the device or component changes. The standard must
   provide means to report the intented and applied Power States,
   with the Network Management Datastore Architecture (NMDA) <xref target="RFC8342"/></t>
      </section>
      <section anchor="controlling-power-supplyprovisioning">
        <name>Controlling Power SupplyProvisioning</name>
        <t>The standard must provide means for switching a power supply off or
   turning a power supply on at Power Interfaces providing power to one
   or more devices.</t>
      </section>
      <section anchor="controlling-energy-saving-and-optimization-functionalities">
        <name>Controlling Energy Saving and Optimization Functionalities</name>
        <t>The standard must provide means for controlling energy saving and
  optimization functionalities and allocating the committed component resource
  (e.g., adjust fan speed, shutdown high speed interface) or committed device
  resource (e.g., multiple cards scheduling, multiple power module scheduling).</t>
        <t>In addition, the standard must provide means to support both local management and
  network wide management based on energy saving functionality.</t>
      </section>
    </section>
    <section anchor="management-of-oultet-entities">
      <name>Management of oultet Entities</name>
      <t>As discussed in Section 5, not all energy-related information may be
   available at the entity in question.  Such information may be
   provided by other entities.  This section groups the requirements for the discovery, the reporting and the control
   of information.</t>
      <t>The intend is to summarize them in a table in section 9.</t>
      <section anchor="discovery-of-power-inlet-entities">
        <name>Discovery of Power inlet Entities</name>
        <t>Energy consumption must not be accounted twice</t>
        <section anchor="reporting-on-other-entities">
          <name>Reporting on Other Entities</name>
          <t>As discussed in Section 5, not all energy-related information may be
   available at the entity in question.  Such information may be
   provided by other entities.  This section covers only the reporting
   of information.  See Section 8 for requirements on controlling other
   entities.</t>
          <t>There are cases where a power supply unit switches power for several
   entities by turning power on or off at a single Power Outlet or where
   a power meter measures the accumulated power of several entities at a
   single power line.  Consequently, it should be possible to report
   that a monitored value does not relate to just a single entity but is
   an accumulated value for a set of entities.  All of the entities
   belonging to that set need to be identified.</t>
        </section>
        <section anchor="reports-on-other-entities">
          <name>Reports on Other Entities</name>
          <t>The standard must provide means for an entity to report information
   on another entity.</t>
        </section>
        <section anchor="identity-of-other-entities-on-which-information-is-reported">
          <name>Identity of Other Entities on Which Information Is Reported</name>
          <t>For entities that report on one or more other entities, the standard
   must provide means for reporting the identity of other entities on
   which information is reported.  Note that, in some situations, a
   manual configuration might be required to populate this information.</t>
        </section>
        <section anchor="reporting-quantities-accumulated-over-multiple-entities">
          <name>Reporting Quantities Accumulated over Multiple Entities</name>
          <t>The standard must provide means for reporting the list of all
   entities from which contributions are included in an accumulated
   value.</t>
        </section>
        <section anchor="list-of-all-entities-on-which-information-is-reported">
          <name>List of All Entities on Which Information Is Reported</name>
          <t>For entities that report on one or more other entities, the standard
   must provide means for reporting the complete list of all those
   entities on which energy-related information can be reported.</t>
        </section>
        <section anchor="content-of-reports-on-other-entities">
          <name>Content of Reports on Other Entities</name>
          <t>For entities that report on one or more other entities, the standard
   must provide means for indicating what type or types of energy-
   related information can be reported, and for which entities.</t>
        </section>
      </section>
      <section anchor="controlling-other-entities">
        <name>Controlling Other Entities</name>
        <t>This section specifies requirements for controlling Power States and
   power supply of entities by communicating with other entities that
   have the means for doing that control.</t>
        <section anchor="controlling-power-states-of-other-entities">
          <name>Controlling Power States of Other Entities</name>
          <t>RFC6988 allow some entities have control over Power States of other entities,
   e.g., in Building automation case where a gateway to a building system may have
   the means to control the Power State of entities in the building that do not have
   an IP interface.</t>
          <t>In this document, we assume all network devices have IP connectivity in the operator
   controlled environment. Therefore only an Energy Management System has control over
   Power States of other entities.</t>
          <t>In addition, it is required that an entity that has its state
   controlled by the Energy Management System has the means to report the list of
   these other entities.</t>
          <section anchor="control-of-power-states-of-other-entities">
            <name>Control of Power States of Other Entities</name>
            <t>The standard must provide means for an Energy Management System to
   send Power State control commands to an entity that controls the
   Power States of entities other than the entity to which the command
   was sent.</t>
          </section>
          <section anchor="identity-of-other-power-state-controlled-entities">
            <name>Identity of Other Power State Controlled Entities</name>
            <t>The standard must provide means for reporting the identities of the
   entities for which the reporting entity has the means to control
   their Power States.  Note that, in some situations, a manual
   configuration might be required to populate this information.</t>
          </section>
          <section anchor="list-of-all-power-state-controlled-entities">
            <name>List of All Power State Controlled Entities</name>
            <t>The standard must provide means for an entity to report the list of
   all entities for which it can control the Power State.</t>
          </section>
          <section anchor="list-of-all-power-state-controllers">
            <name>List of All Power State Controllers</name>
            <t>The standard must provide means for an entity that receives commands
   controlling its Power State from other entities to report the list of
   all those entities.</t>
          </section>
        </section>
        <section anchor="controlling-power-supply">
          <name>Controlling Power Supply</name>
          <t>Some entities may have control of the power supply of other entities,
   for example, because the other entity is supplied via a Power Outlet
   of the entity.  For this and similar cases, means are needed to make
   this control accessible to the Energy Management System.  This need
   is already addressed by the requirement in Section 6.2.</t>
          <t>In addition, it is required that an entity that has its supply
   controlled by other entities has the means to report the list of
   these other entities.  This need is already addressed by requirements
   in Sections 5.2.3 and 5.2.4.</t>
        </section>
      </section>
    </section>
    <section anchor="requirements-extracted-from-proponents-drafts">
      <name>Requirements extracted from proponents drafts</name>
      <t>This section extracts and groups requirements from the documents of the proponents of the GREEN WG creation <xref target="GREEN-BOF"/>, [sustainability-insights], [legacy-path] and [rfc6988bis-green]. The aim is to determine initial sets of requirements actionable at different levels of the framework presented below <xref target="framework"/>.</t>
      <section anchor="operatorrequirements-from-charter-refinement-document">
        <name>Operator'requirements from [charter-refinement] document</name>
        <t>The table below is a copy of the operator'requirements table of [charter-refinement]. They are based on the inputs received from operators for the GREEN BoF <xref target="operators-inputs"/>.</t>
        <table>
          <thead>
            <tr>
              <th align="left">category</th>
              <th align="left">requirements</th>
              <th align="left">note</th>
              <th align="left">Priority</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Observability</td>
              <td align="left">Component granularity, e.g., per line-card, per-port</td>
              <td align="left">Per component measurement</td>
              <td align="left">1</td>
            </tr>
            <tr>
              <td align="left">Observability</td>
              <td align="left">Availability of information on the power consumption of the device, without needing instrumentation connected to the infrastructure</td>
              <td align="left">Related to connected device case</td>
              <td align="left">1</td>
            </tr>
            <tr>
              <td align="left">Observability</td>
              <td align="left">Triggering of alarms when consumption deviate from a nominal usage</td>
              <td align="left">Alarm notification</td>
              <td align="left">1??</td>
            </tr>
            <tr>
              <td align="left">Observability</td>
              <td align="left">Improvement of metering solutions (finer granularity, control of the energy efficiency and saving, interoperability, exposure)</td>
              <td align="left">Standardized metering??</td>
              <td align="left">1</td>
            </tr>
            <tr>
              <td align="left">Analysis</td>
              <td align="left">Common definition of energy efficiency in network devices/components</td>
              <td align="left">Standard metric</td>
              <td align="left">1</td>
            </tr>
            <tr>
              <td align="left">Analysis</td>
              <td align="left">Common methodology of measurements for fair comparison</td>
              <td align="left">Standard methodology</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">Analysis</td>
              <td align="left">How to provide accurate figures (context of the measurement in terms of time period, location, traffic, etc</td>
              <td align="left">Time based, location based visualization</td>
              <td align="left">2 ??</td>
            </tr>
            <tr>
              <td align="left">Analysis</td>
              <td align="left">Database for decision in case of large data transfer</td>
              <td align="left">Information Correlation</td>
              <td align="left">3</td>
            </tr>
            <tr>
              <td align="left">Analysis</td>
              <td align="left">Ability of multi-layer analysis (e.g., IP plus optical)</td>
              <td align="left">POI Use Case</td>
              <td align="left">3</td>
            </tr>
            <tr>
              <td align="left">Control&amp; Mgmt</td>
              <td align="left">To have devices with elastic power consumption according to the carried traffic</td>
              <td align="left">Dynamic Energy Saving</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">Control&amp; Mgmt</td>
              <td align="left">Support of network-wide energy saving and optimization functions</td>
              <td align="left">Network Level Mgmt</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">Control&amp; Mgmt</td>
              <td align="left">Support of network-wide control of energy optimization APIs, allowing external applications to optimize consumption</td>
              <td align="left">Network Level Mgmt</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">Control&amp; Mgmt</td>
              <td align="left">Advanced sleep mode, needing some sort of low power mode when node is lightly utilized</td>
              <td align="left">Dynamic Energy Saving</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">Control&amp; Mgmt</td>
              <td align="left">Ability to steer traffic based on power savings</td>
              <td align="left">Traffic Engineering</td>
              <td align="left">4</td>
            </tr>
            <tr>
              <td align="left">Control&amp; Mgmt</td>
              <td align="left">Comparison of decision vs optimal case</td>
              <td align="left">Intent based Concept</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">Control&amp; Mgmt</td>
              <td align="left">Synchronous query support</td>
              <td align="left">Network Level Query</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">Inventory Management</td>
              <td align="left">Inventory of power components (of devices, racks, etc) including together</td>
              <td align="left">Component &amp; Device Level</td>
              <td align="left">1</td>
            </tr>
            <tr>
              <td align="left">Interaction with other domain</td>
              <td align="left">Inclusion of data center networks in the picture</td>
              <td align="left">Data Center Case</td>
              <td align="left">3</td>
            </tr>
            <tr>
              <td align="left">Interaction with other domain</td>
              <td align="left">Inclusion of data center networks in the picture</td>
              <td align="left">Mobile Network Case</td>
              <td align="left">3</td>
            </tr>
            <tr>
              <td align="left">Sustainability &amp; Carbon Emission</td>
              <td align="left">Optimize the overall CO2 footprint (i.e., energy mix based on source type) facilitating the engineering of PoP More renewable energy</td>
              <td align="left">More renewable energy</td>
              <td align="left">4</td>
            </tr>
            <tr>
              <td align="left">Sustainability &amp; Carbon Emission</td>
              <td align="left">Support GHG units</td>
              <td align="left">Measurement Units</td>
              <td align="left">4</td>
            </tr>
            <tr>
              <td align="left">Sustainability &amp; Carbon Emission</td>
              <td align="left">Support Energy units</td>
              <td align="left">More renewable energy</td>
              <td align="left">2 ??</td>
            </tr>
            <tr>
              <td align="left">Sustainability &amp; Carbon EmissiCarbon, renewable</td>
              <td align="left">4</td>
              <td align="left"> </td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">Sustainability &amp; Carbon Emission</td>
              <td align="left">Accounting of legacy installed based GHG/energy</td>
              <td align="left">Accounting Cost</td>
              <td align="left">4</td>
            </tr>
            <tr>
              <td align="left">Sustainability &amp; Carbon Emission</td>
              <td align="left">Track device/network Energy Consumption Before Operation</td>
              <td align="left">Manufacturing, transport(weight, volume, package)</td>
              <td align="left">4</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="requirements-extracted-from-legacy-path">
        <name>Requirements extracted from [legacy-path]</name>
        <table>
          <thead>
            <tr>
              <th align="left">category</th>
              <th align="left">requirements</th>
              <th align="left">note</th>
              <th align="left">Priority</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Inventory Management</td>
              <td align="left">component control capacity (aka component max on/off frequency supported)</td>
              <td align="left">Per component control</td>
              <td align="left">1 (i)</td>
            </tr>
            <tr>
              <td align="left">Analysis</td>
              <td align="left">assess the gains of introducing eco-designed components in a device</td>
              <td align="left">Device Level Mgmt</td>
              <td align="left">1 (ii)</td>
            </tr>
            <tr>
              <td align="left">Control&amp; Mgmt</td>
              <td align="left">comprehensive support of network-wide energy efficiency includes legacy devices</td>
              <td align="left">Network Level Mgmt</td>
              <td align="left">1 (iii)</td>
            </tr>
          </tbody>
        </table>
        <t>(i) Avoid control to break the component</t>
        <t>(ii) the gain must be measurable</t>
        <t>(iii) network-wide solution must include legacy devices and green-wg ready devices</t>
      </section>
      <section anchor="requirements-from-rfc6988bis-green-draft-open-issues">
        <name>Requirements from [rfc6988bis-green] draft Open Issues</name>
        <table>
          <thead>
            <tr>
              <th align="left">category</th>
              <th align="left">requirements</th>
              <th align="left">note</th>
              <th align="left">Priority</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Control&amp; Mgmt</td>
              <td align="left">Distinguish backup sources</td>
              <td align="left">rfc6988bis battery</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">Inventory Management</td>
              <td align="left">Reporting on Other Entities, typically smart PDU or PoE</td>
              <td align="left">Fit in "Inventory of power components (of devices, racks, etc) including together"</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">Observability or Interaction with Other domain</td>
              <td align="left">Room sensor (hvac...)</td>
              <td align="left">Data Center Case</td>
              <td align="left">4</td>
            </tr>
            <tr>
              <td align="left">Observability</td>
              <td align="left">flexible (future-proof) description of the nature of the sources of the energy used</td>
              <td align="left">Standard metric</td>
              <td align="left">2</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="requirements-extracted-from-sustainability-insights-uses-cases">
        <name>Requirements extracted from [sustainability-insights] uses cases</name>
        <t>There are limited to energy consumption vs sustainability</t>
        <table>
          <thead>
            <tr>
              <th align="left">category</th>
              <th align="left">requirements</th>
              <th align="left">note</th>
              <th align="left">Priority</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Observability</td>
              <td align="left">Provide near-real-time energy consumption to different device types, service types, and individual users</td>
              <td align="left">Helps identify which devices or network functions are consuming more energy.</td>
              <td align="left">2</td>
            </tr>
            <tr>
              <td align="left">Migration or Upgrade</td>
              <td align="left">Provide KPIs for energy efficiency parameters, enhance accuracy of upgrade decisions</td>
              <td align="left">Helps make informed decisions about upgrades based on actual usage data.</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">Recycling</td>
              <td align="left">Report on percentage of recycled user devices and components. Enable comprehensive reporting and recycling efforts</td>
              <td align="left">Major driver of the circular economy, transparency is key</td>
              <td align="left">4</td>
            </tr>
            <tr>
              <td align="left">Power Optimization</td>
              <td align="left">Provide KPIs for energy efficiency parameters. Perform actions to reduce energy consumption</td>
              <td align="left">Monitor network and application performance to optimize power usage</td>
              <td align="left">4</td>
            </tr>
            <tr>
              <td align="left">Control&amp; Mgmt Switch off</td>
              <td align="left">Stop and restart WiFi APs with the right time, space, and service granularity</td>
              <td align="left">Save power consumption during periods when APs are not in use.</td>
              <td align="left">2</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="framework">
        <name>Framework Discussed During the BoF</name>
        <t>The overall framework is shown in <xref target="green-framework"/>.</t>
        <figure anchor="green-framework">
          <name>Framework discussed during the BoF</name>
          <artwork><![CDATA[
       What needs to be standardized for Framework


(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)              | |(g)
  Inventory  |  Monitor     |  GREEN WG:        | |GREEN WG: Control
  Capability |  Traffic     |  Monitor power    | |(Energy saving
             |  & power     |  Proportion,      | |Functionality
             |  consumption |  Energy efficiency| |Localized mgmt/
             |              |  ratio, etc)      | |network wide mgmt)
             |              |                   | |
             |              |                   | |
             |              |                   | v
+--------------------------------------------------------------------+
|                                            *                       |
|                  (1) Device/Component Level                        |
|                                                                    |
| +---------+  +-----------+  +----------------+  +----------------+ |
| | (I)     |  | (II)      |  | (III)          |  | (IV)           | |
| | Network |  | Device    |  | Legacy Network |  | 'Attached'(PoE | |
| | Device  |  | Component |  | Device         |  | kind) Device   | |
| |         |  |           |  |                |  |                | |
| +---------+  +-----------+  +----------------+  +----------------+ |
+--------------------------------------------------------------------+

(*) Energy Efficiency Management Function is implemented inside the
device or in a controller

]]></artwork>
        </figure>
        <t>The main elements in the framework are as follows:</t>
        <t>(a),(d) Inventory</t>
        <t>(b),(c) GREEN Metrics</t>
        <t>(b),(f) Monitor energy efficiency</t>
        <t>(e) Monitor power consumption and traffic (IPPM WG throughput, traffic load, etc)</t>
        <t>(g) Control Energy Saving</t>
      </section>
    </section>
    <section anchor="use-cases">
      <name>Use Cases</name>
      <t>This section describes a number of relevant use cases with the purpose of elicit requirements for Energy Efficiency Management.
This is a work in progress and additional use cases will be documented in next versions of this document.
## Selective reduction of energy consumption in network parts proportional to traffic levels
Traffic levels in a network follow patterns reflecting the behavior of consumers. Those patterns show periodicity in the terms of the traffic delivered, that can range from daily (from 00:00 to 23:59) to seasonal (e.g., winter to summer), showing peaks and valleys that could be exploited to reduce the consumption of energy in the network proportionally, in case the underlying network elements incorporate such capabilities. The reduction of energy consumption could be performed by leveraging on sleep modes in components up to more extreme actions such as switching off network components or modules. Such decisions are expected to no impact on the service delivered to customers, and could be accompanied by traffic relocation and / or concentration in the network.
For this use case, the following requirements apply:
|category|requirements|note|Priority|
|:----|:----|:----|:----|
|Observability|Component granularity, e.g., per line-card, per-port|Per component measurement|1|
|Observability|Availability of information on the power consumption of the device, without needing instrumentation connected to the infrastructure|Related to connected device case|1|
|Analysis|Common definition of energy efficiency in network devices/components|Standard metric|1|
|Analysis|Ability of multi-layer analysis (e.g., IP plus optical)|POI Use Case|3|
|Control&amp; Mgmt|To have devices with elastic power consumption according to the carried traffic|Dynamic Energy Saving|2|
|Control&amp; Mgmt|Advanced sleep mode, needing some sort of low power mode when node is lightly utilized|Dynamic Energy Saving|2|
|Control&amp; Mgmt|Ability to steer traffic based on power savings|Traffic Engineering|4|
These requirements are under revision as this is a work in progress.
## Additional use cases
To be completed in next versions.
# 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 addressed in Sections 6 and 8 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 described in Sections 6 and
   8 can be exercised on those devices from anywhere on the Internet.
   The standard needs to provide means for dealing with such cases.  One
   solution is providing means that allow the isolation of such devices,
   e.g., behind a sufficiently secured gateway.  Another solution is to
   allow compliant implementations to disable sensitive functions, or to
   not implement such functions at all.</t>
      <t>The monitoring of energy-related quantities of an entity as addressed
   in Sections 5 through 8 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 anchor="secure-energy-management">
        <name>Secure Energy Management</name>
        <t>The standard must provide privacy, integrity, and authentication
   mechanisms for all actions addressed in Sections 5 through 8.  The
   security mechanisms must meet the security requirements detailed in
   Section 1.4 of <xref target="RFC3411"/>.</t>
      </section>
      <section anchor="isolation-of-insufficiently-secure-entities">
        <name>Isolation of Insufficiently Secure Entities</name>
        <t>The standard must provide means to allow the isolation of entities
   that are not sufficiently secure to operate on the public Internet,
   e.g., behind a gateway that implements sufficient security that the
   vulnerable entities are not directly exposed to the Internet.</t>
      </section>
      <section anchor="optional-restriction-of-functions">
        <name>Optional Restriction of Functions</name>
        <t>The standard must allow compliant implementations to disable
   sensitive functions, or to not implement such functions at all, when
   operating in environments that are not sufficiently secured.  This
   applies particularly to the control functions described in Sections 6
   and 8.</t>
      </section>
    </section>
    <section anchor="security">
      <name>Security</name>
      <t>Adding new interfaces on devices increase attack surfaces.
Devices have brief variation of power consumption due their internal works. Reducing the power available may reduce their routing capacity which may reduce network performance and resiliency.</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>
    </section>
    <section anchor="open-issues">
      <name>Open Issues</name>
      <t>o Do we need to keep a reference to the MIB object entPhysicalUUID (in section 4.4 from ENTITY-MIB v4) in case of legacy device (MIB)?</t>
      <t>o The EMAN requirements and EMAN framework had a lot of emphasis on the "Reporting on Other Entities", typically smart PDU or PoE.
   Is this important? Should this be removed? Should it be addressed in a future charter?
   This is text about "Sections 7 and 8 contain requirements specific to Energy Management. Due to the nature of power supply, some monitoring and control functions are not conducted by interacting with the entity of interest but rather with other entities, for example, entities upstream in a power distribution tree."</t>
      <t>Expressed differently: Out of scope for the short term approach of EMAN framework enhancements, but might be good to call it out, EMAN
   doesn't include mechanisms for integrating occupancy sensors or user behavior analytics, which can be critical for optimizing HVAC, lighting, and other systems for energy efficiency. This is a key aspect for Smart Buildings and Data Centers energy efficiency metrics.</t>
      <t>o It's not clear whether we need new Power State (Set)? Maybe not but we need to explain the mapping of existing energy efficient features to specific Power States.</t>
      <t>o basic (scalar) units are not enough to describe Power Data Unit capabilities and/or output. We need a more complex structure (which might already exist?)
   to cover and combine meanings (that I copied from the chats) like CO2 footprint, clean energy, mix, renewable. as an example, this should help to describe
   reduction of energy consumption and the increase of renewable energy consumption</t>
      <t>o Enhance EMAN framework, to support a more robust and comprehensive
   Energy Efficiency Strategy. Let devices report whatever they can using
   existing interfaces, without waiting until they implement new capabilities
   determined by new or existing standards. Including the capability to
   integrate with external data sources (for example, for devices that don't
   have the capability or reporting any energy-related metrics) such as vendor
   datasheets that provide energy consumption. Use case =&gt; upgrading a device
   for better Energy Efficiency Management. Not sure whether framework-related
   requirements should be covered here.</t>
      <t>o Leveraging existing devices modularity to introduce eco-designed components
   in the networks while being able to assess the gains in sustainability.
   https://datatracker.ietf.org/doc/html/draft-stephan-legacy-path-eco-design-01
   https://github.com/emile22/sustainability</t>
      <t>o Discuss the need to reflect component on/off frequency capacity (in YANG)
   to avoid too intensive power on/off.</t>
      <t>o Discuss the need to support a description of the different nature of the
   sources of the energy used (mix). It should be flexible are the types of sources
   might augment in the future.</t>
      <t>o Company's SBTi approved decarbonization plan and how to link it to
   GREEN WG scope, short/mid vs long term.</t>
      <t>The Science Based Targets initiative(SBTi)[https://sciencebasedtargets.org]
   defines and promotes best practice in science-based target setting. Offering
   a range of target-setting resources and guidance, the SBTi independently
   assesses and approves companies targets in line with its strict criteria.</t>
      <t>Open issue, https://github.com/marisolpalmero/GREEN-bof/issues/88</t>
      <t>o Consideration to include in scope, allocate/compute and report the energy
   spent on behalf of a particular customer/user.
   Open issue, marisolpalmero/GREEN-bof#89</t>
    </section>
    <section anchor="references">
      <name>References</name>
      <section anchor="normative-references">
        <name>Normative References</name>
        <t>[IEC.61850-7-4]
              International Electrotechnical Commission, "Communication
              networks and systems for power utility automation --
              Part 7-4: Basic communication structure -- Compatible
              logical node classes and data object classes", March 2010.</t>
        <t>[IEC.62053-21]
              International Electrotechnical Commission, "Electricity
              metering equipment (a.c.) -- Particular requirements --
              Part 21: Static meters for active energy (classes 1
              and 2)", January 2003.</t>
        <t>[IEC.62053-22]
              International Electrotechnical Commission, "Electricity
              metering equipment (a.c.) -- Particular requirements --
              Part 22: Static meters for active energy (classes 0,2 S
              and 0,5 S)", January 2003.</t>
        <t>[IEEE-100] IEEE, "The Authoritative Dictionary of IEEE Standards
              Terms, IEEE 100, Seventh Edition", December 2000.</t>
        <t>[IEEE-1621]
              Institute of Electrical and Electronics Engineers,
              "IEEE 1621-2004 - IEEE Standard for User Interface
              Elements in Power Control of Electronic Devices Employed
              in Office/Consumer Environments", 2004.</t>
        <t>[ATIS-0600015.03.2013]
              ATIS, "ATIS-0600015.03.2013: Energy Efficiency for
              Telecommunication Equipment: Methodology for Measurement
              and Reporting for Router and Ethernet Switch Products",
              2013.</t>
        <t>[ETSI-ES-203-136]
              ETSI, "ETSI ES 203 136: Environmental Engineering (EE);
              Measurement methods for energy efficiency of router and
              switch equipment", 2017, &lt;https://www.etsi.org/deliver/
              etsi_es/203100_203199/203136/01.02.00_50/
              es_203136v010200m.pdf&gt;.</t>
        <t>[ITUT-L.1310]
              ITU-T, "L.1310 : Energy efficiency metrics and measurement
              methods for telecommunication equipment", 2020,
              <eref target="https://www.itu.int/rec/T-REC-L.1310/en">https://www.itu.int/rec/T-REC-L.1310/en</eref>.</t>
      </section>
      <section anchor="informative-references">
        <name>Informative References</name>
        <t>[IEC.60050] International Electrotechnical Commission, "Electropedia:
   The World's Online Electrotechnical Vocabulary", 2013,
   <eref target="http://www.electropedia.org/iev/iev.nsf/ welcome?openform">http://www.electropedia.org/iev/iev.nsf/ welcome?openform</eref>.</t>
        <t>[ITU-M.3400] International Telecommunication Union, "ITU-T
   Recommendation M.3400 -- Series M: TMN and Network Maintenance:
   International Transmission Systems, Telephone Circuits, Telegraphy,
   Facsimile and Leased Circuits -- Telecommunications Management
   Network - TMN management functions", February 2000.</t>
      </section>
    </section>
    <section anchor="appendix">
      <name>Appendix</name>
      <t>This appendix should be removed in the next version</t>
      <section anchor="in-preparation-of-the-green-bof-at-ietf-120">
        <name>In Preparation of the GREEN BoF at IETF 120</name>
        <t>The EMAN (Energy MANagement) working group (WG), created in 2010 and now concluded, has produced multiples RFCs</t>
        <artwork><![CDATA[
  * RFC7603, Energy Management (EMAN) Applicability Statement

  * RFC7577, Definition of Managed Objects for Battery Monitoring

  * RFC7460, Monitoring and Control MIB for Power and Energy

  * RFC7461, Energy Object Context MIB

  * RFC7326, Energy Management Framework

  * RFC6988, Requirements for Energy Management

  * RFC6933, Entity MIB (Version 4)
]]></artwork>
        <t>Note also that some other energy-related MIB modules have been created, but not by the EMAN Working Group</t>
        <artwork><![CDATA[
  * RFC3433, Entity Sensor MIB module

  * RFC3621, Power Ethernet MIB modules

  * RFC1628, UPS Power Monitoring MIB module

  * LLDP MIB module and LLDP MED MIB module
]]></artwork>
        <t>Due to limitations regarding Writeable MIB module, one IESG statement published in 2014 encourages the use the NETCONF/YANG standards for configuration. Based on the YANG modules    developments, three MIB  modules (Entity MIB module, Entity Sensor MIB module, Entity State MIB module) have been converted into the "YANG Data Model for Hardware Management" RFC8348.</t>
        <t>However, Power and Energy Monitoring and Control MIB modules has not been converted yet into YANG modules.</t>
        <t>Eleven years after the EMAN requirements RFC 6988 publication, this document re-evaluates the energy-related requirements, as a preparation for the GREEN BoF at IETF 120.</t>
      </section>
      <section anchor="high-level-differences-with-rfc6988">
        <name>High-level Differences with RFC6988</name>
        <t>The following section will delve into the specific details but from a high level point of view, the differences between this document and the RFC6988 are:</t>
        <ul spacing="normal">
          <li>
            <t>New definition for "Energy Efficiency Management"</t>
          </li>
          <li>
            <t>A focus towards YANG, and not any longer on MIB modules</t>
          </li>
          <li>
            <t>As a consequence from the previous point, the ENTITY-MIB v4 RFC6933 is replaced by the Hardware YANG module RFC8348</t>
          </li>
          <li>
            <t>battery management is removed (as batteries haves some self-optimization features these days)</t>
          </li>
          <li>
            <t>Less focus on the Power over Ethernet management</t>
          </li>
          <li>
            <t>A focus on reporting lifecycle management, considering energy and transformation towards carbon awareness</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="operators-inputs" target="https://datatracker.ietf.org/meeting/120/materials/slides-120-green-input-from-operators-to-green-bof-01">
        <front>
          <title>Input from Operators to GREEN BoF</title>
          <author>
            <organization/>
          </author>
          <date year="2024" month="July" day="20"/>
        </front>
      </reference>
      <reference anchor="GREEN-BOF" target="https://github.com/marisolpalmero/GREEN-bof">
        <front>
          <title>BOF proposal for GREEN WG Creation</title>
          <author>
            <organization/>
          </author>
          <date year="2024" month="May" day="10"/>
        </front>
      </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="RFC8345">
        <front>
          <title>A YANG Data Model for Network Topologies</title>
          <author fullname="A. Clemm" initials="A." surname="Clemm"/>
          <author fullname="J. Medved" initials="J." surname="Medved"/>
          <author fullname="R. Varga" initials="R." surname="Varga"/>
          <author fullname="N. Bahadur" initials="N." surname="Bahadur"/>
          <author fullname="H. Ananthakrishnan" initials="H." surname="Ananthakrishnan"/>
          <author fullname="X. Liu" initials="X." surname="Liu"/>
          <date month="March" year="2018"/>
          <abstract>
            <t>This document defines an abstract (generic, or base) YANG data model for network/service topologies and inventories. The data model serves as a base model that is augmented with technology-specific details in other, more specific topology and inventory data models.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8345"/>
        <seriesInfo name="DOI" value="10.17487/RFC8345"/>
      </reference>
      <reference anchor="I-D.ietf-ivy-network-inventory-yang">
        <front>
          <title>A YANG Data Model for Network Inventory</title>
          <author fullname="Chaode Yu" initials="C." surname="Yu">
            <organization>Huawei Technologies</organization>
          </author>
          <author fullname="Sergio Belotti" initials="S." surname="Belotti">
            <organization>Nokia</organization>
          </author>
          <author fullname="Jean-Francois Bouquier" initials="J." surname="Bouquier">
            <organization>Vodafone</organization>
          </author>
          <author fullname="Fabio Peruzzini" initials="F." surname="Peruzzini">
            <organization>TIM</organization>
          </author>
          <author fullname="Phil Bedard" initials="P." surname="Bedard">
            <organization>Cisco</organization>
          </author>
          <date day="7" month="July" year="2024"/>
          <abstract>
            <t>   This document defines a base YANG data model for network inventory
   that is application- and technology-agnostic.  This data model can be
   augmented with application-specific and technology-specific details
   in other, more specific network inventory data models.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-ivy-network-inventory-yang-03"/>
      </reference>
      <reference anchor="RFC6241">
        <front>
          <title>Network Configuration Protocol (NETCONF)</title>
          <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
          <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
          <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
          <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
          <date month="June" year="2011"/>
          <abstract>
            <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="6241"/>
        <seriesInfo name="DOI" value="10.17487/RFC6241"/>
      </reference>
      <reference anchor="RFC5905">
        <front>
          <title>Network Time Protocol Version 4: Protocol and Algorithms Specification</title>
          <author fullname="D. Mills" initials="D." surname="Mills"/>
          <author fullname="J. Martin" initials="J." role="editor" surname="Martin"/>
          <author fullname="J. Burbank" initials="J." surname="Burbank"/>
          <author fullname="W. Kasch" initials="W." surname="Kasch"/>
          <date month="June" year="2010"/>
          <abstract>
            <t>The Network Time Protocol (NTP) is widely used to synchronize computer clocks in the Internet. This document describes NTP version 4 (NTPv4), which is backwards compatible with NTP version 3 (NTPv3), described in RFC 1305, as well as previous versions of the protocol. NTPv4 includes a modified protocol header to accommodate the Internet Protocol version 6 address family. NTPv4 includes fundamental improvements in the mitigation and discipline algorithms that extend the potential accuracy to the tens of microseconds with modern workstations and fast LANs. It includes a dynamic server discovery scheme, so that in many cases, specific server configuration is not required. It corrects certain errors in the NTPv3 design and implementation and includes an optional extension mechanism. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5905"/>
        <seriesInfo name="DOI" value="10.17487/RFC5905"/>
      </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="RFC3411">
        <front>
          <title>An Architecture for Describing Simple Network Management Protocol (SNMP) Management Frameworks</title>
          <author fullname="D. Harrington" initials="D." surname="Harrington"/>
          <author fullname="R. Presuhn" initials="R." surname="Presuhn"/>
          <author fullname="B. Wijnen" initials="B." surname="Wijnen"/>
          <date month="December" year="2002"/>
          <abstract>
            <t>This document describes an architecture for describing Simple Network Management Protocol (SNMP) Management Frameworks. The architecture is designed to be modular to allow the evolution of the SNMP protocol standards over time. The major portions of the architecture are an SNMP engine containing a Message Processing Subsystem, a Security Subsystem and an Access Control Subsystem, and possibly multiple SNMP applications which provide specific functional processing of management data. This document obsoletes RFC 2571. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="STD" value="62"/>
        <seriesInfo name="RFC" value="3411"/>
        <seriesInfo name="DOI" value="10.17487/RFC3411"/>
      </reference>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+19a3PbVpbgd/0KlFK1Lc6Q1MN24lbvTlqWZUezke2x5KSm
UtkpkLwk0QYBNgBKZreyv33P895zAVCWk/TWPkY10zFJ4D7OPe/XHY1Ge03W
5O402X/v/rrJKrdyRVMn87JKLgpXLbbJxXyeTTNXTLfJVVqkC3pify+dTCp3
+6j39vdm5bRIVzDLrErnzahu3HqZFqNF5Vwx2kzrUVrMRpX7az06Otqbpo1b
lNX2NMmKeblXN/Djf6R5WcD7TbVxe3v1ZrLK6jori2a7hm8vL25eJclXSZrX
JawoK2Zu7eB/YJ3DZN/NsqassjTHD5dnL+A/sMr9y/c3r/b3pmVRu6Le1Dp2
WrkUxni7dlXawAx1AtNHO78rq4+Lqtys4bHXrmmyYpG8d+lsa3Y/0t03yRvX
4Bvw1P7eR7eFf89Ok+sNbCsr0kmWZ812CO/Xdbmppq7e27t1xcad7iXJr5wk
SRgq+z/yN8lrHAe/X6VZDt8T2P+cuWY+Lit6Ia2mS/hh2TTr+vTwEJ/Dr7Jb
N9bHDvGLw0lV3tXukEY4xDcXWbPcTOBdt8pyd3Jy+LkTxpdyOOG6MRPKy2Me
bZyVnx3msw+Ml80q3wdoniZP4FQ3zbKsTvdg8hH8f5LMN3nOKHmBcyfXPBD9
Brs9Td5WabFw9Nkx3GiRY5nxzyX9Pp6Wq54xr9Iqq8s8eZfmK1eVYdTzrJ6W
yfUWRlnVw+SymI7tFKs1v/DnKT63Y/AXriizJjnP06x2YejvNumdy+xoE3pw
PKUH/7yk33eM+W9Zkfy4eXCwLM/Hd5uHh/l+k9XJ1Tg5B8qsgIDqMOKNy928
LLJpakfN4YVVtti4HEaUd1abCuYq/9z4N2i2vaKsVkCSt0Abe8gZwieYgsi1
rOpRVqw3TX1Kkyhru8TvknlVrpK3+mDSlMnr9xcXb5IX5at9enwGaHmanByd
PB0dfTM6OeIx0mrhLK7CU2lTpdOPrgrEsXIOSfTw+OQIqKdxyG7qwzrPZq4e
wZeCoLS4ES5kFFbclPLrpJyPjo73cT+0stGLt6/ijcAXyboq12Wd5sQIeAc/
vk7OgW0hu+ru5NnoeMdOhNoAuLBmQlhBv0OeHtYDixmNRkk6qXHLzd7ezRJO
GNj5BnlhMnN5Vjik5qRZuqRqiwLi3Wk1q5N67aYZcCvhqYBuD4mXYeI+NcDB
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
AQA=

-->

</rfc>
