07-08-2014 06:20 PM - edited 07-05-2021 01:11 AM
How cisco WLC 5760 configure the WLAN that use web authentication with lobby admin and guest account using GUI and CLI.
Any disadvantage using internal database for the guest account ? any limitation?
07-09-2014 03:49 AM
Please refer
http://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/116532-configure-technology-00.html
07-15-2014 04:21 AM
The local user database stores the credentials (username and password) of all the local network users. These credentials are then used to authenticate the users. You can configure local network users either through the GUI or the CLI. You can enter up to 24 alphanumeric characters. All the special characters can be used when you configure username and passwords though CLI, but the single quote character cannot be used when you configure username and password through GUI.
From the CLI, use these commands to create a local net user:.
config netuser add <username> <password> wlan <wlan_id> userType permanent description <description> —Adds a permanent user to the local user database on the WLC.
config netuser add <username> <password> {wlan | guestlan} {wlan_id | guest_lan_id} userType guest lifetime seconds description <description>—Adds a guest user on a WLAN or wired guest LAN to the local user database on the WLC.
From the GUI, you can configure local net users from the Security > AAA > Local Net Users page.
07-15-2014 05:39 PM
How many user can the internal database support?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide