Command Reference Dot11 Radio Commands
Command
mode
Dot11radio interface configuration mode
Usage Guide
N/A
Configuration
Examples
# Set the RF mode to 2.4 GHz frequency band.
Ruijie(config)#interface dot11radio 1/0
Ruijie(config-if-Dot11radio 1/0)#radio-type 802.11b
Related
Commands
Command Description
N/A N/A
Platform
Description
N/A
chan-width
Use this command to set the bandwidth of radio channels
chan-width { 20 | 40 }
no chan-width
Parameter
Description
Parameter Description
no
Deletes the setting of channel bandwidth.
20
Sets the channel width to 20 MHz.
40
Sets the channel width to 40 MHz.
Defaults
The default channel bandwidth is 20 MHz.
Command
mode
Dot11radio interface configuration mode
Usage Guide
It is not allowed to configure channel bandwidth when 802.11n is forbidden.
Configuration
Examples
# Set the channel width to 40 MHz.
Ruijie(config)#interface dot11radio 1/0
Ruijie(config-if-Dot11radio 1/0)#chan-width 40
# Delete the setting of channel width.
Ruijie(config)#interface dot11radio 1/0
Ruijie(config-if-Dot11radio 1/0)#no chan-width
Related
Commands
Command Description