How to Configure Web-Based Authentication
Configuring the Authentication Rule and Interfaces
Examples in this section are legacy-style configurations. For new-style configurations, see the Session Aware
Networking Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)
Follow these steps to configure the authentication rule and interfaces:
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip admission name name proxy http
4.
interface type slot/port
5.
ip access-group name
6.
ip admission name
7.
exit
8.
ip device tracking
9.
end
10.
show ip admission status
11.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode. Enter your password
if prompted.
enable
Example:
Switch> enable
Step 1
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 2
Configures an authentication rule for web-based
authorization.
ip admission name name proxy http
Example:
Switch(config)# ip admission name webauth1 proxy
Step 3
http
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1432
How to Configure Web-Based Authentication