Cisco Cisco 5760 Wireless LAN Controller テクニカルリファレンス

ページ / 1016
Command Modes
Global configuration
Command History
Modification
Release
This command was introduced.
Cisco IOS XE 3.2SE
Usage Guidelines
The ip admission name 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 switch port:
Controller#
configure terminal
Controller(config)
ip admission name http-rule proxy http
Controller(config)#
interface gigabitethernet1/0/1
Controller(config-if)#
ip access-group 101 in
Controller(config-if)#
ip admission rule
Controller(config-if)#
end
This example shows how to configure IEEE 802.1x authentication with web authentication as a fallback
mechanism on a switch port:
Controller#
configure terminal
Controller(config)#
ip admission name rule2 proxy http
Controller(config)#
fallback profile profile1
Controller(config)#
ip access group 101 in
Controller(config)#
ip admission name rule2
Controller(config)#
interface gigabitethernet1/0/1
Controller(config-if)#
dot1x port-control auto
Controller(config-if)#
dot1x fallback profile1
Controller(config-if)#
end
Related Commands
Description
Command
Configures a port to use web
authentication as a fallback method
for clients that do not support
IEEE 802.1x authentication.
dot1x fallback
Creates a web authentication
fallback profile.
fallback profile
Enables web authentication on a
port.
ip admission
Displays information about the web
authentication session status.
show authentication sessions interface interface detail
Consolidated Platform Command Reference, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)    
   OL-29471-01
389
ip admission name