Disable an AP radio managed by SmartZone

Summary

This article explains how to disable a specific radio (2.4 GHz or 5 GHz) on an AP managed by a SmartZone (SZ) controller using both GUI and CLI methods.

Question

How do I disable a specific radio on an AP managed by SZ?

Customer Environment

SmartZone managed APs

Symptoms

Need to disable a specific radio (e.g., 2.4 GHz or 5 GHz) on an AP.

Root Cause

n/a

Resolution

You can disable a specific AP radio using SmartZone GUI or CLI as shown below:

Method 1: Using SmartZone GUI

  1. Login to the SmartZone GUI.
  2. Navigate to: Network ? Access Points
  3. Select the AP where you want to disable the radio and click Configure.
  4. Scroll down to Band/Spectrum Configuration.
  5. Choose the required radio (e.g., 2.4 GHz or 5 GHz).
  6. Toggle WLAN Service to OFF for that radio.
  7. Click OK to save changes.

Method 2: Using CLI Commands

  1. SSH into the SmartZone controller.
  2. Enter enable mode:
    vSZ-H-232> enable
    Password: ********
    
  3. Enter configuration mode:
    vSZ-H-232# config
    
  4. Select the AP by its MAC address:
    vSZ-H-232(config)# ap <AP MAC>
    
  5. Disable the specific radio (example: disable 5 GHz WLAN service):
    vSZ-H-232(config-ap)# no radio 5g wlan-service
    Do you want to continue to delete (or input 'no' to cancel)? [yes/no] yes
    Successful operation
    

To disable 2.4 GHz radio, use:

vSZ-H-232(config-ap)# no radio 2g wlan-service

? Note: Disabling WLAN service on a radio will stop all SSIDs from broadcasting on that band.

Article Number:
000014381

Updated:
December 18, 2025 06:27 AM (3 months ago)

Tags:
Configuration, SmartCell Gateway

Votes:
0

This article is:
helpful
not helpful

Working...Please wait

This is here to prevent you from accidentally submitting twice.

The page will automatically refresh.

Alert!!

Close