Cisco Systems IOS Releases 15.2(4)JA Universal Remote User Manual


 
11-24
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-29225-01
Chapter 11 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:
Step 1 Browse to the Guest Management Services page on the access point in the GUI.
Step 2 Select New to create a new guest account.
The Webauth Login page is displayed.
Step 3 Enter these values:
Username
Password
Confirm Password
Lifetime
Step 4 Check the Generate Password check box.
Step 5 Click Apply.
Perform these steps to delete an existing user:
Step 1 Browse to the Guest Management Services page on the access point GUI.
Step 2 Select the username to be deleted.
Step 3 Click Delete.
A confirmation message appears.
Step 4 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