05-02-2023 08:51 AM
my smart home is dead. Nothing works. Switch is on but it’s not powering the APs. Once I connect to the switch via Putty. What’s the command that I need to type to reboot my APs?
05-02-2023 03:21 PM
Hey,
Log into the switch using Putty and run the following commands (assuming your AP is connected to port 1/1/1 in the ICX switch):
enable
configure terminal
interface ethernet 1/1/1
no inline power ------------> this disables power to the AP
inline power ------------> this enables power to the AP
end
Does it answer your question?
Let me know if you had any further queries.