Wireless channel planning is the backbone of any reliable Wi-Fi deployment. On the CCNA 200-301 exam (objective 2.9), you must understand how to select channels to minimize interference and maximize throughput. Real network engineers spend hours on site surveys and channel tuning — getting this wrong means angry users, dropped calls, and constant support tickets.
Jump to a section
Imagine you're the manager of a city's FM radio stations. Each station broadcasts on a specific frequency (like 95.5 MHz or 101.1 MHz). If two stations in the same area broadcast on the same frequency, listeners hear a garbled mess — that's co-channel interference. If they broadcast on frequencies that are too close (like 95.5 and 95.7), there's still bleed-over because the signals' sidebands overlap — that's adjacent-channel interference. Now, in a dense city, you can't just assign every station a unique frequency; there aren't enough. So you reuse frequencies, but only in buildings far enough apart that the signals don't clash. That's frequency reuse. Your job is to assign frequencies so that stations in the same building or nearby buildings never conflict, and you keep enough separation between any two stations on the same frequency. In Wi-Fi, the 2.4 GHz band has only three non-overlapping channels (1, 6, 11) — like having only three FM frequencies for the whole city. The 5 GHz band offers many more non-overlapping channels, but they're shorter range. Just like FM, you must plan channel assignments based on coverage areas, signal strength, and interference from neighbors. And just like FM, if you ignore planning, your network becomes unusable.
What is Wireless Channel Planning?
Wireless channel planning is the process of selecting which radio frequency channels each access point (AP) will use, considering the physical environment, neighboring APs, and other wireless sources. The goal is to maximize throughput by minimizing co-channel interference (CCI) and adjacent-channel interference (ACI).
Why Does Channel Planning Matter?
In unlicensed bands (2.4 GHz and 5 GHz), multiple APs and client devices share the air. Without planning, APs on the same or overlapping channels cause collisions, retransmissions, and poor performance. For the CCNA exam, you must understand the channel sets, how DFS (Dynamic Frequency Selection) works in 5 GHz, and how to interpret a site survey.
Frequency Bands and Channels
2.4 GHz band: 14 channels (1–14), each 22 MHz wide (20 MHz for data, 2 MHz guard). Only channels 1, 6, and 11 are non-overlapping in most regulatory domains. Channels overlap because the center frequencies are only 5 MHz apart. For example, channel 1 uses 2401–2423 MHz, channel 2 uses 2406–2428 MHz — they overlap by 4 MHz.
5 GHz band: More channels, each 20 MHz wide, with 40, 80, and 160 MHz bonding options. The UNII-1 (channels 36–48), UNII-2 (52–64), UNII-2e (100–144), and UNII-3 (149–165) sub-bands. Channels in UNII-2 and UNII-2e require DFS to avoid interfering with radar.
How DFS Works
DFS (Dynamic Frequency Selection) is mandated by regulatory bodies to protect radar systems. When an AP starts on a DFS channel, it must listen for radar for 60 seconds (channel availability check, CAC) before transmitting. If radar is detected, the AP must vacate the channel within 10 seconds (channel move time) and switch to another channel. This can disrupt service. On the exam, remember that DFS channels are often avoided in enterprise deployments because of the CAC delay and potential radar events.
Channel Bonding
Channel bonding combines two 20 MHz channels into a 40 MHz channel (or 80, 160). This increases throughput but reduces the number of non-overlapping channels and increases interference. For example, bonding channels 36 and 40 creates a 40 MHz channel. The primary channel is used for management frames and legacy clients. The secondary channel is only used when the channel is clear. On the exam, know that 40 MHz channels in 2.4 GHz are not recommended because they use the entire band and cause severe interference.
Automatic Channel Selection (ACS)
Most enterprise WLCs (Cisco 9800, 5508, etc.) support ACS, which dynamically selects the best channel for each AP based on noise floor, interference, and neighboring APs. The AP scans all channels during startup (or on demand) and selects the least congested channel. However, ACS can cause channel changes that disrupt clients. In production, many engineers use a fixed channel plan after a site survey.
Verification Commands
On a Cisco WLC (9800 CLI):
show ap config general <AP-name>
show ap channel <AP-name>
show ap rf-profile summary
show ap auto-rf channelOn a lightweight AP via the WLC:
show ap channel
show ap dot11 5ghz channelExample output for show ap channel:
AP Name Slot ID Channel Width TxPower
AP-Office-1 0 6 20 20 dBm
AP-Office-1 1 36 40 17 dBm
AP-Office-2 0 1 20 20 dBm
AP-Office-2 1 149 20 17 dBmInterference Sources
Co-channel interference (CCI): Two APs on the same channel with overlapping coverage. They share the airtime, reducing throughput.
Adjacent-channel interference (ACI): Two APs on overlapping channels (e.g., channels 1 and 2). The sidebands overlap, causing retransmissions.
Non-Wi-Fi interference: Bluetooth, cordless phones, microwave ovens (2.4 GHz), radar (5 GHz).
Site Survey
A site survey involves measuring signal strength (RSSI), signal-to-noise ratio (SNR), and coverage overlap. Tools like Ekahau or Cisco Prime are used. Key metrics: - RSSI: -65 dBm or stronger for good coverage. - SNR: 20 dB or higher. - Cell overlap: 10-15% to allow seamless roaming.
Exam Tips
For 2.4 GHz, always use channels 1, 6, 11 (non-overlapping).
For 5 GHz, use UNII-1 and UNII-3 channels to avoid DFS.
Channel bonding increases throughput but reduces channel count.
ACS is a WLC feature, not a standalone AP feature.
Know the DFS timers: CAC = 60 seconds, channel move time = 10 seconds.
Identify Available Channels
First, determine which channels are legal in your regulatory domain. For the CCNA, the default is the US (FCC). In 2.4 GHz, channels 1–11 are allowed (1,6,11 non-overlapping). In 5 GHz, UNII-1 (36-48) and UNII-3 (149-165) are DFS-free; UNII-2 and UNII-2e require DFS. Use the WLC command `show ap dot11 5ghz channel` to see which channels are available and if DFS is active. Avoid DFS channels for simplicity in exam scenarios.
Perform a Passive Site Survey
Walk the coverage area with a spectrum analyzer or Wi-Fi scanner (e.g., Ekahau Sidekick). Measure the noise floor on each channel. Look for non-Wi-Fi interference (e.g., microwave ovens on channel 7-10). On a Cisco WLC, you can use `show ap stats noise` to see noise per channel. The goal is to find channels with the lowest noise floor (ideally below -95 dBm). Note the RSSI from existing APs to identify coverage gaps.
Assign Channels to APs Manually
Based on the survey, assign channels to each AP. In 2.4 GHz, use only 1, 6, 11. In 5 GHz, use non-DFS channels (36-48, 149-165) but ensure no two APs with overlapping coverage use the same channel. For example, if AP1 uses ch36, AP2 nearby should use ch40 or ch149. On a Cisco WLC, configure via the GUI or CLI: `config ap channel <AP-name> <slot> <channel>`. For example: `config ap channel AP-1 0 6` sets slot 0 (2.4 GHz) to channel 6.
Verify Channel Assignment
After assignment, verify using `show ap channel`. Check that each AP is on the intended channel and that the transmit power is appropriate (typically 20 dBm for 2.4 GHz, 17 dBm for 5 GHz). Use `show ap config general <AP-name>` to see the current channel and power. Also check for any channel conflicts by running `show ap auto-rf channel` which displays the channel utilization per AP. If utilization is high (>50%), consider changing channels.
Monitor and Adjust
Wireless environments change over time (new APs, interference sources). Use the WLC's CleanAir feature (Cisco) to detect non-Wi-Fi interferers. Run `show ap cleanair summary` to see interference sources. If a channel becomes noisy, change it. On the exam, remember that ACS can be used as a fallback but may cause disruption. In production, schedule periodic surveys (e.g., quarterly) and adjust channel plans.
Document the Plan
Create a channel plan map showing each AP's location, channel, and power. This helps during troubleshooting and future expansions. Include the date, survey results, and any changes. For the CCNA, you won't need to document, but understanding the process is key for scenario questions.
In a typical enterprise deployment, say a 100,000 sq ft office building with 50 APs, channel planning is critical. Without planning, APs on the same channel cause co-channel interference, leading to poor voice quality for VoIP calls and slow file transfers. A good plan uses 5 GHz for all client traffic (since it has more channels) and 2.4 GHz only for legacy devices or guest networks. For example, in an open-plan office, APs are placed in a grid with 50-60 ft spacing. Channels are assigned in a pattern: AP1 on ch36, AP2 on ch40, AP3 on ch44, AP4 on ch48, then repeat. This ensures no two adjacent APs share a channel. In dense environments like conference rooms, you might reduce transmit power to 12 dBm to shrink cell sizes and allow more frequency reuse.
Another scenario is a warehouse with high ceilings and metal shelving. Here, 2.4 GHz penetrates better, but interference from forklifts and other machinery is common. A site survey reveals that channels 1 and 11 are clean, but channel 6 has noise from a nearby microwave. You would assign channel 6 only to APs far from the microwave. In 5 GHz, DFS channels might be avoided because a radar event could force APs to switch channels, dropping connections for barcode scanners. So you stick with UNII-1 and UNII-3.
Misconfiguration example: An engineer sets all APs to 'auto' channel selection without a survey. The WLC's ACS picks channels, but two APs near each other end up on the same channel because the algorithm didn't consider physical proximity. Users experience intermittent connectivity. The fix is to manually assign channels based on a heatmap.
For the exam, remember that channel planning is part of RF design. Cisco's Prime Infrastructure can automate this, but the fundamentals remain the same.
The CCNA 200-301 exam objective 2.9 is 'Describe wireless principles' which includes channel planning. Specifically, you need to know:
The difference between 2.4 GHz and 5 GHz bands in terms of channels, overlap, and range.
Non-overlapping channels: 1, 6, 11 in 2.4 GHz; many in 5 GHz.
DFS and its impact on channel selection (CAC delay, radar detection).
Channel bonding: 20, 40, 80, 160 MHz, and that 40 MHz in 2.4 GHz is not recommended.
The concept of co-channel and adjacent-channel interference.
Common wrong answers and why: 1. 'All 2.4 GHz channels are non-overlapping' — WRONG. Only 1,6,11 are non-overlapping. Candidates confuse the number of channels with non-overlapping ones. 2. 'DFS channels are always better because they have less interference' — WRONG. DFS channels have radar detection requirements that can cause service disruption. Many deployments avoid them. 3. 'Using 40 MHz channels in 2.4 GHz doubles throughput' — WRONG. It actually causes severe interference because the entire band is used, and clients may not support it. Throughput may decrease due to retransmissions. 4. 'ACS always selects the best channel' — WRONG. ACS considers only noise, not physical proximity. Two APs on same channel can still interfere if they hear each other.
Specific values: CAC timer = 60 seconds; channel move time = 10 seconds. Know that channel bonding uses a primary and secondary channel.
Elimination strategy: For scenario questions where an AP is on a DFS channel and radar is detected, the AP will stop transmitting on that channel within 10 seconds and move to another channel. The CAC delay before using the new channel is 60 seconds. If the question asks about impact, clients will lose connectivity for at least 60 seconds.
Another trap: If a question says 'An AP is using channel 6 in 2.4 GHz and a neighbor AP uses channel 5, what interference?' The answer is adjacent-channel interference because channels 5 and 6 overlap (channel 6 uses 2426-2448 MHz, channel 5 uses 2421-2443 MHz, overlap of 22 MHz).
Non-overlapping channels in 2.4 GHz are 1, 6, 11 only.
5 GHz band offers many non-overlapping channels, but DFS channels (UNII-2/2e) require a 60-second CAC before use.
Channel bonding combines two 20 MHz channels into 40 MHz; using 40 MHz in 2.4 GHz is not recommended.
Co-channel interference occurs when two APs on the same channel overlap; adjacent-channel interference occurs on overlapping channels.
DFS requires an AP to vacate a channel within 10 seconds if radar is detected.
The show ap channel command displays current channel and power for each AP.
A site survey is essential for proper channel planning; tools like Ekahau measure RSSI and SNR.
These come up on the exam all the time. Here's how to tell them apart.
2.4 GHz Band
3 non-overlapping channels (1,6,11)
Longer range, better penetration through walls
More interference from Bluetooth, microwaves, etc.
20 MHz channels only (40 MHz not recommended)
Lower data rates (max ~600 Mbps with 40 MHz)
5 GHz Band
24+ non-overlapping channels (depending on DFS)
Shorter range, less penetration
Less interference (DFS channels may have radar)
20, 40, 80, 160 MHz channels available
Higher data rates (up to 1.3 Gbps with 80 MHz)
Mistake
All 2.4 GHz channels are non-overlapping because they have different numbers.
Correct
Only channels 1, 6, and 11 are non-overlapping. Channels are spaced 5 MHz apart, but each is 22 MHz wide, so they overlap.
Candidates see 11 channels and assume they are all independent, but the math shows overlap.
Mistake
DFS channels are safe to use without any delay.
Correct
DFS channels require a 60-second CAC before transmitting. If radar is detected, the AP must vacate within 10 seconds.
Candidates may not know the regulatory requirement for radar detection.
Mistake
ACS (Automatic Channel Selection) always picks the best channel for every AP.
Correct
ACS selects channels based on noise and interference, but it does not consider physical AP proximity, so two APs may end up on the same channel causing co-channel interference.
Candidates overestimate the intelligence of ACS.
Mistake
Using 40 MHz channels in 2.4 GHz doubles throughput because it doubles the bandwidth.
Correct
40 MHz channels in 2.4 GHz use the entire band, causing severe interference with neighboring APs and Bluetooth devices. Throughput often decreases due to retransmissions.
Candidates think wider channel = more throughput without considering interference.
Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.
In the 2.4 GHz band, channels 1, 6, and 11 are the only non-overlapping channels in most regulatory domains (e.g., US). Each channel is 22 MHz wide, and center frequencies are 5 MHz apart. Channels 1, 6, and 11 are spaced far enough that their frequency ranges do not overlap: channel 1 (2401-2423 MHz), channel 6 (2426-2448 MHz), channel 11 (2451-2473 MHz). Using any other combination (e.g., 1 and 2) causes adjacent-channel interference. Exam tip: Memorize these three numbers.
DFS (Dynamic Frequency Selection) is a regulatory requirement for 5 GHz channels in the UNII-2 and UNII-2e bands (channels 52-64, 100-144). It allows Wi-Fi to coexist with radar systems. An AP using a DFS channel must listen for radar for 60 seconds (CAC) before transmitting. If radar is detected, the AP must vacate the channel within 10 seconds. This can disrupt service. Many enterprises avoid DFS channels to prevent sudden disconnections. Exam tip: Know the 60-second CAC and 10-second move time.
Channel bonding combines two 20 MHz channels into a 40 MHz channel (or more). This increases throughput but reduces the number of non-overlapping channels. In 2.4 GHz, bonding to 40 MHz uses the entire band, causing severe interference. In 5 GHz, bonding is common but still reduces channel count. For example, bonding channels 36 and 40 creates a 40 MHz channel; you cannot use channels 36 or 40 separately for other APs in the same area. Exam tip: Bonding uses a primary and secondary channel; the primary is used for management frames.
Co-channel interference (CCI) occurs when two APs use the same channel and their coverage areas overlap. They must share the airtime, reducing throughput. Adjacent-channel interference (ACI) occurs when APs use overlapping channels (e.g., channels 1 and 2 in 2.4 GHz). The sidebands of one channel bleed into the other, causing retransmissions. CCI is worse because both APs contend for the same medium; ACI can be mitigated by using non-overlapping channels. Exam tip: On the exam, if two APs are on channels 1 and 2, that's ACI; if both on channel 1, that's CCI.
ACS can be useful in small or dynamic environments, but it has limitations. ACS selects channels based on noise and interference at boot time, but it does not consider physical proximity of APs. Two APs near each other may end up on the same channel, causing CCI. Manual channel planning after a site survey is preferred for enterprise deployments because it gives deterministic control. Exam tip: Know that ACS is a WLC feature and can be configured per RF profile.
A site survey is a process of measuring wireless signal strength (RSSI), noise, and interference across a physical area. It produces a heatmap showing coverage and channel utilization. The results guide channel assignments: you avoid channels with high noise and ensure adjacent APs use different non-overlapping channels. Tools like Ekahau or Cisco Prime are used. Exam tip: You won't be asked to perform a survey, but you should understand its purpose.
Transmit power determines the size of each AP's cell. Higher power means larger coverage but more overlap with neighboring APs, increasing CCI. Lower power reduces overlap but may create coverage holes. In dense deployments, engineers reduce power to allow more frequency reuse. For example, in a conference room, set power to 12 dBm so that APs can be placed closer together without interference. Exam tip: Power is measured in dBm; typical values are 17-20 dBm for 5 GHz.
You've just covered Wireless Channel Planning — now see how well it sticks with free CCNA 200-301 practice questions. Full explanations included, no account needed.
Done with this chapter?