How to Configure PoE
Configuring a Power Management Mode on a PoE Port
When you make PoE configuration changes, the port being configured drops power. Depending on the
new configuration, the state of the other PoE ports, and the state of the power budget, the port might not
be powered up again. For example, port 1 is in the auto and on state, and you configure it for static mode.
The switch removes power from port 1, detects the powered device, and repowers the port. If port 1 is in
the auto and on state and you configure it with a maximum wattage of 10 W, the switch removes power
from the port and then redetects the powered device. The switch repowers the port only if the powered
device is a class 1, class 2, or a Cisco-only powered device.
Note
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface interface-id
4.
power inline {auto [max max-wattage] | never | static [max max-wattage]}
5.
end
6.
show power inline [interface-id | module switch-number]
7.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode. Enter your password if prompted.enable
Step 1
Example:
Switch> enable
Enters global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 2
Specifies the physical port to be configured, and enters interface configuration
mode.
interface interface-id
Example:
Switch(config)# interface
gigabitethernet2/0/1
Step 3
Configures the PoE mode on the port. The keywords have these meanings:
power inline {auto [max max-wattage]
| never | static [max max-wattage]}
Step 4
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
91
How to Configure PoE