Configuring the HTTP Server
Customizing the Authentication Proxy Web Pages
You can configure web authentication to display four substitute HTML pages to the user in place of the switch
default HTML pages during web-based authentication.
For the equivalent Session Aware Networking configuration example for this feature, see the section
"Configuring a Parameter Map for Web-Based Authentication" in the chapter, "Configuring Identity Control
Policies." of the book, "Session Aware Networking Configuration Guide, Cisco IOS XE Release 3SE (Catalyst
3850 Switches)."
Beginning in privileged EXEC mode, follow these steps to specify the use of your custom authentication
proxy web pages:
Before You Begin
Store your custom HTML files on the switch flash memory.
SUMMARY STEPS
1. configure terminal
2. ip admission proxy http login page file device:login-filename
3. ip admission proxy http success page file device:success-filename
4. ip admission proxy http failure page file device:fail-filename
5. ip admission proxy http login expired page file device:expired-filename
6. end
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
Switch# configure terminal
Step 2
ip admission proxy http login page file device:login-filename
Example:
Switch(config)# ip admission proxy http login page
file disk1:login.htm
Step 3
ip admission proxy http success page file
device:success-filename
Example:
Switch(config)# ip admission proxy http success page
file disk1:success.htm
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
318
Configuring Web-Based Authentication
Purpose
Enters the global configuration mode.
Specifies the location in the switch memory file system
of the custom HTML file to use in place of the default
login page. The device: is flash memory.
Specifies the location of the custom HTML file to use
in place of the default login success page.
OL-29434-01