why Power over Ethernet (PoE) is amazing!! // FREE CCNA // EP 12
Based on NetworkChuck's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
PoE combines network data and electrical power over one Ethernet cable, letting network engineers deploy and relocate powered devices without running separate power wiring.
Briefing
Power over Ethernet (PoE) turns one Ethernet cable into a combined “power + data” link, eliminating the need to run separate electrical wiring for phones, wireless access points, cameras, and even switches. The practical payoff is straightforward: network engineers can deploy and relocate powered devices using the same cabling infrastructure that already carries network traffic—cutting cost, labor, and coordination with electricians.
PoE’s roots trace back to the problem of powering IP phones. Cisco wanted to avoid running two cables—one for power and one for network—so it merged those functions into a single connection. In PoE terminology, the switch is the PSE (power sourcing equipment), while the powered endpoint is the PD (powered device). The mechanism relies on Ethernet cabling pairs that historically weren’t used for data. Early implementations used spare wire pairs in Cat5-era cabling to deliver power alongside the data signal.
Standardization changed PoE from a Cisco-only feature into an industry-wide capability. The IEEE ratified the first PoE standard in 2003 as 802.3af (often written 802.af), delivering roughly 15.4 watts per port—enough for many phones. As device power demands rose, 802.3at (802.at) arrived in 2009, doubling available power to about 30 watts per port (Type 2 PoE / PoE+). Later, higher-power needs pushed further: 802.3bt (802.bt) expanded delivery to about 60 watts (Type 3) by using more wire pairs, and then up to about 90 watts (Type 4) in the highest-power mode. That higher ceiling enables more than just networking gear—lighting systems, and even building HVAC components—while still using the same Ethernet cabling model.
A key operational detail is how switches manage power safely. PoE comes in two broad control modes: active and passive. Active PoE negotiates power requirements with the PD using discovery protocols. Cisco’s Cisco Discovery Protocol (CDP) and the industry-standard Link Layer Discovery Protocol (LLDP) help devices “handshake” so the switch supplies the appropriate power level. Passive PoE is simpler and always-on (often described as 24 volt PoE), which can be risky for devices that don’t expect that power.
On Cisco switches, PoE behavior is visible in the command-line interface. When a PD is connected, syslog messages indicate detection and power grant, followed by interface and line-protocol state changes. Power budgeting matters: switches have finite total wattage, so too many high-draw devices can leave ports unable to power up. Cisco’s “show power inline” output helps track available power, per-port consumption, and device power class ranges. In practice, even when a port is configured for a maximum wattage, the PD may receive less due to cable losses.
The bottom line: PoE is a standardized, power-managed way to deliver network connectivity and electricity over the same cable plant. It reduces installation friction, supports higher-power equipment over time, and—when using active negotiation—keeps power delivery aligned to what connected devices can safely use.
Cornell Notes
Power over Ethernet (PoE) lets a switch deliver both data and electrical power to an endpoint using a single Ethernet cable. The switch acts as the PSE (power sourcing equipment) and the device acts as the PD (powered device), with power delivered over Ethernet pairs that can carry power alongside data. PoE standards progressed from 802.3af (~15.4W) to 802.3at (~30W) and then to 802.3bt, reaching about 60W (Type 3) and up to about 90W (Type 4). Active PoE negotiates required power using discovery protocols such as CDP and LLDP, while passive PoE is always-on and can be risky. PoE also requires power budgeting on the switch; “show power inline” reveals available wattage, per-port draw, and why some devices may fail to power up.
What are the PSE and PD roles in PoE, and why does that matter for troubleshooting?
How did PoE evolve from early implementations to IEEE standards?
What’s the difference between active PoE and passive PoE, and how does negotiation work?
Why can a switch fail to power some devices even if each port is “capable” of high wattage?
What does “show power inline” tell you, and why might the PD receive less than the port’s configured maximum?
What happens when a PD tries to draw more power than the interface allocation on a Cisco switch?
Review Questions
- When a PoE device is connected to a Cisco switch, what sequence of events (detection, power grant, interface/line protocol) would you expect to see in syslog or CLI output?
- Compare 802.3af, 802.3at, and 802.3bt in terms of approximate watts per port and which “Type” each corresponds to.
- Why might a PD not receive the full wattage that a PoE port is configured to provide, and how would you verify power draw on the switch?
Key Points
- 1
PoE combines network data and electrical power over one Ethernet cable, letting network engineers deploy and relocate powered devices without running separate power wiring.
- 2
Cisco’s PoE model uses a PSE (switch) to supply power and a PD (endpoint) to receive it; detection and power grant are key early steps.
- 3
IEEE standards expanded PoE power over time: 802.3af (~15.4W), 802.3at (~30W), and 802.3bt (about 60W and up to about 90W in higher modes).
- 4
Active PoE negotiates power needs using discovery protocols like CDP and LLDP; passive PoE is always-on and can damage devices that don’t support it.
- 5
PoE requires power budgeting at the switch level; total available wattage can limit how many high-draw ports can power up simultaneously.
- 6
Cisco CLI tools such as “show power inline” reveal available/remaining power, per-port draw, and device power class information.
- 7
If a PD attempts to draw more than the allocated power, the port can enter an error disabled state and generate a log message.