Purpose
Command or Action
(Optional) Saves your entries in the
configuration file.
copy running-config startup-config
Example:
Switch#
copy running-config startup-config
Step 3
Configuring Flexible Authentication Ordering
The examples used in the instructions below changes the order of Flexible Authentication Ordering so that
MAB is attempted before IEEE 802.1X authentication (dot1x). MAB is configured as the first authentication
method, so MAB will have priority over all other authentication methods.
Before changing the default order and priority of these authentication methods, however, you should
understand the potential consequences of those changes. See
http://www.cisco.com/en/US/prod/collateral/
iosswrel/ps6537/ps6586/ps6638/application_note_c27-573287_ps6638_Products_White_Paper.html
for
details.
Note
Beginning in privileged EXEC mode, follow these steps:
SUMMARY STEPS
1.
configure terminal
2.
interface interface-id
3.
switchport mode access
4.
authentication order
[
dot1x
|
mab
] | {
webauth
}
5.
authentication priority
[
dot1x
|
mab
] | {
webauth
}
6.
end
DETAILED STEPS
Purpose
Command or Action
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 1
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
294
OL-29434-01
Configuring IEEE 802.1x Port-Based Authentication
Configuring Flexible Authentication Ordering