Power Over the Ethernet


Study Plan2110 Topo

The Ethernet LAN connection can provide power to a device so that it doesn’t need a local power source. Devices such as IP Phones, Wireless Access Points, IP Gateways, PDAs, etc. often look to receive power over the network cable attached to them. Switches usually have an internal setting that limits the amount of power it will deliver to devices connected to it. It must be understood that power for a device is not routed over multiple hops; it is the last hop device that supplies that power.

Switches have an absolute power rating when it comes to supplying power to devices. Often that maximum power available to power devices connected to a switch’s port is under 500W, with individual ports allowed to deliver only a fraction of that, usually under 20W. You can usually set a limit under that amount if you are worried about heat, power supply load and their effects on reliability. Any devices added to a port that exceed these settings simply will not be powered.

2110-30 Level Mismatch (Cisco PoE Error)

In Cisco networking (IOS/IOS-XE switches), the message “2110-30 Level Mismatch” typically indicates a Power over Ethernet (PoE) classification mismatch between a switch port and a connected device.

What It Means

Common Causes

Example Scenario

An IP camera or wireless access point requests ~25W (PoE+), but the switch port only provides 15.4W (standard PoE), resulting in a mismatch.

Troubleshooting Steps

  1. Check PoE status:
    show power inline
  2. Verify device power requirements
  3. Check interface configuration:
    interface Gi1/0/1 power inline auto
  4. Test with a different cable or port
  5. Update switch firmware (IOS)
  6. Review logs:
    show logging

Impact

UPDATED
4/29/26
V260429-1.0