| Internet-Draft | hybrid energy saving mechanism for trans | March 2026 |
| Chen, et al. | Expires 3 September 2026 | [Page] |
This document continues the transport network energy saving that harmonizes device-level autonomy with network-wide coordination. By implementing control at hybrid both the device and network controller coordination, it enables dynamic, SLA-aware, and multi-layer energy optimization.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 3 September 2026.¶
Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
This document presents transport network energy saving management framework that harmonizes device-level autonomy with network-wide coordination. The framework is grounded in [I-D.belmq-green-framework] 's reference model and addresses the specific requirements identified in [I-D.ietf-green-use-cases] through practical mechanisms for multi-layer energy optimization.¶
The framework is organized into two functionally distinct yet complementary layers that work in concert to achieve coordinated energy optimization:¶
Transport networks requires comprehensive, real-time, and granular measurements spanning physical, logical, and environmental domains to enable cross-layer correlation and coordinated optimization.¶
Section 6.1 of [I-D.belmq-green-framework] discuss the implementation focus and where intelligence resides. The transport network uses the hybrid approach which need device capabilities and controller coordination.¶
Transport network device must independently manage its energy saving no matter DCN is available for local real-time process. It needs local algorithms, minimal controller dependency, autonomous operation. Secondly, the device-centric performs traffic prediction, quickly responds to short-term traffic changes, formulates strategies, and executes actions.¶
On the other side, the controller-centric energy saving performs long-term traffic prediction based on network topology resources, assesses network-level risks, provides a northbound interface to users, and enables visualized and intuitive evaluation of energy-saving effects.¶
Depending on the scenario, inference time, accuracy, and other factors, different intelligent algorithms are deployed on the controller and device to intelligently predict long and short cycles and burst traffic. This allows the controller to accurately predict long-term changes in services and devices to accurately predict short-term burst traffic, thereby adjusting the equipment operating status in advance and avoiding service disruption.¶
This allows devices to make local decisions on resource scheduling based on real-time, node-local data/information collection, enabling faster reaction to transient traffic conditions though on-device analysis.¶
Data collection¶
Analysis¶
Simulation and Verification¶
Control and Execution¶
This network-level energy management operates from a network controller platform, providing a holistic view and strategic control. Unlike device-local management, its role is primarily one of coordination, optimization, and assurance across the multi-layer network.¶
Data collection¶
The controller ingests and correlates telemetry from all managed devices, building a holistic network model that spans real time power consumption, topology, and traffic state.¶
Analysis¶
Control and Execution¶
The central controller acts as the brain for network-level energy optimization. Its key functions include:¶
The controller analyzes historical and real-time traffic data to predict future load patterns. Based on these predictions and service SLAs, it generates holistic energy-saving strategies,¶
The implementation of the hybrid device-centric and controller-centric energy optimization requires standardized data models for representing energy-related information, policies, and control mechanisms. This section discusses the YANG data model considerations for this implementation.¶
The framework defines information flows between devices and controllers:¶
User
^
|
|
v
+------------------------------------------------------------------+
| |
| Transport Network Controller |
| |
+------------------------------------------------------------------+
^ ^
| |
Monitoring Energy-Saving Strategy
| |
v v
+----------------------------+ +----------------------------+
| | | |
| Transport Network Element |<------>| Transport Network Element |
| | | |
+----------------------------+ +----------------------------+
Devices report operational data including power measurements, traffic characteristics, device status, and multi-granularity aggregated data to the controller. Controllers distribute energy-saving policies, SLA constraints, cross-layer control commands, and configuration updates to devices.¶
To address this hybrid coordination, the following YANG considerations should be evaluated:¶
A general principle is that the more significant the energy savings, the slower the module response time and the longer the wake-up delay, which may impact service performance.¶
To address this, the following items should be considered:¶
So redundant resources should be reserved to accommodate scenarios like protection switching at failure cases. This guarantees service reliability while maintaining energy-saving benefits.¶