This section describes how to use the web UI to configure
PoE on the FW.
Networking Requirements
As shown in Figure 1, a FW is deployed at the network border as an enterprise gateway.
The IP phone and AP connected to the FW do not have power supply.
The customer wants the FW to supply power to the terminals to reduce costs. AP 1 serves
the office network of a bank, so it requires the highest power supply
priority to avoid power outage. IP phone 1 has heavy traffic and therefore
requires a high power supply priority. Its power supply should not
be cut off unless in special circumstances. The power of IP phone
1 is 15 W, and the power of AP 1 is 20 W.
Figure 1 Networking diagram of the PoE application

Configuration Roadmap
A PoE-supported FW is required and PoE power
supply must be installed. The PoE configuration roadmap is as follows:
- Set the automatic power supply management mode, so that the FW can flexibly manage the
connected PDs.
- Set power supply priorities for GigabitEthernet 0/0/0 and GigabitEthernet 0/0/2 to ensure power supply for
AP 1 and IP phone 1.
- Set the maximum output power of GigabitEthernet 0/0/0, GigabitEthernet 0/0/1, and GigabitEthernet 0/0/2 to limit the interface power
and protect the device from overload.
Procedure
- Choose .
- Set Power Supply Mode to Auto.
- Set the reserved power, alarm threshold, and maximum output
power of the system as shown in the following figure.

- Configure GigabitEthernet 0/0/0, GigabitEthernet 0/0/1, and GigabitEthernet 0/0/2.
Item
|
GigabitEthernet 0/0/0 |
GigabitEthernet 0/0/1 |
GigabitEthernet 0/0/2 |
PoE
|
Enabled
|
Enabled
|
Enabled
|
Maximum Output Power
|
15000 mW
|
15000 mW
|
20000 mW
|
Power Supply Priority
|
High
|
Low
|
Critical
|
Manual Power Supply
|
Not configured
|
Not configured
|
Not configured
|
Verification
View the PoE power supply status
of each interface on the device.
Configuration Scripts
#
sysname FW
#
interface GigabitEthernet 0/0/1
poe max-port-power 15000
#
interface GigabitEthernet 0/0/2
poe priority critical
poe max-port-power 20000
#
interface GigabitEthernet 0/0/0
poe priority high
poe max-port-power 15000
#
poe max-power 60000
#
return