Specifications

2-16
Cisco IOS Command Reference for Cisco Aironet Access Points and Bridges
0L-24115-01
Chapter 2 Cisco IOS Commands for Access Points and Bridges
authentication (local server configuration mode)
AP(config-if)# no ampdu
authentication (local server configuration mode)
Use the authentication local server configuration command to specify the authentication types that are
allowed on the local authenticator. By default, a local authenticator access point performs LEAP,
EAP-FAST, and MAC-based authentication for up to 50 client devices. You use the no form of the
authentication command to limit the local authenticator to one or more authentication types.
[no] authentication [eapfast] [leap] [mac]
Note This command is not supported on bridges.
Syntax Description
Defaults By default, a local authenticator access point performs LEAP, EAP-FAST, and MAC-based
authentication. To limit the local authenticator to one or two authentication types, use the no form of the
command to disable unwanted authentication types.
Command Modes Local server configuration mode
Command History
Examples This example shows how to limit the local authenticator to perform only LEAP authentications for client
devices:
AP(config-radsrv)# no authentication eapfast
AP(config-radsrv)# no authentication mac
eapfast Specifies that the local authenticator performs EAP-FAST
authentication for client devices.
leap Specifies that the local authenticator performs LEAP authentication for
client devices.
mac Specifies that the local authenticator performs MAC-address
authentication for client devices.
Release Modification
12.3(2)JA This command was introduced.