Antenna PlacementAPs that require external antennas need special care. You need to configure the antennas properly, consider what role the AP serves (AP or bridge), and consider where the antennas are placed. For more information on Wi-Fi antennas, flip back to Chapter 2, "Cisco Antennas."
Ideally, you locate the AP as close as possible to the antennas. The farther the signal has to travel across the cabling between the AP and the antenna, the more signal reduction (also known as
RF attenuation
) you experience. For instance, if you are locating an antenna in a courtyard to service
Signal loss depends on what type of cable you use. Cisco offers two types of cable. One is similar to LMR400 and has a loss of 6.7dB per 100 feet, whereas the other is similar to LMR600 with 4.4dB per 100 feet. For every 3dB, you lose about half the signal's power. This loss occurs on both transmission and
In addition, if you use an 802.11a product, cable loss is an even more significant issue. Loss
|
Initial SettingsCisco APs contain pages and pages of configuration settings. These settings are good when you need to fine tune your AP's performance and role in the network; however, if you want to get started right away, the AP contains two express pages:
Express Security Set-Up was covered earlier in this chapter. Express Set-Up is the page you want to use when you first configure your Cisco AP. Express Set-UpExpress Set-Up is shown in Figure 5-4. This page allows you to manage such details as:
Figure 5-4. Express Set-Up Allows You to Quickly Enter AP Information in One Place
Express Security Set-UpExpress Security Set-Up is used to quickly manage your AP's security features. Similar to Express Set-Up, this screen is used to manage the broad strokes of your device's security functions. The details are managed from elsewhere on the device. Figure 5-3 shows the Express Security Set-Up screen. This page allows you to:
|
APs as Repeaters
Most of this chapter deals with the issue of how to connect an AP to your WLAN. However, to extend the range of your WLAN, you can add a repeater AP to the network. This AP is not physically connected to the WLAN, but is instead added to augment range and the
Note Because APs have two radios, only one can be used as a repeater. You must configure the other as a root radio. Repeater OverviewThe repeater forwards traffic between wireless clients and the AP connected to the wired LAN (or other repeaters). APs configured as repeaters do not forward traffic from the Ethernet port (although this might change in future versions of the software).
Note After your AP is configured as a repeater, it shuts down its Ethernet connection. Any devices connected to the Ethernet port are disconnected from the AP. You can configure multiple APs as a chain of repeaters. However, throughput suffers as additional APs are added to the chain, because each repeater must receive and then retransmit the packet on the same channel. Because of this, throughput is cut in half for each repeater added. Following are some guidelines to bear in mind when you place an AP in repeater mode:
Configuring Repeater APsFollow these steps to configure your Cisco AP as a repeater AP:
Most WLAN problems stem from improperly configured APs or clients. If you properly install and configure your APs, you are on the right track to an effective WLAN. Configuring a Repeater Using the CLIIf you want to configure your AP as a repeater and use the command-line interface, the following is an example configuration setting. This example configures the AP with two parents: ap1130# configure terminal ap1130(config)# interface dot11radio 0 ap1130(config-if)# ssid qbranch ap1130(config-ssid)# infrastructure-ssid ap1130(config-ssid)# exit ap1130(config-if)# station-role repeater ap1130(config-if)# dot11 extensions aironet ap1130(config-if)# parent 1 0012.7fc2.1bdc 1000 ap1130(config-if)# parent 2 0012.44b4.b250 1000 ap1130(config-if)# end ao1130# copy running-config startup-config Table 5-3 explains each command in this list. Table 5-3. CLI Commands for Configuring an AP as a Repeater
{% if main.adsdop %}{% include 'adsenceinline.tpl' %}{% endif %} In this example, the SSID qbranch is configured as a repeater and attempts to associate to one of two parent APs. qbranch attempts to associate to each parent for 1000 seconds before it moves on to the next. |