09-08-2017 07:59 AM - edited 07-05-2021 07:37 AM
Hi,
I have a Cisco 3500 AP in the Autonomous mode with 15.3.3-JE.
I would like to skip the guest user authentication and display only the web page disclaimer option for Guest.
There is an option called web pass from GUI and its working.
How can I add a custom page and also display Accept and Decline button, before client access Internet connection?
Thank you in advanced.
Solved! Go to Solution.
09-13-2017 09:46 PM - edited 09-13-2017 10:03 PM
guys,
I finally found a helpful instruction. it's not quite for 3500 model, but I have tested it and worked very well.
the command is: "ip admission consent-banner file flash:custom-consent-page.html"
find more details in below link:
09-08-2017 07:34 PM
Hello,
You can use those command for that:
ip admission proxy http login page file
ip admission proxy http expired page file
ip admission proxy http success page file
ip admission proxy http failure page file
Here a link for your reference :
https://www.cisco.com/c/en/us/td/docs/wireless/access_point/15-3-3/configuration/guide/cg15-3-3/cg15-3-3-chap11-authtypes.html
Enjoy.
Hope that helped.
09-08-2017 09:23 PM
Thanks for your response.
I have tried your solution before.
But the thing is I want to change the web pass page which only contains a disclaimer, not the user name, and password fields.
By the way, i did not find default HTML code of the page.
09-09-2017 12:51 AM
Step 1 Save the image to be displayed in the customized page, on a web server and set the web server's IP address as allowed in the ACL in/out lists.
Step 2 Get the default HTML code of the page to be customized.
Step 3 Edit the source code of the page to insert the images, by specifying the full path of the image files on the web-server. For example: <Body background="http://40.40.5.10/image.jpg" width="600" height="600">, where the image.jpg file resides on the web server with IP address 40.40.5.10.
You can create a basic default HTML code. If you indent to customize, you need to now a bit about HTML.
09-10-2017 07:16 AM
Thanks my friend,
But again where can I get the default HTML code of the page?
09-10-2017 09:02 AM
There's a bundle on Cisco CCO for WLC, not sure if AP as well, but you need to have download permission. Take a look on Access Point flash, must find something there.
show flash
Then you can copy to an external server and edit it.
09-13-2017 09:46 PM - edited 09-13-2017 10:03 PM
guys,
I finally found a helpful instruction. it's not quite for 3500 model, but I have tested it and worked very well.
the command is: "ip admission consent-banner file flash:custom-consent-page.html"
find more details in below link:
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