Configuring Authentication for Access Points
Command or Action
Step 6
radius-server host host_ip_adress acct-port port_number
auth-port port_number key 0 unencryptied_server_key
Example:
Switch(config)# radius-server host
10.1.1.1 acct-port 1813 auth-port 6225 key 0
encryptkey
Step 7
interface TenGigabitEthernet1/0/1
Example:
Switch(config)# interface
TenGigabitEthernet1/0/1
Step 8
switch mode access
Example:
Switch(config-if)# switch mode access
Step 9
dot1x pae authenticator
Example:
Switch(config-if)# dot1x pae
authenticator
Step 10
end
Example:
Switch(config)# end
Configuration Examples for Configuring Authentication for
Access Points
Displaying the Authentication Settings for Access Points: Examples
This example shows how to display the authentication settings for all access points that join the switch:
Switch# show ap summary
Number of APs.................................... 1
Global AP User Name.............................. globalap
Global AP Dot1x User Name........................ globalDot1x
This example shows how to display the authentication settings for a specific access point:
Switch# show ap name AP02 config dot11 24ghz general
Cisco AP Identifier.............................. 0
Cisco AP Name.................................... TSIM_AP2
...
AP Dot1x User Mode............................... AUTOMATIC
AP Dot1x User Name............................... globalDot1x
OL-28697-01
Configuration Examples for Configuring Authentication for Access Points
Lightweight Access Point Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
Purpose
Sets a clear text encryption key for the RADIUS
authentication server.
Sets the 10-Gigbit Ethernet interface.
The command prompt changes from Controller(config)#
to Controller(config-if)#.
Sets the unconditional truncking mode access to the
interface.
Sets the 802.1X interface PAE type as the authenticator.
Returns to privileged EXEC mode. Alternatively, you
can also press Ctrl-Z to exit global configuration mode.
51