Ruckus - Power Failure Switch/ Router Issue

If your networking equipment experiences a power loss (GFI outlet is triggered or other power loss) the Ruckus Switch/ Router may boot up in Router mode and it needs to be in Switch mode. Below are ways to address - one is using Command Line Interface (CLI) if the GUI is unreachable and the other is making the change in the web UI screen.


In order to receive technical assistance, please contact +1 877-676-8641 to reach Wave Technologies supporting Lennar Home Owners.


Power Failure Causes Switch to reboot into Router Mode

https://forums.ruckuswireless.com/conversations/ruckus-at-home/power-failure-causes-switch-to-reboot-into-router-mode/604a226f56830c0d5879b43c


Ruckus ICX7150-C12 Switch is frequently dropping internet connection

https://forums.ruckuswireless.com/conversations/ruckus-at-home/ruckus-icx7150c12-switch-is-frequently-dropping-internet-connection/5fd188a05fcf364c35d03a79?commentId=5fd45ccc4d73274b86d66940


Important IP Addresses of the Devices

Typical IP addresses to access the CLI or Web UI are:


The Internet provider’s router is typically:

https://192.168.0.1/





Making the Change through the Web UI


Designating a Preferred Master AP

https://docs.commscope.com/bundle/unleashed-200.12-onlinehelp/page/GUID-99C3506C-62B7-4987-8F98-B6DE8BEE1F7C.html

Ultimately, to avoid the issue in the future, make the Primary, ending in 90, to be both the Primary AND the Secondary. 

Making the Change through CLI

RUCKUS FastIron Command Reference Guide, 08.0.90

https://docs.commscope.com/bundle/fastiron-08090-commandref/page/GUID-9B008914-403A-4FE1-8445-5DCD63F9A1A2.html


Accessing the CLI

https://docs.commscope.com/bundle/fastiron-08090-commandref/page/GUID-5783F95F-E23F-4CA4-87A9-28BAC56E3DFD.html


Sample instructions 

ssh root@192.168.0.5

enable



show flash

show config

show sysinfo

show static-route all



ip address 192.168.0.5 255.255.255.0



Now to fix it... Write down the IP address that the device was assigned. In my case it was 192.168.1.89.

At this point you should get kicked off the telnet session and you should see it change to 'ICX7150-C12 Switch' in the DHCP list and everything should work as normal. I hope this helps other people who encountered this during WFH and banged their heads.



In addition I used these commands to backup the current images in flash, then copy my switch image:



You can use the show boot-preference command to view the boot sequence preference.

The no form of the command resets the boot preference to the default.

The following example shows how to set the system to boot the image from the secondary flash.

device(config)# boot system flash secondary

The following example shows how to set the system to boot the image from the primary flash and save the preference to the startup configuration.

device# boot system flash primary yes



device> enable

device#


device# configure terminal

device(config)#


device(config)# interface ethernet 1/1/1

device(config-if-e1000-1/1/1)#

CLI - Putty