Configure the operating channel and bandwidth for a dot11Radio interface using CLI commands.
This task configures the operating channel and bandwidth settings for a dot11Radio interface to optimize wireless network performance.
Use this procedure when you need to set specific channel and bandwidth parameters for wireless radio interfaces in your network configuration.
Procedure
| 1. | Use the configure dot11Radio interface channel channel-id command to set the operating channel. Example:
Valid channel-id range is from 1 to 256. |
|
| 2. | Use the configure dot11Radio interface band-width bandwidth command to set the bandwidth. Example:
Valid bandwidth is 10 MHz. |
|
| 3. | Use the configure dot11Radio interface maximum-link-length distancedistance {km| miles} command to set the maximum wireless link distance the radio assumes for the dot11 radio interface. Example:
Valid distance is 1-99. The radio does not actually measure the peer's distance. Instead, it operates on timing assumptions tailored for links up to the configured distance. Use Cases
Impact on Radio Timing and MAC Behavior The configured maximum-link-length affects timing-sensitive MAC behaviors, including:
Consequences of Misconfiguration When the configured distance is set shorter than the physical distance, the radio's timing windows (slots) close before the signal has physical time to travel the distance and return. This causes the radio to prematurely assume the packet was lost, leading to:
Example If the maximum-link-length is configured as 3000 meters, the radio assumes timing suitable for links up to 3000 meters, not that it has measured the peer at 3000 meters. Proper configuration of this parameter is critical for optimal wireless performance, especially in fixed outdoor point-to-point or point-to-multipoint deployments. |
|
| 4. | Use the end command to return to privileged EXEC mode. Example:
|