green ethernet

简介:
+关注继续查看

                                                    green ethernet

今天老大让我测试交换机那个green ethernet 功能,我当时还纳闷,没听说这个概念,上网查了一下,原来是节能的一个功能。其主要作用有两个:

1,绿色节能交换机将自动侦测端口状态,如果某端口呈空闲状态,没有连接其它网络设备或是没有数据交换,绿色交换机将使该端口自动转为“睡眠模式”,降低那个端口的电量从而减少能源消耗并降低产品运行时所产生的热能,同时还可延长设备的生命周期。
2、绿色节能交换机另一个节能特性是在不损失交换机使用性能的前提下,可以根据线缆的长度调节能源,也就是交换机通过分析线缆的长度对能源进行调节,它能够自动对线缆长度的进行侦测,精确计算该条网线正常工作时所需的电量,再予以供给。使源耗费量大幅度地降低,从而达到节能及环保的目的,同时还能帮助用户减少“不必要的”的开销,降低使用成本。

 

以下是我们交换机对这个功能的一个简单的解释

 


This feature enables the switch to perform the dynamic power management on the physical   port. Now it supports two mode, Auto power down and short cable.
Auto Power Down Mode - This object determines whether or not auto power down mode from green feature is enabled for particular port. The factory default is disable . When the port link is down the PHY will automatically goes down for short period of time, and then wake up to check link pulses. This will allow performing auto-negotiation and saving power consumption when no link partner is present.
Short Cable Mode - This object determines whether or not short cable mode from green features   enabled for particular port. The factory default is disable . When the port link up at 1Gbpsspeed, cable length test is performed and if the length of the cable is less then  10m, PHYs are put into low power mode so only enough power is used to support a short cable.










本文转自 帅枫小明 51CTO博客,原文链接:http://blog.51cto.com/576642026/652237,如需转载请自行联系原作者
目录
相关文章
|
8月前
|
安全 Shell 测试技术
|
10月前
COLOR
COLOR
63 0
|
C++
SOLID之ISP
接口隔离原则,ISP,Interface Segregation Principle 用于处理胖接口(fat interface)所带来的问题。如果类的接口定义暴露了过多的行为,则说明这个类的接口定义内聚程度不够好
79 0
SOLID之ISP
|
存储
1135. Is It A Red-Black Tree (30)
There is a kind of balanced binary search tree named red-black tree in the data structure.
1342 0
|
算法 Windows
1054. The Dominant Color (20)
Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel.
1012 0
推荐文章
更多