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.
exit
7.
ip device tracking
8.
end
9.
show ip admission status
10.
copy running-config startup-config
DETAILED STEPS
Purpose
Command 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
Enters interface configuration mode and specifies the
ingress Layer 2 or Layer 3 interface to be enabled for
web-based authentication.
interface type slot/port
Example:
Switch(config)#
interface gigabitEthernet1/0/1
Step 4
type
can be fastethernet, gigabit ethernet, or
tengigabitethernet.
Applies the default ACL.
ip access-group name
Example:
Switch(config-if)#
ip access-group webauthag
Step 5
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
372
OL-29048-01
Configuring Web-Based Authentication
Configuring the Authentication Rule and Interfaces