aaa authentication port-access captive-portal-profile

Syntax

aaa authentication port-access captive-portal-profile <PROFILE-NAME> 

no aaa authentication port-access captive-portal-profile <PROFILE-NAME>

Description

Creates the specified captive portal profile (if it does not yet exist) and then enters its context. For existing captive portal profiles, this command enters the context of the specified captive portal profile.

The no form of this command deletes the specified captive portal profile.

Command context

config

Parameters

<PROFILE-NAME>

Specifies the captive portal profile name. Up to 64 characters.

Authority

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

Examples

Creating a captive portal profile named employee and entering its context for additional configuration:

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)# url-hash-key plaintext cjQrJ9#$erty
switch(config-captive-portal)#
switch(config-captive-portal)# exit
switch(config)#  

Deleting the captive portal profile named employee:

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