ICX 7150 - dumb switch default password
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2018 07:48 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2018 07:52 AM
Is it asking for a username/pw or just a password when you enable? If it is the latter that is from the 'enable super-user-password ' command.
Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us
support.ruckuswireless.com/contact-us
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2018 08:03 AM
If I'm consoled in, I can get in and configure without a password. Now I'm trying to do the same thing remotely and it wants a password.
I'm guessing that I should have set a password when I was grabbing the IP address.
I'm guessing that I should have set a password when I was grabbing the IP address.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2018 08:15 AM
Just double-checked. No default username/password for SSH. Need to do the following:
conf t
username password
aaa authentication login default local <--could use other things here such as radius, tacacs, etc.
conf t
username
aaa authentication login default local <--could use other things here such as radius, tacacs, etc.
Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us
support.ruckuswireless.com/contact-us
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2018 08:18 AM
Thanks.

