01-11-2024 11:52 AM - edited 05-09-2024 02:08 PM
This Lennar Knowledge Base guide will help get the Command Line Interface (CLI) access on the Windows and MAC devices, to troubleshoot the issues related to the RUCKUS ICX-7150-C12P Switch and Access Points.
We need an IP Address of the Switch and tool ‘Putty’ to access the Command Line Interface (CLI). Here is the link to download the PuTTY application and the link on How to find the IP Address of the RUCKUS Devices (Switch and APs) using IP Scanner free applications
SSH- Port 22
We need login credentials (username/password) to access CLI using the SSH option. If they are unknown, we can try using default passwords.
OR
Telnet – Port 23 (If SSH doesn’t work)
We do not need any login credentials to access CLI using the Telnet option. If Telnet is enabled on the Switch it can be accessed directly using an IP Address of the Switch.
ICX7150-C12 Router> OR
ICX7150-C12 Switch>
Once we get the above prompt, we can execute the required commands.
Example "open terminal":
SSH:
ssh username@IP Address of the device
Examples:
ssh admin@192.168.1.182
Passwords can be Lennar or sp-admin or Ruckus1 or other default passwords.
Note: if access to ssh does not work try the following ssh-keygen -R 'ip address of the device' this generates a public key pair for use when authenticating with a remote server.
Telnet – Port 23 (If SSH doesn’t work)
nc <IPAddress of the device> 23
Example: nc 192.168.1.182 23
????telnet@ICX7150-12P Switch>
Once we get the above prompt, we can execute the required commands.
Please post a query in RUCKUS Lennar Support if you need any assistance in this regard OR any other issues with the Lennar Home RUCKUS devices.
Thank you for visiting the RUCKUS Lennar Home Community Forum.
I am trying to do this step with my mac laptop but its very hard
What am I supposed to write in terminal?
It keeps saying not found