11-24
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-29225-01
Chapter11 Configuring Authentication Types
Guest Access Management
Beginning in privileged EXEC mode, use these commands to enable Web Pass-through:
ap(config)# ip admission name Web_passthrough consent
ap(config)# interface dot11Radio 0
ap(config-if)# ip admission Web_passthrough
Note Web Authentication or Web Pass-through works in an interface only when there is no VLAN. The IP
admission Web_auth or IP admission Web_passthrough must be configured in the VLAN when the SSID
is mapped to the VLAN.
Guest Account Creation
Perform these steps to create new guest accounts:
Step1 Browse to the Guest Management Services page on the access point in the GUI.
Step2 Select New to create a new guest account.
The Webauth Login page is displayed.
Step3 Enter these values:
Username
Password
Confirm Password
Lifetime
Step4 Check the Generate Password check box.
Step5 Click Apply.
Perform these steps to delete an existing user:
Step1 Browse to the Guest Management Services page on the access point GUI.
Step2 Select the username to be deleted.
Step3 Click Delete.
A confirmation message appears.
Step4 Click Ok to delete the user or Cancel to cancel the changes.
Beginning in privileged EXEC mode, use these commands to create guest accounts using CLI
commands:
ap(config)# dot11 guest
ap(config-guest-mode)# username Gues-1 lifetime 40 password t_ksdgon
ap(config-guest-mode)# username Gues-2 lifetime 35 password gp2
ap(config)# exit