cancel
Showing results for 
Search instead for 
Did you mean: 

ICX 7150 - dumb switch default password

Anonymous
Not applicable
I've installed a couple of Ruckus ICX 7150 switches with no configuration and I would like to configure them remotely but when I ssh in, it wants a password which I never set.  Suggestions?
10 REPLIES 10

Anonymous
Not applicable
I'm pretty sure there is no default login. That being the case, you likely need to console in and set it up.

Anonymous
Not applicable
Understood, thanks.

david_ellis_h2n
New Contributor II
You can telnet to the switch without a username and password, but not SSH.

Anonymous
Not applicable
Sweet.  Just what I needed.  Thanks.

jon_maiman_iyni
New Contributor III
David Ellis beat me to it.   As long as you didn't disable telnet in the config. by default it will connect and let you in without authentication.   If you do plan on using telnet in a production network, generally not recommended from a security perspective, enable authentication in the config via the command:   enable telnet authentication  
or set a password via the command:   enable telnet password

--Jon