Category: How to

Guide: Ruckus AP Not Broadcasting WLAN SSIDs

Do you have a Ruckus AP on a vSZ/SCG that refuses to broadcast any WLAN SSIDs even if the Zone Configuration and AP/WLAN Groups are correct? This typically occurs because the WLAN service is disabled under Radio Options.

Solution:

GUI:

Step 1. Log into controller and go to the Access Point configuration page.

Configuration > Access Point and select AP that is not broadcasting.

Step 2. View the Radio Options and check if the WLAN Service is enabled on the radios.

WLAN Service is disabled

Step 3. Enable the WLAN Service by checking the box on the necessary radios.

WLAN Service is enabled

Step 4. Click Apply.

Step 5. Verify WLAN SSIDs are broadcasting.

CLI:

Step 1. SSH into the AP.

Step 2. Display the WLAN listing.

get wlanlist

Take note of the wlan name/wlanID e.g. wlan0 with the down status.

Step 3. Enable the wlan state.

set state <wlan name> up

Step 4. Repeat Step 2 and verify if WLAN SSID is broadcasting and confirm with a test device.

Guide: Upgrade/Downgrade Cisco WLC 8500 in an HA-SSO Enabled Pair with Software Mismatch

Has your Cisco 8510 WLC failed in a High-Availaibility configuration and you just received your replacement from RMA? Did you already set it up and are now stuck with the output below due to a software mismatch?

(Cisco Controller) >show redundancy summary
Redundancy Mode = SSO ENABLED
Local State = MAINTENANCE
Peer State = UNKNOWN - Communication Down
Unit = Secondary
Unit ID = 00:00:00:00:00:00
Redundancy State = Non Redundant
Mobility MAC = 00:00:00:00:00:00
Redundancy Port = UP
Maintenance Mode = Enabled
Maintenance cause= Secondary unit has booted without pairing up with peer

Fear not! Follow these steps if you have already enabled HA during the initial setup while under the impression that the new box with a different version will download the code from the primary WLC.

Solution:

Step 1. Disconnect the RP port cable from the controller that you just replaced.

Step 2. Execute the following command:

config redundancy mode disable

which will prompt you that the system will reboot.

Step 3. Once the controller boots up, you will have to change the management IP of the controller and make it a standalone WLC. To make those changes, execute the following:

config wlan disable all
config interface address management &lt;IP ADDRESS> &lt;NETMASK> &lt;GATEWAY>
config port adminmode all enable

Step 4. Login to the newly minted standalone controller and upgrade/downgrade the image either through CLI or GUI. This will take approximately 10-15 minutes to flash the controller.

Step 5. Once upgrade/downgrade has completed. Reconnect the RP port cable back to the controller and execute the following command:

config redundancy mode sso

You may be prompted “Mandatory parameters to make redundancy are not configured. Please configure Local and Peer Redundancy Management IP addresses before enabling redundancy.” You know what to do. That is self-explanatory!

Step 6. Profit!

Powered by WordPress & Theme by Anders Norén