Specifications
5-16
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-5260-01
Chapter 5 Administering the Access Point
Configuring the Access Point for Wireless Network Management
The Ethernet speed and duplex are set to auto by default. Beginning in privileged EXEC mode, follow
these steps to configure Ethernet speed and duplex:
Configuring the Access Point for Wireless Network
Management
You can enable the access point for wireless network management. The wireless network manager
(WNM) manages the devices on your wireless LAN.
Enter this command to configure the access point to interact with the WNM:
AP(config)# wlccp wnm ip address ip-address
Enter this command to check the authentication status between the WDS access point and the WNM:
AP# show wlccp wnm status
Possible statuses are not authenticated, authentication in progress, authentication fail, authenticated,
and security keys setup.
Configuring the Access Point for Local Authentication and
Authorization
You can configure AAA to operate without a server by configuring the access point to implement AAA
in local mode. The access point then handles authentication and authorization. No accounting is
available in this configuration.
Note You can configure your access point as a local authenticator for 802.1x-enabled client devices to provide
a backup for your main server or to provide authentication service on a network without a RADIUS
server. See Chapter 8, “Configuring an Access Point as a Local Authenticator,” for detailed instructions
on configuring your access point as a local authenticator.
Command Purpose
Step 1
configure terminal Enter global configuration mode.
Step 2
interface fastethernet0 Enter configuration interface mode.
Step 3
speed { 10 | 100 | auto } Configure the Ethernet speed. Cisco recommends that you use auto, the
default setting.
Step 4
duplex { auto | full | half } Configure the duplex setting. Cisco recommends that you use auto, the
default setting.
Step 5
end Return to privileged EXEC mode.
Step 6
show running-config Verify your entries.
Step 7
copy running-config startup-config (Optional) Save your entries in the configuration file.