Administering the WMIC
Configuring the WMIC for Local Authentication and Authorization
38
Cisco 3200 Series Wireless MIC Software Configuration Guide
To disable accounting, use the
no aaa accounting
{
network
|
exec
} {
start-stop
}
method1...
command
in global configuration mode.
Displaying the Configuration
To display server statistics, use the
show tacacs
command in privileged EXEC mode.
Configuring the WMIC for Local Authentication and
Authorization
You can configure AAA to operate without a server by setting the WMIC to implement AAA in local
mode. The WMIC then handles authentication and authorization. No accounting is available in this
configuration.
To configure the WMIC for local AAA
, follow these steps, beginning in privileged EXEC mode:
Step 5
show running-config
Verifies your entries.
Step 6
copy running-config startup-config
(Optional) Saves your entries in the configuration file.
Command
Purpose
Command
Purpose
Step 1
configure terminal
Enters global configuration mode.
Step 2
aaa new-model
Enables AAA.
Step 3
aaa authentication login default local
Sets the login authentication to use the local username database. The
default
keyword applies the local user database authentication to all
interfaces.
Step 4
aaa authorization exec local
Configures user AAA authorization to check the local database to
determine whether the user is allowed to run an EXEC shell.
Step 5
aaa authorization network local
Configures user AAA authorization for all network-related service
requests.