04-26-2021 07:58 PM - edited 07-05-2021 01:13 PM
Hello, Any one using External Webauth with append parameters?
In the AIROS if external webauth (Web Authentication on WLAN Controller - Cisco) is used for SSID, the request to external URL is redirected by appending parameters - AP MAC address, Client MAC address, SSID and initial redirect url. It would look like ..https://IPAddress_external_server/somepage.html?switch_url=http://virtualIP/login.html&ap_mac=20:00:00:00:00:23&client_mac=11:22:22:44:55:66&wlan=testssid&redirect=msn.com/
In the 9800 Series - code 17.3.1 , by default the append parameters is not happening. Guide mentions to hardcode values. Is there a way to dynamically generate these values?
Any inputs is appreciated.
Thank you!
Solved! Go to Solution.
04-27-2021 08:23 AM
parameter-map type webauth mapname
...
redirect append ap-mac tag ap_mac
redirect append wlan-ssid tag wlan_ssid
redirect append client-mac tag client_mac
...
Working on 17.5.1.
04-27-2021 08:23 AM
parameter-map type webauth mapname
...
redirect append ap-mac tag ap_mac
redirect append wlan-ssid tag wlan_ssid
redirect append client-mac tag client_mac
...
Working on 17.5.1.
04-27-2021 08:04 PM
Yes that worked. Thanks!
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