2-243
Catalyst 3750-X and 3560-X Switch Command Reference
OL-29704-01
Chapter 2 Catalyst 3750-X and 3560-X Switch Cisco IOS Commands
ip admission name proxy http
ip admission name proxy http
Use the ip admission name proxy http global configuration command to enable web authentication.
Use the no form of this command to disable web authentication.
ip admission name proxy http
no ip admission name proxy http
Syntax Description This command has no arguments or keywords.
Defaults Web authentication is disabled.
Command Modes Global configuration
Command History
Usage Guidelines The ip admission name proxy http command globally enables web authentication on a switch.
After you enable web authentication on a switch, use the ip access-group in and ip admission web-rule
interface configuration commands to enable web authentication on a specific interface.
Examples This example shows how to configure only web authentication on a switchport:
Switch# configure terminal
Switch(config) ip admission name http-rule proxy http
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# ip access-group 101 in
Switch(config-if)# ip admission rule
Switch(config-if)# end
This example shows how to configure IEEE 802.1x authentication with web authentication as a fallback
mechanism on a switchport.
Switch# configure terminal
Switch(config)# ip admission name rule2 proxy http
Switch(config)# fallback profile profile1
Switch(config)# ip access group 101 in
Switch(config)# ip admission name rule2
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# dot1x port-control auto
Switch(config-if)# dot1x fallback profile1
Switch(config-if)# end
Release Modification
12.2(53)SE2 This command was introduced.