29-PoE-PoE Profile典型配置指导
本章节下载 (154.76 KB)
目 录
PoE(Power Over Ethernet,远程供电)是利用10BASE-T、100BASE-TX、1000BASE-T双绞线,对网络远端下挂的PD(Powered Device,受电设备)进行远程供电,实现供电和数据传输并行的机制。
图1-1 远端供电配置示例图
Switch A是一台支持PoE特性的S3600以太网交换机,Switch B支持PoE受电功能。
l Switch A的端口Ethernet1/0/1、Ethernet1/0/2分别接入Switch B和AP(Access Point,接入点)设备,端口Ethernet1/0/8预计会接入一个重要的AP设备。
l 首先要对Switch A的PSE处理软件进行在线升级,Switch A要对接入的PD设备进行远程供电。
l 现已接入的AP设备所需最大功耗为2500毫瓦,Switch B的最大功耗为12000毫瓦。
l 即使在Switch A设备满负荷的情况下,也要优先保证对Ethernet1/0/8端口连接设备的供电。
表1-1 配置适用的产品与软硬件版本关系
产品 |
软件版本 |
硬件版本 |
S5600系列 |
Release 1510、Release 1602软件版本 |
S5600系列PoE机型 |
S5100-EI系列 |
Release2200、Release 2201软件版本 |
S5100-EI系列PoE机型 |
S3600-SI/EI系列 |
Release 1510、Release 1602软件版本 |
S3600-SI/EI系列PoE机型 |
S3100-EI系列 |
Release 2104、Release 2107软件版本 |
S3100-EI系列PoE机型 |
# 在线升级电源处理软件。
<SwitchA> system-view
[SwitchA] poe update refresh 0290_021.s19
Update PoE board successfully
# 使能Ethernet1/0/1、Ethernet1/0/2、Ethernet1/0/8端口的远程供电特性。
[SwitchA] interface Ethernet 1/0/1
[SwitchA-Ethernet1/0/1] poe enable
[SwitchA-Ethernet1/0/1] quit
[SwitchA]interface Ethernet 1/0/2
[SwitchA-Ethernet1/0/2] poe enable
[SwitchA-Ethernet1/0/2] quit
[SwitchA] interface Ethernet 1/0/8
[SwitchA-Ethernet1/0/8] poe enable
[SwitchA-Ethernet1/0/8] quit
# 设置Ethernet1/0/1、Ethernet1/0/2对外供电的最大功率分别为12000毫瓦、2500毫瓦。
[SwitchA] interface Ethernet 1/0/1
[SwitchA-Ethernet1/0/1] poe max-power 12000
[SwitchA-Ethernet1/0/1] quit
[SwitchA] interface Ethernet 1/0/2
[SwitchA-Ethernet1/0/2] poe max-power 2500
[SwitchA-Ethernet1/0/2] quit
# 设置Ethernet1/0/8对外供电的优先级为critical,保证优先对Ethernet1/0/8端口连接设备的供电。
[SwitchA] interface Ethernet 1/0/8
[SwitchA-Ethernet1/0/8] poe priority critical
[SwitchA-Ethernet1/0/8] quit
# 设置交换机的供电管理方式为自动模式(缺省情况下为自动模式,可以省略这一步配置)。
[SwitchA] poe power-management auto
# 使能交换机的PD设备兼容性检测功能,使交换机可以对不符合802.3af标准的设备供电。
[SwitchA] poe legacy enable
# 配置完成后,查看交换机所有端口的供电状态。
[SwitchA] display poe interface
PORT INDEX POWER ENABLE MODE PRIORITY STATUS
Ethernet1/0/1 on enable signal low Standard PD was detected
Ethernet1/0/2 on enable signal low Standard PD was detected
Ethernet1/0/3 off enable signal low detection is in process
Ethernet1/0/4 off enable signal low detection is in process
Ethernet1/0/5 off enable signal low detection is in process
Ethernet1/0/6 off enable signal low detection is in process
Ethernet1/0/7 off enable signal low detection is in process
Ethernet1/0/8 on enable signal critical Standard PD was detected
……
# 查看所有端口的供电功率信息。
<SwitchA> display poe interface power
PORT INDEX POWER (mW) PORT INDEX POWER (mW)
Ethernet1/0/1 11500 Ethernet1/0/2 2300
Ethernet1/0/3 0 Ethernet1/0/4 0
Ethernet1/0/5 0 Ethernet1/0/6 0
Ethernet1/0/7 0 Ethernet1/0/8 2400
#
poe legacy enable
#
interface Ethernet1/0/1
poe enable
poe max-power 12000
#
interface Ethernet1/0/2
poe enable
poe max-power 2500
#
interface Ethernet1/0/8
poe enable
poe priority critical
无
PoE Profile是一组配置的集合,一个PoE Profile中可以配置多个PoE特性。
PoE Profile有以下特点:
l 可创建不同的PoE Profile,针对不同用户群制定的PoE策略配置存放在相应的用户PoE Profile中,并在用户群使用的端口上应用相应的PoE Profile。
l 当用户将PD设备接入到应用了PoE Profile的端口上时,此端口上的PoE Profile配置将会被启动。
图1-2 PoE Profile配置示例图
Switch A是一台支持PoE特性的S3600以太网交换机。端口Ethernet1/0/1~Ethernet1/0/10为A集团用户使用端口,A集团用户需求如下:
l 所有使用端口都能提供PoE远程供电功能;
l 采用信号线方式进行供电;
l Ethernet1/0/1~Ethernet1/0/5端口的供电优先级为Critical,Ethernet1/0/6~Ethernet1/0/10端口的供电优先级为High;
l Ethernet1/0/1~Ethernet1/0/5端口所需最大功率为3000mW,Ethernet1/0/6~Ethernet1/0/10端口所需最大功率为15400mW。
因此为A集团用户制定两个PoE Profile:
l Ethernet1/0/1~Ethernet1/0/5端口上应用PoE Profile1;
l Ethernet1/0/6~Ethernet1/0/10端口上应用PoE Profile2。
产品 |
软件版本 |
硬件版本 |
S5600系列 |
Release 1510、Release 1602软件版本 |
S5600系列PoE机型 |
S5100-EI系列 |
Release2200、Release 2201软件版本 |
S5100-EI系列PoE机型 |
S3600-SI/EI系列 |
Release 1510、Release 1602软件版本 |
S3600-SI/EI系列PoE机型 |
S3100-EI系列 |
Release 2104、Release 2107软件版本 |
S3100-EI系列PoE机型 |
# 创建Profile1,并进入PoE Profile视图。
<SwitchA> system-view
[SwitchA] poe-profile Profile1
# 在Profile1中添加为A集团用户Ethernet1/0/1~Ethernet1/0/5端口制定的PoE策略配置。
[SwitchA-poe-profile-Profile1] poe enable
[SwitchA-poe-profile-Profile1] poe mode signal
[SwitchA-poe-profile-Profile1] poe priority critical
[SwitchA-poe-profile-Profile1] poe max-power 3000
[SwitchA-poe-profile-Profile1] quit
# 创建Profile2,并进入PoE Profile视图。
[SwitchA] poe-profile Profile2
# 在Profile2中添加为A集团用户Ethernet1/0/6~Ethernet1/0/10端口制定的PoE策略配置。
[SwitchA-poe-profile-Profile2] poe enable
[SwitchA-poe-profile-Profile2] poe mode signal
[SwitchA-poe-profile-Profile2] poe priority high
[SwitchA-poe-profile-Profile2] poe max-power 15400
[SwitchA-poe-profile-Profile2] quit
# 将配置好的策略Profile1应用到端口Ethernet1/0/1~Ethernet1/0/5。
[SwitchA] apply poe-profile Profile1 interface Ethernet1/0/1 to Ethernet1/0/5
# 将配置好的策略Profile2应用到端口Ethernet1/0/6~Ethernet1/0/10。
[SwitchA] apply poe-profile Profile2 interface Ethernet1/0/6 to Ethernet1/0/10
#
poe-profile Profile1
poe enable
poe max-power 3000
poe priority critical
poe-profile Profile2
poe enable
poe priority high
#
interface Ethernet1/0/1
apply poe-profile Profile1
#
interface Ethernet1/0/2
apply poe-profile Profile1
#
interface Ethernet1/0/3
apply poe-profile Profile1
#
interface Ethernet1/0/4
apply poe-profile Profile1
#
interface Ethernet1/0/5
apply poe-profile Profile1
#
interface Ethernet1/0/6
apply poe-profile Profile2
#
interface Ethernet1/0/7
apply poe-profile Profile2
#
interface Ethernet1/0/8
apply poe-profile Profile2
#
interface Ethernet1/0/9
apply poe-profile Profile2
#
interface Ethernet1/0/10
apply poe-profile Profile2
(1) 使用apply poe-profile命令将PoE Profile应用到端口时,有些配置可以成功应用,有些配置不能成功应用。在H3C 低端系列以太网交换机的PoE机型上应用PoE Profile配置时均遵循如下规则:
l 使用apply poe-profile命令将PoE Profile应用到某端口时,只要PoE Profile中有一个PoE特性被正确应用,则应用PoE Profile的操作成功。使用display current-configuration命令查询时就会显示此PoE Profile被该端口正确应用。
l 若PoE Profile中有一个或多个PoE特性未被端口正确应用,则交换机会明确的提示该PoE Profile中哪个PoE特性在哪个端口上未被正确应用。
l 使用display current-configuration命令查询时可以显示端口应用了哪个PoE Profile,但是不能显示PoE Profile下的哪些PoE特性应用成功。
(2) 应用PoE配置文件到PoE端口不成功时,可能有以下原因:
l 该PoE配置文件的某些配置项已经通过其他方式进行配置;
l 该PoE配置文件的某些配置项不符合PoE端口的配置要求;
l 已经存在PoE配置文件在该PoE端口的应用。
可通过如下方法解决:
l 对于第一种情况,可以通过取消其他方式的配置来解决;
l 对于第二种情况,需修改该PoE配置文件的某些配置项;
l 对于第三种情况,先取消其他PoE配置文件在该PoE接口的应用。
不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!