Users Guide

Table Of Contents
382 Authentication, Authorization, and Accounting
Creating and Configuring a Captive Portal
Use the following commands to create a CP instance and configure its
settings.
CTRL + Z Exit to Privileged Exec mode.
show captive-portal
[status]
View the CP administrative and operational status. Use
the status keyword to view additional global CP
information and summary information about all
configured CP instances.
Command Purpose
configure Enter global configuration mode.
captive-portal Enter Captive Portal mode.
configuration cp-id Enter the CP instance mode
cp-id — The CP instance (Range: 1–10). The CP
configuration identified by CP ID 1 is the default CP
configuration.
name string Add a name to the CP instance.
string — CP configuration name (Range: 1–32 characters).
protocol {http | https} Specify whether to use HTTP or HTTPs during the CP
user verification process.
verification {guest |
local | radius}
Specify how to process user credentials the user enters on
the verification page.
guest — Allows access for unauthenticated users (users
that do not have assigned user names and passwords).
local — Authenticates users against a local user database.
radius — Authenticates users against a remote RADIUS
database.
radius-auth-server name (Optional) Specify the name of the RADIUS server to use
for RADIUS verification. Use the commands described in
"Using RADIUS" on page 269 to configure RADIUS server
settings for the switch. This command is not required if
local or guest verification is configured.
Command Purpose