power inline
To configure the inline power administrative mode on a Gigabit Ethernet interface, use the power inline command in interface switch configuration mode. To disable the inline power administrative mode, use the no form of the command.
power inline { auto| never}
no power inline
Syntax Description
auto |
Turns on the device discovery protocol and supplies power to the device. |
never |
Turns off the device discovery protocol and stops supplying power to the device. |
Command Default
The device discovery protocol is turned on and power is supplies to the device.
Command Modes
Interface switch configuration (config-switch-if)
Command History
Release | Modification |
---|---|
3.5.1 |
This command was introduced. |
Usage Guidelines
None
Examples
The following example shows how to configure the inline power administrative mode on a Gigabit Ethernet interface:
nfvis(config-switch)# interface gigabitEthernet 1/0
nfvis(config-switch-if)# power inline auto
nfvis(config-switch-if)# commit
nfvis(config-switch-if)# end