September 6, 201213 yr Alot of businesses have Power over Ethernet VoIP phones plugged in and sometimes it would come in handy to reboot those phones remotely. Here is an idea on how.. shut off the power to them and then turn it back on. Shut off PoE on a switch port / interface (you could use the interface range command to shutoff multiple interfaces instead of just one) Switch# configure terminalEnter configuration commands, one per line. End with CNTL/Z.Switch(config)# interface fastethernet 5/2Switch(config-if)# power inline neverSwitch(config-if)# endSwitch# Now turn the power back on for that interface Switch# configure terminalEnter configuration commands, one per line. End with CNTL/Z.Switch(config)# interface fastethernet 4/1Switch(config-if)# power inline autoSwitch(config-if)# endSwitch# show power inline fastethernet 4/1Available:677(w) Used:11(w) Remaining:666(w)Interface Admin Oper Power(Watts) Device ClassFrom PS To Device--------- ------ ---------- ---------- ---------- ------------------- -----Fa4/1 auto on 11.2 10.0 Ieee PD 0Interface AdminPowerMax AdminConsumption(Watts) (Watts)---------- --------------- --------------------Fa4/1 15.4 10.0Switch# [/code]
Create an account or sign in to comment