cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
806
Views
5
Helpful
2
Replies

9800-CL WLC 17.3.1 - External Webauth - Append Parameters

yprasannas
Level 1
Level 1

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!

1 Accepted Solution

Accepted Solutions

Rich R
VIP
VIP

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.

View solution in original post

2 Replies 2

Rich R
VIP
VIP

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.

yprasannas
Level 1
Level 1

Yes that worked. Thanks!

Review Cisco Networking for a $25 gift card