监控和故障排除 PoE
监控 PoE 功耗(CLI 过程)
您可以监控整个交换机和单个 PoE 接口的以太网供电 (PoE) 功耗。
本主题介绍如何监控:
交换机上的 PoE 功耗
PoE 接口的当前功耗
目的
确定各个 PoE 接口的当前功耗。
行动
要监控交换机上所有 PoE 接口的功耗,请使用以下命令:
user@switch> show poe interface Interface Admin Oper Max Priority Power Class status status power consumption ge-0/0/0 Enabled ON 15.4W Low 7.4W 0 ge-0/0/1 Enabled ON 15.4W High 12.0W 0 ge-0/0/2 Enabled ON 15.4W Low 12.4W 0 ge-0/0/3 Enabled ON 7.0W Low 5.3W 2 ge-0/0/4 Enabled ON 4.0W Low 4.0W 1 ge-0/0/5 Enabled ON 7.0W Low 6.1W 2 ge-0/0/6 Enabled ON 15.4W Low 12.3W 3 ge-0/0/7 Disabled Disabled 0.0W Low 0.0W not- applicable
要监控特定 EX6200 或 EX8200 线卡上 PoE 接口的功耗,请使用以下命令:
user@switch> show poe interface fpc-slot 3 Interface Admin Oper Max Priority Power Class status status power consumption ge-3/0/0 Enabled ON 30.0W Low 20.3W 4 ge-3/0/1 Enabled ON 30.0W Low 17.8W 4 ge-3/0/2 Enabled ON 30.0W High 16.3W 4 ge-3/0/3 Enabled ON 30.0W High 16.2W 4 ge-3/0/4 Enabled ON 30.0W Low 25.9W 4 ge-3/0/5 Enabled ON 30.0W Low 10.1W 4 ge-3/0/6 Enabled ON 30.0W Low 16.2W 4 ge-3/0/7 Enabled ON 30.0W Low 6.4W 4 ge-3/0/8 Enabled ON 30.0W Low 5.2W 4 ge-3/0/9 Enabled ON 30.0W Low 5.2W 4 ge-3/0/10 Enabled ON 30.0W Low 21.5W 4 ge-3/0/11 Enabled ON 30.0W Low 21.7W 4 ge-3/0/12 Enabled ON 15.4W Low 9.4W 0 ge-3/0/13 Enabled ON 15.4W Low 9.4W 0 ge-3/0/14 Enabled ON 15.4W Low 9.4W 0 ge-3/0/15 Enabled ON 15.4W Low 9.4W 0 ge-3/0/16 Enabled ON 15.4W Low 9.4W 0 ge-3/0/17 Enabled ON 15.4W Low 9.4W 0 ge-3/0/18 Enabled ON 15.4W Low 9.4W 0 ge-3/0/19 Enabled ON 15.4W Low 9.4W 0 ge-3/0/20 Enabled ON 15.4W Low 9.4W 0 ge-3/0/21 Enabled ON 15.4W Low 9.4W 0 ge-3/0/22 Enabled ON 15.4W Low 9.4W 0 ge-3/0/23 Enabled ON 15.4W Low 9.4W 0 ge-3/0/24 Enabled ON 15.4W Low 9.4W 0 ge-3/0/25 Enabled ON 15.4W Low 9.4W 0 ge-3/0/26 Enabled ON 15.4W Low 9.4W 0 ge-3/0/27 Enabled ON 15.4W Low 9.4W 0 ge-3/0/28 Enabled ON 15.4W Low 7.0W 0 ge-3/0/29 Enabled ON 15.4W Low 2.2W 1 ge-3/0/30 Enabled ON 15.4W Low 2.2W 1 ge-3/0/31 Enabled ON 15.4W Low 2.2W 1 ge-3/0/32 Enabled ON 15.4W Low 2.0W 1 ge-3/0/33 Enabled ON 15.4W Low 2.0W 1 ge-3/0/34 Enabled ON 15.4W Low 2.2W 1 ge-3/0/35 Enabled ON 15.4W Low 2.2W 1 ge-3/0/36 Enabled ON 15.4W Low 2.2W 1 ge-3/0/37 Enabled ON 15.4W Low 2.2W 1 ge-3/0/38 Enabled ON 15.4W Low 2.2W 1 ge-3/0/39 Enabled ON 15.4W Low 2.2W 1
要监控单个 PoE 接口的功耗(例如,ge-0/0/3),请使用以下命令:
user@switch> show poe interface ge-0/0/3 PoE interface status: PoE interface : ge-0/0/3 Administrative status : Enabled Operational status : ON Power limit on the interface : 7.0W Priority : Low Power consumed : 5.3W Class of power device : 2 PoE Mode : 802.3at
意义
在执行命令时,各个 PoE 端口正在消耗如图所示的功率。例如,接口 ge-0/0/3 在执行命令时消耗 5.3 W。
PoE 接口随时间推移的功耗
目的
监控一段时间内 PoE 接口的功耗。收集的记录仍可供将来查看。
您可以指定收集功耗数据的时间间隔,从每分钟一次到每 30 分钟一次。默认设置为每 5 分钟一次。您还可以指定收集记录的持续时间,从 1 小时(默认)到 24 小时。
行动
要收集 PoE 接口功耗的历史记录并显示这些记录,请执行以下操作:
telemetries
将语句添加到 PoE 接口配置中:[edit] user@switch# set poe interface ge-0/0/5 telemetries interval 10
提交配置时,将开始收集记录。
显示收集的记录:
user@switch> show poe telemetries interface ge-0/0/5 count all Sl No Timestamp Power Voltage 1 03-19-2010 13:00:07 UTC 3.9W 50.9V 2 03-19-2010 12:50:07 UTC 3.9W 50.9V 3 03-19-2010 12:40:07 UTC 3.9W 50.9V 4 03-19-2010 12:30:07 UTC 3.9W 50.9V 5 03-19-2010 12:20:07 UTC 3.9W 50.9V 6 03-19-2010 12:10:07 UTC 3.9W 50.9V
要在接口上启动另一个记录收集会话,必须删除接口上的现有遥测配置,然后重新配置遥测。删除遥测配置也会清除功耗历史数据。
要在不删除遥测配置的情况下清除 PoE 功耗历史记录,请使用命令 清除 PoE 遥测接口。
意义
在收集 ge-0/0/5 上的 PoE 功耗数据的一小时内,所连接的受电设备的功耗始终为 3.9 W。
PoE 接口故障排除
问题:被电设备没有电源
问题描述
以太网供电 (PoE) 接口未为受电设备供电。
溶液
检查 表 1 中所示的项目。
要检查的项目 | 说明 |
---|---|
交换机是完整 PoE 型号还是部分 PoE 型号? |
如果您使用的是部分 PoE 模型,则只有接口 ge-0/0/0 到 ge-0/0/7 可以用作 PoE 端口。 |
是否已禁用该接口的 PoE 功能? |
|
电缆是否正确安装在端口插座中? |
检查硬件。 |
是否超出了交换机的 PoE 功率预算? |
|
受电设备所需的功率是否超过接口上的可用功率? |
|
如果已为接口启用 遥测 选项,请检查功耗历史记录。 |
|