11-19-2016 04:35 AM - edited 07-05-2021 06:08 AM
Hi All
I'm currently working with a Cisco 4402 WLC (version 5.2.193.0). The WLC already has a customised Web Auth Bundle on the controller which contains the following files: login.html, terms.html & logo.html
These files provide the display for guests to view the terms and conditions, it provides the company logo and background etc.
However I want to take a copy of the Web Auth files and copy them to my local machine (so I can use them somewhere else).
I think this has to be done from the CLI on the WLC to upload the files. I can see the files (shown in the attached document) but I'm not sure how to copy them off.
Please can someone help with the details on how to do it ?
thanks
11-20-2016 11:02 PM
Via GUI its not possible but you can try to upload via CLI:
Here is the method:
(WLC1) >transfer upload mode tftp
(WLC1) >transfer upload datatype webauthbundle
(WLC1) >transfer upload serverip 192.168.19.7
(WLC1) >transfer upload filename destination-filename
(WLC1) >transfer upload start
Mode............................................. TFTP
TFTP Server IP................................... 192.168.19.7
TFTP Path........................................
TFTP Filename.................................... destination-filename
Data Type........................................ webauth bundle
Are you sure you want to start? (y/N) y
File transfer operation completed successfully.
(WLC1) >
Regards
Dont forget to rate helpful posts
11-22-2016 04:07 AM
thanks Sandeep.
I've tried following your instructions and get an error message 'Incorrect input - Requires datatype: Config/Crashfile/errorlog/PAC/Invalid-config/systemtrace/trap log'.
I've attached the error for information.
I know that the webauth bundle is on the controller as it shows if you do a show custom-web webauth-bundle (screen shot attached).
Any ideas ?
11-22-2016 04:29 AM
HI Jim,
You have very old version SW on WLC. So you don't have this command available on 4400 series.
transfer upload datatype webauthbundle
datatype webauthbundle is not avilable in 5.2 series. I was having 8.0.133.0 on my WLC.
Now I think You don't have any other option to upload the bundle from the WLC to a machine to preview.
Regards
Dont forget to rate helpful posts
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