Fallback profile – Dell POWEREDGE M1000E User Manual

Page 201

Advertising
background image

2-171

Cisco Catalyst Blade Switch 3130 and 3032 for Dell Command Reference

OL-13271-03

Chapter 2 Cisco Catalyst Blade Switch 3130 and 3032 for Dell Cisco IOS Commands

fallback profile

fallback profile

Use the fallback profile global configuration command on the switch stack or on a standalone switch to
create a fallback profile for web authentication. To return to the default setting, use the no form of this
command.

fallback profile profile

no fallback profile

Syntax Description

Defaults

No fallback profile is configured.

Command Modes

Global configuration

Command History

Usage Guidelines

The fallback profile is used to define the IEEE 802.1x fallback behavior for IEEE 802.1x ports that do
not have supplicants. The only supported behavior is to fall back to web authentication.

After entering the fallback profile command, you enter profile configuration mode, and these
configuration commands are available:

ip: Create an IP configuration.

access-group: Specify access control for packets sent by hosts that have not yet been authenticated.

admission: Apply an IP admission rule.

Examples

This example shows how to create a fallback profile to be used with web authentication:

Switch# configure terminal

Switch(config)# ip admission name rule1 proxy http

Switch(config)# fallback profile profile1

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 gigabitethernet 1/0/1

Switch(config-if)# dot1x fallback profile1

Switch(config-if)# end

You can verify your settings by entering the show running-configuration [interface interface-id]
privileged EXEC command.

profile

Specify the fallback profile for clients that do not support IEEE 802.1x
authentication.

Release

Modification

12.2(40)EX1

This command was introduced.

Advertising