19-5
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-11350-01
Chapter19 Configuring Repeater and Standby Access Points and Workgroup Bridge Mode
Configuring a Repeater Access Point
Setting Up a Repeater
Beginning in Privileged Exec mode, follow these steps to configure an access point as a repeater:
This example shows how to set up a repeater access point with three potential parents:
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 interface dot11radio { 0 | 1 } Enter interface configuration mode for the radio interface. The
2.4-GHz radio is radio 0, and the 5-GHz radio is radio 1.
Step3 ssid ssid-string Create the SSID that the repeater uses to associate to a root access
point; in the next step designate this SSID as an infrastructure
SSID. If you created an infrastructure SSID on the root access
point, create the same SSID on the repeater, also.
Step4 infrastructure-ssid [optional] Designate the SSID as an infrastructure SSID. The repeater uses
this SSID to associate to the root access point. Infrastructure
devices must associate to the repeater access point using this
SSID unless you also enter the optional keyword.
The infrastructure SSID must be assigned to the native VLAN. If
more than one VLAN is created on an access point or wireless
bridge, an infrastructure SSID cannot be assigned to a non-native
VLAN. The following message appears when the infrastructure
SSID is configured on non-native VLAN:
SSID [xxx] must be configured as native-vlan before
enabling infrastructure-ssid
Step5 exit Exit SSID configuration mode and return to radio interface
configuration mode.
Step6 station-role repeater Set the access point’s role in the wireless LAN to repeater.
Step7 dot11 extensions aironet If Aironet extensions are disabled, enable Aironet extensions.
Step8 parent {1-4} mac-address
[timeout]
(Optional) Enter the MAC address for the access point to which
the repeater should associate.
You can enter MAC addresses for up to four parent access
points. The repeater attempts to associate to MAC address 1
first; if that access point does not respond, the repeater tries
the next access point in its parent list.
Note If multiple BSSIDs are configured on the parent access
point, the MAC address for the parent might change if a
BSSID on the parent is added or deleted.
(Optional) You can also enter a timeout value in seconds that
determines how long the repeater attempts to associate to a
parent access point before trying the next parent in the list.
Enter a timeout value from 0 to 65535 seconds.
Step9 end Return to privileged EXEC mode.
Step10 copy running-config
startup-config
(Optional) Save your entries in the configuration file.