Good afternoon Shane. Sorry to hear you are having PoEissues with your ICX6610. If you have already tried to reload the unit with nosuccess, I would advise trying to re-install the PoE Firmware. I am not surethe version you are running, but you can just download the file from the Ruckuswebsite, locate the file in a TFTP server and run the command below:
- device # inline power install-firmware stack-unit 1 tftp
It could be that the Firmware is corrupted and re-installingit will help.
If no luck with that, please run the command “show inlinepower detail” and open a case with TAC for further support.
Hope this information helps. Have a great day.
I recommend doing an upgrade of the boot code, the imageversion and the POE firmware to latest version on your code stream for examplefor 8030 code 8030s to try to recover the POE.
If the upgrade does not work then you will need to proceed by replacingthe switch.
Here is how to perform an upgrade with a TFTPserver.
1) Go to the Ruckus site https://support.ruckuswireless.com/and download the software to your desktop and un-compress the files. We need tos
2) We need a TFTP server installed to copy the files.
3) Make sure your tftp server has IP connectivity to theSwitch and has the files in the root directory of TFTP Server.
4) From the switch run the following commands:
For the boot:
Switch# copy tftp flash bootrom
Once it is copied, you can continue with the image:
Switch# copy tftp flash primary
(Either the primary or secondary partition need to beselected.)
Once the files are copied you need to save the configurationby running the “write memory" command
Then we need to make sure that the system will boot fromwhere you copied the files to, by running the following command:
Switch#(config) boot system flash primary or Switch#(config)boot system flash secondary.
Switch#(config) write memory
Switch# reload (this will restart the switch) SO please makesure you have a downtime arranged before running this command.
Finally, you can confirm that the system boots using the newsoftware by issuing the command: “show version “
POE FIRMWARE UPGRADE
1) Download the PoEfirmware to a TFTP server
2) We need to be ableto ping the IP address of the TFTP server from the switch.
3) Enter thefollowing command:
Switch# inline power install-firmware stack-unit 1 tftpa.b.c.d
In the example above the letter "a.b.c.d" is IPaddress of the tftp server and then we enter the file name containing(_poeplus_02.1.0.b002.fw) and click enter.
4) We need to save the configuration by issuing the command"write memory" from privilege mode.
Switch#write memory