cancel
Showing results for 
Search instead for 
Did you mean: 

ICX 7150-C12 Web Access

raymond_jender
New Contributor II

I don't think I ever knew the web access login/password.   Is there a default?  Or how can I change the login/password?    Thanks,

login.JPG

6 REPLIES 6

BenBeck
Moderator
Moderator

What code are you on ('show version' from CLI)? Generally you would configure this from the CLI. A generic configuration might look like this:

device(config)# crypto-ssl certificate generate
device(config)# username ruckus password ruckus
device(config)# aaa authentication login default local
device(config)# aaa authentication web-server default local

This would tell the switch to use the local user database and you could sign in with the 'ruckus' account in my example. Hope that helps!

 

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

 

I'm using telnet.  SSH does not work.

telnet@ICX7150-C12 Switch(config)#show version
Copyright (c) 2017 Ruckus Wireless, Inc. All rights reserved.
UNIT 1: compiled on Nov 20 2018 at 00:09:55 labeled as SPS08080d
(25968884 bytes) from Primary SPS08080d.bin
SW: Version 08.0.80dT211
Compressed Boot-Monitor Image size = 786944, Version:10.1.14T225 (mnz10114)
Compiled on Thu Nov 15 12:59:22 2018

HW: Stackable ICX7150-C12-POE

The configuration steps above will also work just fine through a telnet session. 

 

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

This worked for me, and now I can login