01-21-2021 05:23 PM
Hello,
Have anybody sucessfuly deployed captive portal on Vx9000, wing 7.5.1 ?
I tried follow tutorials but have no success.
Client connect to open ssid with captive portal enabled and is redirected to AP vlan IP [if self is set] or vx9000 ip [if centralized is set]. Problem is no webpage is presented at all. there is 404 error.
If I use external webpage then page is ok but it is not processed back as if .cgi was not present on controller or AP.
Tried to upload login.html to vx and AP with the same effect.
It looks like there are no pages at all under Captive Portal.
I have information that similar configuration works ok on wing 5.9,
What can i miss in 7.5 ?
regards,
Tomek
Solved! Go to Solution.
01-21-2021 06:25 PM
Hi Tomasz,
What does the following commands show you on AP/controller?
show captive-portal-page-upload list-files <CAPTIVE-PORTAL-NAME>
show captive-portal-page-upload history on <RF-DOMAIN-NAME>
You can also use the following debug command on the controller to find out what is exactly going on in the background when a client tries to connect to the captive portal SSID, execute the command first and then connect a client to see the command output.
VX9000-Primary~#remote-debug captive-portal rf-domain <RF-Domain name> clients <Client MAC> max-events 500 events all
Regards,
Ovais
01-22-2021 09:40 AM
Hello,
my bad, forgoted to check CP policy on device profile…
GTAC helped, now looks fine 🙂
regards,
Tomek
01-21-2021 06:30 PM
Hello Ovais,
thank you for quick reply.
show captive-portal-page-upload list-files … shows uploaded files eg. login.html on both ap and Vx this process works if files are uploaded directly on Vx or AP
There is no way to upload files from Xv to AP
show captive-portal-page-upload history on .. shows nothing
I’ll try debug tomorrow
Tomek
01-21-2021 06:25 PM
Hi Tomasz,
What does the following commands show you on AP/controller?
show captive-portal-page-upload list-files <CAPTIVE-PORTAL-NAME>
show captive-portal-page-upload history on <RF-DOMAIN-NAME>
You can also use the following debug command on the controller to find out what is exactly going on in the background when a client tries to connect to the captive portal SSID, execute the command first and then connect a client to see the command output.
VX9000-Primary~#remote-debug captive-portal rf-domain <RF-Domain name> clients <Client MAC> max-events 500 events all
Regards,
Ovais