Cisco Systems IOS Releases 15.2(4)JA Universal Remote User Manual


 
4-30
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-29225-01
Chapter 4 Configuring the Access Point for the First Time
Configuring the 802.1X Supplicant
Use the no form of the dot1x credentials command to negate a parameter.
The following example creates a credentials profile named test with the username Cisco and a the
unencrypted password Cisco:
ap1240AG>enable
Password:xxxxxxx
ap1240AG#config terminal
Enter configuration commands, one per line. End with CTRL-Z.
ap1240AG(config)# dot1x credentials test
ap1240AG(config-dot1x-creden)#username Cisco
ap1240AG(config-dot1x-creden)#password Cisco
ap1240AG(config-dot1x-creden)#exit
ap1240AG(config)#
Applying the Credentials to an Interface or SSID
Credential profiles are applied to an interface or an SSID in the same way.
Applying the Credentials Profile to the Wired Port
Beginning in the privileged EXEC mode, follow these steps to apply the credentials to the access point
wired port:
Step 6
password {0 | 7 | LINE} Enter an unencrypted password for the credentials.
0—An unencrypted password will follow.
7—A hidden password will follow. Hidden passwords are used
when applying a previously saved configuration.
LINE—An unencrypted (clear text) password.
Note Unencrypted and clear text are the same. You can enter a
0 followed by the clear text password, or omit the 0 and
enter the clear text password.
Step 7
pki-trustpoint pki-trustpoint (Optional and only used for EAP-TLS)—Enter the default
pki-trustpoint.
Step 8
end Return to the privileged EXEC mode.
Step 9
copy running config
startup-config
(Optional) Save your entries in the configuration file.
Command Purpose
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
interface fastethernet 0 Enter the interface configuration mode for the access point Fast
Ethernet port.
Note You can also use interface fa0 to enter the fast Ethernet
configuration mode.
Step 3
dot1x credentials profile name] Enter the name of a previously created credentials profile.