
4-5
Cisco Wireless ISR and HWIC Access Point Configuration Guide
OL-6415-04
Chapter 4 Configuring an Access Point as a Local Authenticator
Configure a Local Authenticator
This example shows how to set up a local authenticator used by three access points with three user groups
and several users:
router#
configure terminal
router(config)#
radius-server local
router(config-radsrv)#
nas 10.91.6.159 key 110337
router(config-radsrv)#
nas 10.91.6.162 key 110337
router(config-radsrv)#
nas 10.91.6.181 key 110337
router(config-radsrv)#
group clerks
router(config-radsrv-group)#
vlan 87
router(config-radsrv-group)#
ssid batman
router(config-radsrv-group)#
ssid robin
router(config-radsrv-group)#
reauthentication time 1800
router(config-radsrv-group)#
block count 2 time 600
router(config-radsrv-group)#
group cashiers
router(config-radsrv-group)#
vlan 97
router(config-radsrv-group)#
ssid deer
router(config-radsrv-group)#
ssid antelope
router(config-radsrv-group)#
ssid elk
router(config-radsrv-group)#
reauthentication time 1800
router(config-radsrv-group)#
block count 2 time 600
router(config-radsrv-group)#
group managers
router(config-radsrv-group)#
vlan 77
router(config-radsrv-group)#
ssid mouse
router(config-radsrv-group)#
ssid chipmunk
router(config-radsrv-group)#
reauthentication time 1800
router(config-radsrv-group)#
block count 2 time 600
router(config-radsrv-group)#
exit
router(config-radsrv)#
user jsmith password twain74 group clerks
router(config-radsrv)#
user stpatrick password snake100 group clerks
router(config-radsrv)#
user nick password uptown group clerks
router(config-radsrv)#
user 00095125d02b password 00095125d02b group clerks mac-auth-only
Step 11
user
username
{
password
|
nthash
}
password
[
group
group-name
]
[
mac-auth-only
]
Enter the LEAP and EAP-FAST users allowed to authenticate
using the local authenticator. You must enter a username and
password for each user. If you only know the NT value of the
password, which you can often find in the authentication server
database, you can enter the NT hash as a string of hexadecimal
digits.
To add a client device for MAC-based authentication, enter the
client’s MAC address as both the username and password. Enter
12 hexadecimal digits without a dot or dash between the numbers
as the username and the password. For example, for the MAC
address 0009.5125.d02b, enter
00095125d02b
as both the
username and the password.
To limit the user to MAC authentication only, enter
mac-auth-only
.
To add the user to a user group, enter the group name. If you do
not specify a group, the user is not assigned to a specific VLAN
and is never forced to reauthenticate.
Step 12
end
Return to privileged EXEC mode.
Step 13
copy running-config
startup-config
(Optional) Save your entries in the configuration file.
Command
Purpose
Summary of Contents for HWIC
Page 8: ...Contents 8 Cisco Wireless Router and HWIC Configuration Guide OL 6415 04 ...
Page 24: ...1 6 Cisco Wireless Router and HWIC Configuration Guide OL 6415 04 Chapter 1 Overview ...
Page 181: ...Index IN 7 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 182: ...Index IN 8 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 183: ...Index IN 9 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 184: ...Index IN 10 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 185: ...Index IN 11 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 186: ...Index IN 12 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 187: ...Index IN 13 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 188: ...Index IN 14 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...