Power over Ethernet (PoE, PoE+, UPOE, UPOE+) (2024)

PoE and PoE+

Power over Ethernet (PoE) is a widely used LANtechnology that provides DC power toendpoints overexisting copper Ethernet cabling used for data connectivity.Power is passed from Power Sourcing Equipment (PSE) over the twisted pairs toPowered Devices (PD) such as IP phones, IP cameras, card readers, selling machines, wireless access points, and other industrial and building appliances.

Power over Ethernet (PoE, PoE+, UPOE, UPOE+) (1)

There are two specifications for standard PoE implementations,IEEE 802.3af (2003) and IEEE 802.3at (2009), which accommodate different power levels. They do not affect the data speed level10/100/1000 Mbps to the PD though.

The first standard IEEE 802.3af PoEprovides up to 15.4Won DC power per switch interface (PSE side). Due to power dissipation in the cable, only 12.95W of this is guaranteed to be available at the end client. With the technology getting popular and widely deployed, the power requirement of end clients increased. Thisled to the introduction of the IEEE 802.3at standard, known as PoE+. Itprovides up to 30W of DC power per switch interface, assuring 25.5W of power at the end device.

Both standardsdeliver electrical power over two out of four pairs in the UTP cable, cat5e or better.

Cisco UPoE and UPoE+

Over the years, IPnetworks have evolved andconnected devices required greater power. To meet this demand, Cisco two improved Power over Ethernet technologies- Cisco Universal Power over Ethernet (UPoE) andCisco Universal Power over Ethernet Plus (UPoE+), which tripled the power provided per switch interface.

Power over Ethernet (PoE, PoE+, UPOE, UPOE+) (2)

It uses the same cabling standard as Power over Ethernet but instead of delivering power over two of the twisted pairs, it uses all four twisted pairs in the Category 5e or better cable.

Table 1. PoE, PoE+, and Cisco UPOE+, UPOE comparison
PoEPoE+UPoEUPoE+
Minimum cable typeCat. 5eCat. 5eCat. 5eCat. 6a
IEEE standard802.3af802.3atCisco proprietaryCisco proprietary
PoE Type DesignationType 1Type 2Type 3Type 4
Maximum power per interface15.4W30W60W90W
Maximum power at the end device12.95W25.5W51W71.3W
Number of twisted pairs used2244
Max Cable Length100m100m100m100m

Device detection and negotiation process

When you connect an end device to a PoE enabled interface, the switch sends out a detectionpulse and waits for a valid detection signature (as defined in 802.3af/at). When the end device responds to this pulse by drawing a standard amount of current, which tells the switch what PoE classthe end client is.

Table 2. Power ranges of different classes of end devices
ClassPower(W)
0up to 12.95W
1up to 3.84W
23.84W to 6.49W
36.49W to12.95W
412.95W to 25.5W

This process is called a hardware handshake or PoE handshake and as the name implies, it is implemented in the switch's hardware.

There is another software-based approach to negotiate the power consumption of an end device. It is done using theLink Layer Discovery Protocol (LLDP), which is a data link layer protocol for advertising network capabilities.

Configuring and Verifying PoE on Cisco switches

Typically, every series of Cisco switches has models that support power over ethernet and models which don't. This can be easily seen in the name of the switch model indicated with the letter P. For example,WS-C3850-24T-L is not PoE capable andWS-C3850-24P-Lis PoE capable.

By default, all switch ports are inPoE mode auto, which means that if the interface detects that PD is connected, it automatically starts providing power. This can be checked using the show power inline command.Let's look at the following example:

