Specifications
18-6
Cisco Aironet 1200 Series Access Point Installation and Configuration Guide
OL-3446-01
Chapter 18 Configuring Repeater and Standby Access Points
Configuring a Repeater Access Point
Setting Up a Repeater As a LEAP Client
You can set up a repeater access point to authenticate to your network like other wireless client devices.
After you provide a network username and password for the repeater access point, it authenticates to
your network using LEAP, Cisco's wireless authentication method, and receives and uses dynamic WEP
keys.
Setting up a repeater as a LEAP client requires three major steps:
1. Create an authentication username and password for the repeater on your authentication server.
2. Configure LEAP authentication on the root access point to which the repeater associates. See
Chapter 10, “Configuring Authentication Types,” for instructions on setting up authentication on the
access point.
3. Configure the repeater to act as a LEAP client. Beginning in Privileged Exec mode, follow these
instructions to set up the repeater as a LEAP client:
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
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.
Step 3
ssid ssid-string Create an SSID and enter SSID configuration mode for the new
SSID. The SSID can consist of up to 32 alphanumeric characters,
but they should not include spaces. SSIDs are case-sensitive.
Step 4
authentication network-eap
list-name
Enable LEAP authentication on the repeater so that
LEAP-enabled client devices can authenticate through the
repeater. For list-name, specify the name or IP address of the
authentication server.
Step 5
authentication client username
username
password password
Configure the username and password that the repeater uses when
it performs LEAP authentication. This username and password
must match the username and password that you set up for the
repeater on the authentication server.
Step 6
infrastructure ssid [optional] (Optional) Designate the SSID as the SSID that other access
points and workgroup bridges use to associate to this access
point. If you do not designate an SSID as the infrastructure SSID,
infrastructure devices can associate to the access point using any
SSID. If you designate an SSID as the infrastructure SSID,
infrastructure devices must associate to the access point using
that SSID unless you also enter the optional keyword.
Step 7
end Return to privileged EXEC mode.
Step 8
copy running-config
startup-config
(Optional) Save your entries in the configuration file.