12-12-2023 03:08 AM
I have an R510 in our lab which is not accessible from the cli or the gui.
I have factory reset and it broadcasts Configure-Me which i can connect to using the serial number as a password. I can ping 192.168.0.1 but i just get a rejected message in a browser and putty. Anyone had this? It was on a smartzone but i wanted to change it to unleashed for evaluation purposes.
12-12-2023 12:14 PM
Hi @AnthonyK1974,
Most probebely AP joined back the controller, this is why you are not able to access GUI.
Please SSH into the AP and run below commands.
For flashing the AP, use the CLI instead. Use TFTP or FTP to flash the AP. Below are the methods for both.
TFTP:
fw set proto tftp
fw set host <ServerIPAddress>
fw set control <APUpgradeImageFileName>.bl7
fw upgrade
reboot
FTP:
fw set control <APUpgradeImageFileName>.bl7
fw set proto ftp
fw set host
fw set user
fw set password
fw up