- Table of Contents
-
- 08-Radio Resources Management Command Reference
- 00-Preface
- 01-Radio management commands
- 02-WLAN radio load balancing commands
- 03-WLAN load balancing commands
- 04-WLAN radio resource measurement commands
- 05-Band navigation commands
- 06-WLAN RRM commands
- 07-Channel scanning commands
- 08-Spectrum management commands
- Related Documents
-
Title | Size | Download |
---|---|---|
08-Spectrum management commands | 54.45 KB |
Spectrum management commands
channel-capability mode
Use channel-capability mode to set the client channel capability match mode.
Use undo channel-capability mode to restore the default.
Syntax
channel-capability mode { all | none | partial }
undo channel-capability mode
Default
Client channel capabilities are not checked.
Views
Radio interface view
Predefined user roles
network-admin
Parameters
all: Specifies the all mode. A client is allowed to associate with a radio only when all its supported channels match the radio's supported channels.
none: Specifies the none mode. Client channel capabilities are not checked.
partial: Specifies the partial mode. A client is allowed to associate with a radio as long as one of its supported channels matches any one of the radio's supported channels.
Usage guidelines
This command is available only for 5 GHz and 6 GHz radios.
Examples
# Set the client channel capability match mode to all.
<Sysname> system-view
[Sysname] interface wlan-radio 1/0/1
[Sysname-WLAN-Radio1/0/1] spectrum-management enable
[Sysname-WLAN-Radio1/0/1] channel-capability mode all
Related commands
spectrum-management
channel-switch mode
Use channel-switch mode to set the channel switch mode.
Use undo channel-switch mode to restore the default.
Syntax
channel-switch mode { continuous | suspend }
undo channel-switch mode
Default
All online clients stop sending frames during channel switch.
Views
Radio interface view
Predefined user roles
network-admin
Parameters
continuous: Configures the online clients to continue sending frames during channel switch.
suspend: Configures the online clients to stop sending frames during channel switch until channel switch is complete.
Examples
# Set the channel switch mode to continuous.
<Sysname> system-view
[Sysname] interface wlan-radio 1/0/1
[Sysname-WLAN-Radio1/0/1] spectrum-management enable
[Sysname-WLAN-Radio1/0/1] channel-switch mode continuous
Related commands
spectrum-management
power-capability mode
Use power-capability mode to set the transmit power capability match mode.
Use undo power-capability mode to restore the default.
Syntax
power-capability mode { all | none | partial }
undo power-capability mode
Default
Client transmit power capabilities are not checked.
Views
Radio interface view
Predefined user roles
network-admin
Parameters
all: Specifies the all mode. A client is allowed to associate with a radio only when all its transmit power capabilities match the radio's transmit power capabilities.
none: Specifies the none mode. Client transmit power capabilities are not checked.
partial: Specifies the partial mode. A client is allowed to associate with a radio as long as one of its transmit power capabilities matches the radio's transmit power capabilities.
Usage guidelines
This command takes effect only when you enable spectrum management or radio resource measurement.For more information about radio resource measurement, see Radio Resource Management Configuration Guide.
Examples
# Set the client power capability match mode to all.
<Sysname> system-view
[Sysname] interface wlan-radio 1/0/1
[Sysname-WLAN-Radio1/0/1] spectrum-management enable
[Sysname-WLAN-Radio1/0/1] power-capability mode all
Related commands
resource-measure
spectrum-management
power-constraint mode
Use power-constraint mode to set the power constraint mode.
Use undo power-constraint mode to restore the default.
Syntax
power-constraint mode { auto [ anpi-interval anpi-interval-value ] | manual power-constraint }
undo power-constraint mode
Default
The power constraint mode is auto.
Views
Radio interface view
Predefined user roles
network-admin
Parameters
auto: Specifies the auto mode.
anpi-interval anpi-interval-value: Adds a value to the average noise power indicator (ANPI) for the device to calculate the power constraint value, in the range of 0 to 30 in dBm. The default value is 10 dBm.
manual power-constraint: Specifies the power constraint value in the range of 0 to 30 dBm.
Usage guidelines
This command is available only for 5 GHz and 6 GHz radios.
If you specify the auto mode, the device calculates the power constraint value by using this formula: power-constraint = Received Channel Power Indicator (RCPI) minus (ANPI + anpi-interval-value).
This command takes effect only when you enable spectrum management or radio resource measurement. For more information about radio resource measurement, see Radio Resource Management Configuration Guide.
Examples
# Set the power constraint mode to manual and set the power constraint value to 5 dBm.
<Sysname> system-view
[Sysname] interface wlan-radio 1/0/1
[Sysname-WLAN-Radio1/0/1] spectrum-management enable
[Sysname-WLAN-Radio1/0/1] power-constraint mode manual 5
Related commands
resource-measure
spectrum-management
spectrum-management
Use spectrum-management enable to enable spectrum management.
Use spectrum-management disable to disable spectrum management.
Use undo spectrum-management to restore the default.
Syntax
spectrum-management { disable | enable }
undo spectrum-management
Default
Spectrum management is disabled.
Views
Radio interface view
Predefined user roles
network-admin
Usage guidelines
This command is available only for 5 GHz and 6 GHz radios.
Examples
# Enable spectrum management.
<Sysname> system-view
[Sysname] interface wlan-radio 1/0/1
[Sysname-WLAN-Radio1/0/1] spectrum-management enable