PurposeCommand or Action
Example:
Device> enable
•
Enter your password if prompted.
Displays the current authentication proxy configuration.show ip auth-proxy configuration
Example:
Device# show ip auth-proxy configuration
Step 2
Displays the list of user authentication entries.show ip auth-proxy cache
Step 3
Example:
Device# show ip auth-proxy cache
The authentication proxy cache lists the host IP address, the source
port number, the timeout value for the authentication proxy, and
the state of the connection. If the authentication proxy state is
HTTP_ESTAB, the user authentication was successful.
Displays HTTPS status.show ip http server secure status
Example:
Device# show ip http server secure status
Step 4
Configuration Examples for Web-Based Authentication
Example: Configuring the Authentication Rule and Interfaces
This example shows how to enable web-based authentication on Fast Ethernet port 5/1 :
Switch(config)# ip admission name webauth1 proxy http
Switch(config)# interface fastethernet 5/1
Switch(config-if)# ip admission webauth1
Switch(config-if)# exit
Switch(config)# ip device tracking
This example shows how to verify the configuration:
Switch# show ip admission status
IP admission status:
Enabled interfaces 0
Total sessions 0
Init sessions 0 Max init sessions allowed 100
Limit reached 0 Hi watermark 0
TCP half-open connections 0 Hi watermark 0
TCP new connections 0 Hi watermark 0
TCP half-open + new 0 Hi watermark 0
HTTPD1 Contexts 0 Hi watermark 0
Parameter Map: Global
Custom Pages
Custom pages not configured
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1449
Configuration Examples for Web-Based Authentication