SUMMARY STEPS
1.
configure terminal
2.
interface interface-id
3.
switchport mode access
4.
authentication control-direction
{
both
|
in
}
5.
authentication fallback name
6.
authentication host-mode
[
multi-auth
|
multi-domain
|
multi-host
|
single-host
]
7.
authentication open
8.
authentication order
[
dot1x
|
mab
] | {
webauth
}
9.
authentication periodic
10.
authentication port-control
{
auto
|
force-authorized
|
force-un authorized
}
11.
end
DETAILED STEPS
Purpose
Command or Action
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 1
Specifies the port to be configured, and enter interface
configuration mode.
interface interface-id
Example:
Switch(config)#
interface gigabitethernet 1/0/1
Step 2
Sets the port to access mode only if you configured
the RADIUS server.
switchport mode access
Example:
Switch(config-if)#
switchport mode access
Step 3
(Optional) Configures the port control as
unidirectional or bidirectional.
authentication control-direction
{
both
|
in
}
Example:
Switch(config-if)#
authentication control-direction
Step 4
both
(Optional) Configures a port to use web authentication
as a fallback method for clients that do not support
802.1x authentication.
authentication fallback name
Example:
Switch(config-if)#
authentication fallback profile1
Step 5
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
296
OL-29434-01
Configuring IEEE 802.1x Port-Based Authentication
Configuring Open1x