Command Line Interface

4-188

4
Example

power inline

This command instructs the switch to automatically detect if a PoE-compliant device
is connected to the specified port, and turn power on or off accordingly. Use the no
form to turn off power for a port.
Syntax
[no] power inline
Default Setting
Detection is enabled for PoE-compliant devices.
Command Mode
Interface Configuration
Command Usage
When detection is enabled for PoE-compliant devices, power is automatically
supplied when a device is detected on the port, providing that the power
demanded does not exceed switch’s power budget.
Example
Console(config)#power inline compatible
Console(config)#end
Console#show power inline status
Unit: 1
Compatible mode : Enabled
Max Used Overload
Interface Admin Oper Power Power Priority Auto-recover
--------- -------- ---- -------- -------- -------- ------------
Eth 1/ 1 Enabled Off 15400 mW 0 mW Low Disabled
Eth 1/ 2 Enabled Off 15400 mW 0 mW Low Disabled
Eth 1/ 3 Enabled Off 15400 mW 0 mW Low Disabled
Eth 1/ 4 Enabled Off 15400 mW 0 mW Low Disabled
Eth 1/ 5 Enabled Off 15400 mW 0 mW Low Disabled
.
.
.
Console(config)#interface ethernet 1/1
Console(config-if)#power inline auto
Console(config-if)#exit
Console(config)#interface ethernet 1/2
Console(config-if)#no power inline
Console(config-if)#