04-04-2022 03:55 AM
Dear Sirs
I would like to switch off and back on again the POE function on one channel of my Cisco 2960 Catalyst switch.
I have a number of Latte Panda PCs attached and sometimes one may need to be powered down and powered up again without switching the entire switch off and back on. I can access the Management port and should be able to do this via this port.
I have trawled through some YouTube stuff but to no avail. I was wondering if I could limit the power going to a particular port and set it to zero watts and then switch it back to "auto". This, I think, could have the desired effect.
Is there a written procedure I could follow?
Many thanks in advance for your help.
Kindest Regards
Dave Berry
04-04-2022 04:08 AM
conf t interface <PORT> power inline NEVER end
04-04-2022 04:29 AM
04-04-2022 04:40 AM
Do you have access to the switch, don´t you?
If does, them, open up the cli with Putty on any other appropriate program and run this command. You can replace the "fastethernet0/2" for any interface on the switch.
Switch(config)#conf t
Switch(config)# interface fastethernet0/2
Switch(config-if)# power inline never
04-04-2022 06:41 AM
04-04-2022 04:43 PM
@Entrust Dave wrote:
Switch(config)#interface port-channel9
Switch(config-if)# power inline never
WTF.
Disable PoE. On a Port Channel?
04-04-2022 04:47 AM
@Entrust Dave wrote:
Sorry to ask but I have tried this but need more text to explain as it doesn't seem to work for me at the moment.
Go HERE.
04-05-2022 12:42 AM
Hello
Is that 2960 POE capable?
show power inline
04-05-2022 01:17 AM
Ok, let's make this very, very simple:
04-05-2022 02:13 AM
What Leo says.
Just shut down the port it is connected to, and wait 5sec and turn on again..
08-27-2024 07:21 AM
Just so we are confusing folks - We don't turn off switch port just to turn off PoE. When you use "shut" you are turning off the port transmit/receive and PoE. To disable PoE only for an interface, go into interface config mode and use "power inline never" and then to enable PoE use "power inline auto"
07-18-2023 01:05 AM
I would like to reactivate the topic. I, in turn, need to perform this task from a third-party control system such as extron or crestron.
Is there a command that will disable and enable an individual port?
can be ASCI or HEX
07-18-2023 02:16 AM
Hello,
The command in question would be:
Int gigX/X/X
power inline never / power inline auto
or
shutdown/ no shutdown
BR
07-18-2023 10:16 PM
but what would the command actually look like?
e.g. in projectors, turning on is usually a command
POWER ON <CR>
<CR> means enter
in HEX it is 50 4F 57 45 52 20 4F 4E 0A
07-18-2023 10:17 PM
and does the switch accept commands over port 23?
i.e. telnet or other parameters?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide