11-8
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
78-14099-04
Chapter 11 Configuring Cisco IP Phone Support
Configuring Cisco IP Phone Support
Configuring Inline Power Support
To configure inline power support, perform this task:
When configuring inline power support, note the following syntax information:
To configure auto-detection of a Cisco IP Phone, enter the auto keyword.
To disable auto-detection of a Cisco IP Phone, enter the never keyword.
This example shows how to disable inline power on Fast Ethernet port 5/1:
Router# configure terminal
Router(config)# interface fastethernet 5/1
Router(config-if)# power inline never
This example shows how to enable inline power on Fast Ethernet port 5/1:
Router# configure terminal
Router(config)# interface fastethernet 5/1
Router(config-if)# power inline auto
This example shows how to verify the inline power configuration on Fast Ethernet port 5/1:
Router# show power inline fastethernet 5/1
Interface Admin Oper Power Device
(Watts)
---------- ----- ---------- ------- -------------------
Fa5/1 auto on 6.3 cisco phone device
Command Purpose
Step 1 Router(config)# interface fastethernet slot/port Selects the port to configure.
Step 2 Router(config-if)# power inline {auto | never}Configures inline power support.
Router(config-if)# no power inline Clears the configuration.
Step 3 Router(config)# end Exits configuration mode.
Step 4 Router# show power inline
[fastethernet slot/port]
Verifies the configuration.