channel-list

Configures the channel list advertised by the AP radios. This command also enables dynamic update of a channel list.

Supported on the following devices:

Syntax

channel-list [2.4GHz|5GHz|6GHz|dynamic]
channel-list dynamic
channel-list [2.4GHz|5GHz|6GHz] <CHANNEL-LIST>

Parameters

channel-list dynamic
dynamic Configure this setting to enable the dynamic channel listing mode for smart scans in the 2.4, 5 GHz, and 6 GHz bands. This setting is disabled by default.
channel-list [2.4GHz|5GHz|6GHz] <CHANNEL-LIST>
2.4GHz <CHANNEL-LIST> Configures the channel list advertised by radios operating in the 2.4 GHz band
  • <CHANNLE-LIST> – Specify the list of channels separated by commas or hyphens.
5GHz <CHANNEL-LIST> Configures the channel list advertised by radios operating in the 5.0 GHz band
  • <CHANNLE-LIST> – Specify the list of channels separated by commas or hyphens.
6GHz <CHANNEL-LIST> Configures the channel list advertised by radios operating in the 6.0 GHz band
  • <CHANNLE-LIST> – Specify the list of channels separated by commas or hyphens.

Examples

nx9500-6C8809(config-rf-domain-default)#channel-list 2.4GHz 1-10
nx9500-6C8809(config-rf-domain-default)#show context
rf-domain default
 no country-code
 channel-list 2.4GHz 1,2,3,4,5,6,7,8,9,10
nx9500-6C8809(config-rf-domain-default)#

Related Commands

no (rf-domain-config-mode) Removes the list of channels configured on the selected RF Domain for 2.4 GHz, 5.0 GHz, and 6.0 GHz bands. Also disables dynamic update of a channel list.