Cisco Cisco Aironet 1140 Access Point Prospecto

Descargar
Página de 7
ap(confi−if)#no shut
ap(config−if)#exit
Define the method list that specifies where the user credentials are authenticated. Link the method list
name with the web_auth authentication rule, and name it web_list:
ap(config)#ip admission name web_auth method−list authentication web_list
4. 
Complete these steps in order to configure Authentication, Authorization, and Accounting (AAA) on
the AP and local RADIUS server, and link the method list with the local RADIUS server on the AP:
Enable AAA:
ap(config)#aaa new−model
A. 
Configure the local RADIUS server:
ap(config)#radius−server local
ap(config−radsrv)#nas 192.168.10.2 key cisco
ap(config−radsrv)#exit
B. 
Create the guest accounts, and specify their lifetime (in minutes). Create one user account
with a username and password of user1, and set the lifetime value to 60 minutes:
ap(config)#dot11 guest
ap(config−guest−mode)#username  user1 lifetime 60 password user1
ap(config−guest−mode)#exit
ap(config)#
You can create other users with the same process.
Note: You must enable radius−server local in order to create guest accounts.
C. 
Define the AP as a RADIUS server:
ap(config)#radius−server host 192.168.10.2 auth−port 1812
 acct−port 1813 key cisco
D. 
5.