328
Cisco 3900 Series, Cisco 2900 Series, and Cisco 1900 Series Integrated Services Routers Generation 2 Software Configuration Guide
Chapter Administering the Wireless Device
Configuring the Access Point for Wireless Network Management
Configuring the Access Point for Wireless Network
Management
You can enable the wireless device for wireless network management. The wireless network manager
(WNM) manages the devices on your wireless LAN.
Enter the following command to configure the wireless device to interact with the WNM:
AP(config)#
wlccp wnm ip address
ip-address
Enter the following 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 wireless device to implement
AAA in local mode. The wireless device then handles authentication and authorization. No accounting
is available in this configuration.
Note
You can configure the wireless device 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
Using the Access Point as a Local Authenticator
at Cisco.com for detailed
instructions on configuring the wireless device as a local authenticator:
http://www.cisco.com/en/US/docs/routers/access/wireless/software/guide/SecurityLocalAuthent.html.
To configure the wireless device for local AAA, follow these steps, beginning in privileged EXEC mode.
SUMMARY STEPS
1.
configure terminal
2.
aaa new-model
3.
aaa authentication login default local
4.
aaa authorization exec local
5.
aaa authorization network local
6.
username
name
[
privilege
level
] {
password
encryption-type
password
}
7.
end
Step 6
show running-config
Verifies your entries.
Step 7
copy running-config startup-config
(Optional) Saves your entries in the configuration file.
Command
Purpose