01-11-2024 11:52 AM - edited 07-07-2025 09:06 AM
This Lennar Knowledge Base guide provides instructions for accessing the Command Line Interface (CLI) on both Windows and Mac devices. It is intended to assist with troubleshooting issues related to the RUCKUS ICX-7150-C12P Switch and associated Access Points.
To access the Command Line Interface (CLI), you will need the IP address of the RUCKUS ICX-7150-C12P Switch and the PuTTY application. We can download PuTTY (Figure 1) and learn how to find the IP address of RUCKUS devices (Switch and Access Points) using free IP scanner tools.
SSH- Port 22
To access the CLI via SSH (Figure 2), you will need valid login credentials (username and password). If the credentials are unknown, you may attempt to use the default login details.
OR
Telnet – Port 23 (If SSH doesn’t work)
To access the CLI via Telnet, no login credentials are required. If Telnet is enabled on the switch, it can be accessed directly using the switch’s IP address.
ICX7150-C12 Router> OR
ICX7150-C12 Switch>
Once we see this prompt, you can proceed to execute the necessary commands.
Example "open terminal":
SSH:
ssh username@IP Address of the device
Login command examples:
ssh admin@192.168.1.182
The password may be one of the commonly used defaults such as: Lennar, sp-admin, or Ruckus1. we may also try other known default login details.
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 <IP Address of the device> 23
Login command example:
nc 192.168.1.182 23
????telnet@ICX7150-12P Switch>
Once we see this prompt, you can proceed to execute the necessary commands.
By following these steps, you should be able to successfully establish a Command Line to your RUCKUS ICX-7150-C12P Switch and begin configuring it via the CLI.
If you’re still experiencing issues or need help with any of the steps:
Visit the RUCKUS Lennar Home Support Community
Post your query or share a photo of your RUCKUS ICX-7150-C12P Switch and RUCKUS Access Points, our support team and community members are here to assist you.
Thank you for being part of the RUCKUS Lennar Home community. We're here to ensure your network stays connected and running smoothly.
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