4-31
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-29225-01
Chapter4 Configuring the Access Point for the First Time
Configuring the 802.1X Supplicant
The following example applies the credentials profile test to the access point Fast Ethernet port:
ap1240AG>enable
Password:xxxxxxx
ap1240AG#config terminal
Enter configuration commands, one per line. End with CTRL-Z.
ap1240AG(config)#interface fa0
ap1240AG(config-if)#dot1x credentials test
ap1240AG(config-if)#end
ap1240AG#
Applying the Credentials Profile to an SSID Used For the Uplink
If you have a repeater access point in your wireless network and are using the 802.1X supplicant on the
root access point, you must apply the 802.1X supplicant credentials to the SSID the repeater uses to
associate with and authenticate to the root access point.
Beginning in the privileged EXEC mode, follow these steps to apply the credentials to an SSID used for
the uplink:
The following example applys the credentials profile test to the ssid testap1 on a repeater access point.
repeater-ap>enable
Password:xxxxxxx
repeater-ap#config terminal
Enter configuration commands, one per line. End with CTRL-Z.
repeater-ap(config-if)#dot11 ssid testap1
repeater-ap(config-ssid)#dot1x credentials test
repeater-ap(config-ssid)#end
repeater-ap(config)
Step4 end Return to the privileged EXEC mode
Step5 copy running config
startup-config
(Optional) Save your entries in the configuration file.
Command Purpose
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 dot11 ssid ssid Enter the 802.11 SSID. The SSID can consist of up to 32
alphanumeric characters. SSIDs are case sensitive.
Note The first character cannot contain the !, #, or; character.
+,], /, “, TAB, and trailing spaces are invalid characters for SSIDs.
Step3 dot1x credentials profile Enter the name of a preconfigured credentials profile.
Step4 end Exits the dot1x credentials configuration submode
Step5 copy running config
startup-config
(Optional) Save your entries in the configuration file.