19-6
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-30644-01
Chapter19 Configuring Repeater and Standby Access Points and Wo rkgroup Bridge Mode
Aligning Antennas
The following example shows how to set up a repeater access point with three potential parents,
designated 1 to 3:
AP# configure terminal
AP(config)# interface dot11radio 0
AP(config-if)# ssid chicago
AP(config-if)# station-role repeater
AP(config-if)# dot11 extension aironet
AP(config-if)# parent 1 0987.1234.h345
AP(config-if)# parent 2 7809.b123.c345
AP(config-if)# parent 3 6543.a456.7421
AP(config-if)# end
This example shows how to remove a parent, here parent 2, from the parent list:
AP(config-if)# no parent 2
This example shows how to set a timeout of 60 seconds for the parent list:
AP(config-if)# parent timeout 60
This example shows how to disable the timeout value for the parent list:
AP(config-if)# no parent timeout
Aligning Antennas
When an access point is configured as a repeater, you can align its antenna with another remote antenna
using the dot11 antenna-alignment CLI command.
The command invokes an alignment test. The radio disassociates from its parent, probes adjacent
wireless devices, and records the MAC addresses and signal strengths of responses it receives. After the
timeout, the radio reassociates with its parent.
Follow these steps to run an antenna alignment test:
Step7 end Return to privileged EXEC mode.
Step8 copy running-config
startup-config
(Optional) Save your entries in the configuration file.
Command Purpose
Command Purpose
Step1 enable Enter privileged EXEC mod
Step2 dot11 dot11radio { 0 | 1 }
antenna-alignment timeout
timeout-in-seconds
Enter interface configuration mode for the radio interface.
0—For the 2.4-GHz radio and the 2.4-GHz 802.11n radio
1—For the 5-GHz radio and the 5-GHz 802.11n radio.
timeout-in-seconds—Enter the time in seconds that the
antenna alignment test runs before timing out. The default is
5 seconds.