# Power over Ethernet (PoE)

PoE allows Power Sourcing Equipment (PSE) to provice power to Powered Devices (PD) over an Ethernet cable.

Typically the PSE is a switch and the PDs are IP phones, IP cameras, wireless access points, etc.

The PSE receives AC power from the outlet, converts it to DC power, and supplies that DC power o the PDs.

<figure><img src="/files/yqt7dGYlDv5Uvtkd0WKo" alt=""><figcaption></figcaption></figure>

Too much electrical current can damage electrical devices.

PoE has a process to determine if a connected device needs power, and how much power it needs.

* When a device is connected to a PoE-enabled port, the PSE (switch) sends low power signals, monitors the response, and determines how much power the PD needs.
* If the device needs power, the PSE supplies the power to allow the PD to boot.
* The PSE continues to monitor the PD and supply the required amount of power (but not too much!)

*Power policing* can be configured to prevent a PD from taking too much power.

* `power inline police` configures power policing with the default settings: disable the port and send a Syslog message if a PD draws too much power.
  * equivalent to `power inline police action err-disable`.
  * the interface will be put in an 'error-disabled' state and can be re-enabled with `shutdown` followed by `no shutdown`.
* `power inline police action log` does not shut down the interface if the PD draws too much power. It will restart the interface and send a Syslog message.

<figure><img src="/files/4DYRAZTh664t8RKI7dzx" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/at8TqBgJwoQZwOWt98iu" alt=""><figcaption></figcaption></figure>

## Standards

| Name                     | Standard # | Watts | Powered Wire Pairs |
| ------------------------ | ---------- | ----- | ------------------ |
| Cisco Inline Power (ILP) |            |       |                    |
| PoE (Type 1)             |            |       |                    |
| PoE+ (Type 2)            |            |       |                    |
| UPoE (Type 3)            |            |       |                    |
| UPoE (Type 4)            |            |       |                    |

<figure><img src="/files/fzDBYGH9wnz29O20jv7j" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://davidjosearaujo.gitbook.io/online-courses/ccna-200-301/quality-of-service/power-over-ethernet-poe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
