PoE (Power over Ethernet)

📘 CCNA 200-301 v1.1

1.1.h PoE

🔹 What is PoE (Power over Ethernet)

PoE stands for Power over Ethernet.
It is a technology that allows electrical power to be transmitted along with data over a single Ethernet cable (such as Cat5e, Cat6, etc.).

In other words, the same Ethernet cable that carries network data to a device can also supply electrical power to that device.

This eliminates the need for a separate power adapter or electrical outlet near the device.


🔹 Why PoE is Used in Networking

In many network environments, some devices are installed in areas where providing both network connectivity and electrical power separately is inconvenient or expensive.

Common network devices that use PoE include:

  • IP phones
  • Wireless access points (WAPs)
  • IP cameras (security cameras)
  • Thin clients or network sensors

In these cases, PoE simplifies deployment by using one Ethernet cable for both data and power.


🔹 How PoE Works (Concept Overview)

PoE works by sending DC power over the unused pairs or data pairs in an Ethernet cable, depending on the standard.

A PoE-capable switch (or injector) detects whether a connected device supports PoE and then supplies power safely.

There are two key device roles in a PoE setup:

RoleFull NameFunction
PSEPower Sourcing EquipmentThe device that provides (injects) power into the Ethernet cable. Example: PoE switch or midspan injector.
PDPowered DeviceThe device that receives power from the Ethernet cable. Example: IP phone, access point, or IP camera.

🔹 Types of PoE Devices

1. Endspan (PoE Switch)

  • A switch with built-in PoE capability.
  • It acts as the PSE and sends both data and power directly over the cable.
  • Example: A Cisco Catalyst switch with PoE ports.

2. Midspan (PoE Injector)

  • A device placed between a non-PoE switch and the PoE device.
  • It adds power to the Ethernet cable, while the switch continues to handle data only.
  • Used when your switch does not support PoE.

🔹 IEEE PoE Standards (Important for CCNA)

The IEEE defines three main PoE standards that determine how much power can be delivered:

StandardNameMax Power (at PSE)Max Power (at PD)Typical Use
802.3afPoE15.4 W12.95 WIP phones, wireless APs
802.3atPoE+30 W25.5 WMore powerful APs, PTZ cameras
802.3btPoE++ (Type 3 & 4)60 W (Type 3) / 100 W (Type 4)51–71 WHigh-end devices, thin clients, LED lighting

💡 Note: The power received (PD) is always less than power sent (PSE) because of cable loss.


🔹 Power Negotiation Process

Before power is sent, a negotiation happens to ensure safety and compatibility:

  1. Detection:
    • The PSE (e.g., switch) checks if the connected device is PoE-compatible by sending a small voltage pulse.
  2. Classification:
    • The PD reports its power class (how much power it needs).
  3. Power Delivery:
    • The PSE supplies the required voltage (usually 48V DC).
  4. Operation:
    • The PD uses the power and data simultaneously.
  5. Disconnection:
    • If the device is unplugged or stops drawing current, power is automatically turned off to protect the port.

🔹 Power Classes (IEEE Defined)

Each PoE device declares a power class during negotiation.

ClassPower LevelStandardTypical Power Delivered (PSE)
0Default802.3af15.4 W
1Low power802.3af4 W
2Medium802.3af7 W
3High802.3af15.4 W
4PoE+802.3at30 W
5PoE++ Type 3802.3bt45 W
6PoE++ Type 3802.3bt60 W
7PoE++ Type 4802.3bt75 W
8PoE++ Type 4802.3bt100 W

🔹 PoE in Network Design (CCNA-Relevant)

When designing or configuring networks:

  • Verify switch capability: Use show power inline on Cisco switches to view PoE usage and available power.
  • Power budget: Ensure the switch’s total PoE power budget can support all connected devices.
    Example: A switch with a 370 W PoE budget can support multiple 15.4 W devices.
  • Cable quality: Use Cat5e or higher cables to minimize voltage drop and ensure full power delivery.
  • Backup power: When a switch provides PoE, a UPS (Uninterruptible Power Supply) can keep powered devices (like phones and APs) running during power loss.

🔹 Common Cisco PoE Commands (Know for CCNA Labs)

  • show power inline
    → Displays PoE status, power used, and available per port.
  • interface FastEthernet0/1
    power inline auto
    → Enables PoE on a specific interface (default on most Cisco PoE switches).
  • power inline never
    → Disables PoE on a specific port.

🔹 Benefits of PoE

BenefitDescription
Simplified cablingOne cable for both power and data.
Flexible installationDevices can be installed anywhere Ethernet can reach.
Centralized power managementPower can be controlled from the switch.
Reduced downtimeSwitches connected to UPS keep devices powered during outages.

🔹 Limitations of PoE

LimitationDescription
Power distance limitMax Ethernet cable length: 100 meters (including patch cables).
Total power budgetEach switch has limited total PoE power capacity.
Heat generationHigher power levels may cause cable heating.

✅ Summary (Exam Essentials)

Key ConceptDescription
PoESends data + power through same Ethernet cable.
PSEDevice providing power (PoE switch/injector).
PDDevice receiving power (phone, AP, camera).
Standards802.3af (PoE), 802.3at (PoE+), 802.3bt (PoE++).
Max Cable Length100 meters.
Power ClassesDefine how much power is needed by the PD.
Commands to remembershow power inline, power inline auto, power inline never.
Buy Me a Coffee