Cisco Gigabit Ethernet Switch Module for HPBladeSystem p-Class Release Notes, CiscoIOSRelease12.2(35)SE and later

26
Cisco Gigabit Ethernet Switch Module for HP BladeSystem p-Class Release Notes, Cisco IOS Release 12.2(35)SE and later
459515-002
Documentation Updates
This example shows how to configure IEEE 802.1x authentication with web authentication as a fallback
method.
Switch(config) configure terminal
Switch(config)# ip admission name rule1 proxy http
Switch(config)# fallback profile fallback1
Switch(config-fallback-profile)# ip access-group default-policy in
Switch(config-fallback-profile)# ip admission rule1
Switch(config-fallback-profile)# exit
Switch(config)# interface gigabit1/0/1
Switch(config-if)# switchport mode access
Switch(config-if)# dot1x port-control auto
Switch(config-if)# dot1x fallback fallback1
Switch(config-if)# end
For more information about the ip admission name and dot1x fallback commands, see the command
reference for this release.
Updates to the Command Reference
These commands were added:
dot1x fallback, page 27
fallback profile, page 28
ip admission, page 29
ip admission name proxy http, page 30
show fallback profile, page 31
Step 11
exit Return to privileged EXEC mode.
Step 12
show dot1x interface interface-id Verify your configuration.
Step 13
copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose