url

Syntax

url <URL> 

no url 

Description

Within the captive portal context, defines the captive portal URL.

The no form of this command deletes the captive portal URL.

Command context

config-captive-portal

Parameters

<URL>

Specifies the captive portal URL. Up to 1024 characters.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Creating a captive portal profile named employee and then setting its URL:

switch(config)# aaa authentication port-access captive-portal-profile employee
switch(config-captive-portal)# url http://1.1.1.1/employee/captiveportal.php
switch(config-captive-portal)#
switch(config-captive-portal)# exit
switch(config)#  

Entering the captive portal profile employee and then deleting its URL:

switch(config)# aaa authentication port-access captive-portal-profile employee
switch(config-captive-portal)# no url
switch(config-captive-portal)#
switch(config-captive-portal)# exit
switch(config)#