Switch#show power inlineAvailable:370.0(w) Used:60.0(w) Remaining:310.0(w)Interface Admin Oper Power Device Class Max (Watts)--------- ------ ---------- ------- ------------------- ----- ----Fa0/2 auto on 10.0 IP Phone 7960 3 15.4Fa0/3 auto on 10.0 IP Phone 7960 3 15.4Fa0/4 auto off 0.0 n/a n/a 15.4Fa0/5 auto off 0.0 n/a n/a 15.4Fa0/6 auto off 0.0 n/a n/a 15.4Fa0/7 auto on 5.0 Light Weight Access Point0n/a 15.4Fa0/8 auto on 5.0 Light Weight Access Point1n/a 15.4Fa0/9 auto off 0.0 n/a n/a 15.4Fa0/10 auto off 0.0 n/a n/a 15.4Fa0/11 auto off 0.0 n/a n/a 15.4Fa0/12 auto off 0.0 n/a n/a 15.4Fa0/13 auto on 10.0 IP Phone 7960 3 15.4Fa0/14 auto off 0.0 n/a n/a 15.4Fa0/15 auto on 10.0 IP Phone 7960 3 15.4Fa0/16 auto on 10.0 IP Phone 7960 3 15.4Fa0/17 auto off 0.0 n/a n/a 15.4Fa0/18 auto off 0.0 n/a n/a 15.4Fa0/19 auto off 0.0 n/a n/a 15.4Fa0/20 auto off 0.0 n/a n/a 15.4Fa0/21 auto off 0.0 n/a n/a 15.4Fa0/22 auto off 0.0 n/a n/a 15.4Fa0/23 auto off 0.0 n/a n/a 15.4Fa0/24 auto off 0.0 n/a n/a 15.4

Note that the switch says it has 370W of power available to end clients, currently 60W are used so 310W remains. As explained above, all devices are in Admin state auto. Note that interface Fa0/1 is not shown in the output. This is because PoE is explicitly disabled on this port by the network administrator. This is done using thepower inline nevercommand in interface configuration mode. Let's see how interface FastEthernet 0/1 was configured.

Switch#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#interface fa0/1Switch(config-if)#power inline ? auto Automatically detect and power inline devices never Never apply inline powerSwitch(config-if)#power inline never Switch(config-if)#endSwitch#%SYS-5-CONFIG_I: Configured from console by console

If you want to see more detailed information about a specific interface you can use the following command:

Switch#show power inline FastEthernet 1/5Available:750(w) Used:11(w) Remaining:739(w)Interface Admin Oper Power(Watts) Device Class From PS To Device -------- ------ ----- -------- ---------- ------------ -------- --------Fa1/5 auto on 11.2 10.0 Ieee PD 0 Interface AdminPowerMax AdminConsumption (Watts) (Watts) ---------- --------------- -------------------- Fa1/5 15.4 10.0

    Common Use Cases

    In today's world, buildings infrastructure is getting more complex every day. Subsystems such as lighting, cooling, security and communication are getting more difficult to manage and operate. Power over Ethernet provides a technical solution thatcombines these independent infrastructures into a common medium - Ethernet network.

    Power over Ethernet (PoE, PoE+, UPOE, UPOE+) (3)

    Imagine a large international airport, for example, there are hundreds of security cameras, body temperature sensors, information tables, barcode scanners, phones and all kind of devices that are part of the airport operations. All those devices need power, but there are no power outlets and wall sockets everywhere and it is not safe and convenient to deploy electrical circuits to all devices in such congested with people buildings. The natural solution is to use power over ethernet because all those sensors and devices need network connectivity as well. Using single cable for both data and power is the best fit for most of the infrastructure systems.

    Other industries where PoE is widely deployed are retail, hotels, enterprise IT, hospitals and industrial facilities.

    Benefits of PoE

    • Cost-effectiveness and Flexibility: Using PoE instead of conventional electrical wiringdecreases significantlythe electrical costs of installation of wall circuits. It also provides more granular control of connected devices and enables more complex features around device powering such as automation, scheduled power off - power on, and many more.
    • Manageability and Simplicity: Powering end devices over Ethernet cables eliminates the need to position the device close to the power circuit. It also improves the standardization of powering, eliminating different types of AC-DC adapters and connectors, which makes the infrastructure easier to manage and operate.
    Power over Ethernet (PoE, PoE+, UPOE, UPOE+) (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Arline Emard IV

    Last Updated:

    Views: 6494

    Rating: 4.1 / 5 (72 voted)

    Reviews: 95% of readers found this page helpful

    Author information

    Name: Arline Emard IV

    Birthday: 1996-07-10

    Address: 8912 Hintz Shore, West Louie, AZ 69363-0747

    Phone: +13454700762376

    Job: Administration Technician

    Hobby: Paintball, Horseback riding, Cycling, Running, Macrame, Playing musical instruments, Soapmaking

    Introduction: My name is Arline Emard IV, I am a cheerful, gorgeous, colorful, joyous, excited, super, inquisitive person who loves writing and wants to share my knowledge and understanding with you.