03-28-2023 07:49 PM
As stated above a power outage caused my system to no longer work I've scored this forum trying to reboot my APs and have even attempted to access and troubleshoot the ICX box. I've hit a roadblock as none of the passwords or usernames working, I am unsure of how to use the other methods to gain access to the unleashed browser, and terminal prompts using my MAC haven't gotten me anywhere. I am not able to connect via a wired connection and am using
My ICX IP address is 192.168.1.211 according to 3rd party IP scan apps
03-30-2023 08:52 AM
I am able to access "terminal" in my mac but the instructions on the link provided don't make sense to me. Do I type in what you have typed above? "Telnet:nc 192.168.1.211 23" or "SSH admin@192.168.1.211"?
also, what's the difference between Telenet and SSH??
still not able to get access as I am still very confused.
03-30-2023 08:59 AM
Hi @jcsny18
Hope you are doing well !
Here is a short guide from apple how to open the terminal :
ssh and telnet are ways to access the switch one request password and another not , so we need to try one of the options to see if it works.
Best Regards
Fernando Vasquez
03-30-2023 09:02 AM
Yes, I am aware of how to access the terminal in my mac I am just confused as to what to do next. what do I type in the terminal?
03-30-2023 09:14 AM - edited 03-30-2023 09:15 AM
Hi @jcsny18
Hope you are doing well !
Ok in Terminal use only what is inside the quotes "inside" let's try to access the switch using ssh or telnet option.
Telnet
"nc 192.168.1.211 23"
SSH
"ssh admin@192.168.1.211"
"ssh super@192.168.1.211"
Passwords can be : Lennar or sp-admin or Ruckus1
These are key sensitive
Best regards
Fernando Vasquez
03-30-2023 01:03 PM
I typed in the prompt and nothing happened.