C9800-CL Limit local webauth guest account to specific WLAN

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 10:12 AM
Working on getting local webauth guest access working on a C9800-CL. I have the accounts created. I want to limit which account can log into which WLAN. I've put in the WLAN Profile in each guests account but each user can log into each guest portal. Am I doing something wrong?
user-name Guest
creation-time 1692368864
description Guest-User
wlan-profile-name Customer_Guest_Wifi
password 0 ***********
type network-user description Guest-User guest-user lifetime year 0 month 3 day 5 hour 0 minute 0 second 0
!
user-name Guest1
creation-time 1692368864
description Guest-User
wlan-profile-name Customer_Guest
password 0 ***********
type network-user description Guest-User guest-user lifetime year 0 month 3 day 5 hour 0 minute 0 second 0
!
wlan Customer_Guest 5 Customer_Guest
band-select
dot11ax target-waketime
dot11ax twt-broadcast-support
no security ft adaptive
no security wpa
no security wpa wpa2
no security wpa wpa2 ciphers aes
no security wpa akm dot1x
security web-auth authentication-list local_webauth
security web-auth parameter-map GUEST
no shutdown
!
wlan Customer_Guest_Wifi 10 Customer_Guest_Wifi
band-select
dot11ax target-waketime
dot11ax twt-broadcast-support
no security ft adaptive
no security wpa
no security wpa wpa2
no security wpa wpa2 ciphers aes
no security wpa akm dot1x
security web-auth
security web-auth authentication-list local_auth
security web-auth parameter-map GUEST
- Labels:
-
Catalyst Wireless Controllers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 10:28 AM - edited 08-18-2023 10:28 AM
- There's an overall checking methodology of the configuration of a 9800 controller use the CLI command show tech wireless and feed the output into :
https://cway.cisco.com/wireless-config-analyzer/
This may point errors relating to your intended guest setups too
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 02:55 PM
I do not think you can control selected local users to particular SSID.
HTH
Rasika
*** Pls rate all useful responses ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2023 05:56 AM - edited 08-19-2023 05:58 AM
Your config shows the user config referring to Customer_Guest_Wifi and Customer_Guest profiles and then it shows WLANs with those same names. But WLAN definitions (SSIDs) are not profiles! In the 9800 configuration model a WLAN (SSID) and policy profile are associated with each other in the tag policy.
That's not to say it will work (I've never tried it) but you might be confusing the WLAN/SSID with the policy profile?
Please click Helpful if this post helped you and Select as Solution (drop down menu at top right of this reply) if this answered your query.
------------------------------
TAC recommended codes for AireOS WLC's and TAC recommended codes for 9800 WLC's
Best Practices for AireOS WLC's, Best Practices for 9800 WLC's and Cisco Wireless compatibility matrix
Check your 9800 WLC config with Wireless Config Analyzer using "show tech wireless" output or "config paging disable" then "show run-config" output on AireOS and use Wireless Debug Analyzer to analyze your WLC client debugs
Field Notice: FN63942 APs and WLCs Fail to Create CAPWAP Connections Due to Certificate Expiration
Field Notice: FN72424 Later Versions of WiFi 6 APs Fail to Join WLC - Software Upgrade Required
Field Notice: FN72524 IOS APs stuck in downloading state after 4 Dec 2022 due to Certificate Expired
- Fixed in 8.10.196.0, latest 9800 releases, 8.5.182.12 (8.5.182.13 for 3504) and 8.5.182.109 (IRCM, 8.5.182.111 for 3504)
Field Notice: FN70479 AP Fails to Join or Joins with 1 Radio due to Country Mismatch, RMA needed
How to avoid boot loop due to corrupted image on Wave 2 and Catalyst 11ax Access Points (CSCvx32806)
Field Notice: FN74035 - Wave2 APs DFS May Not Detect Radar After Channel Availability Check Time
Leo's list of bugs affecting 2800/3800/4800/1560 APs
Default AP console baud rate from 17.12.x is 115200 - introduced by CSCwe88390

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 06:55 AM
Thanks. I am using the WLAN Profile name, which happens to be the same as the SSID. Are you saying that I need to use the Policy tag for the WLAN vs the WLAN profile name?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 08:09 AM
No I'm saying that when you add a WLAN to a policy tag you need to add the WLAN profile name *with* the policy profile.
Did you read the document at that link?
The Create/Modify a Policy Tag section, step 2, shows adding the WLAN with the policy profile.
CLI:
# config t # wireless tag policy <policy-tag-name> # wlan <ssid-name> policy <policy-profile-name> # end
Use the config analyser (below) to check your config.
Please click Helpful if this post helped you and Select as Solution (drop down menu at top right of this reply) if this answered your query.
------------------------------
TAC recommended codes for AireOS WLC's and TAC recommended codes for 9800 WLC's
Best Practices for AireOS WLC's, Best Practices for 9800 WLC's and Cisco Wireless compatibility matrix
Check your 9800 WLC config with Wireless Config Analyzer using "show tech wireless" output or "config paging disable" then "show run-config" output on AireOS and use Wireless Debug Analyzer to analyze your WLC client debugs
Field Notice: FN63942 APs and WLCs Fail to Create CAPWAP Connections Due to Certificate Expiration
Field Notice: FN72424 Later Versions of WiFi 6 APs Fail to Join WLC - Software Upgrade Required
Field Notice: FN72524 IOS APs stuck in downloading state after 4 Dec 2022 due to Certificate Expired
- Fixed in 8.10.196.0, latest 9800 releases, 8.5.182.12 (8.5.182.13 for 3504) and 8.5.182.109 (IRCM, 8.5.182.111 for 3504)
Field Notice: FN70479 AP Fails to Join or Joins with 1 Radio due to Country Mismatch, RMA needed
How to avoid boot loop due to corrupted image on Wave 2 and Catalyst 11ax Access Points (CSCvx32806)
Field Notice: FN74035 - Wave2 APs DFS May Not Detect Radar After Channel Availability Check Time
Leo's list of bugs affecting 2800/3800/4800/1560 APs
Default AP console baud rate from 17.12.x is 115200 - introduced by CSCwe88390
